
* {
	margin:0;
	padding:0;
}
html,body{
	height:100%;
}
html {
	-webkit-text-size-adjust:none;/*只针对低版本谷歌*/
}
body {
	font-size:14px;
	color:#333;
	_overflow:hidden;
	overflow-x:hidden;
	background:#fff;
	width: 100%;
	*cursor: default;
}
@media (max-width:767px) {
.animated {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
}
.mayun,.index-news,.banner-inside,.gaoduan,.shop-youshi{
    background-attachment: inherit !important;
}
.index-news{
}
}

body, ol, table, tr, td, ul, li, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size:14px;
	font-weight:normal;
	font-style:normal;
}
li {
	list-style-type:none;
}
img {
	border:none;
	vertical-align:middle;
}
/*-------将特定标签设成块---------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*-------给a加时间过渡、清除默认样式---------*/
a {
	color: #333;
}
a,#index-job a dd,.index-job a dd{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover,#index-job a dd:hover,.index-job a dd:hover{
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:active,a:hover,a:visited,a{
	text-decoration:none;
}
a, area, a:active {
	blr:expression(this.onFocus=this.blur());
	text-decoration:none;
}
a:focus{
	outline: none;
	-moz-outline-style: none;
}
/*在浏览器拖动鼠标颜色*/
::selection {
	color: #fff;
	background-color: #000;
}
::-moz-selection {
	color: #fff;
	background-color: #000;
}
/*更改浏览器滚动条颜色兼容*/
html, body {
	/*更改ie内核滚动条颜色*/
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-3dlight-color:#000;
	scrollbar-arrow-color:#222;
	scrollbar-track-color:#222;
	scrollbar-darkshadow-color:#000;
}
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar {
	width:8px;
	height: 8px;
	background-color: #fcfcfc;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fcfcfc;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #211F1F;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/*清除默认样式*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.bg-f6{
	height:auto;
	overflow:hidden;
	width:100%;
	background:#f6f6f6;
}
.p-b {
    padding-bottom: 35px;
}
@media (max-width: 768px){
.p-b {
    padding-bottom: 25px;
}
}
/*首页*/
header {
    position: fixed;
	height:80px;
    width: 100%;
    z-index: 99;
	background:#e09b8b;
}
.logo {
	float: left;
	padding-left: 3%;
	height:60px;
	margin:10px 0;
}
.logo img{
	height:100%;
}
.topMenu {
	float: right;
	margin-right: 1.6%;
	font-size: 0;
}
.topMenu a {
    display: inline-block;
    width: auto;
    padding: 0 0 0 20px;
    line-height: 80px;
    vertical-align: top;
    font-size: 16px;
	color: #fff;
	float: left;
}
.topMenu a i {
	display: inline-block;
	vertical-align: middle;
	margin:-5px 5px 0 0;
	width:0px;
	height:0px;
	border-radius:50%;
	transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}
.topMenu a.on i, .topMenu a:hover i {
	width:7px;
	height:7px;
	border:1px #fff solid;
}
.nav-er1{
	position: absolute;
	display: block;  
	transition: 0.3s;  
	-webkit-transition: .5s;  
	-moz-transition: .5s;
	top:80px;
    background:#e09b8b;
    padding: 10px 20px;
    margin-left: 5px;  
	
}
.ho-nav{
	float: left;
}
.nav-er1 a{
    display: block;
	clear: both;
    line-height: 35px;
    padding-left: 0;
}
.nav-er1 a:last-child{
	padding-bottom:0;
}
.nav-er1 a:hover{
	color:#ffffff;
}
.body-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
	transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.63, 0.1, 0.08, 1.01) 0s;
}
.body-bg.active {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
/*移动端导航*/
.mob-nav{
    position: fixed;
    width: 100%;
    z-index: 99;
    height:60px;
	overflow:hidden;
	background:#e09b8b;
    top: 0;
}
div.screen {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
}
div.burger {
	height: 44px;
	width: 40px;
	position: absolute;
    top: 0px;
	right:0px;
	cursor: pointer;
}
div.x,  div.y,  div.z {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	background: #ffffff;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
div.x, div.y, div.z {
	height: 2px;
    width: 20px;
}
div.y {
	top: 16px;
}
div.z {
	top: 33px;
}
div.nav-collapse {
	top: 20px;
	background:#ffffff;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
	display:block;
}
div.rotate30 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
}
div.rotate150 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 50ms ease-out;
	-moz-transition: all 50ms ease-out;
	-ms-transition: all 50ms ease-out;
	-o-transition: all 50ms ease-out;
	transition: all 50ms ease-out;
}
div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
div.navbar {
	height:60px;
	margin:0;
}
div.circle {
	width: 0px;
	height: 0px;
	position:absolute;
	top: 0;
	left: 0;
	background:#e09b8b;
	opacity:1;
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.circle.expand {
	width: 100%;
    height: 100%;
	-webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu {
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.menu ul li {
	list-style: none;
	position:absolute;
	top:50px;
	left:0;
	opacity:0;
	width:100%;
	text-align:center;
	font-size:0px;
	-webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu ul li a {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	width: 100%;
    display: block;
}
div.menu li .nav-er{
	font-size:14px !important;
	color:#666 !important;
	margin: 14px auto 0 !important;
    text-align: left;
	width:110px !important;
}
div.menu li.animate {
	font-size:18px;
	opacity:1;
	-webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.menu li.animate:nth-of-type(1) {
	top:80px;
	transition-delay: 0.0s;
}
div.menu li.animate:nth-of-type(2) {
	top:140px;
	transition-delay: 0.03s;
}
div.menu li.animate:nth-of-type(3) {
	top:200px;
	transition-delay: 0.06s;
}
div.menu li.animate:nth-of-type(4) {
	top:260px;
	transition-delay: 0.09s;
}
div.menu li.animate:nth-of-type(5) {
	top:320px;
	transition-delay: 0.12s;
}
div.menu li.animate:nth-of-type(6) {
	top:380px;
	transition-delay: 0.15s;
}
div.menu li.animate:nth-of-type(7) {
	top:440px;
	transition-delay: 0.18s;
}
div.menu li.animate:nth-of-type(8) {
	top:500px;
	transition-delay: 0.21s;
}
@media (min-width: 767px) {
.mob-nav{
	display:none;
}
}
@media (max-width: 768px) {
header .topMenu{
	display:none;
}
.mob-nav{
    display: block;
}
header {
	top:0;
	height: 6px;
}
header.active {
	top:0px;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	height: 60px;
    padding-top: 10px;
}
header .logo,header.active .logo a img,header .logo a img{
	height:40px;
}
}
@media (min-width:768px) and (max-width: 880px){
.topMenu a {
    padding: 0 0 0 15px;
	font-size:13px;
}
}
/*banner*/
.module-content {
	clear: both;
	padding-top:80px;
}
.carousel-btn {
	text-align: center;
	margin: 10px 0;
	line-height: normal;
	margin-top: 100px;
}
.carousel-btn a {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 1px;
	overflow: hidden;
	background: #fff;
	line-height: 999px;
	margin-left: 5px;
	z-index: 3;
}
.carousel-btn .selected {
	background: #e09b8b;
	cursor: default;
	width: 10px;
	height: 10px;
	border: 3px solid #fff;
}
.carousel-btn a span {
	display: none;
}
.carousel-btn-fixed {
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	margin: 0;
	z-index: 100;
}
.carousel {
	position: relative;
	z-index: 10;
}
.carousel-item {
	position: relative;
	float: left;
	display: block;
}
.carousel-item .carousel-img {
	display: block;
}
.carousel-item .carousel-img a[href="javascript:;"] {
	cursor: default;
}
.carousel-item .carousel-img img {
	display: block;
}
 @media (min-width:768px) and (max-width:991px) {
.slideshow {
	height: 380px !important;
}
.slideshow img {
	height: 380px !important;
}
}
 @media screen and (max-width:768px) {
.module-content {
    padding-top:60px;
}
.slideshow {
	height: 380px !important;
}
.slideshow img {
	height: 380px !important;
}
}	 
	 
 @media screen and (max-width:640px) {
.slideshow {
	height: 320px !important;
}
.slideshow img {
	height: 320px !important;
}
}
@media screen and (max-width:480px) {
.slideshow {
	height: 220px !important;
}
.slideshow img {
	height: 220px !important;
}
}

/*公共标题*/
.tit{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:40px auto 45px;
	padding: 0 5%;
}
.tit h2{
	width:100%;
	line-height:40px;
	font-size:30px;
	margin: 0;
	float:left;
	color:#e09b8b;
}
@media (min-width:488px) and (max-width:768px) {
.tit{
	margin: 40px auto 30px;
}
}
@media (max-width:487px){
.tit{
	margin: 30px auto 30px;
}
}
/*轮播公共部分开始*/
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #969696;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0)
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
	display: none
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(http://www.amljx.com/skin/m/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
/*轮播公共部分结束*/
/*首页-人气推荐*/
.renqituijian div{
    padding-right: 5px;
    padding-left: 5px;
	margin-bottom:10px;
}
.renqituijian dl{
	text-align:center;
	padding-top:30px;
	background:#fff;
}
.renqituijian div,.renqituijian div dl{
	height:381px;
}
.renqituijian div dl{
	width:100%;
	overflow:hidden;
	cursor:pointer;
	position:relative;
	display:inline-block;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-ms-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear
}
.renqituijian div dl:hover {
	transform:translate3d(0,-2px,0);
	-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);
	-moz-box-shadow:0 15px 30px rgba(0,0,0,.1);
	box-shadow:0 15px 30px rgba(0,0,0,.1)
}
.renqituijian dl dt{
	background:#fff;
	width:266px;
	height:266px;
	margin:0 auto;
}
.renqituijian dl dt img{
	width:100%;
	border-radius:20px;
}
.renqituijian dl dd{
	padding: 13.5px 0;
}
.renqituijian dl dd p{
	font-size:16px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	width:100%;
    margin: 15px 0px;
}
.renqituijian a:hover dl dd p{
	color:#e09b8b;
}
.renqituijian dl dd span{
	font-size:16px;
	color:#f51919;
}
.renqituijian div:first-child dl{
	padding:0;
	background:#fff;
	width:100%;
}
.product .renqituijian div dl{
    border: 2px #f8f8f8 solid;
}
.product .renqituijian div dl:hover {
    border: 2px #fff solid;
}
.product .renqituijian div:first-child dl{
	padding:30px 15px 15px;
	background:#fff;
	width:100%;
}
.product .renqituijian div:first-child dl img{
	width:auto;
}
@media (min-width:1200px) and (max-width:1400px){
.renqituijian div:first-child dl img {
    height: 100%;
}
.product .renqituijian div:first-child dl img {
    height:auto;
}
.renqituijian dl dt{
	width:260px;
	height:260px;
}
}
@media (min-width:992px) and (max-width:1199px){
.renqituijian div:first-child dl img {
    height: 100%;
}
.product .renqituijian div:first-child dl img {
    height:auto;
}
.renqituijian dl dt{
	width:202px;
	height:202px;
}
.renqituijian div, .renqituijian div dl {
    height: 302px;
}
}
@media (max-width:991px){
.renqituijian div:first-child dl,.renqituijian div:first-child{
	height:auto;
}
.product .renqituijian div:first-child dl,.renqituijian div:first-child{
 	height:auto;
}
.renqituijian div:first-child dl img {
    width: 100%;
}
}
.tuijian .index-news dl{
	background: #ffffff;
}

/*首页-门店展示*/
#index-job,.index-job{
	width:100%;
}
#index-job a,.index-job a{
	display:block;
}
#index-job a dd,.index-job a dd{
	width:100%;
	line-height:60px;
	height:60px;
	color:#333;
	padding:0 20px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:#fff;
	font-size:18px;
	text-align:center;
}
#index-job .owl-controls{
	display:none;
}
#index-job a dt,.index-job a dt{
	overflow:hidden;
}
#index-job a figcaption h3,.index-job a figcaption h3{
	font-size:22px;
}
#index-job a figcaption img,.index-job a figcaption img{
	margin:100px 0 25px;
}

@media (min-width:1400px){
#index-job a dt img,.index-job a dt img{
	width:460px;
	height:346px;
}
}
@media (min-width:1200px) and (max-width:1399px){
#index-job a dt img,.index-job a dt img{
	width:393px;
	height:296px;
}
}
@media (min-width:992px) and (max-width:1199px){
#index-job a dt img,.index-job a dt img{
	width:316px;
	height:238px;
}
#index-job a figcaption img,.index-job a figcaption img{
	margin:45px 0 25px;
}
}
@media (min-width:768px) and (max-width:991px){
#index-job,.index-job{
	padding:0 20px;
}
#index-job a dt img,.index-job a dt img{
	width:350px;
	height:263px;
}
#index-job a figcaption img,.index-job a figcaption img{
	margin:60px 0 25px;
}
}
@media (max-width:767px){
#index-job,.index-job{
	padding:0 20px;
}
#index-job a dt img,.index-job a dt img{
	width:100%;
}
}
.a-more{
	width:120px;
	line-height:40px;
	display:block;
	margin:40px auto 0;
	background:#e09b8b;
	color:#fff;
	border-radius:50px;
	text-align:center;
	border:3px #e09b8b solid;
}
.a-more:hover{
	background:#fff;
	color:#e09b8b;
	border:3px #e09b8b solid;
}
[class^='imghvr-'], [class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	color: #fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
	background-color: #e09b8b;
	position: absolute;
	padding: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
[class^='imghvr-'] h3, [class^='imghvr-'] p, [class*=' imghvr-'] h3, [class*=' imghvr-'] p {
	color: #fff;
	padding: 0px;
	margin: 0;
}
[class^='imghvr-'] > a, [class*=' imghvr-'] > a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before, [class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before, [class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/* imghvr-blocks*
   ----------------------------- */
[class^='imghvr-blocks']:before, [class^='imghvr-blocks']:after, [class^='imghvr-blocks'] figcaption:before, [class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks']:before, [class*=' imghvr-blocks']:after, [class*=' imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:after {
	background-color: #e09b8b;
	opacity: 0;
	position: absolute;
	content: '';
	height: 50%;
	width: 50%;
}
[class^='imghvr-blocks']:before, [class^='imghvr-blocks']:after, [class*=' imghvr-blocks']:before, [class*=' imghvr-blocks']:after {
	z-index: 1;
}
[class^='imghvr-blocks']:before, [class*=' imghvr-blocks']:before {
	top: 0;
	right: 0;
}
[class^='imghvr-blocks']:after, [class*=' imghvr-blocks']:after {
	bottom: 0;
	left: 0;
}
[class^='imghvr-blocks'] figcaption, [class*=' imghvr-blocks'] figcaption {
	z-index: 3;
	background-color: transparent;
}
[class^='imghvr-blocks'] figcaption *, [class*=' imghvr-blocks'] figcaption * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}
[class^='imghvr-blocks'] figcaption:before, [class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:after {
	z-index: -1;
}
[class^='imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:before {
	top: 0;
	left: 0;
}
[class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks'] figcaption:after {
	bottom: 0;
	right: 0;
}
[class^='imghvr-blocks'] a, [class*=' imghvr-blocks'] a {
	z-index: 3;
}
[class^='imghvr-blocks']:hover:before, [class^='imghvr-blocks']:hover:after, [class^='imghvr-blocks']:hover figcaption:before, [class^='imghvr-blocks']:hover figcaption:after, [class*=' imghvr-blocks']:hover:before, [class*=' imghvr-blocks']:hover:after, [class*=' imghvr-blocks']:hover figcaption:before, [class*=' imghvr-blocks']:hover figcaption:after {
	-webkit-transform: translate(0, 0) scale(1);
	-moz-transform: translate(0, 0) scale(1);
	-ms-transform: translate(0, 0) scale(1);
	-o-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1);
	opacity: 1;
}
[class^='imghvr-blocks']:hover figcaption *, [class*=' imghvr-blocks']:hover figcaption * {
	opacity: 1;
	-webkit-transition-delay: 0.35s;
	-moz-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.imghvr-blocks-zoom-top-left:before, .imghvr-blocks-zoom-top-left:after, .imghvr-blocks-zoom-top-left figcaption:before, .imghvr-blocks-zoom-top-left figcaption:after {
	-webkit-transform: scale(0.05);
	-moz-transform: scale(0.05);
	-ms-transform: scale(0.05);
	-o-transform: scale(0.05);
	transform: scale(0.05);
}
.imghvr-blocks-zoom-top-left:hover:before {
	-webkit-transition-delay: 0.175s;
	-moz-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
.imghvr-blocks-zoom-top-left:hover:after {
	-webkit-transition-delay: 0.175s;
	-moz-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
.imghvr-blocks-zoom-top-left:hover figcaption:before {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}
.imghvr-blocks-zoom-top-left:hover figcaption:after {
	-webkit-transition-delay: 0.35s;
	-moz-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.imghvr-blocks-zoom-top-left:hover figcaption * {
	-webkit-transition-delay: 0.49s;
	-moz-transition-delay: 0.49s;
	transition-delay: 0.49s;
}


/*首页-关于我们*/
.index-about{
	background:#f6f6f6;
	height:auto;
	overflow:hidden;
}
.about-left{
	padding:0;
	overflow:hidden;
}
.about-left img{
	width:100%;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari Ã¥'Å’ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}
.about-left:hover img {
	transform: scale(1.05, 1.05);
	-ms-transform:scale(1.05, 1.05); 	/* IE 9 */
	-moz-transform:scale(1.05, 1.05); 	/* Firefox */
	-webkit-transform:scale(1.05, 1.05); /* Safari Ã¥'Å’ Chrome */
	-o-transform:scale(1.05, 1.05); 	/* Opera */
}
.about-right{
	padding:40px;
}
.about-right .about-right-con{
	color:#777;
	line-height:32px;
	font-size:16px;
}
.about-right-a{
	width:160px;
	line-height:37px;
	background:#e09b8b;
	font-size:16px;
	color:#fff;
	text-align:center;
	display:block;
	margin-top:40px;
	border:3px #e09b8b solid;
}
.about-right-a:hover{
	background:#fff;
	color:#e09b8b;
	border:3px #e09b8b solid;
}
@media (min-width:1400px){
.about-left img {
    width: 700px;
	height:466px;
}
.about-right {
    padding: 52px;
}
.about-right .about-right-con {
    line-height:36px;
	height:280px;
	overflow:hidden;
}
}
@media (min-width:1200px) and (max-width:1399px){
.about-left img {
    width: 600px;
	height:400px;
}
.about-right .about-right-con {
	height:256px;
	overflow:hidden;
    line-height: 29px;
}
.about-right-a {
    margin-top: 24px;
}
}
@media (min-width:992px) and (max-width:1199px){
.about-right {
    padding:20px 30px;
}
.about-left img {
    width:485px;
	height:323px;
}
.about-right .about-right-con {
    line-height: 24px;
    font-size: 14px;
	height: 225px;
	overflow:hidden;
}
.about-right-a {
	margin-top: 11px;
}
}
@media (max-width:991px){
.about-right-a {
    margin:24px auto 10px;
}
}
@media (max-width:767px){
.about-right {
    padding:20px;
}
}
/*首页-新闻资讯*/
.index-news{
	height:auto;
	overflow:hidden;
}
.index-news a{
	display:block;
}
.index-news dl{
	background:#f6f6f6;
	padding:25px 20px 20px;
	border:3px #f6f6f6 solid;
	cursor:pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.index-news dl:hover {
	border:3px #eeecec  solid;
	border-radius:0px 40px 0px 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.index-news dl:hover h3{
	color:#e09b8b;
}
.index-news dl dd h3{
	width:100%;
	font-size:16px;
	height:16px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.index-news dl dd span,.index-news dl dd p{
	color:#666;
}
.index-news dl dd span{
    margin: 11px 0 6px;
    display: inline-block;
}
.index-news dl dd p{
	line-height:24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    word-break: break-all;
    overflow: hidden;
	height:72px;
}
.index-news dl dt{
	overflow:hidden;
}
.index-news dl dt img{
	width:100%;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari Ã¥'Å’ Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}
.index-news dl:hover dt img {
	transform: scale(1.05, 1.05);
	-ms-transform:scale(1.05, 1.05); 	/* IE 9 */
	-moz-transform:scale(1.05, 1.05); 	/* Firefox */
	-webkit-transform:scale(1.05, 1.05); /* Safari Ã¥'Å’ Chrome */
	-o-transform:scale(1.05, 1.05); 	/* Opera */
}
@media (min-width:1200px){
.index-news dl{
	background:#f6f6f6;
	padding:30px;
}
.index-news dl:hover {
	margin-top:-7px;
}
.index-news{
	margin-top:-25px;
}
.index-news a{
	padding-top:25px;
}
}
@media (min-width:1400px){
.index-news dl dt img {
    width: 254px;
	height:175px;
}
}
@media (min-width:1200px) and (max-width:1399px){
.index-news dl dt img {
    width: 210px;
	height:142px;
}
}
@media (min-width:992px) and (max-width:1199px){
.index-news dl dt img {
    width: 395px;
	height:267px;
}
.index-news dl{
	margin-bottom:30px;
    padding: 35px 30px 30px;
}
.index-news a:nth-child(3) dl{
	margin-bottom:0;
}
.index-news a:nth-child(4) dl{
	margin-bottom:30px;
}
}
@media (min-width:768px) and (max-width:991px){
.index-news dl dt img {
    width: 285px;
	height:192px;
}
.index-news dl{
	margin-bottom:30px;
    padding: 35px 30px 30px;
}
.index-news a:nth-child(3) dl,.index-news a:nth-child(4) dl{
	margin-bottom:0;
}
}
@media (max-width:767px){
.index-news dl{
	margin-bottom:30px;
    padding: 35px 30px 30px;
}
.index-news a:last-child dl{
	margin-bottom:0;
}
}
/*底部*/
.foot{
	background:#f1a897;
	height:auto;
	overflow:auto;
	padding:30px 0;
}
.foot h3{
	font-size:16px;
	display:block;
	width:100%;
	color:#fff;
	line-height:48px;
}
.foot font{
	width:30px;
	height:2px;
	background:#fff;
	display:inline-block;
    margin-bottom: 7px;
}
.foot li{
	width:100%;
}
.foot li a{
	display:inline-block;
	float:left;
	color:#ffffff;
	clear:both;
	line-height:30px;
}
.foot li a:hover{
	color:#fff;
}
.foot .col-sm-2 {
    width: 12.5%;
}
.foot li dl{
	float:left;
	width:40%;
	margin-right:10%;
}
.foot li dl dt img{
	width:100%;
}
.foot li dl:last-child{
	margin-right:0px;
}
.foot li dl dt{
	margin:5px 0 10px;
}
.foot li dd{
	color:#fff;
	text-align:center;
	font-size:16px;
}
.cor{
	background:#e09b8b;
	color:#ffffff;
	text-align:center;
	padding:25px 15px;
}
.cor span{
	line-height: 30px;
    display: inline-block;
}
.wap-foot{
	display:none;
}
@media (min-width:768px) and (max-width:992px){
.foot .col-sm-2 {
    width:25%;
	height:198px;
}
.foot .col-sm-3 {
    width:50%;
}
.foot .col-sm-3 img{
	width:138px;
}
}
@media (max-width:768px){
.PC-foot{
	display:none;
}
.wap-foot{
	display:block;
}
.foot .col-sm-3{
	width:50%;
	float:left;
}
.foot li a{
	clear:none;
	margin-right:20px;
}
}
/*内页-banner*/
.inside-banner{
	position:relative;
	top:80px;
	width:100%;
	height:500px;
	background:url(../image/inside-banner.jpg) no-repeat center center;
}
.inside-nav{
    text-align: center;
    height:80px;
}
.inside-nav a{
	display:inline-block;
	line-height:42px;
	width:126px;
	color:#333;
	border-radius:50px;
    border: 1px rgba(14, 59, 39,.1) solid;
    margin: 0px 10px;
    overflow: hidden;
    position: relative;
    background: rgba(14, 59, 39,.05);
}
.inside-nav a.active{
    border: 1px #e09b8b solid;
	background:#e09b8b;
	color:#fff;
}
.inside-nav a:hover {
    border: 1px #e09b8b solid;
	background:#e09b8b;
	color:#fff;
}
.inside-top{
	margin:110px auto 0px;
}
.inside-top .tit{
	margin-bottom:25px !important;
}
.com-tit h2{
	color:#333;
}
@media (min-width:488px) and (max-width:768px) {
.inside-top{
	margin: 100px auto 0px;
}
}
@media (max-width:487px){
.inside-top{
	margin: 80px auto 0px;
}
}
@media (min-width:992px) and (max-width:1200px){
.inside-nav {
    height: 80px;
}
.inside-nav a {
    line-height: 38px;
    margin:0px 10px 20px;
}
.inside-banner{
	height:400px;
	background-size:cover;
}
}
@media (min-width:768px) and (max-width:991px){
.inside-nav {
    height: 80px;
}
.inside-nav a {
    line-height: 38px;
    margin:0px 10px 20px;
}
.inside-banner{
	height:350px;
	background-size:cover;
}
}
@media (max-width:767px){
.inside-nav {
    height:60px;
}
.inside-nav a {
	line-height: 38px;
    margin:0px 2px 14px;
    width: auto;
    padding: 0 17px;
    border: none !important;
}
.inside-nav a.active {
}
.inside-banner{
	top:60px;
	height:150px;
	background-size:cover;
}
.inside-nav a:before,.inside-nav a:after {
	background-color: #fff;
	border:1px #fff solid;
}
.inside-nav a:hover {
	color: #333;
}
}
/*新闻中心*/
.inside-news.index-news dl {
    background: #fafafa;
    border: none;
}
.inside-news.index-news dl:hover {
	margin-top:0px;
}
.inside-news{
	padding-bottom: 20px;
}
.pages{
	width:100%;
	text-align:center;
	float: left;
}
.pages a{
	display:inline-block;
	min-width:36px;
	padding:0 15px;
	line-height:36px;
	border-radius:50px 50px 0 50px;
	background:#eee;
	margin:15px 10px 0;
}
.pages a:hover{
	background:#e09b8b;
	color:#fff;
}
.inside-tit{
	width:100%;
	text-align:center;
	padding:0px 0 15px;
	border-bottom:1px #dedede dashed;
    margin-bottom: 35px;
}
.inside-tit h2{
    font-size: 24px;
    line-height: 50px;
}
.inside-tit span{
    color: #999;
    margin: 8px 0;
    display: inline-block;
}
.inside-tit span font{
	margin-right:15px;
}
.news-inside-con,.news-inside-con p,.news-inside-con span,.news-inside-con font,.news-inside-con h1,.news-inside-con h2,.news-inside-con h3,.news-inside-con h4,.news-inside-con h5,.news-inside-con h6{
	line-height:30px;
}
.news-inside-con img{
	width:auto;
	margin:10px auto;
	max-width:100%;
	display:block;
}
.news-inside{
	padding-bottom:30px;
}
.pian{
	width:100%;
	border-top:1px #dedede dashed;
	padding:20px 0 0;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}
.pian a:hover{
	color:#e09b8b;
}
.pian p{
	margin:0;
	padding-left:0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:inline-block;
}
@media (max-width:768px){
.news-inside{
	padding:0 20px 30px 20px;
}
.pian p{
	margin-bottom:15px;
}
.pian p:last-child{
	margin-bottom:0;
}
}
/*就业岗位*/
.index-job{
	margin-top:15px;
}
.index-job .item{
	padding:0 5px;
	margin-bottom:10px;
}
.index-job a dd{
	background:#f8f8f8;
}
/*招贤纳士*/
.job{
	margin-bottom:10px;
}
@media (max-width:768px){
.job{
	margin-bottom:0px;
}
}
.job .panel-title {
    margin: 23px 0;
	font-size:20px;
	width:100%;
	font-weight:bold;
	border-left:4px solid #e09b8b;
	padding-left:15px;
	display:inline-block;
}
.job .panel-body {
    border-top: 1px dashed #eee;
    background: #fbfbfb;
    line-height: 27px;
    padding: 18px 25px;	
}
/*联系我们map地图*/
.map {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px #eee solid;
}
.map-con {
	width: 100%;
	height: 100%;
	float: left;
}
.contact-inside h4{
	font-size:30px;
}
.contact-inside b{
	background:#e09b8b;
	height:4px;
	width:30px;
	display:block;
	margin:30px 0 20px;
}
.contact-inside p{
	font-size:16px;
	line-height: 41px;
	width:100%;
	display:block;
    height: auto;
    overflow: hidden;
}
.contact-inside font{
	margin-right: 10px;
    width: 18px;
    text-align: center;
	display:inline-block;
	float:left;
    margin-top: 12px;
}
.contact-inside span{
	display:inline-block;
	float:left;
}
.fa-phone:before {
    font-size: 19px;
}
.fa-mobile-phone:before, .fa-mobile:before {
    font-size: 26px;
}
.fa-map-marker:before {
    font-size: 20px;
}
@media (min-width:992px) and (max-width:1200px){
.contact-inside p {
    line-height: 38px;
}
.contact-inside b {
    margin: 26px 0 16px;
}
.contact-inside font {
    margin-top: 10px;
}
}
@media (max-width:991px){
.contact-inside h4{
    margin-top: 28px;
}
.contact-inside b {
    margin: 27px 0 18px;
}
.contact-inside p {
    margin: 0;
}
}
@media (max-width:767px){
.contact-inside h4 {
    margin-top: 21px;
}
.contact-inside h4 {
    font-size: 24px;
    line-height: 37px;
	margin-bottom:0;
}
.contact-inside b {
    margin: 17px 0 18px;
}
}
/*返回顶部*/
.cbbfixed {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: -160px;
	z-index: 3;
	cursor: pointer;
}
.cbbfixed .cbbtn {
	width: 40px;
	height: 40px;
	display: block;
	background-color:#4b4b4b;
}
.cbbfixed .gotop {
	transition: background-color ease .3s;
	margin-top: 1px;
}
.cbbfixed .gotop .up-icon {
	float: left;
	margin: 14px 0 0 9px;
	width: 23px;
	height: 12px;
	background: url(../image/side-icon02.png);
}
.cbbfixed .gotop:hover {
	background-color: #2c2d2e;
}
.cbbfixed .cweixin,.cbbfixed .capp,.cbbfixed .cqq{
	background: #a9a9a9;
}
.cbbfixed .cweixin div,.cbbfixed .capp div,.cbbfixed .cqq div{
	width: 150px;
	height: 174px;
	position: absolute;
	left: -150px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s, opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none\0;
*display:none;
}
.cbbfixed .cweixin div {
	background: url(../image/erwei.png);
	top: -40px;
}
.cbbfixed .capp div {
	background: url(../image/erwei-app.png);
	top: -0px;
}
.cbbfixed .cweixin:hover div,.cbbfixed .capp:hover div,.cbbfixed .cqq:hover div {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
*display:block;
}
.cbbfixed .cweixin .weixin-icon,.cbbfixed .capp .app-icon,.cbbfixed .cqq .qq-icon {
	float: left;
	margin: 9px 0 0 9px;
	width: 22px;
	height:22px;
}
.cbbfixed .cqq .qq-icon{
	background: url(../image/side-icon04.png);
}
.cbbfixed .cweixin .weixin-icon{
	background: url(../image/side-icon01.png);
}
.cbbfixed .capp .app-icon {
	background: url(../image/side-icon03.png);
}
.cbbfixed .capp,.cbbfixed .cweixin{
	border-top: 1px #bfbfbf solid;
}
@media (max-width:767px) {
.cbbfixed .cweixin, .cbbfixed .capp, .cbbfixed .cqq{
	display:none;
}
}
/*产品中中心*/
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus {
	outline: none;
}
.flickity-viewport {
	overflow: hidden;
	position: relative;
	cursor: -webkit-grab;
	cursor: grab;
}
.flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.flickity-slider {
	position: absolute;
	width: 100%;
}
.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: white;
	background:rgba(0, 0, 0, 0.07);
	cursor: pointer;
	/* vertically center */
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
	left: 10px;
}
.flickity-prev-next-button.next {
	right: 10px;
}
.flickity-prev-next-button:disabled {
	opacity: 0.3;
	cursor: auto;
}
.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}
.flickity-prev-next-button .arrow {
	fill: #e09b8b;
}
.flickity-prev-next-button.no-svg {
	fill: #e09b8b;
	font-size: 26px;
}
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
}
.gallery {
	background: #FAFAFA;
	margin-bottom: 30px;
	border:1px #eee solid;
}
.gallery-cell {
	width: 100%;
	height:470px;
	background: #fff;
	padding:5px;
}
.product-inside{
	width:1200px;
}
.product-inside section{
	width:100%;
}
.gallery-cell img{
	width:100%;
	height:100%;
}
.flickity-page-dots{
	display:none;
}	
.product-left{
	width:470px;
	height:470px;
	float:left;
}
.product-right{
	width:-webkit-calc(100% - 500px); 
	width:-moz-calc(100% - 500px); 
	width:calc(100% - 500px);
	float:right;
}
.product-right h3{
    font-size: 28px;
    margin-top: 4px;
    line-height: 43px;
}
.product-right h4{
    font-size: 18px;
    line-height: 28px;
    color: #e09b8b;
    margin: 17px 0;
    display: inline-block;
}
.product-right dl,.product-right dl dd{
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}
.product-right dl dd{
	line-height: 32px;
    margin-top: 16px;
    font-size: 16px;
}
.product-right dl dd font{
	width:50px;
	display:inline-block;
	float:left;
	text-align:right;
}
.product-right dl dd span{
	display:inline-block;
	float:right;
	width:-webkit-calc(100% - 70px); 
	width:-moz-calc(100% - 70px); 
	width:calc(100% - 70px); 
	color:#666;
}
.product-con{
	height:auto;
	overflow:hidden;
	float:left;
	width:100%;
}
.product-con p,.product-con span,.product-con font,.product-con strong,.product-con b{
	font-size:16px;
	line-height:25px;
}
.product-con img{
	width:100%;
}
@media (min-width: 992px) and (max-width: 1199px){
.product-inside {
    width: 970px;
}
}
@media (min-width:768px) and (max-width:991px){
.product-inside {
    width:750px;
}
.product-left {
    width: 750px;
    height: 750px;
    float: left;
}
.gallery-cell {
	height:750px;
}
.product-right {
    width:100%;
    float: left;
	padding-top:20px;
}
.product-right h4 {
    margin: 17px 0 2px;
}
.product-right dl dd {
    line-height: 30px;
}
}
@media (max-width:767px){
.product-inside {
    width:90%;
	margin:0 auto;
}
.product-left {
    width:100%;
    height:90vw;
    float: left;
}
.gallery-cell {
    height:90vw;
}
.product-right {
    width:100%;
    float: left;
	padding-top:20px;
}
.product-right h4 {
    margin: 17px 0 2px;
}
.product-right dl dd {
    line-height: 30px;
}

}
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.page-num-current:hover {
	color: #fff;
}
.mySwiper{ padding-top:80px !important;}
@media screen and (max-width: 768px) {
    .mySwiper{ margin-top:60px; padding-top:0 !important}
}
