*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}


body{
	min-width: 1440px;
	margin: 0 auto;
	background:url(../images/bg.jpg) repeat;
}



.banner{
	width: 100%;
	height: 720px;
	background: url(../images/banner.jpg) no-repeat center top;
}



.cell {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.cell ul {
    overflow: hidden;
}



.cell ul li.img {
    float: left;
    width: 372px;
    font-size: 0;
}

.cell ul li.img img {
    display: inline-block;
    margin: 6px;
	transition: 0.6s;
	cursor: pointer;
}


/*
.cell .img img:hover{
	transform: scale(1.1)
}*/

.cell ul li.txt {
    float: left;
    width: 746px;
    padding: 40px;
}

.cell ul li.txt h2{
	font-size:36px;
	text-align:center;}

.cell ul li.txt p {
    font-size: 20px;
    margin-top: 15px;
    color: #333333;
    line-height: 30px;
	text-align:center;
	padding: 30px
}

.cell a{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    width: 216px;
    height: 46px;
    line-height: 48px;
    text-align: center;
    background: #a65d66;
    border-radius: 8px;
    -webkit-transition:0.6s;
    -ms-transition:0.6s;
    transition:0.6s;
	margin: 20px 251px;}



.cell ul li.txt a:hover{
	width: 260px;
}


.pymp{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}


.pymp ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.pymp ul li{
	width: 533px;
}


.pymp ul li img{
	width: 100%;
	display: block;
}

.pymp .shousi{
	width:628px;}

.pymp .shousi .ass{
	width: 100%;
	background:url(../images/sge.png) no-repeat top right;
	display:flex;
	justify-content:flex-end;
}


.pymp .shousi .ass h2{
	width: auto;
	font-size: 36px;
	writing-mode: tb-rl;
	margin-top: 20px;
	margin-right: 60px;
}



.pymp .shousi .ass h3{
	font-size: 24px;
	writing-mode: tb-rl;
	line-height: 45px;
	color: #a65d66;
	font-weight:bold;
	margin-right: 10px;
	margin-top: 20px;
}



.pymp .shousi .ass p{
	font-size: 20px;
	writing-mode: tb-rl;
	line-height: 36px;
	color: #333;
	height: 278px;
	margin-top: 20px;
}



.pymp .shousi .aas{
	display:block;
	width: 100%;
}

.pymp .shousi .aas a{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    width: 216px;
    height: 46px;
    line-height: 48px;
    text-align: center;
    background: #a65d66;
    border-radius: 8px;
    margin: 60px 30px;
    -webkit-transition:0.6s;
    -ms-transition:0.6s;
    transition:0.6s;}



.pymp .shousi .aas a:hover{
	width: 260px;
}





.sidaly{
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
}


.sidaly ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.sidaly ul li{
	width: 225px;
	height:275px;
	overflow: hidden;
	position: relative;	
	box-shadow: 2px 4px 6px #e8e8e8;
}


.sidaly ul li img{
	width: 100%;
	display: block;
	transition: 0.6s;
	cursor: pointer;
}

.sidaly ul li:hover{
	transform: scale(1.1);
}


.sidaly ul li span{
	width: 100%;
	height: 60px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#fff;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: #333;
	overflow:hidden;
	padding-top:10px;
}






.title{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;

}


.china-title{
	line-height: 80px;
	font-size: 50px;
	color: #a65d66;
}


.japan-title{
	line-height: 40px;
	font-size: 18px;
	color: #d1d1cf;
}


.bgc{
	background: #F5F5F5;
}

.kecheng{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.c-kc, .j-kc{
	width: 580px;
	height: auto;
}


.c-kc dl, .j-kc dl{
	width: 466px;
	margin: 0 auto;
	margin-top: 60px;
}


.c-kc dl dt, .j-kc dl dt{
	margin-top: 20px;
}

.c-kc dl img, .j-kc dl img{
	width: 100%;
	display: block;
}


.kecheng p{
	padding: 10px 20px;
	font-size: 18px;
	line-height: 32px;
}


.kecheng a{
	width: 280px;
	height: 40px;
	display: block;
	color: #fff;
	font-size: 20px;
	background: #086732;
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 2px;
	text-align: center;
	line-height: 40px;
}



.product{
	width: 1200px;
	margin: 0 auto;
	margin-top: 42px;
}


.product ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.product ul li{
	width: 262px;
	height:285px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}


.product ul li img{
	width: 100%;
	display: block;
	transition: 0.6s;
	cursor: pointer;
}

.product ul li img:hover{
	transform: scale(1.1);
}


.product ul li span{
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to top, rgb(0, 0, 0), #0000005c);
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}



.btn {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
    padding-top: 40px;
    padding-bottom: 76px;
    display: flex;
    justify-content: space-between;}
	
.btn a {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    width: 260px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #a65d66;
    border-radius: 8px;
    margin: 0 8px;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
}


.btn a:hover{
	width: 300px;
}


.das{
	width: 1200px;
	height:500px;
    margin: 0 auto;
    padding-top: 10px;}
	
	
.das .fla{
	width: 240px;
    height: 454px;
    float: left;
    background-color: #a65d66;
    text-align: left;
	}

.das .fla ul{
    display: block;
    width: 200px;}
	
.das .fla ul li{
    position: relative;
    width: 200px;
    padding-left: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 8px;
    margin-top: 10px;
    letter-spacing: -1px;}
	
.das .fla ul li span{
	width: 5px;
    height: 5px;
    border-radius: 50%;
    /* border: none; */
    /* color: #fff; */
    background: #fff;
    float: left;
    margin-top: 10px;
    margin-left: -12px;}
	
	

.rig{
    display: block;
    width: 950px;
	margin: 0 auto;
    text-align: center;
	float: right;
}


.rig ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.rig ul li{
	margin-bottom: 14px;
	overflow: hidden;
	position: relative;
}


.rig ul li img{
	width: 100%;
	transition: 0.6s;
	cursor: pointer;
}

.rig ul li img:hover{
	transform: scale(1.1);
}


.rig ul li span{
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to top, rgb(0, 0, 0), #0000005c);
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}