body{
    font-family: "Microsoft Yahei"!important;
}
img{
    vertical-align: middle;
}
.header{
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    background: #ffffff;
    opacity: 1;
    text-align: center;
}
.head_con{
    width: 1170px;
    margin:0 auto;
    text-align: center;
    height: 80px;
    line-height: 80px;
    /*border: 1px solid red;*/
}
.left_head{
    float: left;
}
.right_nav{
    float: right;
    line-height: 80px;
}
.li_header{
    width: 120px;
    height: 80px;
    float: left;
}
.sanjiao{
    margin-right: 5px;
    opacity: 0;
}
.li_header a{
    text-decoration: none;
    font-size: 18px;
    color: #666666;
}
.li_header:hover img{
    margin-right: 12px;
    opacity: 1;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.li_header:hover a{
    color: #28b2e9;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.ul_header{
    float: right;
    margin-right: 30px;
}
.login{
    float: right;
    width: 120px;
    height: 32px;
    background: #28b2e9;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 23px;
}
.login a{
    text-decoration: none;
    color: #ffffff;
}
/*main*/
.main{
    width: 100%;
    height: 800px;
    background: url("../../../images/V4/login/bg.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    overflow: hidden;
}
.main:after,.content:after{
    content: "";
    display: block;
    clear:both;
}
.content{
    width: 1170px;
    height: 800px;
    margin: 0 auto;
}
.img{
    margin-top: 100px;
    float: left;
}
.login_opacity{
    width: 400px;
    height: 370px;
    opacity: 0.8;
    border: 1px solid #dbdcdc;
    float: right;
    margin-top: 100px;
    background: #ffffff;
    margin-right: 42px;
}
.login_input{
    width: 300px;
    height: 370px;
    float: right;
    padding: 0px 50px 0px 50px;
    position: relative;
    z-index: 2;
    top: -370px;
    right: 43px;

}
.tab{
    width: 300px;
    height: 60px;
    border-bottom: 1px solid #e1e1e2;
    line-height: 57px;
    font-size: 20px;
    color: #333333;
    padding: 0px 50px 0px 50px;
    margin-left: -50px;
    cursor: pointer;
    margin-bottom: 45px;
}
.common:hover{
    border-bottom: 3px solid #ff6709;
}
.eId:hover{
    border-bottom: 3px solid #ff6709;
}
.active{
    border-bottom: 3px solid #ff6709;
}
.common{
    float: left;
}
.eId{
    float: right;
}
.input{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e1e3e4;
    margin-top: 18px;
    position: relative;
}
.user{
    width: 255px;
    border: 0px;
    font-size: 14px;
    outline:none;
    /*text-indent: 15px;*/
    padding-left:7px;
    background:Transparent;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}
.href{
    width: 100%;
    height: 20px;
    font-size: 14px;
    margin-top: 20px;
}
.href a{
    text-decoration: none;
}
.passwd{
    color: #666666;
    float: left;
}
.register{
    color: #ff6709;
    float: right;
}
.button{
    width: 300px;
    height: 52px;
    line-height: 52px;
    background: #45bcec;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    cursor: pointer;
    font-size: 18px;
}
.title{
    width: 100%;
    height: 60px;
    background: #ffffff;
    line-height: 60px;
    text-align: center;
    margin-top: 100px;
}
/*foot*/
/*footer*/
.section6{
    width: 100%;
    height: 180px!important;
    background: #001229;
    margin: 0 auto;
    text-align: center;
}
.left_6div{
    float: left;
    margin-top: 40px;
}
.footer_li{
    width: 100px;
    height: 20px;
    line-height: 20px;
    border-right: 2px solid #cbcdcf;
    float: left;
}
.footer_li:last-child{
    border-right: 0px;
}
.footer_li a{
    color: #cbcdcf;
    text-decoration: none;
}
.right_6div{
    float: right;
    margin-top: 35px;
    text-align: right;
    font-size: 24px;
    color: #ff6619;
}
.right_6div img{
    margin-top: -3px;
}
.hr{
    width: 100%;
    height: 1px;
    border-top: 1px solid #333c48;
}
.sencond{
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    height: 89px;
}
.left_icon{
    float: left;
    margin-top: 20px;
}
.icon_li{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.right_icon{
    float: right;
    margin-top: 25px;
    text-align: right;
    font-size: 14px;
    color: #b9bbbf;
}


a.white{color:#FFF;text-decoration:none;}
a.white:hover{color:#FFF;text-decoration:underline;}

