body{
    font-family: "Microsoft Yahei"!important;
}
img{
    vertical-align: middle;
}
.header{
    width: 100%;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    background: #ffffff;
    opacity: 1;
    text-align: center;
}
.head_con{
    width: 1170px;
    margin:0 auto;
    text-align: center;
    height: 100px;
    line-height: 100px;
    /*border: 1px solid red;*/
}
.left_head{
    float: left;
}
.right_nav{
    float: right;
    line-height: 100px;
}
.li_header{
    width: 120px;
    height: 100px;
    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: 660px;
    border-top: 3px solid #57c2ec;
    border-bottom: 3px solid #57c2ec;
}
.main:after,.content:after{
    content: "";
    display: block;
    clear:both;
}
.content{
    width: 1170px;
    height: 800px;
    margin: 0 auto;
}
.left{
    float: left;
    width: 430px;
    text-align: right;
    margin-top: 120px;
}
.right{
    float: left;
    width: 460px;
    margin-left: 35px;
    text-align: left;
    margin-top: 120px;
}
.title{
    font-size: 20px;
    color: #333333;
}
.return_login{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-top: 10px;
}
.return_login a{
    color: #45bcec;
    text-decoration: none;
}
.email{
    margin-top: 35px;
}
.email span{
    font-size: 18px;
    color: #999999;
}
.email_txt{
    width: 346px;
    margin-left: 5px;
    border: 1px solid #d9d9d9;
    height: 35px;
    padding-left: 10px;
}
.left_font{
    float: left;
}
.right_font{
    float: right;
    margin-top: -5px;
}
.error{
    margin-top: 16px;
    /*visibility: hidden;*/
}
.error span{
    font-size: 14px;
    color: #dd5555;
    padding-left: 3px;
}
.button{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #45bcec;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    margin-top: 35px;
    clear: both;
    cursor: pointer;
    float: left;
}
/*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;}
