.up{
	width: 100%;
	height: 93px;
	border-bottom: 1px solid #c7c7c7;
}
.up .cont{
	width: 1002px;
	margin: 0 auto;
	line-height: 93px;
}
.up .cont p{
	font-size: 20px;
	color: #313131;
	float: left;
}
.up .cont p:before{
	content: "——";
	margin-right: 20px;
}
.up .cont p:after{
	content: "——";
	margin-left: 20px;
}
.up .cont p b{
	color: #C10C6D;
	font-size: 30px;
}
.up .cont .search{
	width: 370px;
	background: #f5f5f5;
	height: 36px;
	float: right;
	line-height: 36px;
	border-radius:20px ;
	box-shadow:5px 5px 5px rgba(0,0,0,0.03) inset;
	font-size: 0;
	margin-top: 28px;
}
.up .cont .search input{
	width: 334px;
	height: 26px;
	font-size: 14px;
	color: #bcbebf;
	vertical-align: middle;
	text-indent: 20px;
	border: none;
	outline: none;background: none;
}
.up .cont .search input.an{
	width: 16px;
	height: 36px;
	background: url(../images/ss.png) no-repeat center center;
	cursor: pointer;
}
.about{
	text-align: center;
}
.about p{
	width: 773px;
	margin: 0 auto;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-indent: 2em;
}
.about span{
	font-size: 36px;
	color: #c10c6d;
    line-height: 96px;
}
.about a{
	font-size: 48px;
	color: #C10C6D;
}
.hot{
	margin-top: 60px;
}
.hot .title{
	width: 250px;
	height: 370px;
	padding-right: 20px;
	background: url(../images/title.jpg) no-repeat;
	float: left;
}
.hot .title .p1{
	font-size: 24px;
	color: #C10C6D;
	width: 30px;
	margin-left: 90px;
	padding-top: 100px;
	float: left;
}
.hot .title .p2{
	font-size: 14px;
	color: #a0a0a0;
	width: 22px;
	float: right;
}
.hot ul li{
	float: left;
	position: relative;
}
.hot ul li:first-child,.hot ul li:nth-child(2){
	width:239px ;
	height: 170px;
}
.hot ul li:nth-child(3){
	width: 478px;
	height: 201px;
}
.hot ul li:nth-child(4){
	width: 254px;
	height: 371px;
	margin-top: -170px;
}
.hot ul li img{
	width: 100%;
	height: 100%;
}
.hot ul li .mb{
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=0); 
    opacity:0;
    -ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hot ul li .mb p{
	color: #FFFFFF;
	font-size: 25px;
	position: absolute;
	top: 0;
	width: 100%;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hot ul li .mb a{
	border: 1px solid #FFFFFF;
	font-size: 24px;
	color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
    display: block;
    width:32px;
    height: 32px;
    -ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hot ul li:hover .mb{
	filter:alpha(opacity=100); 
    opacity:1;
}
.hot ul li:hover .mb p{
	top: 30%;
}
.hot ul li:hover .mb a{
	bottom: 20%;
}
.mid{
	width: 100%;
	height: 760px;
	padding-top: 67px;
	background: url(../images/mid.png) no-repeat top center;
}
.pro{
	width: 100%;
	height: 706px;
	background: url(../images/pro.png) no-repeat center 20px;
	margin-top: 92px;
}
.pro .title,.news .title{
	width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.pro .title p,.news .title p{
	color: #989797;
	font-size: 34px;
	text-transform: uppercase;
}
.pro .title span,.news .title span{
    font-size: 24px;
    color: #C10C6D;
    line-height: 42px;
}
.pro .title span:before,.pro .title span:after,
.news .title span:before,.news .title span:after
{
	content: "—";
	margin: 0 10px;
}
.pro ul li{
	height: 417px;
	float: left;
	overflow: hidden;
	position: relative;
}
.pro ul li .tit{
	width: 100px;
	height: 417px;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-right: 5px;
}
.pro ul li .tit img{
	height: 417px;
}
.pro ul li .tit p{
	text-align: center;
	position: absolute;
	width: 30px;
	height: 267px;
	background: rgba(0,0,0,0.79);
	color: #FFFFFF;
	padding:150px 35px 0 35px;
	top: 0;
}
.pro ul li .photo{
	width: 580px;
	height: 417px;
	position: relative;
	float: left;
}
.pro ul li .photo img{
	width: 100%;
	height: 100%;
}
.pro ul li .photo .info{
	width: 530px;
	padding: 0 25px;
	height: 80px;
	background: rgba(0,0,0,0.77);
	position: absolute;
	bottom: 0;
}
.pro ul li .photo .info p{
	width: 352px;
	font-size: 12px;
	color: #bfbfbf;
}
.pro ul li .photo .info span{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 36px;
}
.pro ul li .photo .info a{
	display: block;
	width: 98px;
	height: 27px;
	border: 1px solid #FFFFFF;
	position: absolute;
	right: 25px;
	top: 25px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 14px;
}
.plan{
	width: 1002px;
	margin: -290px auto 0;
}
.plan .title{
	width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.plan .title{
	width: 100%;
    text-align: center;
}
.plan .title p{
	color: rgba(255,255,255,0.6);
	font-size: 34px;
	text-transform: uppercase;
}
.plan .title span{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 42px;
}
.plan .title span:before,.plan .title span:after{
	content: "—";
	margin: 0 10px;
}
.plan dl:after,.plan .tit:after,.plan ul:after{
	display: block;
	content: "";
	clear: both;
}
.plan dl dd{
	width: 493px;
	height: 243px;
	position: relative;
}
.plan dl dd .photo{
	display: block;
	width: 493px;
	height: 243px;
}
.plan dl dd .photo img{
	width: 100%;
	height: 100%;
}
.plan dl dd p{
	width:144px;
	height: 49px;
	background: url(../images/time.png) no-repeat center center;
	line-height: 49px;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: -9px;
	bottom: 30px;
	color: #FFFFFF;
}
.plan dl dd p span{
	font-size: 30px;
}
.plan dl dd:last-child{
	float: right;
}
.plan dl dd:first-child{
	float: left;
}
.plan .tit{
	width: 100%;
	height: 45px;
	margin: 40px 0;
}
.plan .tit span{
	float: left;
	display: block;
	width: 114px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	background: #ca4c8f;
	position: relative;
	margin-right:30px;
}
.plan .tit span:after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ca4c8f;
	position: absolute;
	right: -7px;
	top: 16px;
}
.plan .tit .p1{
	font-size: 12px;
	color: #989898;
}
.plan .tit .p2{
	font-size: 9px;
	color: #cfcece;
}
.plan ul{
	margin: 0 -15px ;
}
.plan ul li{
	width: 313px;
	float: left;
	height: 341px;
	margin: 0 15px;
}
.plan ul li .photo{
	width: 313px;
	height: 214px;
}
.plan ul li .photo img{
	width: 100%;
	height: 100%;
}
.plan ul li a{
	font-size: 18px;
	color: #32373a;
	line-height: 56px;
	border-bottom: 1px solid #999999;
	display: block;
	width: 100%;
	height: 56px;
	margin-bottom: 10px;
}
.plan ul li a span{
	float: right;
	font-size: 30px;
	color: #32373a;
}
.plan ul li p{
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.plan ul li:hover a,.plan ul li:hover a span{
	color: #ca4c8f;
}
.plan ul li:hover p{
	color: #393939;
}
.news{
	width: 1002px;
	margin: 0 auto 0;
}
.news ul{
	margin: 0 -6px;
}
.news ul li{
	width: 324px;
	height: 471px;
	position: relative;
	padding-left: 2px;
	overflow: hidden;
	float: left;
	margin:0 6px ;
}
.news ul li .s1{
	width: 3px;
	height: 116px;
	background: #7f7f7f;
	display: block;
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 4;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news ul li .s2{
	width: 1px;
	height: 191px;
	background: #c0c0c0;
	display: block;
	left: 1px;
	z-index: 3;
	position: absolute;
	top: 154px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.news ul li:hover .s1{
	background: #c14487;
	transform: scale(1, 1.7);
	-ms-transform: scale(1, 1.7);
	-webkit-transform: scale(1, 1.7);
	-o-transform: scale(1,1.7);
	-moz-transform: scale(1,1.7);
}
.news ul li:hover .s2{
	background: #000000;
	transform: scale(1, 2.4);
	-ms-transform: scale(1, 2.4);
	-webkit-transform: scale(1, 2.4);
	-o-transform: scale(1,2.4);
	-moz-transform: scale(1,2.4);
}
.news ul li .info{
	width: 324px;
	height: 471px;
	position: relative;
	z-index: 2;
	padding:15px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.news ul li .photo{
	width: 324px;
	height: 471px;
	position: absolute;
	top: 0;
	z-index: 1;
	filter:alpha(opacity=0);
	opacity: 0;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.news ul li .photo img{
	width: 100%;
	height: 100%;
}
.news ul li .date{
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 50px;
}
.news ul li .date span{
	font-size: 70px;
	color: #696969;
	margin-right: 10px;
	float: left;
}
.news ul li .date:after{
	content: "/";
	font-size: 40px;
	color: #282828;
}
.news ul li .date .p1{
	font-size: 14px;
	color: #989797;
	padding-top: 36px;
}
.news ul li .date .p2{
	font-size: 18px;
	color: #696969;
}
.news ul li .info .p3{
	font-size: 16px;
	color: #282828;
	line-height: 44px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.news ul li .info .p4{
	font-size: 12px;
	color: #898989;
	line-height: 20px;
}
.news ul li:hover .date{
	margin-top: 0;
}
.news ul li:hover .date span,
.news ul li:hover .date .p1,
.news ul li:hover .date .p2,
.news ul li:hover .date:after
{
	color: #FFFFFF;
}
.news ul li:hover .p3{
	margin-top: 180px;
	color: #FFFFFF;
}
.news ul li:hover .p4{
	color: #898989;
}
.news ul li:hover .info{
	background: rgba(0,0,0,0.65);
}
.news ul li:hover .photo{
	filter:alpha(opacity=100);
	opacity: 1;
}
