body{
    font-family:'Microsoft YaHei';
    font-size: 12px;
}
.header{
    height: 68px;
    width:100%;
    background:#fff;
    overflow: hidden;
}
.header h1{
    margin-top: 20px;
    float: left;
}
.header P{
    line-height: 30px;
    font-size: 24px;
    margin:45px 0 0 30px;
    float: left;
}
.content{
    margin:0 auto;
    width:1040px;
}
.slider{
    width:535px;
    height:345px;
    float: left;
    position:relative;
}
.slider ul li{
    position:absolute;
    left:0px;
    top:0px;
    z-index: 1;
}
.slider ol{
    position:absolute;
    right:10px;
    bottom:10px;
    z-index: 1;

}
.slider ol li{
    width:50px;
    height: 5px;
    background:#fff;
    margin-right:5px;
    float: left;
}
.slider ol li.current{
    background:#39abe4;
}
.slider ul li img{
    width:535px;
    height:345px;

}
.form_con h2{
    font-size: 22px;
    color:#39abe4;
    font-weight:500;
    height: 40px;
    line-height: 40px;
    margin-top:15px;
}
.form_con .item1{
    width:280px;
    height:40px;
    line-height: 40px;
    border-radius: 8px;
    border:1px solid #bbbaba;
}
.form_con .item1 span{
    width:30px;
    height:40px;
    margin-left:8px;
    display: block;
    float: left;
    background: url(../images/login_icon_03.png) no-repeat center top;
}
.sub_btn {
    width: 248px;
    height: 40px;
    font-size: 16px;
    letter-spacing: 0.5em;
    color: #fff;
    font-weight: 500;
    background: #3E1263;
    border-radius: 4px;
    border: 0px;
    padding: 0px;
    outline: none;
}
.sub_btn:hover{
    box-shadow: 0px 0px 10px #8334C5 inset;
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s; /* Opera */
    box-shadow: 3px 3px 10px #C4CFDC;
}
.sub_btn:active{
    outline: none;
    box-shadow: 0px 0px 10px #8334C5 inset;
    transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s; /* Opera */
}
.sub_btn:visited{ outline: none;}
.qr_btn{
    border:none;
    cursor:pointer;
    width:285px;
    height:44px;
    background:url(../images/login_btn_03.png) no-repeat left top;
    font-size: 16px;
    letter-spacing: 0.5em;
    color:#fff;
    font-weight: 500;
    outline: none;

}
.qr_btn:hover{
    background:url(../images/login_btn_03.png) no-repeat left -45px;
    border:none;
}
.qr_btn:active{ outline: none;}
.qr_btn:visited{ outline: none;}
.footer{
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    color: #003F59;
    font-size: 12px;
    text-align: center;
    line-height: 45px;
}

#round {
    padding: 10px;
    width: 300px;
    height: 50px;
    border: 5px solid #dedede;
    -moz-border-radius: 15px;
    /* Gecko browsers */
    -webkit-border-radius: 15px;
    /* Webkit browsers */
    border-radius: 15px;
    /* W3C syntax */
}

.btn-login {
    background-color: #ff5700;
    border-color: #ff5700;
    color: #FFFFFF;
}

.btn-login:hover {
    background-color: #ff0000;
    color: #fff;
}

input {
    background-color: #fff;
}

.form-control {
    border: 1px solid #ff5700;
}

a:link {
    color: #ff5700;
    font-size: 20px;
}

a:hover {
    color: #008fff;
    font-size: 20px;
}

.gray-bg {
    position: relative;
    background-color: #F3F3F3;
}

.form_con {
    border: 0px solid #bcd8ff !important;
    padding: 10px 30px 30px 30px;
    border-radius: 5px;
}

.form_con .item1 {
    width: 245px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    margin-top: 35px;
    background: #fff;
}
.form_con .item2{
    margin-top: 15px;
}
.form_con .tipe{
    font-size: 14px;
    color: #FF9400;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.form_con input[type='text'] {
    border: none;
    width: 200px;
    height: 38px;
    float: left;
    outline: none;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    background-color: #fff !important;
    box-shadow: 0px 0px 0px 100px white inset;
}

.form_con input[type='password'] {
    border: none;
    width: 200px;
    height: 38px;
    float: left;
    outline: none;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    box-shadow: 0px 0px 0px 1000px #fff inset;
}
.form_con .item3 {
    margin-top: 20px;
    line-height: 40px;
}
input:focus {
    border-style: solid;
    border-color: #339933
}
.login_text {
    background: url(images/login_text.png) no-repeat center top;
    height: 50px;
}

.m-t {
    width: 310px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -195px;
    height: 330px;
    margin-left: 160px;
    border: 1px solid #fff;
    border-radius: 0px;
    background: #fff;
    background: rgba(255,255,255,0.8);
}
.header .logo{
    float: left;
    width: 420px;
}
.header .logo img{
    /* width: 178px; */
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}
.logo h1 {
    font-size: 18px;
    color: #003F59;
    display: inline;
    vertical-align: bottom;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
}
.lg-sign {
    width: 200px;
    height: 60px;
    background-position: 0 -25px;
}
.img_centent{
    width: 100%;
    /*text-align: center;*/
}
.img_centent img{width: 100%;}


html {width:100%; height:100%;}
body {position: relative;height: 100%;min-width:  720px;min-height: 550px;margin: 0;}
body, table, select, input, button {
    font-size: 12px;
    font-family: tahoma, arial, sans-serif;
}
.fLeft {float: left;line-height:70px;height:70px;width:70%;}
.fRight {float: right;}
a:link, a:visited, a:active {
    color: #1059A0;
}
a:hover {
    color: #10A5DD;
}
.Head {
    height: 75px;
    width: 100%;
    color: #FFFFFF;
}
.HeadLinks {
    padding: 15px;
}
.Head a:link, .Head a:visited, .Head a:active  {
    color: #FFFFFF;
    text-decoration: none;
}
.Head a:hover {
    text-decoration: underline;
}
a.HeLink:link, a.HeLink:visited, a.HeLink:active {
    color: #FFF000;
    text-decoration: none;
}
a.HeLink:hover {
    text-decoration: underline;
}
.MainLeft {
    float: left;
    height: 320px;
    width: 40%;
    margin-top: 100px;
    text-align: right;
    padding-right: 30px;
    border-right: 1px solid #DADADA;
}
.MainLeft .slogan1 {
    color: #10A5DD;
    margin-top: 20px;
    line-height: 18px;
}
.MainLeft .slogan2 {
    color: #6D6D6D;
    margin-top: 20px;
    line-height: 18px;
}
.MainLeft .logo {

    margin-top: 40px;
    float:right;
}
.MainRight {
    float: right;
    height: 320px;
    width: 55%;
    margin-top: 100px;
    color: #626262;
}
.loginTable caption {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    white-space: nowrap;
}
.loginTable .titleNote {
    font-size: 12px;
    font-weight: normal;
    padding-left: 30px;
}
.loginTable td, .loginTable th {
    padding: 8px;
    padding-right: 0;
}
.loginTable th {
    padding-left: 15px;
    font-weight: normal;
    text-align: right;
}
.Button {
    border: none;
    background-color: lightskyblue;
    width: 82px; height: 23px;
    cursor: pointer;
    margin-right: 10px;
}
.input {
    width: 175px;
    border: 1px solid #7F9DB9;
}
.vinput
{
    border: 1px solid #7F9DB9;
}
.inputWidth {
    width: 175px;
}
.copyright {
    text-align: center;
    color: #0092DD;
    position: absolute;
    width: 60%;
    padding: 8px;
    bottom: 0px;
    left: 20%;
    right: 20%;
    clear:both;
}
.copyright a:link, .copyright a:visited, .copyright a:active  {
    color: #0092DD;
    text-decoration: none;
}
.copyright a:hover {
    color:#1059A0;
    text-decoration: underline;
}
.error {
    color: red;
}

.carousel-indicators {
    position: inherit;
    z-index: 15;
    text-align: center;
    list-style: none;
    bottom: 0px;
    left: 0;
    width: 200%;
    padding-left: 0;
    margin-left: -50%;
    transition:all 0.5s;
    margin-top: 65px;
}
.carousel-indicators li {
    display: inline-block;
    width: 99px;
    height: 50px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 0px;
    opacity:0.3;
}
.carousel-indicators .active {
    width: 100px;
    height: 50px;
    margin: 1px;
    opacity:0.7;
    border: 1px solid #ffffff;
}
.dv_text{
    position: absolute;
    left: 50%;
    top: 40px;
    width: 550px;
    min-height: 200px;
    margin-left: -518px;
    color: #fff;
    font-size: 24px;
    opacity: 0.6;
    line-height: 55px;
}

.form_con .download{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
}
.form_con .em{
    display: none;
        position: absolute;
    left: -600px;
    top: 0px;
    background-color: #fff;
    border: 5px solid #fff;
    border-bottom: 0px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}
.form_con .download:hover .em{
    display: block;
}