html,body{
	background: #f1f7fc;
}
.cen1200{
	width: 1200px;
	margin: 0 auto;
}
/* 超出部分省略号 */
.ellipsis{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
    /* 兼容flex布局 */
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}
/* 多行省略CSS并垂直居中（只兼容 -webkit-核心，垂直居中需要指定高度） */
.in-two-line{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    word-break:break-all;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-pack:center;
}
.in-three-line{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    word-break:break-all;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-pack:center;
}
.in-five-line{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
    word-break:break-all;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-pack:center;
}












.header_top{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.header_top .lef{
	float: left;
}
.header_top .rig{
	float: right;
}
.header_top .rig li{
	float: left;
	margin-left: 42px;
}
.hh3{
	padding-top: 40px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 28px;
	border-bottom: 1px solid #ff6980;
}
.hh3 a.h3a{
	float: right;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}
.hh3 img{
	margin-right: 8px;
	margin-top: 8px;
}
.new_cen_one .dv1{
	width: 284px;
	height: 380px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
    behavior: url(ie-css3.htc);
}
.new_cen_one .dv1:nth-of-type(4n){
	margin-right: 0;
}
.new_cen_one .dv1:hover{
	background: #ff6980;
	-webkit-box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
    behavior: url(ie-css3.htc);
}
.new_cen_one .dv1 .dv_top{
	width: 100%;
	height: 254px;
}
.new_cen_one .dv1 .dv_top img{
	width: 100%;
	height: 100%;
}
.new_cen_one .dv1 .dv_bot{
	padding: 0 20px;
	/*padding: 18px 20px;*/
	background: #fff;
	padding-bottom: 10px;
}
.new_cen_one .dv1 .dv_bot h4{
	font-size: 16px;
	margin-bottom: 6px;
}
.new_cen_one .dv1 .dv_bot p{
	font-size: 14px;
	color: #999999;
	margin-bottom: 4px;
}
.new_cen_one .dv1 .dv_bot p.in-two-line{
    height: 39px;
}

.new_cen_one .dv1 .dv_bot p img{
	margin-top: 4px;
	margin-right: 2px;
}
.new_cen_one .dv1 .dv_bot span{
	color: #ff6980;
}
.new_cen_one .dv1 .dv_bot span img{
	vertical-align: middle;
	margin-right: 6px;
}

.new_whi_bac{
	background: #fff;
}

.new_cen_two .ul1 li{
	float: left;
	padding: 4px 16px;
	margin-bottom: 12px;
}
.new_cen_two .ul1 li.actli a{
	color: #fff;
}
.new_cen_two .ul1 li.actli{
	background: #ff6980;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    behavior: url(ie-css3.htc);
}
.new_cen_two .two_big .dv1{
	height: 340px;
	margin-bottom: 0;
}

.new_cen_two .two_t_big .dv1{
	height: 383px;
	margin-bottom: 20px;
}
.new_cen_two .two_t_big .dv1 span{
	display: inline-block;
	width: 5px;
	height: 10px;
	word-break: break-all;
	line-height: 4px;
	text-align: center;
	margin-left: 4px;
	margin-top: -6px;
}
.new_cen_two .two_t_big .dv1 .p2{
	margin-top: -11px;
}

.new_cen_two .dvd{
    position: relative;
    z-index: 999;
	width: 380px;
	height: 98px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    behavior: url(ie-css3.htc);
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
	overflow: hidden;
}
.new_cen_two .dvd:nth-of-type(3n){
	margin-right: 0;
}
.new_cen_two .dvd:hover{
	background: #ff6980;
	-webkit-box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
    behavior: url(ie-css3.htc);
}
.new_cen_two .dvd div{
	float: left;
	background: #fff;
	box-sizing: border-box;
}
.new_cen_two .dvd div.lef{
	height: 98px;
	padding: 20px;
	padding-right: 0;
}
.new_cen_two .dvd div.lef img{
	position: relative;
	z-index: 999;
	width: 56px;
	height: 56px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    behavior: url(ie-css3.htc);
	overflow: hidden;
}
.new_cen_two .dvd div.rig{
	padding: 20px;
	height: 98px;
	padding-right: 19px;
}
.new_cen_two .dvd div.rig h4{
	width: 260px;
	font-size: 16px;
	line-height: 32px;
}
.new_cen_two .dvd div.rig h4 span{
	float: right;
	font-size: 14px;
	color: #cecece;
}
.new_cen_two .dvd div.rig p{
	font-size: 14px;
	color: #999999;
}
.new_cen_two .dvd div.rig p img{
	margin-top: 4px;
}

.new_cen_thr .thr_big ul li{
	float: left;
	padding: 4px 18px;
	margin-right: 24px;
	position: relative;
}
.new_cen_thr .thr_big ul li.actli2{
	color: #fff;
	background: #ff6980;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    behavior: url(ie-css3.htc);
}
.actli2 a{
    color: #fff;
}
.new_cen_thr .ddv3{
	width: 584px;
	height: 110px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    behavior: url(ie-css3.htc);
	overflow: hidden;
	float: left;
	margin-top: 22px;
	margin-right: 20px;
}
.new_cen_thr .ddv3:nth-of-type(2n){
	margin-right: 0;
}
.new_cen_thr .ddv3:hover{
	background: #ff6980;
	-webkit-box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.2);
    behavior: url(ie-css3.htc);
}
.new_cen_thr .ddv3 .leff{
	width: 180px;
	height: 110px;
	float: left;
}
.new_cen_thr .ddv3 .leff img{
	width: 100%;
	height: 100%;
}
.new_cen_thr .ddv3 .rigg{
	background: #fff;
	width: 324px;
	height: 110px;
	padding-left: 34px;
	padding-right: 40px;
	float: left;
}
.new_cen_thr .ddv3 .rigg h4{
	font-size: 16px;
	line-height: 44px;
}
.new_cen_thr .ddv3 .rigg p{
	font-size: 14px;
	color: #999999;
}
.new_cen_thr .ddv3 .rigg span{
	font-size: 14px;
	color: #cfcece;
}
.new_cen_thr .ddv3 .rigg span img{
	margin-top: 4px;
	margin-right: 6px;
}
.new_cen_thr>ul>li{
	float: left;
	margin-right: 30px;
	font-size: 14px;
	margin-bottom: 20px;
}
.new_cen_thr>ul>li:nth-last-of-type(1){
	margin-right: 0;
}


.footer .top{
	background: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
}
.footer .top>div>div{
	width: 25%;
	float: left;
}
.footer .top div>div h3{
	font-size: 28px;
	margin-bottom: 20px;
}
.footer .top div>div h3 span{
	display: inline-block;
	width: 5px;
	height: 28px;
	background: #ff6980;
	margin-right: 10px;
	vertical-align: sub;
}
.footer .top div>div ul{
	float: left;
	line-height: 30px;
	margin-right: 90px;
}
.footer .top div>div.last{
	width: auto;
	float: right;
	text-align: center;
}
.footer .top div>div.last div{
	float: left;
	margin-left: 40px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
.footer .top div>div.last img{
	width: 110px;
	height: 110px;
	margin-top: 20px;
}
.footer .bot{
	height: 290px;
	background: #111015;
	/*position: relative;*/
	border: 1px solid transparent;
}
.footer .bot .bim{
	height: 290px;
	background: url(../images/img/home_cen14.png) no-repeat;
	background-size: 100% 100%;
}
.footer .bot_top>div{
	float: left;
	width: 38%;
}
.footer .bot_top>div dt{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 47px;
	margin-bottom: 20px;
}
.footer .bot_top>div dd{
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	float: left;
	margin-right: 30px;
}
.footer .bot_top>div dt a,
.footer .bot_top>div dd a{
	color: #fff;
}
.footer .bot_top>div.last{
	position: relative;
	z-index: 999;
	width: 270px;
	height: 90px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    behavior: url(ie-css3.htc);
	float: right;
	margin-top: 32px;
}
.footer .bot_top>div.last img{
	width: 65px;
	margin: 20px 12px;
	float: left;
	border-right: 1px solid #666666;
	padding-right: 12px;
}
.footer .bot_top>div.last div{
	border-right: 1px solid #666666;
}
.footer .bot_top>div.last .p1{
	font-size: 12px;
	margin-top: 22px;
}
.footer .bot_top>div.last .p2{
	font-size: 22px;
	font-weight: bold;
}
.footer .bot_bot{
	color: rgba(255,255,255,0.4);
	font-size: 14px;
	margin-top: 62px;
}
.footer .bot_bot .pp1{
	line-height: 24px;
}
.footer .bot_bot .pp2{
	line-height: 40px;
}
