.action{
    width: 22.5rem;
	height: 2.5rem;
	border-radius: 0.125rem;
    border: solid 0.125rem #3296f0;
    display: flex;
    align-items: center;
    float: right;
    margin:2.0625rem 0 1.125rem 0;
}
.search{
    width: 1rem;
    height: 1.0625rem;
    display: inline-block;
    margin:0 0.9375rem;
}
.sousuo{
	cursor:pointer;
    width: 4.375rem;
	height: 2.5rem;
	background-color: #3296f0;
    border-radius: 0.125rem;
    font-family: MicrosoftYaHei;
	font-size: 0.875rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
    color: #ffffff;
    text-align: center;
    line-height: 2.5rem;
}
.text{
    width: 17.375rem;
    outline:none;
    border:0;
}
.logo_img{
    width: 3.5rem;
    height: 3.25rem;
}
.logo{
    display:flex;
    width: 45rem;
    height:auto;
    margin-bottom: 1rem;
}
.tools{
	width:45rem;
	position: relative;
}
.tools .sjjg{
	position: absolute;
    right: 12rem;
    top: 0.5rem;
    cursor: pointer;
    font-size: 1rem;
}

.tools .xjjg{
	position: absolute;
    right: 5rem;
    top: 0.5rem;
    cursor: pointer;
    font-size: 1rem;
}
.logo .text h1{
    font-size: 1.5625rem;
    font-weight: bold;
    font-family:STHeiti Light [STXihei] ;
    line-height: 4rem;
}
.tool{
	width: 30rem;
}
.topDiv{
	height:2rem;
	line-height: 3rem;
}
.left{
	height:100%;
	float:left;
}
.right{
	width: 50%;
	height:100%;
}
.right .lringt{
	text-align: right;
	width:100%;
}

.right .lringt img{
	float:left;
}
.logo .text p{
    font-size: 0.8125rem;
}
.header{
    background-color: #3296f0;
}
.list li {
    font-size: 1rem;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.1875rem;
    text-align: center;
    line-height: 4rem;
    margin:0 1rem;
}
.list li a{
	margin: 0px 5px;
    color:black;
    
}
.login{
    margin:0.875rem 0;
}
.login img{
    width: 1.1875rem;
    height: 1.3125rem;
    margin-right: 0.9375rem;
}
@media screen and (min-width: 800px) and (max-width: 1680px){
    .logo {
/*        width: 21.75rem;*/
    }
    .logo .text p {
        font-size: 0.8125rem;
    }
    .logo .text h1 {
       /* letter-spacing: .5rem;*/
    }
}

.list>li:hover{
	background: rgba(255,255,255,.3);
	height: auto;
}
.list>li:hover .nav-second{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;	
	z-index: 999;
}
.nav-second{
	display: none;
}
.nav-second li a{
	background: rgba(255,255,255);
	color: #333;
	height: 3.125rem;
	line-height: 3.125rem;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.nav-second li a:hover{
	background: #eee;
}


.dis{
	height: 2.5rem;
	border-radius: 0.125rem;
    border: solid 0.125rem #3296f0;
    display: flex;
    align-items: center;
    float: right;
    margin:2.0625rem 1rem 1.125rem 0;
}

.dis label{
	margin: 0 0.5rem
}