/*css document*/
html,body{
    height: 100%;
}
body{
    overflow: hidden;
    /* min-width: 1200px; */
}
.top1{
    height: 30px;
    background: #0B5195;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
.top1 a{
    color: #fff;
}
.top1_msg{
    margin-left: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.top1_title{
    min-width: 70px;
}
.top1_content a{color: #000;display: block;}
.top1_content a:hover{
    background: #9DCCEB;
    color: #fff;
}
.top1_content{
    background: #fff;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    width: 70px;
    display: none;
    position: relative;
    z-index: 30;
}
.top1_msg:hover .top1_content{
    display: block;
}
/*top2*/
.top2{
    height: 56px;
    background: #2c333a;
    position: relative;
}

.top2 .search{
    position: absolute;
    top:8px;
    right:20px;
}
.search_left{
    border: 1px solid #fff;
    width: 370px;
    height: 30px;
    border-radius: 5px;
}
.search_left input{
    font-size: 14px;
    border: none;
    outline: none;
    color: #fff;
    margin-top: 5px;
    margin-left: 10px;
    width: 320px;
    margin-right: 10px;
    background: none;
}
.search_left img{
    margin-top: 5px;
}
.search_right a{
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
   line-height: 30px;
}
/*nav*/

@media screen and (max-width: 1300px) {
	.nav{
	    margin-left: 30px;
	
	}
	
	a.logo{
	    margin-left: 10px;
	    margin-top: 10px;
	}
	
	a.logo img{
	    width: 80px;
	}
	
	a.logo span{
	    color: #fff;
	    font-size: 16px;
	    position: relative;
	    top: 3px;
	}
	
	.nav a{
	    float: left;
	    display: block;
	    width: 70px;
	    font-size: 13px;
	    text-align: center;
	    line-height: 56px;
	    color: #fff;
	}

}

@media screen and (min-width: 1301px) {
	.nav{
	    margin-left: 40px;
	
	}
	a.logo{
	    margin-left: 20px;
	    margin-top: 7px;
	}
	
	a.logo img{
	    width: 100px;
	}
	
	a.logo span{
	    color: #fff;
	    font-size: 20px;
	    position: relative;
	    top: 3px;
	}
	
	.nav a{
	    float: left;
	    display: block;
	    width: 90px;
	    font-size: 14px;
	    text-align: center;
	    line-height: 56px;
	    color: #fff;
	}

}
.nav2 a{
    float: left;
    display: block;
    width: 90px;
    font-size: 14px;
    text-align: center;
    line-height: 56px;
    color: #fff;
}
.nav a.select{
    background:#305ec5;
}

a.last{
    margin-right: 0;
}
 input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}

.footer{
    background: #4D8FD0;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    position:fixed;bottom:0;
    width: 100%;
}

.shadow{
    z-index: 200;
    position: fixed;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    background-color: rgba(0,0,0,.45);
    filter:alpha(opacity=50);
    display: none;
}


.shadow_login{
    display: none;
    z-index: 300;
    position: fixed;
    width: 500px;
    height: 340px;
    background: #fff;
    border-radius: 5px;
    left: 50%;
    margin-left: -250px;
    top:50%;
    margin-top: -210px;
}

.shadow_login input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
.shadow_login input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
.shadow_login input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
.shadow_login input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #999;
}
a.s_close{
    position: absolute;top:20px;right:20px;
    color: #8C8C8C;
    font-size: 20px;
}
.shadow_in h6{
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.shadow_pro{
    width: 380px;
    margin: 0 auto;
    border-bottom: 1px solid #D9E0E8;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
}
.shadow_pro input{
    width: 250px;
    outline: none;
    margin-left: 10px;
}
.shadow_pro img.tu{
   position: relative;
    top:3px;
}
a.s_submit{
    display: block;
    background: #3594FF;
    width: 380px;
    color: #fff;
    margin: 10px auto 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 10px #3594ff;
}
.s_nav{
    font-size: 14px;
    float: right;
    margin-right: 62px;
}
.s_nav a{
    color: #3594FF;
}
/*验证码*/
.code img{
    margin-top: 10px;
}
.code a{
    color: #429FFF;
}
.shadow_login2{
    height: 450px;
    margin-top: -225px;
}
.warn{
    color: #f00;
    font-size: 12px;
    width: 380px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    height: 16px;
}
.shadow_login3{
   height: 480px;
    margin-top: -255px;
}



input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #000;
}

#name:autofill {
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: white;
}