*{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	text-decoration:none;
}

.title{
	width:1000px;
	margin:auto;
	margin-bottom:62px;
}
.title h1{
	font-size:40px;
	color:#eb8183;
	display:inline-block;
	margin-left:50%;
	transform:translateX(-50%);
	position:relative;
	padding-bottom:5px;
}
.title h1::after{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background:#eb8183;
	left:0;
	bottom:0;
}
.title h1::before{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-width:13px;
	border-style: solid;
	border-color:#eb8183 transparent transparent transparent;
	left:50%;
	bottom:-27px;
	transform: translateX(-50%);
}

/*banner*/
.banner{
	width:100%;
	overflow: hidden;
}
.banner img{
	width:100%;
	height:100%;
	overflow: hidden;
	background-size:cover;
	display: block;
}

/*part1*/
.part1{
	width:100%;
	overflow: hidden;
	margin-top:50px;
	margin-bottom:120px;
	position:relative;
}
.part1 .content{
	width:calc(100% - 23.9583%);
	position:relative;
	left:23.9583%;
	top:0;
	background:#f6ebf3;
	height:740px;
}
.part1 .content .left{
	width:495px;
	float:left;
}
.part1 .content .right{
	width:455px;
	float:left;
	padding-left:50px;
	padding-top:50px;
}
.part1 .content .right h2{
	width:130px;
	height:36px;
	line-height:36px;
	font-size:22px;
	color:#eb8183;
	border-radius:18px;
	text-align: center;
	border:1px solid #eb8183;
	margin-bottom:30px;
}
.part1 .content .right h2:nth-of-type(2){
	background:#eb8183;
	color:#fff;
}
.part1 .content .right p{
	font-size:16px;
	color:#666;
	line-height:28px;
	margin-bottom:45px;
}
.part1 .content .right h3{
	font-size:24px;
	color:#666;
	margin-bottom:45px;
}
.part1 .content .right ul{
	width:calc(100% - 44px);
	height:56px;
	border:1px dashed #999;
	padding:22px;
}
.part1 .content .right ul li{
	float:left;
	margin-right:70px;
	font-size:16px;
	color:#eb8183;
	margin-bottom:10px;
}
.part1 .content .right ul li:nth-child(even){
	margin-right:0;
}
.part1 .content .right ul li i{
	display: inline-block;
	width:16px;
	height:16px;
	background:url(../../../img/icon_xx.png)no-repeat;
	margin-right:3px;
	vertical-align:middle;
}
.part1 .content .right ul li i:first-of-type{
	margin-left:12px;
}
.part1 .content .right ul li i:last-of-type{
	margin-right:0;
}

/*part1*/
.part2{
	width:100%;
	overflow: hidden;
	margin-top:50px;
	margin-bottom:120px;
	position:relative;
}
.part2 .content{
	width:calc(100% - 23.9583%);
	position:relative;
	right:0;
	top:0;
	background:#f6ebf3;
	height:740px;
}
.part2 .content .right{
	width:495px;
	float:right;
}
.part2 .content .left{
	width:465px;
	float:right;
	padding-right:40px;
	padding-top:50px;
}
.part2 .content .left h2{
	width:130px;
	height:36px;
	line-height:36px;
	font-size:22px;
	color:#eb8183;
	border-radius:18px;
	text-align: center;
	border:1px solid #eb8183;
	margin-bottom:30px;
}
.part2 .content .left h2:nth-of-type(2){
	background:#eb8183;
	color:#fff;
}
.part2 .content .left p{
	font-size:16px;
	color:#666;
	line-height:28px;
	margin-bottom:45px;
}
.part2 .content .left h3{
	font-size:24px;
	color:#666;
	margin-bottom:45px;
}
.part2 .content .left ul{
	width:calc(100% - 44px);
	height:56px;
	border:1px dashed #999;
	padding:22px;
}
.part2 .content .left ul li{
	float:left;
	margin-right:70px;
	font-size:16px;
	color:#eb8183;
	margin-bottom:10px;
}
.part2 .content .left ul li:nth-child(even){
	margin-right:0;
}
.part2 .content .left ul li i{
	display: inline-block;
	width:16px;
	height:16px;
	background:url(../../../img/icon_xx.png)no-repeat;
	margin-right:3px;
	vertical-align:middle;
}
.part2 .content .left ul li i:first-of-type{
	margin-left:12px;
}
.part2 .content .left ul li i:last-of-type{
	margin-right:0;
}

/*part3*/
.part3{
	width:100%;
	overflow: hidden;
	margin-bottom:120px;
}
.part3 .content{
	width:1000px;
	margin:auto;
}
.part3 .title h1::before{
	content:none;
}
.part3 .title p{
	font-size:16px;
	color:#eb8183;
	display:inline-block;
	margin-left:50%;
	transform:translateX(-50%);
	position:relative;
	padding-bottom:5px;
}
.part3 .title p::after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-width:13px;
	border-style: solid;
	border-color:#eb8183 transparent transparent transparent;
	left:50%;
	bottom:-27px;
	transform: translateX(-50%);
}
.part3 .content{
	width:994px;
	margin:auto;
	border:3px solid #eb8183;
	border-radius:9px;
}
.part3 .content ul{
	width:100%;
	height:96px;
	background:#eb8183;
}
.part3 .content ul li:first-child{
	width:24%;
	border-bottom:1px solid #fff;
}
.part3 .content ul li:first-child dl{
	width:100%;
	height:100%;
}
.part3 .content ul li:first-child dl dt,.part3 .content ul li:first-child dl dd{
	float:left;
	text-align: center;
	width:50%;
	position:relative;
}
.part3 .content ul li:first-child dl dt::after{
	content:"";
	position:absolute;
	width:210%;
	height:1px;
	background:#fff;
	top:50px;
	left:0;
	transform:rotate(22deg);
}
.part3 .content ul li{
	float:left;
	width:calc(38% - 1px);
	border-right:1px solid #fff;
	text-align: center;
	line-height:96px;
	color:#fff;
	font-weight:bold;
	font-size:24px;
}
.part3 .content ul li:last-child{
	border-right:0;
}
.part3 .content ol{
	width:100%;
	height:80px;
	clear:both;
}
.part3 .content ol li:first-child{
	width:24%;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	color:#fff;
	background:#eb8183;
	border-bottom:1px solid #fff;
}
.part3 .content ol:nth-of-type(4) li:first-child{
	height:70px;
	line-height:30px;
	padding-top:10px;
}
.part3 .content ol li{
	float:left;
	width:calc(38% - 1px);
	border-right:1px solid #fff;
	text-align: center;
	line-height:80px;
	color:#333;
	font-size:20px;
	border-bottom:1px solid #eb8183;
	border-right:1px solid #eb8183;
}
.part3 .content ol li:last-child{
	border-right:0;
}
.part3 .content ol:last-child li{
	border-bottom:none;
}
.part3 a{
	display: block;
	width:300px;
	height:70px;
	border-radius:35px;
	text-align: center;
	line-height:70px;
	color:#fff;
	background:#eb8183;
	margin:auto;
	margin-top:60px;
	font-size:20px;
}

/*part4*/
.part4{
	width:100%;
	overflow: hidden;
	margin-bottom:120px;
}
.part4 .title h1::before{
	content:none;
}
.part4 .title p{
	font-size:16px;
	color:#eb8183;
	display:inline-block;
	margin-left:50%;
	transform:translateX(-50%);
	position:relative;
	padding-bottom:5px;
}
.part4 .title p::after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-width:13px;
	border-style: solid;
	border-color:#eb8183 transparent transparent transparent;
	left:50%;
	bottom:-27px;
	transform: translateX(-50%);
}
.part4 .content{
	width:1000px;
	margin:auto;
}
.part4 .content>div{
	float:left;
}
.part4 .content .btn_left,.part4 .content .btn_right{
	width:160px;
	text-align: center;
	margin-top:180px;
}
.part4 .content .btn_left img,.part4 .content .btn_right img{
	cursor:pointer;
}
.part4 .content .center{
	width:680px;
}

/*part5*/
.part5{
	width:100%;
	padding:90px 0;
	background:#28323b;
}
.part5 .content{
	width:1000px;
	height:338px;
	margin:auto;
}
.part5 .content .left{
	width:498px;
	height:338px;
	overflow: hidden;
	float:left;
	margin-right:10px;
}
.part5 .content .left .im{
	width:100%;
	height:254px;
	overflow: hidden;
	position:relative;
}
.part5 .content .left .im img{
	display: block;
	width:100%;
}
.part5 .content .left p{
	font-size:16px;
	color:#28323b;
	background:#fff;
	line-height:80px;
	padding-left:20px;
}
.part5 .content .right{
	width:calc(100% - 508px);
	height:338px;
	float:left;
}
.part5 .content .right ul{
	width:100%;
	overflow: hidden;
}
.part5 .content .right ul li{
	width:calc(50% - 5px);
	float:left;
	height:162px;
	margin-right:10px;
	margin-bottom:10px;
	overflow: hidden;
}
.part5 .content .right ul li:first-child{
	background:#fff;
	text-align: center;
	line-height:162px;
	font-size:22px;
}
.part5 .content .right ul li:first-child a{
	display: block;
	color:#28323b;
}
.part5 .content .right ul li:nth-child(even){
	margin-right:0;
}
.part5 .content .right ul li a{
	display: block;
	position:relative;
}
.part5 .content .right ul li a .im{
	width:100%;
	height:162px;
	overflow: hidden;
}
.part5 .content .right ul li a .im img{
	width:100%;
	display: block;
}
.part5 .content .right ul li a p{
	width:100%;
	line-height:30px;
	padding-left:20px;
	font-size:16px;
	color:#28323b;
	position:absolute;
	bottom:-30px;
	background:#fff;
	z-index: 9999;
	transition: all .3s linear;
}
.part5 .content .right ul li:nth-child(2) a p{
	width:calc(100% - 20px);
	bottom:-60px;
	transition: all .3s linear;
}
.part5 .content .right ul li a::after,.part5 .content .left .im::after{
	content:"";
	position:absolute;
	width:60px;
	height:60px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index: 99;
	background:url(../../../img/video_album_play.png)no-repeat;
	transition: all .3s linear;
}
.part5 .content .right ul li:nth-child(1) a::after,.part5 .content .right ul li:nth-child(1) a::before{
	content:none;
}
.part5 .content .right ul li a::before,.part5 .content .left .im::before{
	content:"";
	position:absolute;
	width:100%;
	height:162px;
	left:0;
	top:0;
	z-index: 9;
	background-color:rgba(0, 0, 0, .5);
	transition: all .3s linear;
}
.part5 .content .left .im::before{
	height:254px;
}
.part5 .content .right ul li:hover p{
	bottom:0;
	transition: all .3s linear;
}
.part5 .content .right ul li:nth-child(2):hover p{
	bottom:0;
	transition: all .3s linear;
}
.part5 .content .right ul li:hover a::after{
	top:40%;
	animation: circlemove 1.25s infinite linear alternate;
}
	
.part5 .content .left:hover .im::after{
	animation: circlemove 1.25s infinite linear alternate;	
}

@keyframes circlemove {
	0% {transform: translate(-50%,-50%) rotate(0deg) scale(.9) ;}
	100% {transform: translate(-50%,-50%) rotate(360deg) scale(1.1) ;}
}

