.body{
	cursor: url(http://www.kailing.pub/Home/Tpl/default/Public/images/cursor/default.cur),default;
}
.header{
    width: 100%;
    display: flex;
    min-width: 1150px;
    margin: 0px auto;
    align-items: center;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    box-shadow: 1px 2px 2px #d4d4d4;
}
.bodyheader{
    /* min-width: 1150px; */
    margin: 0px auto;
}
.containers{
    min-width: 1150px;
    margin: 0px auto;
}
.header .logoImg {
    margin-left: 10%;
}
.header .logoImg img{
    width: 170px;
}
.header .headerNav{
    text-align: center;
    display: flex;
    padding: 0;
    width: 80%;
    margin: 0;
    margin-left: 10%;
    max-width: 550px;
    color: #666666;
    height: 100%;
}
.header .headerNav li a{
    color: #666666;
    text-decoration:none;
}
.header .headerNav li{
    display: inline-block;
    width: 20%;
    line-height: 60px;
    font-size: 16px;
    list-style: none;
    transition: all 0.5s;
}
.header .headerNav li:hover{
    color: #fff;
    background: #da757a;
    transition: all 0.5s;
}
.header .headerNav .activeH{
    color: #fff;
    background: #da757a;
}
.header .headerNav li:hover .menuList{
    color: #666666;
    transition: all 0.5s;
}
.header .headerNav .menuFather{
    position: relative;
}
.header .headerNav .menuFather .menuList{
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index:22;
    color: #da757a;
}
.header .headerNav .menuFather .menuList p{
    border-top: 1px solid #E3E3E3;
    margin: 0;
    line-height: 40px;
    transition: all 0.5s;
}
.header .headerNav .menuFather:hover .menuList{
    display: block;
    transition: all 0.5s;
}
.header .headerNav .menuFather .menuList p:hover{
    color: #fff;
    background: #da757a;
    transition: all 0.5s;
}
.header .rightSearch {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.header .rightSearch .searchs{
    width: 25px;
    height: 25px;
    margin-left: 20px;
}

.header .rightSearch input{
    border: 1px solid #aaa;
    border-radius: 5px 5px;
    display: none;
    outline: none;
    padding: 0px 5px;
    box-sizing: border-box;
}

.footer{
    width: 100%;
    background: #666666;
    color: #afafaf;
    box-sizing: border-box;
    padding: 20px 20px;
    min-width: 1150px;
}
.footer .item p{
    margin: 0 0 10px;
}
.blackfooter{
    text-align: center;
    min-width: 1150px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}
.blackfooter .item{
    width: 25%;
    text-align: left;
}
.blackfooter .item2w p img{
    width: 25px;
    margin-right: 10px;
}
.logos1{
    width:70px;
}
.item3 p{
    font-size: 14px;
    margin: 0;
}
.item4 img{
    margin: 0px 10px;
    width: 20px;
    height: 20px;
}
.logoaChat{
    position: fixed;
    right: 20px;
    top: 100px;
    width: 70px;
    z-index: 1001;
}
.logoChat{
    width: 50px;
    height: 50px;
    
}
#imgLogoBottm{
    transition: all 0.5s;
}
#imgLogoBottm:hover{
    transition: all 0.5s;
    transform: scale(1.2)
}


.pay_list_c1 {
    width: 24px;
    height: 18px;
    float: left;
    padding-top: 3px;
    cursor: pointer;
    text-align: center;
    margin-right: 10px;
    background-image: url(images/inputradio.gif);
    background-repeat: no-repeat;
    background-position: -24px 0;
}
.radioclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.on {
    background-position: 0 0;
}

.shouXing {
    cursor:pointer;
}

.boomFontColor {
    color: #afafaf;
}

/*右侧悬浮菜单 START*/
	.slidesA{
		width: 50px;
		height: 250px;
		position: fixed;
		top: 50%;
		margin-top: -126px;
		background-color: rgba(255,255,255,0.5);
		right: 0;
		border-radius: 5px 0 0 5px;
		z-index: 999;
	}
	.slidesA ul{
		list-style: none;
	}
	.slidesA .icon li{
		width: 49px;
		height: 50px;
		background: url(static/images/float/icon.png) no-repeat;
	}
	.slidesA .icon .up{
		background-position:-330px -120px ;
	}
	.slidesA .icon li.qq{
		background-position:-385px -73px ;
	}
	.slidesA .icon li.tel{
		background-position:-385px -160px ;
	}
	.slidesA .icon li.wx{
		background-position:-385px -120px ;
	}
	.slidesA .icon li.down{
		background-position:-330px -160px ;
	}
	.slidesA .info{
		top: 50%;
		height: 147px;
		position: absolute;
		right: 100%;
		background-color: rgba(255,255,255,0.8);
		width: 0px;
		overflow: hidden;
		margin-top: -73.5px;
		transition:0.5s;
		border-radius:4px 0 0 4px ;
	}
	.slidesA .info.hover{
		width: 145px;

	}
	.slidesA .info li{
		width: 145px;
		color: #CCCCCC;
		text-align: center;
	}
	.slidesA .info li p{
		font-size: 1.1em;
		line-height: 2em;
		padding: 15px;
		text-align: left;
	}
	.slidesA .info li.qq p a{
		display: block;
		margin-top: 12px;
		width: 100px;
		height: 32px;
		line-height: 32px;
		color: #00DFB9;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #00DFB9;
		border-radius: 5px;
	}
	.slidesA .info li.qq p a:hover{
		color: #FFFFFF;
		border: none;
		background: #00E0DB;
	}
	.slidesA .info li div.img{
		height: 90%;
		background: #DEFFF9;
		margin: 15px;
	}
	.slidesA .info li div.img img{
		width: 100%;
		height: 100%;
	}
	/*控制菜单的按钮*/
	.index_cy{
		width: 30px;
		height: 30px;
		background: url(static/images/float/index_cy.png);
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: 140px;
		background-position: 62px 0;
		cursor: pointer;
	}
	.index_cy2{
		width: 30px;
		height: 30px;
		background: url(static/images/float/index_cy.png);
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: 140px;
		background-position: 30px 0;
		cursor: pointer;
	}

	/*自适应 当屏小于1050时隐藏*/
	@media screen and (max-width: 1050px) {
		.slides{
			display: none;
		}
		#btn{
			display: none;
		}

	}
/*右侧悬浮菜单 END*/