*{
	border: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, img, div, a, b, s, i, span, header,
article, nav, section, footer, form, input, select, option, textarea, button, label, table, tr, td,
th, thead, tbody, tfoot, canvas, video, audio, svg {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.login-index{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url("../images/banner-bg-login.png") no-repeat;
    background-size: 100% 100%;
}
.nav-login{
    background: rgba(255,255,255,0.8);
    height: 60px;
    padding: 0 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.nav-left .log{
    height: 48px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.nav-left span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 18px;
}
.nav-right .img{
    width: 35px;
    height: 35px;
    display: inline-block;vertical-align: middle;
    margin-right: 10px;
}
.nav-right  span{
    display: inline-block;
    margin-right:30px ;
    font-size: 18px;
}
.footer{
    height: 50px;
    line-height: 50px;
    background-color: #f0f0f0;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    padding: 0 5%;
    display: flex;
    box-sizing: border-box;
    font-size: 14px;
}
.footer .nav_a{
    position: fixed;
    display: flex;
    justify-content: left;
    align-items: center;
}
.nav_a .border{
    width: 1px;
    height: 20px;
    background-color: #999999;
    margin:0 70px;
    display: inline-block;
}
.footer .span{
   /*margin: auto;*/
    width:100%;
    text-align: right;
    
}
.nav_a a{

}
.content{
    position: relative;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.content .content_title_1{
    font-size: 44px;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing:10px;
    font-weight: 600;
    width: 100%;
    height: 50px;
}
.content .content_title_2{
    font-size: 30px;
    color: #fff;
    display: block;
     margin-top: 40px;
    text-align: center;
}
.lg_layer{
    position: absolute;
    top: 30%;
    right: 15%;
    width: 330px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -3px -3px 6px #333333;
}
/*@media screen and (max-width: 1366px) {
    .content .lg_layer {
        position: absolute;
        top: 30%;
        right: 10%;
        width: 300px;
    }
}*/
.lg_layer_tile{
    background-color: #2e628c;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    height: 80px;
    line-height: 80px;
}
.lg_layer_ul li{
	margin-top: 10px;
    padding: 20px 0;
}
.lg_layer_ul{
    padding: 0 20px;
}
.lg_layer_ul img{
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
.lg_layer_ul .input{
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    width: 80%;
    border: none;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 10px;
    color:#fff !important;
    outline: none;
}
.lg_layer_ul .input:-webkit-autofill { box-shadow: 0 0 0px 1000px rgba(255,255,255,.5) inset !important;}
.lg_layer_ul .bor{
    border-bottom: 1px solid #f2f2f2;
}
.lg_layer_ul .label{
    padding-top: 10px
}
.lg_layer_ul .subimit{
    padding-top: 0;
    padding-bottom: 60px
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
    font-size: 20px;
    letter-spacing:3px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
    font-size: 20px;
    letter-spacing:3px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
    font-size: 20px;
    letter-spacing:3px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ffffff;
    font-size: 20px;
    letter-spacing:3px;
}
.lg_layer_ul .label_div{
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.botom{
    width: 100%;
    height: 60px;
    background-color: #2e628c;
    color: #ffffff;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.label .label_div i{
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border:  1px solid #ffffff;
    display: inline-block;
    vertical-align: middle;
}
.label .label_div span{
    vertical-align: middle;
}
.label .label_div.active i{
    border: 1px solid #4ea8f4;
    background: url("../images/gou.png") no-repeat center center;
    background-size: 100%;
}
.nav_a_nav{
    position: relative;

}
.nav_a_nav span{
    color: #4ea8f4;

}
.nav_a_nav_hid{
    /*overflow: hidden;*/
}
.nav_a_nav_hid span{
   color: #666;
   cursor: pointer;
}
/*.nav_a_nav_hid span:hover{*/
	/*color:#4ea8f4;*/
/*}*/
.hide_div{
    display: none;
    position: absolute;
    bottom: 48px;
    width: 250px;
    background-color: #ffffff;
}
.hide_div img{
    height: 140px;
    width: 140px;
    /*margin: 25px;*/
}
.hide_div div{
    padding: 2px 30px;
}
.ewm{
	width: 140px !important;
	height: 140px !important;
	text-align: center;
	line-height: 140px;
	padding: 5px;
}
.ewm img{
	width: 100%;
	vertical-align: middle;
	margin-bottom: 15px;
	height: auto !important;
}
@media screen and (max-width: 1600px) {
    .lg_layer{
        position: absolute;
        top: 20%;
        right: 7%;
        width: 270px;
        background-color: rgba(255,255,255,0.3);
        border-radius: 12px;
        overflow: hidden;
        box-shadow: -3px -3px 6px #333333;
    }
    .lg_layer_tile {
        background-color: #2e628c;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        height: 55px;
        line-height: 55px;
    }
    .lg_layer_ul {
        padding: 0 20px;
    }
    .lg_layer_ul li {
        margin-top: 10px;
        padding: 15px 0;
    }
    .lg_layer_ul li:nth-child(2) img{
        margin-right: 3px;
    }
    .lg_layer_ul .subimit {
        padding-top: 0;
        padding-bottom: 40px;
    }
}
