/*头部*/
@charset"utf-8";
.header-tel span{
	color: #FFFFFF;
}
.header {
	position: fixed;
    width: 100%;
    z-index: 999;
    transition: 0.5s;
    background-color: rgba(9,11,26,.3);
}
.header .nav li a {
    display: block;
    height: 72px;
    line-height: 72px;
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
}
.s-header, .header:hover {
    background: #090b1a;
}
/*轮播箭头*/
.new-shuffling .swiper-button-prev {
    width: 70px;
    height: 70px;
    left: 90px;
    background: url(/static/new_style/images/home/left.png) no-repeat center;
    border-radius: 50%;
    background-color: rgba(0,0,0,.3);
    background-size: 40px;
}
.new-shuffling .swiper-button-next {
    width: 70px;
    height: 70px;
    right: 90px;
    background: url(/static/new_style/images/home/right.png) no-repeat center;
    border-radius: 50%;
    background-color: rgba(0,0,0,.3);
    background-size: 40px;
}
/*留咨框*/
.banner-content {
    position: relative;
}
.for-client {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.for-client .box {
    width: 1200px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.for-client input {
    display: inline-block;
    float: left;
    width: 23.5%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 40px;
    border: 1px solid #dedede;
    margin-right: 2%;
    font-size: 14px;
    border-radius: 4px;
}
.for-client input:last-child {
    margin-right: 0;
}
.for-client input:focus{
	border: 1px solid #E64C4C;
}
#consulting-button {
    background: #E64C4C;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.new-shuffling .swiper-slide a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1440px) {
	.header .nav li a{
		padding: 0 10px;
	}
}
