body {
	font-family: "microsoft yahei";
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	color: #303030;
	background: #ffffff;
}

ul,
li,
img,
h3,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	color: #303030;
}

img {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

i {
	font-style: normal;
}

input {
	outline: medium;
}


/*
*首页的样式
*/
#top {
	height: 40px;
}

.top {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin: auto;
}

.top .top-sitename {
	line-height: 40px;
	font-size: 14px;
	color: #afafaf;
}

.top .top-loginbar {
	height: 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.wechat-alt {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.wechat-alt img {
	width: 20px;
	height: 20px;
}

.login-menu {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #afafaf;
	margin-left: 20px;
	display: flex;
	justify-content: space-between;
	text-align: center;
	cursor: pointer;
}

.login-menu:last-child {
	color: #F18100;
}

.login-menu:last-child:before {
	content: '|';
	position: absolute;
	right: 86px;
}

.login-menu img {
	width: 20px;
	height: 20px;
	margin: auto;
}



#search {
	height: 130px;
}

.search {
	width: 1200px;
	height: 130px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search .logo {
	width: 446px;
	height: 130px;
	line-height: 130px;
}

.search .logo img {
	max-width: 100%;
	height: 100%;
}

.search .search-box {
	width: 470px;
	line-height: 130px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #FF7C4E;
	border-radius: 2px;
}

.search-category {
	width: 120px;
	height: 40px;
	text-align: center;
	border: none;
	outline: none;
}

.keyword {
	width: calc(100% - 180px);
	padding-left: 20px;
	height: 40px;
	border: none;
	outline: none;
}

.search-btn {
	width: 80px;
	line-height: 42px;
	background: #FF7C4E;
	text-align: center;
	cursor: pointer;
}

.search-btn img {
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	filter: drop-shadow(0px 0px 2px #ffffff);
}


#nav {
	height: 660px;
	position: relative;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	width: 1200px;
	height: 70px;
	position: relative;
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
	border-radius: 2px;
}

.nav li {
	width: calc(100% / 9);
	height: 70px;
	display: block;
	float: left;
}

.nav a {
	color: #333333;
	font-size: 16px;
	text-decoration: none;
}

.nav h3 {
	font-size: 16px;
	font-weight: normal;
}

.nav .m {
	position: relative;
	z-index: 1;
	background: #f0f0f0;
}

.nav .m:first-child h3 a {
	background: #F18101;
	color: #ffffff !important;
}

.nav .m h3 a {
	display: block;
	text-align: center;
	height: 70px;
	line-height: 70px;
}

.nav .m:hover {
	background: #F18101;
}

.nav .m:hover a {
	color: #fff;
}

.nav .sub {
	display: none;
	position: absolute;
	top: 70px;
	z-index: 1;
	width: 100%;
	background: rgba(255, 113, 4, 0.8);
	padding-bottom: 15px;
	left: 0;
	border-bottom: 2px solid #ff7104;
}

.nav .sub li {
	text-align: center;
	height: 35px;
	line-height: 25px;
	float: left;
	width: 100%;
}

.nav .sub li a {
	display: block;
	padding: 8px 0;
	color: #fff;
	font-size: 14px;
	width: 80%;
	margin: auto;
	transition: all 0.3s;
}

.nav .sub li a:hover {
	font-size: 15px;
	transition: all 0.3s;
}




#banner {
	height: 600px;
	overflow: hidden;
	margin:auto;
	margin-top: 35px;
	/*position: absolute;
	top: 35px;*/
}

.slideBox {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 1;
	margin-left: -32px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.slideBox .hd ul li {
	margin-right: 6px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: #F18101;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 600px;
	display: block;
}



#ad {
	height: 220px;
}

.ad {
	width: 1200px;
	height: 200px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ad .ad-item {
	width: calc(100% / 3 - 10px);
	height: 80px;
}


#news {
	height: 380px;
	margin-bottom: 30px;
}

.news {
	width: 1200px;
	height: 380px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cat-scroll-pic-list {
	width: 590px;
	height: 380px;
	overflow: hidden;
}

.newPicBox {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.newPicBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 12px;
	z-index: 1;
	margin-left: -32px;
}

.newPicBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.newPicBox .hd ul li {
	margin-right: 6px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
}

.newPicBox .hd ul li.on {
	background: #F18101;
	color: #fff;
}

.newPicBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.newPicBox .bd ul {
	height: 100%;
}

.newPicBox .bd li {
	height: 100%;
	position: relative;
	zoom: 1;
	vertical-align: middle;
}

.newPicBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
}

.newPicBox .bd .new-pic-title {
	position: absolute;
	bottom: 0px;
	width: calc(100% - 100px);
	padding-right: 80px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #30303090;
	color: #ffffff;
}

.scroll-news-list {
	width: 590px;
	height: 380px;
}

.slideTxtBox {
	width: 100%;

	text-align: left;
}

.slideTxtBox .hd {
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	padding: 0 10px 0 20px;

}

.slideTxtBox .hd ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.slideTxtBox .hd ul li {
	padding: 0 25px 0 15px;
	cursor: pointer;
	font-size: 18px;
	color: #bbbbbb;
	position: relative;
}

.slideTxtBox .hd ul li:before {
	content: '|';
	color: #bbbbbb;
	position: absolute;
	left: 2px;
	font-weight: bolder;
}

.slideTxtBox .hd ul li.on {
	background: #fff;
	color: #333333;
}

.slideTxtBox .hd ul li.on:before {
	color: #F08200;
}

.slideTxtBox .bd ul {
	height: 308px;
	border: 1px solid #ddd;
	padding: 15px;
	zoom: 1;
}

.slideTxtBox .bd li {
	width: 100%;
	height: 90px;
	overflow: hidden;
	border-bottom: 1px dashed #d5d5d5;
	margin-top: 10px;
}

.slideTxtBox .bd li:last-child {
	border-bottom: none;
}

.scroll-news-top {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.scroll-news-title {
	max-width: calc(100% - 180px);
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.scroll-news-tip {
	width: 40px;
	height: 16px;
	line-height: 14px;
	padding: 2px 0;
	margin-left: 20px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	background: #FE0000;
	border-radius: 10px 0 10px 0;
}

.scroll-news-time {
	width: 80px;
	font-size: 14px;
	color: #bbbbbb;
	margin-left: auto;
}

.scroll-news-content {
	font-size: 14px;
	color: #bbbbbb;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}



#union-business {
	height: 360px;
	margin-bottom: 30px;
}

.union-business {
	width: 1200px;
	height: 360px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.member {
	width: 300px;
	height: 360px;
}

.member-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #F08200;
	display: flex;
	justify-content: flex-start;
}

.member-title:before {
	content: '|';
	font-weight: bolder;
	margin-right: 10px;
	line-height: 38px;
}

.member-title-sub {
	line-height: 44px;
	text-indent: 10px;
	font-size: 14px;
	color: #D7D7D7;
}

.member-menu {
	width: 100%;
	height: 320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.member-menu-sub {
	width: 150px;
	height: 160px;
	background: #f6f6f6;
	cursor: pointer;
}

.member-menu-sub:nth-child(2) {
	background: #f0f0f0;
}

.member-menu-sub:nth-child(3) {
	background: #f0f0f0;
}

.member-menu-sub:hover {
	color: #F18100;
}

.member-menu-sub .iconfont {
	height: 100px;
	line-height: 150px;
	font-size: 36px;
	text-align: center;
}

.member-menu-sub-txt {
	font-size: 16px;
	text-align: center;
}

.union-purchase {
	width: calc(100% - 320px);
	height: 358px;
	border: 1px solid #dddddd;
}

.purchase-title {
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: flex-start;
	font-size: 18px;
	color: #333333;
	position: relative;
}

.purchase-title:before {
	content: '|';
	margin-right: 10px;
	font-size: 18px;
	color: #f08200;
	font-weight: bolder;
	line-height: 60px;
}

.purchase-title-sub {
	line-height: 65px;
	font-size: 14px;
	color: #bbbbbb;
	margin-left: 10px;
}

.purchase-title-more {
	line-height: 60px;
	font-size: 14px;
	color: #939393;
	margin-left: auto;
	margin-right: 10px;
}

.purchase-content {
	padding: 20px;
}

.purchase-goods {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.purchase-goods-item {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.purchase-goods-item-img {
	width: 200px;
	height: 130px;
	border: 1px solid #dddddd;
}

.purchase-goods-item-img img {
	width: 100%;
	height: 100%;
}

.purchase-goods-item-sub {
	width: calc(100% - 220px);
	height: 100%;
	align-content: center;
}

.purchase-goods-item-sub-text {
	font-size: 18px;
	line-height: 60px;
	color: #848484;
}

.purchase-goods-item-sub-btn {
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	background: #1E51A2;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.purchase-product {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
}

.purchase-product-list {
	width: calc(100% / 3);
	line-height: 40px;
	font-size: 16px;
	color: #666666;
}

.purchase-product-list:before {
	content: '>';
	margin-right: 10px;
	color: #f08200;
}


#ad-second {
	height: 80px;
	margin-bottom: 30px;
}

.ad-second {
	width: 1200px;
	height: 80px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ad-second-sub {
	width: 48%;
	height: 80px;
}

.ad-second-sub img {
	width: 100%;
	height: 100%;
}


#member-company {
	height: 200px;
	margin-bottom: 30px;
}

.member-company {
	width: 1200px;
	height: 200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.member-company-title {
	width: 75px;
	height: 200px;
	background: #1e51a2;
	color: #ffffff;
	font-size: 22px;
	border-radius: 40px 0 0 40px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	writing-mode: vertical-rl;
	letter-spacing: 4px;
}

.member-company-content {
	width: calc(100% - 75px);
	height: 198px;
	border: 1px solid #dddddd;
	overflow: hidden;
	position: relative;
}

.member-company-content .member-company-srcoll {
	width: calc(100% - 95px);
	height:150px;
	margin:26px 0 ;
}

.member-company-content .member-company-srcoll ul {
	overflow: hidden;
	zoom: 1;
}

.member-company-content .member-company-srcoll ul li {
	width: 280px;
	height: 150px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}


.member-company-content .member-company-srcoll ul li.member-company-sub {
	text-align: center;
	width: 280px;
	height: 150px;
}
.member-company-content .member-company-srcoll ul li a{
	display: inline-block;
	width:100%;
	height:100%;
}
.member-company-content .member-company-srcoll ul li.member-company-sub img {
	width: 260px;
	height: 130px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}


#tander{
	height:390px;
	margin-bottom: 30px;
}
.tander{
	width:1200px;
	height:390px;
	margin:auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tander .tander-sidebar {
	width:320px;
	height:390px;
	background: url(../img/tanderSidebarBg.jpg) 100% 100%  no-repeat;
}
.tander-sidebar-title{
	width:100%;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	color:#ffffff;
	letter-spacing: 4px;
}

.tander .tander-sidebar ul {
	width:100%;
}

.tander .tander-sidebar ul li {
	width:160px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	margin-top: 10px;
	border-radius: 40px;
	border: 1px solid #ffffff;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #ffffff;
	position: relative;
}

.tander .tander-sidebar ul li:before {
	content: '>';
	color: #ffffff;
	position: absolute;
	left: 25px;
	font-weight: bolder;
}

.tander .tander-sidebar ul li.on {
	border: 1px solid #F08200;
	color: #F08200;
}

.tander .tander-sidebar ul li.on:before {
	color: #F08200;
}
.tander .tander-content{
	width:calc(100% - 320px);
	
}
.tander .tander-content ul {
	padding:0 20px;
	height: 388px;
	border: 1px solid #ddd;
	zoom: 1;
}
.tander .tander-content ul .tander-guide-title{
	width:100%;
	height: 80px;
	line-height: 80px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 18px;
	color:#333333;
	position: relative;
}
.tander .tander-content ul .tander-guide-title:before{
	content:'|';
	left: 5px;
	margin-right: 10px;
	font-weight: bolder;
	color:#F08200;
}
.tander .tander-content ul .tander-guide-title a{
	display: inline-block;
	margin-left: auto;
}
.tander .tander-content ul .tander-guide-title .tander-guide-title-sub{
	margin-left: auto;
	font-size: 14px;
	color: #a6a6a6;
}

.tander .tander-content li {
	width: 100%;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #d5d5d5;
	margin-top: 10px;
}
.tander .tander-content li a{
	width:100%;
	display: inline-block;
}
.tander-content-colunm{
	width:100%;
	height:40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tander-content-title{
	width: calc(100% - 180px);
	line-height: 40px;
	font-size: 16px;
	color:#333333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tander-content-area{
	width:80px;
	font-size: 16px;
	color:#F08200;
	text-align: center;
}
.tander-content-time{
	width: 100px;
	font-size: 16px;
	color:#bdbdbd;
}


#release{
	height:320px;
	margin-bottom: 30px;
}
.release{
	width:1200px;
	height:320px;
	margin:auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.release-left{
	width:780px;
	height: 320px;
	border: 1px solid #e6e6e6;
}
.release-left-title{
	width:100%;
	height:60px;
	line-height: 60px;
	font-size: 18px;
	color:#333333;
	
}
.release-left-title:before{
	content:'|';
	font-size: 18px;
	font-weight: bolder;
	color:#F08200;
	margin-right: 10px;
}
.release-left-content{
	width:100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	
}
.release-left-group{
	width:42%;
	height:60px;
	line-height: 60px;
	margin-left: 50px;
}
.release-left-group label{
	width:calc(100% - 200px);
	font-size: 16px;
	margin-right: 10px;
	color:#999999;
}
.release-left-group label:before{
	content:'>';
	font-size: 16px;
	color:#F08200;
	margin-right: 6px;
}
.release-left-group input{
	width:200px;
	height:40px;
	outline: none;
	border: none;
	background: #f8f8f8;
	border-radius: 4px;
	font-size: 14px;
	color:#333333;
	margin-left: 10px;
}
.release-btn{
	width:200px;
	height:40px;
	line-height: 40px;
	margin:auto;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color:#ffffff;
	background: #F08200;
	border-radius: 10px;
	cursor: pointer;
}

.release-right{
	width:380px;
	height:320px;
	border: 1px solid #e6e6e6;
}
.release-right-title{
	width:100%;
	line-height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.release-right-title-sub{
	font-size: 18px;
	color:#909090;
	cursor: pointer;
}
.release-right-title-sub:last-child{
	margin-left: 20px;
}
.release-right-title-sub:before{
	content: "|";
	font-size: 18px;
	font-weight: bolder;
	color:#909090;
	margin-right: 6px;
}
.release-right-title-sub.on{
	font-size: 18px;
	color:#333333;
}
.release-right-title-sub.on:before{
	content: "|";
	font-size: 18px;
	font-weight: bolder;
	color:#F08200;
	margin-right: 6px;
}
.release-right-content{
	width:100%;
	height:270px;
	overflow: hidden;
}
.release-right-group{
	width:100%;
	display: none;
	padding: 10px 0;
}
.release-right-group.on{
	display: inline-block;
}
.release-right-inline{
	width:94%;
	height:50px;
	line-height: 50px;
	margin:auto;
}
.release-right-inline a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.release-right-title{
	width:calc(100% - 100px);
	height:50px;
	line-height: 50px;
	font-size: 16px;
	color:#454545;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.release-right-time{
	width:100px;
	line-height: 50px;
	color:#999999;
	font-size: 16px;
	text-align: center;
}


#ad-third{
	height:80px;
	margin-bottom: 30px;
}
.ad-third{
	width:1200px;
	height:80px;
	margin:auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ad-third-item{
	width:calc(100% / 3);
	height:80px;
	margin:auto;
	overflow: hidden;
}
.ad-third-item a{
	width:96%;
	display: inline-block;
	text-align: center;
	padding:0 2%;
}
.ad-third-item a img{
	width:100%;
	height:100%;
}


#bottom-nav{
	width:100%;
	height:340px;
	background: #f5f5f5;
}
.bottom-nav{
	width:1200px;
	height:340px;
	margin:auto;
}
.firendlink{
	width:1200px;
	height:70px;
	line-height: 70px;
	overflow: hidden;
	margin:auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.firendlink-title{
	width: 120px;
	font-size: 20px;
	color:#333333;
}
.firendlink-title:before{
	content:'|';
	color:#F08200;
	font-weight: bolder;
	margin-right: 10px;
}
.firendlink-sub{
	margin-left: 10px;
}
.firendlink-sub:before{
	content:'/';
	color:#b0b0b0;
	margin-right: 10px;
}
.firendlink-sub a{
	display: inline-block;
	line-height: 76px;
	font-size: 18px;
	color:#b0b0b0;
}

.bottom-nav-content{
	width:100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottom-nav-content-link{
	width: calc(100% - 450px);
	display: flex;
	justify-content: space-between;
}
.bottom-nav-column{
	width: calc(100% / 5);
	
}
.bottom-nav-column-title{
	width:100%;
	height:60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color:#333333;
}
.bottom-nav-column-title-sub{
	width:100%;
	height:30px;
	line-height: 30px;
	text-align: center;
	
}
.bottom-nav-column-title-sub a{
	font-size: 16px;
	color:#b0b0b0;
}
.bottom-nav-content-qrcode{
	width:450px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottom-nav-content-qrcode .sub-img{
	width:50%;
	overflow: hidden;
	text-align: center;
}
.bottom-nav-content-qrcode .sub-img img{
	width:130px;
	height:130px;
	margin:auto;
}
.bottom-nav-content-qrcode .sub-img .sub-title{
	width:100%;
	text-align: center;
	color:#333333;
}



#floor {
	width: 100%;
	height: 86px;
	background: #1E51A2;
}

.floor {
	width: 1200px;
	height: 86px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
}
.development-company a{
	font-size: 14px;
	color: #ffffff;
}


/*返回顶部*/
.cd-top{height: 40px;width: 40px;line-height: 40px;text-align: center;color: #fff;position: fixed;bottom: 40px;right: 10px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);overflow: hidden;white-space: nowrap;background: rgba(255, 113, 4, 0.8);visibility: hidden;opacity: 0;transition: all 0.3s;cursor:pointer;}
.cd-top.cd-is-visible{visibility: visible;opacity: 1;}
.cd-top.cd-fade-out{opacity: 0.5;}
.cd-top:hover{background-color: #ff7104;opacity: 1;}
/*浮动客服*/
.brick-float-service{position: fixed;z-index: 9999998;bottom: 35%;right: 10px;}
.brick-float-service .item{background-color: white;text-align: center;line-height: 48px;width: 48px;height: 48px;font-size: 0;position: relative;border-radius: 2px;box-shadow: 0 4px 10px 0 rgba(138, 141, 147, 0.2);}

.brick-float-service .tel{height: auto;margin-bottom: 10px;background-color: #466df8;line-height: 0;cursor: default;}
.brick-float-service .tel span{width: 24px;height: 24px;display: inline-block;vertical-align: middle;background: url(../img/icons-float-bar2.png) 0 0 no-repeat;margin: 12px auto;}
.brick-float-service .tel .contact{position: relative;background-color: white;font-size: 14px;color: #333;line-height: 16px;text-align: center;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;}
.brick-float-service .tel .contact a{display: inline-block;padding: 10px 16px;}
.brick-float-service .tel .layer{position: absolute;top: auto;bottom: 0;right: 100%;padding-right: 5px;font-size: 14px;opacity: 0;visibility: hidden;transform: scale(.95);transform-origin: right;transition: opacity .4s, transform .3s ease-out;}
.brick-float-service .tel:hover .layer{opacity: 1;transform: scale(1);visibility: visible;}
.brick-float-service .tel .layer .main{min-width: 220px;white-space: nowrap;background-color: #fff;line-height: 40px;display: block;padding: 10px 0;border-radius: 2px;box-shadow: 0 4px 10px 0 rgba(138, 141, 147, 0.2);}
.brick-float-service .tel .layer .main dl{line-height: 44px;height: 44px;text-align: left;padding-right: 20px;position: relative;}
.brick-float-service .tel .layer .main dl:nth-child(1){height: auto;line-height: 18px;padding-bottom: 10px;}
.brick-float-service .tel .layer .main dl:hover{background: #fafafa;}
.brick-float-service .tel .layer .main dl .icon{float: left;margin: 10px 20px 0 18px;width: 24px;height: 24px;display: inline-block;vertical-align: middle;background: url(../img/icons-float-bar2.png) 0 0 no-repeat;}
.brick-float-service .tel .layer .main dl:nth-child(1) .icon{background-position: -48px 0;}
.brick-float-service .tel .layer .main dl:nth-child(2) .icon{background-position: -24px 0;}
.brick-float-service .tel .layer .main dl:nth-child(3) .icon{background-position: -96px 0;}
.brick-float-service .tel .layer .main dl:nth-child(1) .title{padding-top: 14px;}
.brick-float-service .tel .layer .main dl .info{font-size: 12px;color: #F66F6A;clear: both;margin-top: 5px;margin-left: 62px;line-height: 18px;background: none;padding: 0;text-align: justify;}
.brick-float-service .tel .layer .main dl .info i{color: #333;font-style: normal;}
