body {
    font-family: "微软雅黑";
}
/**/
.breadcrumb-201805071137 li{
	cursor: pointer;
}
.breadcrumb-201805071137 .tablistbranch:hover{
	color: #cc0000;
}
/**/
.chain-zt{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #DFDFDF;

}
.chain-main{
	width: 1230px;
	margin:0 auto 15px; 
	height: auto;
}
.chain-main .container-1{
	width: 100% !important;
}
.chain-main .chain-main-top-banner h2{
	font-size: 37px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.chain-main .chain-main-top-banner p{
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.chain-main-top-banner-items{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 48px;
	line-height: 48px;
	padding-left: 44px;
	width: 100%;
	z-index: 80;
	background: rgba(32,107,225,0.7);
}
.chain-main-top-banner-items .chain-main-top-banner-item{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	z-index: 100;
	margin-right: 43px;
}
.chain-main-top-banner-item a{
	height: 48px;
	color: #fff;
	display: inline-block;
}
.chain-fw-types{
	padding:28px;
	width: 100%;
	background: #fff;
}
.chain-fw-types .chain-fw-types-biaoti{
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

.chain-fw-types .chain-fw-types-biaoti .chain-biaoti-line-left{
	display: inline-block;
	width: 529px;
	background: #e6e6e6;
	height: 1px;
	float: left;
	margin-top: 15px;
}
.chain-fw-types .chain-fw-types-biaoti .chain-biaoti-line-right{
	display: inline-block;
	width: 529px;
	background: #e6e6e6;
	height: 1px;
	float: right;
	margin-top: 15px;
}
.chain-fw-types .chain-fw-types-biaoti .chain-biaoti-info{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	display: inline-block;
	margin: 0;
}
.chain-fw-types .chain-fw-type{
	width: 100%;
	position: relative;
}
.chain-fw-types .chain-fw-type ul{
	overflow: hidden;
}
.chain-fw-types .chain-fw-type ul li.chain-fw-type-item{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 384px;
	height: 170px;
	background: #F0F3F8;
	position: relative;
}
.chain-fw-types .chain-fw-type ul li.chain-fw-type-item:nth-child(3n){
	margin-right: 0px;
}
.chain-fw-type-item a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.chain-fw-types li.chain-fw-type-item div{
	margin-left: 49px;
	margin-top: 47px;
	width: 168px;
	height: auto; 
	display: inline-block;
}
.chain-fw-types li.chain-fw-type-item div p.chain-fw-type-item-title{
	font-size: 16px;
	font-weight: bold;
	color:#333;
	margin-bottom: 9px; 
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.chain-fw-types li.chain-fw-type-item div p.chain-fw-type-item-info{
	font-size: 12px;
	color:#999;
	line-height: 18px;
	margin-bottom: 0;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;    
	overflow: hidden;
}
.chain-fw-type-item img{
	float: right;
	margin-right: 25px;
	margin-top: 26px;
	width: 124px;
	height: 124px;
}
/*场景分支显示*/
#chain-fw-scene-branch{
	padding: 0 25px;
}
.chain-fw-types .chain-fw-type ul li.chain-fw-typebranch-item{
	float: left;
	background: #F0F3F8;
    width: 175px;
    height: 150px;
    border: 1px solid #e7e7e7;
    /*background: #fcfcfc;*/
    overflow: hidden;
    border-radius: 5px;
    margin: 0 14px 15px 0;
    position: relative;
    cursor: pointer;
}
.chain-fw-types .chain-fw-type ul li.chain-fw-typebranch-item:nth-child(6n){
	margin-right: 0px;
}
.chain-fw-typebranch-item a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.chain-fw-typebranch-item a div{
	height: 60px;
    line-height: 60px;
    font-size: 0;
    margin-top: 15px;
}
.chain-fw-typebranch-item a div img{
	display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: auto;
}
.chain-fw-typebranch-item:hover a div img {
    animation-name: rotateimg;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
.chain-fw-typebranch-item a .chain-fw-typebranch-item-title{
	font-size: 15px;
    line-height: 18px;
    height: 36px;
    margin-top: 8px;
    padding: 0 15px;
    font-weight: normal;
    display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;    
	overflow: hidden;
}

/*具体信息显示*/
.chain-main .chain-fw-messages{
	width: 100%;
	background: #fff;
	padding: 18px 12px 18px 18px;
	overflow: hidden;
}
.chain-fw-messages-left{
	background: #fff;	
	width: 946px;
	height: auto;
	float: left;
}
.messages-left-items-type1{
	width: 100%;
	border: 1px solid #f7f7f7;
	background: #F6F6F6;
}
.messages-left-items-type2{
	width: 100%;
	border: 1px solid #f7f7f7;
}
.chain-fw-messages-left-items{
	width: 100%;
	padding: 11px;
	height: auto;
	background: #fff;
	margin-bottom: 15px;
}
.chain-fw-messages-left-items:last-child{
	margin-bottom: 0
}
.chain-messages-items-title{
	overflow: hidden;
	margin-bottom: 6px;
}
.chain-messages-items-title h4{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	float:left; 
	margin: 0;
	height: 18px;
	line-height: 18px;
}
.chain-messages-items-title .chain-messages-items-title-num{
	display: inline-block;
	float:right; 
	color: #333;
	font-size: 12px;
	margin: 0;
	height: 18px;
	line-height: 18px;
}
.chain-messages-items-info{
	background: #F1F3F7;
	overflow: hidden;
	padding:30px 11px;
	width: 100%;
	height: 140px;
}
.chain-messages-items-info img{
	width: 66px;
	height: 80px;
	float: left;
}
.chain-messages-items-info .chain-messages-items-info-xianshi{
	width: 715px;
	margin: 0 11px;
	float: left;
}
.chain-messages-items-info-xianshi h5{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 7px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.chain-messages-items-info-xianshi p.chain-messages-items-info-ts{
	font-size: 12px;
	color: #999;
	line-height: 18px;
	margin: 0 0 7px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.chain-messages-items-info-xianshi p.chain-messages-items-info-znbm{
	font-size: 12px;
	color: #333;
	line-height: 18px;
	margin: 0;
}
.chain-messages-items-info-btn{
	text-align: center;
	height: auto;
	float: right;
	width: 95px;
	margin-top: 27px;
}
.chain-messages-btn-add{
	width: 80px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: #fff;
	color: #333;
	font-size: 12px;
	margin: 0 auto;
}
.chain-messages-btn-add.selected{
	background: #0290CA;
	color: #fff;
}
.chain-fw-messages-left-items .type2-info{
	width: 49.4%;
	margin-right: 11px;
	margin-bottom: 11px; 
	float: left;
}
.chain-fw-messages-left-items div.type2-info:nth-child(2n){
	margin-right: 0;
	float: right;
}
.chain-fw-messages-left-items .type2-info .chain-messages-items-info-xianshi{
	width: 248px;
}

/*右边*/
.chain-fw-messages-right{
	width: 248px;
	height: 682px;
	background: #EFF1F6;
	float: right;
}
.chain-fw-messages-right-czsm{
	width: 100%;
}
.messages-right-czsm-title{
	width: 100%;
	height: 39px;
	line-height: 39px;
	background: #F6C83E;
	font-size: 16px;
	color: #fff;
}
.messages-right-czsm-title img{
	width: 30px;
	height: 30px;
	margin-left: 13px;
	margin-top: -5px;
}
.messages-right-czsm-wz{
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #333;
	padding: 17px 9px 12px;
}
.messages-right-lcsm-title{
	width: 100%;
	height: 39px;
	line-height: 39px;
	background: #32C83D;
	font-size: 16px;
	color: #fff;
}
.messages-right-lcsm-title img{
	width: 30px;
	height: 30px;
	margin-left: 13px;
	margin-top: -5px;
}

.messages-right-lcsm-lc{
	width: 100%;
	padding-top: 40px;
	text-align: center;
}
.messages-right-lcsm-lc img{
	width: 160px;
	height: 268px;
	margin: 0 auto;
}
/*购物车*/
.chain-fw-messages-gwc{
	width: 100%;
	background: #2582F6;
	height: 70px;
	line-height: 70px;
	margin-top: 20px;
	position: relative;
}
.chain-fw-btn-binglian{
	width: 115px;
	height: 42px;
	background: #FFC600;
	float: right;
	margin-top: 14px;
	font-size: 14px;
	color: #fff;
	line-height: 42px;
	text-align: center;
}
.chain-fw-btn-shoppingcart{
	float: left;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #fff;
}
.chain-fw-btn-shoppingcart img{
	width: 24px;
	height: 24px;
	vertical-align: sub;
	margin-left: 18px;
	margin-right: 18px;
}
.chain-fw-btn-shoppingcart p{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	margin: 0;
	margin-right: 40px;
	font-weight: bold;
}
.chain-fw-btn-shoppingcart-tishi{
	float: left;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: #DAEAFF;
}
.chain-fw-btn-shoppingcart-lists{
	width: 500px;
	background: #fff;
	position: absolute;
	height: 400px;
	border: 1px solid #e6e6e6;
	top: -400px;
	overflow-y: auto;
}