/*-----------------------------------bg--------------------------------------*/
.bg{
	width: 100%;
	padding-top: 112px;
}
@media only screen and (max-width: 1200px) {
	.bg{width: 1200px;}
}
.bg img{
	display: block;
	width: 100%;
}
/*-----------------------------------banner--------------------------------------*/
.banner{
	width: 100%;
	padding-top: 112px;
}
.banner img{
	display: block;
	width: 100%;
}
.banner .swiper-slide{
	width: 100%;
}
/*-----------------------------------product--------------------------------------*/
.product{
	width: 100%;
	margin: 145px 0 0;
}
.product ul{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.product ul li:nth-child(2),.product ul li:nth-child(5){
	margin: 0 60px;
}
.product ul li div{
	width: 360px;
	height: 262px;
	overflow: hidden;
}
.product ul li div img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.product ul li:hover div img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.product ul li p{
	font-size: 20px;
	color: #000;
	line-height: 70px;
	margin-bottom: 25px;
	text-align: center;
}
/*-----------------------------------about--------------------------------------*/
.about{
	width: 100%;
	background: #ffd543;
	margin: 45px 0 45px;
	
}
.about .mid{
	width: 1200px;
	height: 334px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 52px;
	background: #ffd543;
}
.about .about_img{
	width: 424px;
	height: 260px;
	overflow: hidden;
	border: 12px solid #fff;
	float: left;
}
.about .about_img img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear; 
}
.about .about_img:hover img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.about .about_intro{
	width: 625px;
	height: auto;
	float: right;
}
.about_intro h1{
	font-size: 20px;
	line-height: 79px;
}
.about_intro .line{
	width: 250px;
	height: 1px;
	background: #000;
	margin-bottom: 30px;
}
.about_intro p{
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
.about_intro a{
	display: block;
	margin-left: 500px;
	margin-top: 30px;
}
.about_intro .mo{
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear; 
}
.about .about_intro:hover .mo{
	-webkit-transform: translateX(40px);
	    -ms-transform: translateX(40px);
	        transform: translateX(40px);
}
/*-----------------------------------made--------------------------------------*/
.made{
	width: 100%;
	margin: 140px 0 ;
}
.made .mid{
	width: 1200px;
	height: 472px;
	margin: 0 auto;
	overflow: hidden;
}
.made .made_left{
	width: 300px;
	height: 472px;
	float: left;
	background: #0e58ad;
	position: relative;
}
.made .made_left:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	width: 278px;
	height: 450px;
	border: 1px solid #fff;
}
.made .made_left h1{
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	margin: 120px 0 200px;
	color: #fff;
}
.made .made_left .move{
	z-index: 10000;
	position: absolute;
	left: 66px;
	top: 350px;
	width: 166px;
	height: 40px;
	border: 1px solid #ffd543;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #0e58ad;
	cursor: pointer;
}
.made .made_left .move i{
	font-size: 30px;
}
.zhuan{
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}
.made .made_left .move:hover{
	background: #ffd543;
	color: #0e58ad;
}
.made_right {
	width: 900px;
	height: 472px;
	float: left;
	overflow: hidden;
	position: relative;
}
.made_right ul{
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.made_right ul li{
	width: 300px;
	height: 472px;
}
.made_right ul li .made_img{
	width: 300px;
	height: 236px;
	overflow: hidden;
}
.made_right ul li .made_img img{
	width: 300px;
	height: 236px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.made_right ul li:hover .made_img img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.made_right ul li .made_intro{
	width: 300px;
	height: 236px;
	text-align: center;
	background: #f2f2f2;
}
.made_right ul li .intro_1{
	height: 176px;
	padding-top: 60px;
	background: #ffd543;
}
.made_right ul li .intro_2{
	height: 156px;
	padding-top: 80px;
}
.made_right ul li .intro_3{
	height: 176px;
	padding-top: 60px;
}
.made_right .made_intro p{
	font-size: 16px;
	line-height: 30px;
	/*color: #0e58ad;*/
	padding-top: ;
}
.made_right .made_intro p span{
	font-weight: 900;
}
.made_right .made_intro .more{
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	width: 120px;
	height: 34px;
	border: 1px solid #0e58ad;
	margin: 20px auto 0;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #0e58ad;
}
.made_right .made_intro .more:hover{
	background: #0e58ad;
	color: #fff;
}
.made_right .intro_1 p{
	color: #0e58ad;
}
.made_right .intro_1 p span{
	color: #0e58ad;
}
.made_right .intro_1 .more{
	color: #0e58ad;
}
.made_right .intro_1 .more:hover{
	background: #0e58ad;
	color: #fff;
}