
/* header.page-header{
    margin: 0 auto;
    float: left;
} */



/* header.page-header,main,footer{ */
main,footer{
    /*默认情况下，width、height指的是内容本身的宽和高
     box-sizing:border-box,宽高包括内边距和边框
                content-box，默认值，宽高仅指内容本身*/
    width: 100%;
    /*border: 1px solid red;*/
    margin: 0 auto;

}
/*#代表颜色*/
html,body{
    margin:0;
    padding:0;
    width: 100%;
    height: auto;
    /* background: #fdfcf8; */
}


ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper {
    margin: 0 auto;
  }
  
.clearbox {
    overflow: hidden;
}


.header.div-header{
    width: 100%;
    height: 60px;
}


.nav-label{
    width: 100%;
    height: 60px;
    top: 0;
    margin: 0 auto;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #3E485580;
}

.nav-label-mobile{
    /* 强制执行 */
    display: none !important;
}

.logo-mobile{
    display: none;
}

.header-menu{
    display: none;
}


/* nav ul{ */
    .ul-label{
        height: 60px;
    /* width: 1200px; */
    /* width: 62.5vw; */
    /* min-width: 62.5vw; */
    /* margin: 0 auto; */
    list-style: none;/*不显示列表的黑点*/
    padding: 0;/*内边距为零*/
    display:flex;/*让ul成为一个容器*/
    flex-direction: row;/*使ul的li元素横着排列*/
    justify-content: center;/*设定空白的排列方式*/
}
/*>表示ul的儿子元素li，儿子级别以下的不考虑*/
.ul-label>li{
    /* width: 120px; */
    /* width: 10%; */
    width: 6.25vw;
    /* text-align: center;使内容水平居中 */
    color: white;
}

/* .ul-label>li:last-child{
    width: 10vw;
} */

.ul-label > li:hover{
    background: #448ACA;
    color:white;
    cursor: pointer;/*当鼠标移上去时，改变鼠标形态*/
}


.ul-label>li a {
    color: white;
    font-size: 18px;
    width: 100%;
    height: 100%;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;
}


#logo-home{
	background: transparent;
     width: 180px; 
     line-height: 60px;
     margin-right: 7.86vw;
     height: 60px;
     vertical-align: middle;
}
#logo-home:hover{
	background: transparent;
}

#logo-home img{
    width: 180px;
    height: 45px;
    line-height: 53px;
    vertical-align: middle;
}


#login-type{
    text-align: center;
    height: 40px;
	margin-left: 6vw;
	/* line-height: 41px; */
	/* line-height: 2.13vw; */
    line-height: 60px;
    width: 8.5vw;
    vertical-align: middle;
}

#login-type:hover{
	background: transparent;
}


.login-text{
	border: white solid 1px; border-radius: 50px;
    /* margin-top: 9px; */
    font-size: 16px;
    /* font-size: 0.833vw; */
    vertical-align: middle;
    height: 1vw;
    line-height: 1vw;
    display: inline-block;
    padding: 0.5vw 1.5vw;
}

.login-text:hover{
	color: red;
}







#footer-content dl>img {
    width: 8.1vw;
    height: 8.1vw;
}

#footer-content dl {
    /* font-size: 16px; */
    font-size: 0.833vw;
    float: left;
    /* margin: 44px 0 44px 300px; */
    /* margin: 2.3vw 0 2.3vw 15.62vw; */
    margin: 2.3vw 15.62vw 2.3vw 0;
}

#footer-content dl:last-child{
    margin-right: 0;
}

#footer-content dl>dt {
    color: white;
    /* padding: 10px 0; */
    padding: 0.52vw 0;
}

#footer-content dl>dt>a {
    color: white;
    text-decoration: none;
}


#footer {
    width: 100%;
    /* height: 330px; */
    /* height: 17.2vw; */
    background: #373B41;
}

#footer-mobile{
    display: none;
}

#footer-mobile a{
    color: white;
}

#footer-content{
    /* width: 99vw; */
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

.last{
    width: 100%;
    background: #373B41;
    padding-bottom: 0.52vw;
}

.beian-text{
    display: block;
    border-top: white solid 1px;
    color: white;
    background: transparent;
    margin: 0 26.25vw;
    padding-top: 1.04vw;
    font-size: 14px;
}

.center {
    text-align: center;
}


