html, body, ul, li, p{
    margin: 0px;
    padding: 0px;
}
html{
    min-width: 1300px;
	background-color: white;
}
ul{
    list-style-type: none;
}

/*清除浮动*/
.clear-float::before, .clear-float::after{
    content: "";
    display: table;
}
.clear-float::after{
    clear: both;
}

.topdiv{
    height: 142px;
	position: relative;
}

.logo{
    height: 95px;
}

.logo-img{
    height: 75px;
    margin-top: 10px;
}

.nav{
    height: 45px;
    /*background-color: #bbb9ff;*/
    background-color: rgb(235,235,235);
}

.nav-list{
    height: 45px;
    font-size: 15px;
}

.nav-item{
    float: left;
    height: 45px;
}

.nav-item a{
    display: block;
    padding: 12px 30px 12px;
    color: black;
    text-decoration:none;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

.nav-item span{
    height: 45px;
    line-height: 45px;
    color: grey;
}


.nav-item a:hover{
    color: #666bff;
    /*background: #696969;*/
}

.bottom-line{
    height: 3px;
    background-color: rgb(99, 99, 99);
}

.container{
    width: 1226px;
    margin: 0 auto;
}


/* 热线 */
.phone-num{
	position: absolute;
	top: 28px;
	right: 100px;
	width: 220px;
	height: 50px;
}

.phone-num-img{
	height: 40px;
	width: 40px;
	margin-top: 7px;
}

.phone-num-div{
	position: absolute;
	top: 5px;
	left: 50px;
}

.phone-num-text{
	color: #121212;
	font-size: 14px;
}

.phone-num-400{
	color: #ef7200;
	font-size: 22px;
}



.footer{
    height: 100px;
    border: 1px solid transparent;
    background-color: rgb(50,50,50);
}

.footer p{
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.footer-1{
    margin-top: 25px;
}

.footer-2{
    margin-top: 10px;
}
