
.introbox{
	width: 1200px;
	padding: 13px 27px 10px 27px;
	margin: auto;
}
.intro{
	width: 755px;
	padding-right: 400px;
	padding-left: 10px;
	position: relative;
	
}
.intro .brand{
	border-left: 2px solid #333333;
	padding-left: 8px;
	color: #333333;
	margin-top: 40px;

}
.intro .brand h2{
	font-size: 18px;
}
.intro .brand p{
	font-size: 12px;
}
.intro img{
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0.6;
	transition: all 2s;
	width: 667px;
}
.intro p{
	font-size: 14px;
  color: #656565;
}
.intro .content_p p:nth-of-type(1){
	margin-top: 30px;
}
.intro .content_p p:nth-of-type(2){
	margin-top: 30px;
}
.intro .content_p p:nth-of-type(3){
	margin-top: 20px;
}
.intro .content_p p:nth-of-type(4){
	margin-top: 20px;
}
/* 品牌简介end */
/* 制作方法 */
.making{
	height: 532px;
	/*background: url(../../images/jtjs/banner4.jpg)no-repeat center center;
	background-attachment: fixed;*/
	
}
.make{
	width: 1250px;
	height: 517px;
	margin: auto;
	overflow: hidden;
	background-color:rgba(255,255,255,0.7);
	background: url(../../images/jtjs/banner4.jpg)no-repeat center center;
	background-attachment: fixed;
}
.make h2{
	font-size: 27px;
	color: #333333;
	text-align: center;
	margin-top: 60px;
}
.make P{
	text-align: center;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
}
.make .dt{
	width: 6px;
	height: 6px;
	background: #333333;
	border-radius: 50%;
	margin: 5px  auto 0px;
	position: relative;
}
.make .dt:before{
	content: "";
	display: block;
	position: absolute;
	width: 91px;
	height: 1px;
	background:#333333;
	right: 10px;
	top: 2.5px;
}
.make .dt:after{
	content: "";
	display: block;
	position: absolute;
	width: 91px;
	height: 1px;
	background:#333333;
	left: 10px;
	top: 2.5px;
}
.make ul{
	width: 1200px;
	margin: auto;
	margin-top: 55px;
}
.make ul li{
	width: 274px;
	height: 420px;
	float: left;
	margin-left: 32px;
}
.make ul li:nth-of-type(1){
	margin-left: 0px;
}
.make ul li .mak_img{
	width: 274px;
	height: 274px;
	overflow: hidden;
	cursor: pointer;
	
}
.make ul li img{
	transition: all 2s;
	width: 305px;
	height: 222px;
}
.make ul li .mak_img:hover img{
	transform: scale(1.1,1.1) ;
}
.make ul li .p1{
	text-align: left;
	margin-top: 15px;
}
.make ul li .p1 span{
	font-size: 26px;
}
.make ul li .p1 i{
	font-size: 22px;
}
.make ul li .p1 em{
	font-size: 20px;
	color: #212121;
}
.make ul li .p2{
	color: #676664;
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
}

/* 制作方法  end*/


/* 面包种类 */
.species{
	height:500px;

	
}
.specy{
	width: 100%;
	height: 493px;
	margin: auto;
	overflow: hidden;
}
.specy h2{
	font-size: 27px;
	color: #333333;
	text-align: center;
	margin-top: 50px;
}
.specy P{
	text-align: center;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
}
.specy .dt{
	width: 6px;
	height: 6px;
	background: #333333;
	border-radius: 50%;
	margin: 5px  auto 0px;
	position: relative;
}
.specy .dt:before{
	content: "";
	display: block;
	position: absolute;
	width: 91px;
	height: 1px;
	background:#333333;
	right: 10px;
	top: 2.5px;
}
.specy .dt:after{
	content: "";
	display: block;
	position: absolute;
	width: 91px;
	height: 1px;
	background:#333333;
	left: 10px;
	top: 2.5px;
}
.specy ul{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 93px;
/*	margin-left: 125px;*/
	
}
.specy ul:after{
	content: "";
	display: block;
	clear: both;
}
.specy ul li{
	width: 137px;
	height: 485px;
	float: left;
	/*margin-left: 25px;*/
}
.specy ul li:nth-of-type(1){
	margin-left: 0px;
}
.specy ul li .mak_img{
	width: 226px;
	height: 347px;
	cursor: pointer;
	position: relative;
	top: -50px;
	transition: all 2s;

	
}
.specy ul li .mak_img .brand_intro{
	width: 210px;
	height: 86px;
	position: absolute;
	bottom: 26px;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 15px;
	transition: all 0.5s;
	transform:  perspective(1200px) rotateY(58deg);
	opacity: 0;
}

.specy ul li:nth-of-type(3) .brand_intro{
transform:  perspective(0) rotateY(0) ;
}
.specy ul li:nth-of-type(4) .brand_intro{
transform:  perspective(1200px) rotateY(-58deg) ;
}
.specy ul li:nth-of-type(5) .brand_intro{
transform:  perspective(1200px) rotateY(-58deg) ;
}
.specy ul li .mak_img:hover .brand_intro{
		transform:  perspective(0px) rotateY(0deg) ;
		opacity: 1;
}

.specy ul li img{
	transition: all 0.5s;
	transform:  perspective(1200px) rotateY(53deg);
}
.specy ul li:nth-of-type(3) img{
		/*transform:  perspective(0px) rotateY(0deg);*/
}
.specy ul li:nth-of-type(4) img{
		transform:  perspective(1200px) rotateY(-53deg);
}

.specy ul li:nth-of-type(5) img{
	transform:  perspective(1200px) rotateY(-53deg);
}
.specy ul li .mak_img:hover img{
	transform:  perspective(0px) rotateY(0deg) ;
}

.specy ul li .p1{
	text-align: left;
	margin-top: 18px;
	font-size: 17px;
}

.specy ul li .p2{
	color: #676664;
	text-align: left;
	font-size: 12px;
	margin-top: 18px;
}
.specy .bt_reading{
	width: 97px;
	height: 28px;
	border: 1px solid #3b3b3b;
	margin: 26px auto;
	color: #6e6e6e;
	text-align: center;
	line-height: 28px;
	position: relative;
	font-size: 11px;
	cursor: pointer;
	
}
.specy .bt_reading .rx{
	position: absolute;
	width: 16px;
	background: #fff;
	height: 16px;
	right: -8px;
	top: 6px;
	transition: all 0.5s;
}
.specy .bt_reading:hover .rx{
	width: 0px;
}
.specy .bt_reading:hover .rx:after{
	width: 0px;
}
.specy .bt_reading .rx:after{
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height:1px ;
	left: 0;
	top: 7px;
	background: #333333;
	transition: all 0.5s;
}
/* 面包种类 end*/


/* 小banner: */
.small_banner{
	height: 90px;
	background: url(../../images/jtjs/banner_little.jpg) no-repeat center center;
	
}
/* 小banner end */

/* 面包分类 */
.classification{
		min-height: 868px;
}
.ification{
	width: 1250px;
	min-height: 800px;
	margin: auto;
	margin-top: 425px;
}
.ification h2{
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 60px;
}
.ification P{
	text-align: center;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
}
.ification .dt{
	width: 6px;
	height: 6px;
	background: #333333;
	border-radius: 50%;
	margin: 5px  auto 0px;
	position: relative;
}
.ification .dt:before{
	content: "";
	display: block;
	position: absolute;
	width: 91px;
	height: 1px;
	background:#333333;
	right: 10px;
	top: 2.5px;
}
.ification .dt:after{
	content: "";
	display: block;
	position: absolute;
	width: 91px;
	height: 1px;
	background:#333333;
	left: 10px;
	top: 2.5px;
}
.ification .colors{
	width: 1200px;
	height: 198px;
	margin: auto;
	margin-top: 10px;
	overflow: hidden;
}
.ification .colors0{
	margin-top: 65px;
}


.ification .colors img{
	float: left;
}
.ification .colors .dis{
	width: 550px;
	height: 196px;
	border: 1px solid #333333;
	border-left: none;
	float: right;
	padding: 0 30px 0 20px;
}
.ification .colors1 .dis{
	border-right: none;
	float: left;
	border-left: 1px solid #333333;
}
.ification .colors .dis h3{
	font-size: 18px;
	color: #343434;
	margin-top: 30px;
}
.ification .colors .dis  p{
	font-size: 12px;
	color: #676767;
	margin-top: 20px;
	text-align: left;
}

.colors .dis .bt_reading{
	width: 97px;
	height: 28px;
	border: 1px solid #3b3b3b;
	margin-top: 40px;
	color: #6e6e6e;
	text-align: center;
	line-height: 28px;
	position: relative;
	font-size: 11px;
	cursor: pointer;
	
}
.colors .dis .bt_reading:hover{
	color: #962f2a;
}
.colors .dis .bt_reading .rx{
	position: absolute;
	width: 16px;
	background: #fff;
	height: 16px;
	right: -8px;
	top: 6px;
	transition: all 0.5s;
}

.colors .dis .bt_reading:hover .rx{
	width: 0px;
}
 .colors .dis .bt_reading:hover .rx:after{
	width: 0px;
}
.colors .dis .bt_reading .rx:after{
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height:1px ;
	left: 0;
	top: 7px;
	background: #333333;
	transition: all 0.5s;
}

.ification .colors0 img{
	margin-left:0px;
	transition: all 2s;
	
}
.ification .colors0 .dis{
	/*margin-right: -600px;*/
	transition: all 2s;
}

.ification .colors1 img{
	/*margin-right: -600px;*/
	transition: all 2.5s;
	float: right;
	
}
.ification .colors1 .dis{
	 /* margin-left: -600px;*/
		transition: all 2.5s;
}

.ification .colors2 img{
	/*margin-left: -600px;*/
	transition: all 3s;
	
}
.ification .colors2 .dis{
	/*margin-right: -600px;*/
		transition: all 3s;
}

/* 面包分类end */

/* 底部 */
.footer{
	height: 80px;
	color: #FFFFFF;
	line-height: 80px;
	background: #333333;
	font-size: 12px;
	text-align: center;
}

/* 底部end */
/* 置顶 */
.zd{
	position: fixed;
	display: block;
  border-radius: 50%;
  height:50px;
  width: 50px;
  margin: 0;
  background: -webkit-radial-gradient(100px 100px, circle, #5cabff, #000);
  background: -moz-radial-gradient(100px 100px, circle, #5cabff, #000);
  background: radial-gradient(100px 100px, circle, #5cabff, #000);
	opacity: 0.5;
	right: -50px;
	bottom: 50px;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	color: #fff;
	transition: all 0.2s; 
}

/* 置顶end */
/* 响应式 */

@media(max-width:768px) {
	
}

/* 响应式 */
