﻿@charset "utf-8";

@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");

* {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-family: 'Noto Sans KR', 'Noto Sans', 'Nanum Gothic', 'Dotum', 'Gulim', 'sans-serif';
}

html,
body {
	height: 100%;
	font-size: 12px;
}

body {
	color: #000000;
	-webkit-text-size-adjust: none;
	word-break: keep-all;
	word-wrap: break-word;
}

legend,
caption,
figcaption {
	display: none;
}

p,
ul,
ol,
li,
dl,
dt,
dd,
form {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	border: 0px;
}

img,
fieldset,
frameset,
frameborder,
frame {
	border: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

a,
img,
span,
b,
input,
select,
em,
textarea,
label,
strong {
	vertical-align: middle;
	outline-style: none;
	color: inherit;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	color: #444444;
}

a:hover {
	text-decoration: none
}

em {
	font-style: normal
}

textarea {
	resize: none;
}

button {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}

/* input */
input[type='text'],
input[type='password'],
input[type='file'],
textarea,
select {
	height: 30px;
	padding: 0 5px;
	border: 1px solid #d3d3d3;
	font-size: 16px;
}

select {
	height: 30px;
	padding-right: 0;
}

textarea {
	padding: 5px;
}

/**********************************************************
	layout
**********************************************************/
body {
	overflow-y: scroll !important;
}

/*.menuSection{position:fixed;top:0;left:0;width:100%;z-index:100;}*/

.wrap {
	width: 100%;
	height: 100%;
	min-width: 1200px;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}

#fp-nav.right {
	right: 48px;
}

#fp-nav ul li {
	height: 16px;
	margin: 7px;
	position: relative;
	width: 16px;
}

#fp-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #f4cd54;
	border-radius: 14px;
	box-sizing: border-box;
	background: #ffffff;
}

#fp-nav ul li a.active {
	background: #f4cd54;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100
}

.header .headerTop {
	padding: 10px 0;
	background: #262422;
}

.header .headerTop .snsMenu {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

.header .headerTop:after {
	content: "";
	display: block;
	clear: both;
}

.header .headerTop a {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 20px;
	padding: 0 13px;
}

.header .headerTop a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url('/images/ico_sns.png') no-repeat 0 0;
}

.header .headerTop a:after {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	background: #423f3c;
}

.header .headerTop a:first-child:after {
	display: none;
}

.header .headerTop a.facebook:before {
	background-position: 0 0;
}

.header .headerTop a.blog:before {
	background-position: -20px 0;
}

.header .headerTop a.instagram:before {
	background-position: -40px 0;
}

.header .headerTop a.cacaotalk:before {
	background-position: -60px 0;
}

.header .headerTop a.map:before {
	background-position: -80px 0;
}

.header .headerMenu .logo {
	float: left;
}

.header .headerMenu .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.header .headerMenu .gnb ul {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

.header .headerMenu .gnb li {
	display: inline-block;
	/*width: 80px;*/
	margin-left: 78px;
	/*	padding-top: 35px;*/
	padding-top: 23px;
	text-align: right;
}

.header .headerMenu .gnb li a {
	position: relative;
	display: block;
	height: 73px;
	padding: 5px 0;
	font-size: 15px;
	font-weight: bold;
	color: #606060;
}

.header .headerMenu .gnb li a span {
	display: inline-block;
	padding: 10px 8px 8px 8px;
	border-bottom: 2px solid #fff;
}

.header .headerMenu .gnb li.hover a span,
.header .headerMenu .gnb li:hover a span {
	border-bottom: 2px solid #252525;
}

.header .gnbSub {
	display: none;
	position: absolute;
	top: 146px;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
	z-index: 40;
}

.header .gnbSub .gnbSubIn {
	width: 1000px;
	height: 228px;
	margin: 0 auto;
	text-align: right;
	background: url('/images/bg_gnb_bread.png') no-repeat 170px 0;
}

.header .gnbSub .menu {
	display: inline-block;
	/*width: 80px;*/
	margin-left: 78px;
	text-align: right;
	vertical-align: top;
}

.header .gnbSub ul {
	padding-top: 10px;
}

.header .gnbSub ul li {
	padding-top: 15px;
}

.header .gnbSub ul li a {
	font-size: 14px;
	color: #333;
}

.header .gnbSub ul li a:hover {
	font-weight: bold;
	text-decoration: underline
}


.topBtn {
	display: none;
	position: fixed;
	bottom: 200px;
	left: 50%;
	margin-left: 550px;
	z-index: 100
}

.topBtn a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	vertical-align: top;
}

.topBtn a img {
	vertical-align: top;
}

.footer {
	border-top: 1px solid #bbbbbb;
}

.footer .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.footer>.inner {
	height: 150px;
}

.footer .familySite {
	position: absolute;
	/*top:35px;right:0;*/
	top: 95px;
	left: 230px;
	width: 162px;
}

.footer .familySite .select {
	position: relative;
	display: inline-block;
	height: 36px;
	width: 162px;
}

.footer .familySite .design {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
	padding: 2px 10px;
	padding-right: 30px;
	text-align: left;
	font-weight: 300;
	font-size: 12px;
	color: #555555;
	border: 1px solid #bbbbbb;
}

.footer .familySite .design:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 21px;
	cursor: pointer;
	border-left: 1px solid #bbbbbb;
	background: url('/images/ico_familySite.png') no-repeat 0 0;
}

.footer .familySite .select select {
	position: relative;
	opacity: 0;
	height: 22px;
	width: 162px;
	padding-right: 30px;
	font-size: 12px;
	z-index: 1;
	cursor: pointer;
}

.footer .footerMenu {
	height: 50px;
	border-bottom: 1px solid #bbbbbb;
}

.footer .footerMenu:after {
	content: "";
	display: block;
	clear: both;
}

.footer .footerMenu a {
	position: relative;
	float: left;
	height: 50px;
	padding: 0 30px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
}

.footer .footerMenu a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background: #bbbbbb;
}

.footer .footerMenu a:first-child {
	padding-left: 0;
	margin-left: 0;
}
}

.footer .footerMenu a:first-child:before {
	display: none;
}

.footer .footerMenu a:hover {
	color: #993300;
}

.footer .footerinfo {
	padding-top: 30px;
}

.footer .footerinfo .address {
	padding-top: 5px;
}

.footer .footerinfo .address span {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	margin-left: 8px;
	font-size: 12px;
	color: #555555;
}

.footer .footerinfo .address span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background: #555;
}

.footer .footerinfo .address span:first-child {
	padding-left: 0;
	margin-left: 0;
}

.footer .footerinfo .address span:first-child:before {
	display: none;
}

.footer .footerinfo .address span .link {
	color: #4e88f1;
	vertical-align: baseline;
}

.footer .copyright {
	margin-top: 20px;
	font-size: 12px;
	color: #898989;
}

.footer .operatingInfo {
	position: absolute;
	top: 35px;
	right: -35px;
	width: 230px;
	height: 100px;
}

.footer .operatingInfo .text1 {
	font-size: 11px;
	text-align: right;
	color: #898989;
}

.footer .operatingInfo .text2 {
	font-size: 22px;
	text-align: right;
	color: #303030;
}

.footer .operatingInfo .text3 {
	font-size: 12px;
	text-align: right;
	color: #303030;
}

/**********************************************************
	main
**********************************************************/

/* section1 */
.section1 {
	position: relative;
	height: auto !important;
	width: 100%;
	padding-top: 146px;
	overflow: hidden;
	box-sizing: border-box;
	/*background:url('/images/bg_section1.png') repeat 0 0;*/
}

.mainVisual {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.mainVisual .mainVisualSlide>div {
	height: 700px;
	overflow: hidden;
}

.mainVisual .mainVisualSlide>div .slick-track {
	height: 100%;
}

.mainVisual .mainVisualSlide>div .item {
	display: block;
	position: relative;
	height: 100%;
	width: 1000px;
	margin: 0 auto;
}

.mainVisual .slick-slide {}

.mainVisual .slick-slide .img {
	position: relative;
	margin: 0 auto;
	width: 1140px;
}

.mainVisual .slick-slide .img .btn {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 124px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	color: #555;
}

.mainVisual .slick-slide .img .btn.btn1 {
	top: 284px;
	left: 55px;
	color: #575757;
	border: 1px solid #d2d2d2;
	background: #fff;
}

.mainVisual .slick-slide .img .btn.btn2 {
	top: 265px;
	left: 65px;
	color: #333333;
	border: 1px solid #d6d4ce;
	background: #fff;
}

.mainVisual .slick-slide .img .btn.btn3 {
	top: 268px;
	left: 73px;
	color: #453d30;
	border: 1px solid #3c3226;
}

.mainVisual .slick-initialized .slick-slide {
	background-size: auto 100% !important
}

.mainVisual .btns {
	position: relative;
	width: 1140px;
	margin: 0 auto;
	z-index: 10
}

.mainVisual .slick-prev,
.mainVisual .slick-next {
	display: none;
}

.mainVisual .motionTxt>p {
	position: relative;
	opacity: 0;
	top: 150px;
	text-align: left;
	font-weight: 100;
}

.mainVisual .motionTxt>p img {
	display: inline-block;
}

.mainVisual .motionTxt>p.on {
	opacity: 1;
	top: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.mainVisual .visual1 {
	background: url('/images/3.jpg') repeat-x 50% 0;
}

.mainVisual .visual1 .motionTxt .txt1 {
	padding-top: 172px;
	text-align: right !important;
}

.mainVisual .visual1 .motionTxt .txt2 {
	padding-left: 117px;
	margin-top: -30px;
	font-size: 40px;
	color: #fff;
	line-height: 1em;
	font-weight: 300;
}

.mainVisual .visual1 .motionTxt .txt2 b {
	vertical-align: baseline;
	line-height: 1.2em;
}

.mainVisual .visual1 .motionTxt .txt2 br {
	line-height: 1em;
}

.mainVisual .visual1 .motionTxt .txt3 {
	padding-left: 117px;
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
}

.mainVisual .visual1 .motionItem .coffee {
	position: absolute;
	bottom: -300px;
	left: -60px;
}

.mainVisual .visual1 .motionItem .coffee.on {
	bottom: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.mainVisual .visual1 .motionItem .smoke {
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 1;
	opacity: 0;
}

.mainVisual .visual1 .motionItem .smoke.on {
	-webkit-animation: smoke 4s infinite;
	animation: smoke 4s infinite;
	animation-duration: 4s;
	animation-fill-mode: both;
}

/*.mainVisual .visual2{background:url('/images/bg_mainSlide_2.png') repeat-x 50% 0;}
.mainVisual .visual2 .motionTxt .txt1{padding-top:230px;font-size:40px;line-height:1.2em;text-align:left;color:#fff;font-weight:300;}
.mainVisual .visual2 .motionTxt .txt1 b{vertical-align:baseline;font-weight:500;line-height:1.2em;}
.mainVisual .visual2 .motionTxt .txt1 br{line-height:1.2em;}
.mainVisual .visual2 .motionTxt .txt2{margin-top:30px;}
.mainVisual .visual2 .motionTxt .txt3{width:733px;margin-top:-40px;text-align:right;z-index:1}
.mainVisual .visual2 .motionTxt .txt3 img{display:inline-block;}
.mainVisual .visual2 .motionItem .chef{position:absolute;bottom:0;left:917px;opacity:0;}
.mainVisual .visual2 .motionItem .chef.on{left:617px;opacity:1;transition: all 1s ease;-webkit-transition: all 1s ease;}*/

.mainVisual .visual2 {
	background: url('/images/1.jpg') repeat-x 50% 0;
}

.mainVisual .visual2 .motionTxt .txt1 {
	width: 825px;
	padding-top: 130px;
	text-align: right;
}

.mainVisual .visual2 .motionTxt .txt2 {
	margin-top: 10px;
	font-size: 40px;
	line-height: 1.2em;
	text-align: left;
	color: #fff;
}

.mainVisual .visual2 .motionTxt .txt2 b {
	vertical-align: baseline;
	font-weight: 500;
	line-height: 1.2em;
}

.mainVisual .visual2 .motionTxt .txt2 br {
	line-height: 1.2em;
}

.mainVisual .visual2 .motionItem .cup {
	position: absolute;
	bottom: 174px;
	left: 697px;
}

.mainVisual .visual2 .motionItem .cup.on {
	-webkit-animation: vane;
	animation: vane;
	animation-duration: 3s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mainVisual .visual3 {
	background: url('/images/2.jpg') repeat-x 50% 0;
}

.mainVisual .visual3 .motionTxt .txt1 {
	width: 770px;
	padding-top: 248px;
	text-align: right;
}

.mainVisual .visual3 .motionTxt .txt1 img {
	display: inline-block;
}

.mainVisual .visual3 .motionTxt .txt2 {
	margin-top: 10px;
	padding-right: 30px;
	text-align: right;
	font-size: 40px;
	line-height: 1.2em;
	color: #fff;
}

.mainVisual .visual3 .motionTxt .txt2 b {
	vertical-align: baseline;
	font-weight: 500;
	line-height: 1.2em;
}

.mainVisual .visual3 .motionTxt .txt2 br {
	line-height: 1.2em;
}

@keyframes smoke {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
}

@keyframes cup {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.visualDots .slick-dots {
	padding: 40px 0;
	text-align: center;
}

.visualDots .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.visualDots .slick-dots li button {
	text-indent: -9999%;
	overflow: hidden;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #cccccc;
}

.visualDots .slick-dots li.slick-active button {
	width: 30px;
	height: 15px;
	background: #734923;
}

.sectionTxt {
	position: relative;
	padding-bottom: 25px;
	font-size: 38px;
	color: #333333;
	text-align: center;
	font-weight: 500;
}

.sectionTxt:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 235px;
	height: 2px;
	margin-left: -117px;
	background: #333333;
}

.sectionTxtSub {
	margin-top: 25px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

/* section2 */
.section2 {
	position: relative;
	width: 100%;
	height: auto !important;
	padding: 48px 0 170px 0;
	box-sizing: border-box;
	background: url('/images/bg_section2.png') repeat 0 0;
}

.section2 .sectionIn {
	width: 1000px;
	margin: 0 auto;
}

.section2 .prdList {
	margin-top: 70px;
}

.prdList:after {
	content: "";
	display: block;
	clear: both;
}

.prdList li {
	float: left;
	width: 25%;
	margin-top: 100px;
}

.prdList li:nth-child(4n+1) {
	clear: both;
}

.prdList li .img {
	position: relative;
	width: 214px;
	height: 214px;
	margin: 0 auto;
}

.prdList li .img img {
	border-radius: 500px;
	width: 214px;
	height: 214px;
}

.prdList li .img .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 115px;
	opacity: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 500px;
	background: #f5c400;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.prdList li:hover .img .mask {
	opacity: 1;
}

.prdList li .img .mask:before {
	content: "";
	display: block;
	position: absolute;
	top: 92px;
	left: 92px;
	width: 30px;
	height: 3px;
	background: #fff;
}

.prdList li .img .mask:after {
	content: "";
	display: block;
	position: absolute;
	top: 77px;
	left: 105px;
	height: 30px;
	width: 3px;
	background: #fff;
}

.prdList li .txt {
	border-radius: 500px;
	padding-top: 45px;
	text-align: center;
}

.prdList li .txt strong {
	display: block;
	font-size: 20px;
	color: #333;
}

.prdList li .txt span {
	display: block;
	margin-top: 15px;
	font-size: 16px;
	color: #979797;
}

.prdList.main li {
	margin-top: 0;
}

.prdList.main li .txt strong {
	font-size: 24px;
}

.prdList.main li .txt span {
	color: #333333;
}

/* section3 */
.section3 {
	position: relative;
	width: 100%;
	height: auto !important;
	padding: 48px 0 40px 0;
	box-sizing: border-box;
	background: #fff;
}

.section3 .sectionIn {
	position: relative;
	z-index: 10;
	width: 1000px;
	margin: 0 auto;
}

.section3 .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.section3 .bg1 {
	position: absolute;
	bottom: 0;
	left: -488px;
	width: 488px;
	height: 644px;
	background: url('/images/bg_section3_1.png') no-repeat 0 0;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
}

.section3 .bg2 {
	position: absolute;
	top: 0;
	right: -599px;
	width: 599px;
	height: 606px;
	background: url('/images/bg_section3_2.png') no-repeat 0 0;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
}

.section3 .bg1.on {
	left: 0;
}

.section3 .bg2.on {
	right: 0;
}

.eventArea .btn {
	padding: 25px 0 27px 0;
	text-align: center;
}

.eventArea .btn a {
	display: inline-block;
	width: 145px;
	height: 45px;
	line-height: 45px;
	background: #ababab;
	font-size: 16px;
	color: #fff;
}

.eventList {
	width: 663px;
	margin: 0 auto;
}

.eventList:after {
	content: "";
	display: block;
	clear: both;
}

.eventList li {
	float: left;
	width: 320px;
}

.eventList li:last-child {
	float: right;
}

.eventList li .img {
	position: relative;
	width: 320px;
	height: 340px;
	margin: 0 auto;
}

.eventList li .img .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.85);
	border: 5px solid #f5c400;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.eventList li:hover .img .mask {
	opacity: 1;
}

.eventList li .img .mask span {
	display: block;
	padding-top: 198px;
	font-size: 20px;
	color: #010101;
}

.eventList li .img .mask i {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	border-radius: 60px;
	background: #f5c400;
}

.eventList li .img .mask i:before {
	content: "";
	display: block;
	position: absolute;
	top: 29px;
	left: 16px;
	width: 30px;
	height: 3px;
	background: #fff;
}

.eventList li .img .mask i:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 29px;
	height: 30px;
	width: 3px;
	background: #fff;
}

.eventList li .txt {
	border-radius: 500px;
	padding-top: 20px;
}

.eventList li .txt strong {
	display: block;
	font-size: 16px;
	color: #333;
}

.eventList li .txt span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: -1px;
}

/* section4 */
.section4 {
	position: relative;
	width: 100%;
	height: auto !important;
	padding: 48px 0 40px 0;
	box-sizing: border-box;
	background: url('/images/bg_section4.png') repeat 0 0;
}

.section4 .sectionTxt {
	color: #fff;
}

.section4 .sectionTxt:after {
	background: #fff;
}

.section4 .sectionTxtSub {
	color: #fff;
}

.mapArea {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url('/images/bg_mapArea.png') no-repeat 50% 0;
}

.mapArea .car {
	position: absolute;
	top: 305px;
	left: 50px;
}

.mapArea .car.on {
	-webkit-animation: car 15s infinite;
	animation: car 15s infinite;
	animation-duration: 15s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mapArea .car.on .scrsmoke {
	opacity: 0;
	-webkit-animation: carsmoke 0.5s infinite;
	animation: carsmoke 0.5s infinite;
	animation-duration: 0.3s;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.mapArea .vane1 {
	position: absolute;
	top: 190px;
	left: 230px;
}

.mapArea .vane2 {
	position: absolute;
	top: 268px;
	left: 236px;
}

.mapArea .vane3 {
	position: absolute;
	top: 253px;
	left: 295px;
}

.mapArea .vane.on img {
	-webkit-animation: vane 3s infinite;
	animation: vane 3s infinite;
	animation-duration: 3s;
}

.mapArea .map {
	position: relative;
	z-index: 10;
	width: 1000px;
	height: 560px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #bcbcbc;
}

@keyframes car {
	0% {
		left: -68px;
		opacity: 0
	}

	10% {
		opacity: 1
	}

	30% {
		top: 305px;
	}

	31% {
		top: 205px
	}

	70% {
		opacity: 1
	}

	100% {
		left: 100%;
		top: 205px;
		opacity: 0
	}
}

@keyframes carsmoke {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(0, -80%, 0);
	}
}

@keyframes vane {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/**********************************************************
	content
**********************************************************/
.container {
	padding-top: 146px;
}

.content {
	position: relative;
	padding-bottom: 150px;
	min-height: 700px;
	width: 1000px;
	margin: 0 auto;
}

.path {
	text-align: right;
	position: absolute;
	top: 35px;
	right: 0;
}

.path a {
	display: inline-block;
	position: relative;
	margin: 0 14px;
	color: #767676;
	line-height: 1em;
	vertical-align: top;
}

.path a:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: -15px;
	width: 4px;
	height: 5px;
	background: url('/images/ico_path.png') no-repeat 0 0;
}

.path a:first-child:before {
	display: none;
}

.pageTit {
	padding: 60px 0 30px 0;
	margin-bottom: 40px;
	font-size: 36px;
	color: #000;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

.pageTit.type2 {
	padding-bottom: 0;
	margin-bottom: 32px;
	border-bottom: none;
}

.btnBox {
	padding-top: 30px;
}

.btnBox.alignC a {
	margin: 0 2px;
}

.btnType1 {
	display: inline-block;
	width: 85px;
	line-height: 36px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.btnType1.btn1 {
	background: #393939;
}

.btnType1.btn2 {
	background: #d1d1d1;
}

.alignL {
	text-align: left !important;
}

.alignC {
	text-align: center !important;
}

.alignR {
	text-align: right !important;
}

.ellips {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	s
}


.subVisual {
	position: relative;
	height: 350px;
	overflow: hidden;
}

.subVisual .visual1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.05);
	background: url('/images/bg_subVisual_1.png') no-repeat 50% 50%;
	-webkit-animation: suvVisual 5s;
	animation: suvVisual 5s;
	animation-duration: 5s;
	transition: all 3s;
	-webkit-transition: all 3s;
}

.subVisual .visual2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.05);
	background: url('/images/1.jpg') no-repeat 50% 50%;
	-webkit-animation: suvVisual 5s;
	animation: suvVisual 5s;
	animation-duration: 5s;
	transition: all 3s;
	-webkit-transition: all 3s;
}

.subVisual .visual3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.05);
	background: url('/images/bg_subVisual_3.png') no-repeat 50% 50%;
	-webkit-animation: suvVisual 5s;
	animation: suvVisual 5s;
	animation-duration: 5s;
	transition: all 3s;
	-webkit-transition: all 3s;
}

.subVisual .visualTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 367px;
	height: 96px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.subVisual .visualTxt>div {
	position: absolute;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
}

.subVisual .visualTxt .line1 {
	top: 0;
	left: 154px;
	width: 0;
	height: 1px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.subVisual .visualTxt .line1.on {
	left: 0;
	width: 154px;
}

.subVisual .visualTxt .line2 {
	top: 0;
	left: 0;
	height: 0;
	width: 1px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.subVisual .visualTxt .line2.on {
	height: 95px;
}

.subVisual .visualTxt .line3 {
	top: 95px;
	left: 0;
	height: 1px;
	width: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.subVisual .visualTxt .line3.on {
	width: 370px;
}

.subVisual .visualTxt .line4 {
	bottom: 0;
	left: 369px;
	height: 0;
	width: 1px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.subVisual .visualTxt .line4.on {
	height: 95px;
}

.subVisual .visualTxt .line5 {
	top: 0;
	left: 371px;
	width: 0;
	height: 1px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.subVisual .visualTxt .line5.on {
	left: 217px;
	width: 154px;
}

.subVisual .visualTxt .txt {
	opacity: 0;
	padding-top: 18px;
	font-weight: bold;
	font-size: 44px;
	width: 100%;
	text-align: center;
	color: #fff;
	background: none;
}

.subVisual .visualTxt .ico {
	opacity: 0;
	top: -35px;
	left: 162px;
	background: none;
}

@keyframes suvVisual {
	0% {
		transform: translate3d(0, 0, 0) scale(1.05);
	}

	24% {
		transform: translate3d(0, -12px, 0) scale(1.05);
	}

	60% {
		transform: translate3d(0, 14px, 0) scale(1.05);
	}

	100% {
		transform: translate3d(0, 0, 0) scale(1.05);
	}
}

/* tab */
.tabType1 {
	border-bottom: 1px solid #e1e1e1;
}

.tabType1 ul {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.tabType1 li {
	position: relative;
	display: inline-block;
	width: 170px;
}

.tabType1 li:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 18px;
	margin-top: -9px;
	background: #ebebeb;
}

.tabType1 li:first-child:before {
	display: none;
}

.tabType1 li a {
	display: block;
	height: 46px;
	line-height: 46px;
	color: #333333;
	font-size: 16px;
	text-align: center;
}

.tabType1 li.on {
	border-bottom: 3px solid #f5c400;
}

.tabType1 li.on a {
	color: #ebb346;
}

.tabType2 {}

.tabType2 ul {
	text-align: center;
}

.tabType2 li {
	position: relative;
	display: inline-block;
	width: 125px;
	height: 40px;
}

.tabType2 li a {
	display: block;
	line-height: 40px;
	color: #666;
	border: 1px solid #cccccc;
	font-size: 16px;
	text-align: center;
}

.tabType2 li.on a {
	background: #b8b8b8;
	color: #fff;
}

/* data */
.dataTop {
	padding-bottom: 15px;
}

.dataTop:after {
	content: "";
	display: block;
	clear: both;
}

.dataTop .dataSearch {
	float: right;
}

.dataTop .dataSearch select {
	min-width: 80px;
	vertical-align: top;
}

.dataTop .dataSearch .search {
	display: inline-block;
	height: 30px;
	border: 1px solid #cccccc;
}

.dataTop .dataSearch .search input {
	width: 145px;
	border: none;
	height: 28px;
	vertical-align: top;
}

.dataTop .dataSearch .search button {
	width: 30px;
	height: 30px;
	background: url('/images/ico_search.png') no-repeat 50% 50%;
}

.dataType1 {
	border-top: 1px solid #020202;
}

.dataType1 table {
	table-layout: fixed
}

.dataType1 th {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: #333;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: 500;
	background: #eeeeee;
}

.dataType1 td {
	padding: 10px 5px;
	word-wrap: break-word;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #c7c7c7;
	color: #999;
	font-size: 16px;
	text-align: center;
}

.dataType1 th:first-child,
.dataType1 td:first-child {
	border-left: none;
}

.dataType1 td.alignL {
	padding-right: 20px;
	padding-left: 20px;
}

.dataType1 td a.new {
	padding-right: 40px;
	background: url('/images/ico_new.png') no-repeat 100% 3px;
}

.dataType1 td a {
	display: inline-block;
	max-width: 100%
}

.dataType1.type2 td {
	text-align: left;
	padding: 9px 20px;
}

.dataType2 table {
	width: 100%;
	border-top: 2px solid #8d8d8d;
	table-layout: fixed
}

.dataType2 th {
	padding: 11px 10px;
	color: #999;
	font-size: 16px;
	border-top: 1px solid #8d8d8d;
	text-align: left;
	font-weight: 300;
}

.dataType2 td {
	padding: 11px 10px;
	color: #999;
	font-size: 16px;
	border-top: 1px solid #8d8d8d;
	text-align: left;
}

.dataType2 th .title {
	color: #333;
	text-align: left;
	padding-left: 12px;
}

.dataType2 th>div {
	position: relative;
	padding: 0 20px;
	text-align: center;
}

.dataType2 th>div:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #cccccc;
}

.dataType2 th:first-child>div:before {
	display: none;
}

.dataType2 td .dataDetail {
	padding: 0 10px;
	padding-bottom: 60px;
	font-size: 16px;
	color: #999;
}

.dataType2 td .dataDetail img {
	max-width: 100%
}

.dataType2.type2 {
	border-bottom: 1px solid #cccccc;
}

.dataType2 td .dataDetail {
	padding-bottom: 30px;
}

.dataType2 th>div:before {
	display: none;
}

.dataType3 {
	margin-top: 20px;
}

.dataType3 table {
	width: 100%;
	border-top: 1px solid #dbdbdb
}

.dataType3 th {
	padding: 10px 10px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	background: #f4f4f4;
}

.dataType3 td {
	padding: 11px 20px;
	color: #999;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

.dataType3 td a {
	color: #999;
}

.dataType3 th span {
	display: inline-block;
	position: relative;
	padding-right: 16px;
}

.dataType3 th span:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 0;
	width: 10px;
	height: 6px;
	background: url('/images/bg_arrPrevNext.png') no-repeat 0 0;
}

.dataType3 .next th span:after {
	background-position: 0 -6px;
}


.photoList {
	padding-bottom: 60px;
	border-top: 1px solid #020202;
	border-bottom: 1px solid #cccccc;
}

.photoList:after {
	content: "";
	display: block;
	clear: both;
}

.photoList ul {
	padding-top: 10px;
	margin-left: -10px;
}

.photoList li {
	float: left;
	margin-left: 10px;
	margin-top: 40px;
}

.photoList li .img {
	padding: 20px;
	border: 1px solid #d7d7d7;
}

.photoList li .txt1 {
	margin-top: 15px;
	text-align: center;
	color: #666;
	font-size: 16px;
}

.photoList li .txt2 {
	margin-top: 5px;
	text-align: center;
	color: #999;
	font-size: 14px;
}

/* pagination */
.pagination {
	text-align: center;
}

.pagination .page {
	display: inline-block;
	width: 32px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	background: #d1d1d1;
}

.pagination .page.on,
.pagination .page:focus {
	color: #fff;
	background: #393939;
}

.pagination .pageFirst,
.pagination .pagePre,
.pagination .pageNext,
.pagination .pageLast {
	display: inline-block;
	width: 26px;
	height: 30px;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	background: url('/images/bg_page.png') no-repeat 0 0;
}

.pagination .pageFirst {
	background-position: 0 0;
}

.pagination .pagePre {
	background-position: -24px 0;
}

.pagination .pageNext {
	background-position: -48px 0;
}

.pagination .pageLast {
	background-position: -72px 0;
}

.pagination .pageFirst:hover,
.pagination .pagePre:hover,
.pagination .pageNext:hover,
.pagination .pageLast:hover {
	background-color: #f0f0f0;
}

.btnBox+.pagination {
	margin-top: -20px;
}

/* fileFind */
.fileFind {
	display: table;
}

.fileFind+.fileFind {
	margin-top: 5px;
}

.fileFind>div {
	display: table-cell;
	vertical-align: middle;
}

.fileFind>.input {
	width: 700px;
}

.fileFind>.input input {
	height: 30px;
	width: 100%;
	padding: 0 5px;
	border: 1px solid #cccccc;
}

.fileFind>.btn {
	padding-left: 5px;
}

.fileFind>.btn button {
	width: 74px;
	height: 30px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
}

.fileFind>.btn .btn1 {
	color: #fff;
	background: #999999;
}

.fileFind>.btn .btn2 {
	color: #797979;
	border: 1px solid #797979;
	background: #fff;
}

/* story */
.brandStory .tit {
	display: block;
	font-size: 60px;
	color: #333;
	font-weight: 100;
	text-align: center;
}

.brandStory .text {
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.8em;
}

.brandStory ul {
	margin-top: 50px;
}

.brandStory ul:after {
	content: "";
	display: block;
	clear: both;
}

.brandStory ul li {
	float: left;
	width: 324px;
	margin-left: 14px;
	padding-bottom: 30px;
	text-align: center;
}

.brandStory ul li:first-child {
	margin-left: 0;
}

.brandStory ul li>strong {
	display: block;
	margin-top: 20px;
	line-height: 1em;
	font-size: 36px;
}

.brandStory ul li .txt {
	margin-top: 13px;
	font-size: 16px;
	color: #666;
}

.brandStory ul li:nth-child(1) {
	border-bottom: 4px solid #69c87b;
}

.brandStory ul li:nth-child(1)>strong {
	display: block;
	margin-top: 20px;
	font-size: 36px;
	color: #69c87b;
}

.brandStory ul li:nth-child(2) {
	border-bottom: 4px solid #e38b35;
}

.brandStory ul li:nth-child(2)>strong {
	color: #e38b35;
}

.brandStory ul li:nth-child(3) {
	border-bottom: 4px solid #54bcc5;
}

.brandStory ul li:nth-child(3)>strong {
	color: #54bcc5;
}

.interior {
	padding-top: 100px;
}

.interior .tit {
	display: block;
	margin-bottom: 25px;
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: 500;
}

.interior .photoSlider {
	position: relative;
}

.interior .photoSlider .slider {
	padding-bottom: 18px;
}

.interior .photoSlider .slider .slick-initialized .slick-slide {
	background-size: auto 100% !important
}

.interior .photoSlider .slider .slick-prev,
.interior .photoSlider .slider .slick-next {
	display: none !important;
}

.interior .photoSlider .slider .slick-dots {
	margin-top: 5px;
	text-align: center;
}

.interior .photoSlider .slider .slick-dots li {
	display: inline-block;
	width: 30px;
	height: 5px;
	margin: 0 8px;
	border-radius: 5px;
	background: #b9c1d6;
}

.interior .photoSlider .slider .slick-dots li.slick-active {
	background: #737d96;
}

.interior .photoSlider .slider .slick-dots li button {
	opacity: 0
}

.interior .visualMenu .slick-dots {
	margin-top: 10px;
	text-align: center;
}

.interior .visualMenu .slick-dots li {
	display: inline-block;
	margin: 0 2px;
}

.interior .visualMenu .slick-dots li button {
	text-indent: -9999%;
	overflow: hidden;
	width: 12px;
	height: 12px;
	border: 2px solid #cccccc;
	border-radius: 14px;
	background: #cccccc;
}

.interior .visualMenu .slick-dots li.slick-active button {
	background: #fff;
}

.interior .visualMenu .slick-prev,
.interior .visualMenu .slick-next {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	background: url('/images/btn_photoSlider.png') no-repeat 0 0;
}

.interior .visualMenu .slick-prev {
	left: 0;
}

.interior .visualMenu .slick-next {
	right: 0;
	background-position: -50px 0;
}

.interior .text {
	margin-top: 40px;
	font-size: 16px;
	color: #333;
}

.interior .img {
	margin-top: 60px;
}

/* chefIntro */
.chefIntro {
	background: url('/images/bg_chefIntro.png') no-repeat 100% 35px;
}

.chefIntro .list {
	padding-top: 26px;
}

.chefIntro .list dt {
	margin-top: 50px;
}

.chefIntro .list dt:first-child {
	margin-top: 0;
}

.chefIntro .list dt strong {
	display: block;
	width: 192px;
	height: 46px;
	line-height: 40px;
	padding-left: 34px;
	font-size: 16px;
	color: #333;
	background: url('/images/bg_chefIntro_tit.png') no-repeat 0 0;
}

.chefIntro .list dd ul {
	padding-top: 20px;
}

.chefIntro .list dd ul li {
	position: relative;
	margin-top: 2px;
	font-size: 16px;
	color: #333;
	padding-left: 23px;
}

.chefIntro .list dd ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 8px;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background: #999999;
}


/* layerPopup */
.layerPopup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100
}

.layerPopup .mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}

.layerPopup .popupWrap {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 700px;
	background: #fff;
	border: 2px solid #e8a608;
	border-top: none;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.layerPopup .popupWrap .popup .popHeader {
	background: #e8a608;
}

.layerPopup .popupWrap .popup .popHeader .tit {
	display: block;
	padding: 20px 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.layerPopup .popupWrap .popup .popHeader .close {
	position: absolute;
	top: 15px;
	right: 40px;
	width: 35px;
	height: 35px;
	z-index: 60;
}

.layerPopup .popupWrap .popup .popHeader .close span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 28px;
	height: 0;
	text-indent: -9999px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	background: #ff584b;
}

.layerPopup .popupWrap .popup .popHeader .close span:after {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-block;
	width: 28px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.layerPopup .popupWrap .popup .popHeader .close span:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 28px;
	height: 2px;
	background: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.layerPopup .popupWrap .popup .popContent {
	padding: 20px;
}

.layerPopup .popupWrap .popup .popContent .rulllBox {
	height: 447px;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
	color: #666666;
	border: 1px solid #d7d7d7;
}

.layerPopup .popupWrap .popup .popContent .rulllBox pre {
	white-space: pre-wrap;
}

.layerPopup .popupWrap .popup .popContent .btmBox {
	padding-top: 15px;
	text-align: center;
}

.layerPopup .popupWrap .popup .popContent .btmBox button {
	width: 90px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
	background: #e8a608;
}

/*  layerPopup2 */
.layerPopup2 {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100
}

.layerPopup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100
}

.layerPopup2 .mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}

.layerPopup2 .popupWrap {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 945px;
	background: #fff;
	border-radius: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.layerPopup2 .popupWrap .popup .close {
	position: absolute;
	top: 45px;
	right: 45px;
	width: 35px;
	height: 35px;
	z-index: 60;
}

    .layerPopup2 .popupWrap .popup .enjoin {
        position: absolute;
        top: 45px;
        left: 45px;
        width: 35px;
        height: 35px;
        z-index: 60;
    }

.layerPopup2 .popupWrap .popup .close span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 28px;
	height: 0;
	text-indent: -9999px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	background: #666666;
}

.layerPopup2 .popupWrap .popup .close span:after {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-block;
	width: 28px;
	height: 2px;
	background: #666666;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.layerPopup2 .popupWrap .popup .close span:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 28px;
	height: 2px;
	background: #666666;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.layerPopup2 .prdDesc {
	padding: 80px 60px 10px;
}
    .layerPopup2 .Fromtab {
        padding: 10px 60px 80px;
    }
    .Fromtab_List{
        width:100%;
        /*height:40px;*/
        margin-top:10px;
        /*background-color:#ccc;*/
    }
.Fromtab_one{
    width:50%;height:40px;
    float:left;
    /*background-color:#f5c400;*/
    line-height:40px;
}
.Fromtab_tit {
    margin-left:30px;
    float: left;
    line-height: 40px;
}
.Fromtab_input {
    display: block;
    margin-left: 30px;
    float: left;
    margin-top: 4px;
}

.Fromtab_Brief{
    /*margin-top:20px;*/
    width:100%;
    height:100px;
}
.Fromtab_Button{
    width:60px;height:40px;
    display:block;
    margin:0 auto;
}
.layerPopup2 .prdDesc:after {
    content: "";
    display: block;
    clear: both;
}

.layerPopup2 .prdDesc .prdSlider {
	position: relative;
	float: left;
	width: 368px;
	padding: 0 43px;
}

.layerPopup2 .prdDesc .prdSlider .slider img {
	border-radius: 282px;
}

.layerPopup2 .prdDesc .desc {
	overflow: hidden;
	padding-top: 60px;
	padding-left: 40px;
}

.layerPopup2 .prdDesc .desc .tit {
	padding: 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
	font-size: 20px;
	color: #333333;
}

.layerPopup2 .prdDesc .desc .tit:after {
	content: "";
	display: block;
	clear: both;
}

.layerPopup2 .prdDesc .desc .tit .account {
	float: right;
	padding-top: 5px;
}

.layerPopup2 .prdDesc .desc .txt {
	padding: 20px 0 0 20px;
	color: #979797;
	font-size: 16px;
}

.layerPopup2 .prdDesc .prdSlider .slick-prev,
.layerPopup2 .prdDesc .prdSlider .slick-next {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background: url('/images/btn_prdSlider.png') no-repeat 0 0;
}

.layerPopup2 .prdDesc .prdSlider .slick-prev {
	left: -10px;
}

.layerPopup2 .prdDesc .prdSlider .slick-next {
	right: -10px;
	background-position: -40px 0;
}

.layerPopup2 .prdDesc .prdSlider .slick-prev.slick-disabled {
	background-position: 0 -40px;
}

.layerPopup2 .prdDesc .prdSlider .slick-next.slick-disabled {
	background-position: -40px -40px;
}





.reserveLayer {
	display: none;
	height: 100%;
	width: 100%;
	z-index: 9999;
	position: fixed;
	display: none;
	top: 0px;
	overflow-y: hidden;
	overflow-x: auto;
}

.reserveLayer .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.reserveLayer .popup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 870px;
	height: 810px;
	z-index: 50;
	background: white;
	border: 2px solid #0abd49;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.reserveLayer .layerClose {
	position: absolute;
	top: -2px;
	right: -53px;
	width: 53px;
	height: 53px;
	background: #0abd49;
	z-index: 9999;
	text-align: center;
	font-size: 45px;
	color: white;
	line-height: 53px;
	cursor: pointer;
}


.popupHeader {
	height: 5%;
	font-size: 20px;
	width: 805px;
	margin: 0 auto;
	border-bottom: 2px solid #404040;
	text-align: left;
}

.reserveLayer .popup .layerIframe {
	width: 805px;
	height: 95%;
	border: 0px;
}

.layerClose {
	float: right;
}

.popConts {
	margin-left: 20px;
}
