*{
	padding:0;
	margin:0;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}

body{
	min-width:1440px;
	margin:0 auto;
}


.banner{
	width:100%;
	height:520px;
	background:url(../images/banner.jpg) no-repeat center center;
}

.banner img{
	width:100%;
	display:block;
}



/*标题1*/
.title{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 5%;
}

.title ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}



.china-title{
	line-height: 80px;
	font-size: 1.6em;
	color: #fa6175;
	font-weight:bold;}
	
.china-title span{font-weight:lighter;}

.japan-title{
	line-height: 20px;
	font-size: 24px;
	color: #666666;
}

	
.title ul li{
	width:24%;
	height:auto;
	line-height:60px;
	display: flex;
	color:#333;
	font-size:24px;
	flex-wrap: wrap;
}
	
.title ul li label p{
	float:left;
}



/*作品标题*/
.zuopi{
	width: 1200px;
	height:auto;
    margin: 0 auto;
    text-align: center;
    font-family: "";
    clear: both;
	display: block;
    font-size: 40px;
    color: #333;
	margin-top:100px;
}

.zuopi .zp{
	font-weight:bold;
	width: 50%;
    margin: auto;
}

.zuopi span{
	clear:both;
	width:100%;
	line-height:30px;
	font-size:24px;
	color:#666;
}

#fff{
	width:12%;
	height:1px;
	border:none;
	border-top:1px solid #555555;
	float:left;
	margin-top:26px;
}
	
#rrr{
	width:12%;
	height:1px;
	border:none;
	border-top:1px solid #555555;
	float:right;
	margin-top:26px;
}
	
/*作品*/	

.product {
    width: 1200px;
    margin: 0 auto;
	margin-top:50px;
}

.product h3{
	width:300px;
	height:80px;
	margin:0 auto;
	margin-bottom:10px;
}

.product h3 span{
	width:100%;
    display: block;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #fa6175;
	opacity:0.8; 
	-moz-opacity:0.5;
	 filter:alpha(opacity=50);
    border-radius: 38px;
}

.product ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position: relative;
}

.product ul li {
    width: 360px;
	height:360px;
    margin-bottom: 40px;
	position:relative;
}

.product ul li img {
    width: 100%;
    display: block;
    transition: 0.6s;
    cursor: pointer;
	opacity:0.1;
	margin:0;
}


.product ul li:hover img {
    width: 320px;
	height:320px;
    display: block;
    cursor: pointer;
	opacity:1;
	margin:20px;
}


.product ul li span{
	width:320px;
	height:320px;
	position:absolute;
	left:20px;
	top:20px;
	border:1px solid #fff;
	transition:0.5s;
	opacity:1;
}


.product ul li span img{
	width:290px;
	height:290px;
	margin:15px;
	display:block;
	opacity:1;
	transition:0.5s;
}


.product ul li:hover span img{
	width:320px;
	height:320px;
	margin:0px;
	display:block;
	opacity:0;
}





/*师资*/

.shizi{
	width:1200px;
	margin:0 auto;
	margin-top:50px;
}

.shizi ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
	margin-top: 0px;
}


.shizi ul li.szleft{
	width:840px;
}

.shizi ul li.szright{
	width:344px;
}

.shizi ul li img {
    width: 100%;
    display: block;
    transition: 0.6s;
    cursor: pointer;
	margin-bottom:20px;
}

/*产品*/
.chanpin{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:50px;
}

.chanpin .cplist{
	width:580px;
	margin-bottom:80px;
}

 .cplist p a{
	 color:#000;
	}

.cplist ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.cplist ul li.imgs{
	width:296px;
}

.cplist ul li.texts{
	width:280px;
}


.kiio{	
    width: 90%;
    height: 90%;
    margin: 0 auto;
    margin-top: 10px;
}
	
.kiio span{
	font-size:28px;
	font-weight:bold;
}


.kiio i{
	width:12%;
	height:12px;
	border:none;
	border-bottom:4px solid #71bbfd;
	display:block;
}

.kiio p{
	font-size:20px;
	margin-top:26px;
	line-height:32px;
}
	
	

	
.zixun{
	width:600px;
	height:70px;
	margin:50px auto;
	line-height:70px;
	text-align:center;
}
	
.zixun a{
	width:100%;
	height:100%;
	display:block;
	font-size:28px;
	color:#fff;
	transition:0.6s;
	border-radius:35px;
	background:#EF7586;
}

.zixun a:hover{
	background:#e01216;
}



.jiaoshi{
	width:1200px;
	height:auto;
	margin:0 auto;
	margin-top:50px;
}

.jiaoshi ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.jiaoshi ul li{
	width:580px;
	margin-bottom:40px;
}

.jiaoshi ul li img{
	width:100%;
	display:block;
}


.kaidi{
	width:1200px;
	margin:0 auto;
	margin-top:50px;
}
	
.kaidi ul{
	width:100%;
	margin-top:0;
	display:flex;
	justify-content:space-between;
}	
	

.kaidi ul li{
	width:18%;
	margin-bottom:30px;
	border:1px solid #eee;
}

.kaidi ul li img{
	display:block;
	margin:10px auto;
}


	
	