@charset "utf-8";
/* CSS Document */
/*通用*/
*{
	margin:0px; 
	padding:0px;

}
i{
	font-style:normal;
}
body {
    font-size: 12px;
    margin: 0px;
    color: #3C3C3C;
    font-family: "Microsoft YaHei","微软雅黑";
    background: #f5f5f5;
}
ul,li,ol{
	list-style:none;
}
.mt20 {
    margin-top: 20px;
}
.area {
    padding: 0 10px;
}

.mt15 {
    margin-top: 15px;
}
.clear{
	clear:both;
	}
.fr{float:right;}
body, button, input, select, textarea, pre {
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", tahoma, arial, \5b8b\4f53, sans-serif;
}
.promotion-content{
	width:1200px;
	margin:0px auto;
	background: url(../images/member_zhuanqu_bg.png);
	height:3103px;
	overflow:hidden;
}
.promotion-content .promotion-yhq {
	padding-top: 720px;
	width: 745px;
	margin: 0px auto;
	overflow: hidden;
}
.promotion-content .promotion-yhq  .all-kinds-module {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}
.promotion-content .promotion-yhq .all-kinds-module .one-module {
    display: inline-block;
    width: 248px;
    height: 160px;
    position: relative;
    margin-right: 10px;
    padding: 20px 30px;
    border-radius: 8px;
    background:#fff;
    border: 3px solid #0d1365;
    margin-left: 10px;
}
.promotion-content .promotion-yhq .all-kinds-module .service-item {
    display: inline-block;
    width: 248px;
    height: 160px;
    margin-right: 10px;
    padding: 20px 30px;
    border-radius: 8px;
    background:#fff;
    border: 3px solid #0d1365;
}
.promotion-content .promotion-rexiao{
	padding-top: 1130px;
	width: 520px;
	margin: 0px auto;
	overflow: hidden;
}
.promotion-content .promotion-rexiao ul {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.promotion-content .promotion-rexiao ul .item {
    width: 520px;
    height: 244px;
    padding: 30px 15px;
    margin-right: 20px;
    margin-bottom: 50px;
    background: url(../images/rexiao-bg.png) no-repeat 0 0;
    /* background-size: 520px 244px; */
    position: relative;
}
.promotion-content .promotion-new {
    padding-top: 220px;
    width: 540px;
    margin: 0px auto;
    overflow: hidden;
}
.promotion-content .promotion-new ul {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.promotion-content .promotion-new ul .item {
    width: 250px;
    height: 360px;
    padding: 30px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url(../images/new-bg.png) no-repeat 0 0;
    /* background-size: 520px 244px; */
    position: relative;
}
.promotion-content .promotion-new ul .item:nth-child(odd){
	margin-left:10px;
}
.rexiao-content{
	padding: 20px 30px;
	width: 470px;
	height: 140px;
}
.rexiao-content .rexiao-img{
	width: 140px;
    height: 140px;
    margin-right: 20px;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.rexiao-content .rexiao-img img{
	width:100%;
	height:100%;
}
.rexiao-content .rexiao-info{
	width: 250px;
    float: left;
}
.rexiao-content .rexiao-info .p-name{
	height: 40px;
    line-height: 40px;
	font-size:24px;
}
.rexiao-content .rexiao-info .p-price {
    height: 40px;
	line-height: 40px;
	font-size:18px;
    
}
.rexiao-content .rexiao-info .p-price .p-price-i{
	font-size:16px;
	color:#e3007f;
	
}
.rexiao-content .rexiao-info .p-price i{
	font-size:14px;
	color:#e3007f;
	
}
.rexiao-content .rexiao-info .p-price a{
	font-size:20px;
	color:#e3007f;
}
.rexiao-content .rexiao-info .p-cart {
    height: 40px;
    line-height: 40px;
}
.rexiao-content .rexiao-info .p-cart img{
	height:35px;
}
.new-content{
	padding: 10px;
    width: 220px;
    height: 250px;
}
.new-content .new-img {
    width: 200px;
    height: 140px;
    margin-right: 20px;
    /* float: left; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0px auto;
}
.new-content .new-img img{
	width: 200px;
	height: 80px;
}
.new-content .new-info {
    width: 200px;
    float: left;
	margin-top:5px;
}
.new-content .new-info .c-name {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.new-content .new-info .c-price {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.new-content .new-info .c-price .c-price-i{
    font-size:14px;
	color:#e3007f;
}
.new-content .new-info .c-price i{
    font-size:12px;
	color:#e3007f;
}
.new-content .new-info .c-price a{
    font-size:18px;
	color:#e3007f;
}
.new-content .new-info .c-cart img {
    height: 35px;
}