﻿ 

.artical_con div {
    clear: both;
}
 

.formDiv {
    margin-top: 20px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
}
.formDiv label {
    display: inline-block;
    margin-bottom: 12px;
    height: 48px;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: 3px;
    box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
    overflow: hidden;
    position: relative;
}
.formDiv label i.iconfont {
    display: block;
    width: 64px;
    height: 48px;
    background-color: #f0f2f6;
    font-size: 18px;
    float: left;
    border-right: 1px solid rgba(34,36,38,.15);
    background-image: url(../IMG/icon.png);
    background-repeat: no-repeat;
}
.txt_input, .pwd_input {
    float: left;
    width: 252px;
    height: 48px;
    padding: 5px 5px 5px 16px;
    font-size: 16px;
    box-sizing: border-box;
    border: 0px;
}
 
.pwd > i.icon {
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 2.67142857em;
    opacity: .5;
    border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.pwd > i.icon:after, .pwd  > i.icon:before {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -.5em;
} 
.yzm .code {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
    margin-top: 5px;
}

.formtext {
    margin-top: 10px;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
}

.formtext a {
    float: left;
}

#backtop {
    position: fixed;
    width: 40px;
    right: 40px;
    top: 30%;
    z-index: 9999;
    box-shadow: -2px 2px 5px 3px rgba(7,17,27,.1);
}
 
#navigationMenu li {
    list-style: none;
    height: 39px;
    padding: 2px;
    width: 80px;
}

#navigationMenu a {
    background: url(/IMG/navigation.jpg) no-repeat;
    height: 39px;
    width: 38px;
    display: block;
    position: relative;
}

#navigationMenu span {
    width: 0;
   /* left: 38px;*/
   right:38px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    font-family: 'Myriad Pro',Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.6px;
    white-space: nowrap;
    line-height: 39px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
}
#navigationMenu a:hover {
    text-decoration: none;
    -moz-box-shadow: 0 0 5px #9ddff5;
    -webkit-box-shadow: 0 0 5px #9ddff5;
    box-shadow: 0 0 5px #9ddff5;
}
#navigationMenu a:hover span {
    width: auto;
    padding: 0 20px;
    overflow: visible;
}

#navigationMenu .home {
    background-position: 0 0;
}
#navigationMenu .home:hover {
    background-position: 0 -39px;
} 
 
#navigationMenu .home span {
    background-color: #7da315;
    color: #3d4f0c;
    text-shadow: 1px 1px 0 #99bf31;
}
#navigationMenu .about {
    background-position: -38px 0;
}
#navigationMenu .about:hover {
    background-position: -38px -39px;
}
#navigationMenu .about span {
    background-color: #1e8bb4;
    color: #223a44;
    text-shadow: 1px 1px 0 #44a8d0;
}
#navigationMenu .services {
    background-position: -76px 0;
}
#navigationMenu .services:hover {
    background-position: -76px -39px;
}
#navigationMenu .services span {
    background-color: #c86c1f;
    color: #5a3517;
    text-shadow: 1px 1px 0 #d28344;
}
#navigationMenu .portfolio {
    background-position: -114px 0;
}
#navigationMenu .portfolio:hover {
    background-position: -114px -39px;
}
#navigationMenu .portfolio span {
    background-color: #d0a525;
    color: #604e18;
    text-shadow: 1px 1px 0 #d8b54b;
}
#navigationMenu .contact {
    background-position: -152px 0;
}
#navigationMenu .contact:hover {
    background-position: -152px -39px;
}
#navigationMenu .contact span {
    background-color: #af1e83;
    color: #460f35;
    text-shadow: 1px 1px 0 #d244a6;
} 

.rccontent {
    width: 100%;
    margin: auto;
    min-width: 1200px;
    background-color: #1691d7;
}

.rccontent .wrapper {
    height: 630px;
    position: relative;
    margin: auto;
    width: 1200px;
}

.rccontent .wrapper .bg1 {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -214px;
    opacity: 0.4;
}     

.logincontent {
    width:700px;
    padding: 10px 25px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -220px;
    overflow: hidden;
    border: 1px solid #eceaea;
    border-radius: 8px;
}

.rccontent .wrapper .loginBox {
    width: 320px;
    height: 380px;
    float: left;
}

.rccontent .wrapper .loginBox .logo {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.logo {
    color: #fff;
    float: left;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    margin-right: 15px;
    margin-top: 7px;
}

.rccontent .wrapper .loginBox .logo a {
    float: left;
    display: block;
    height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
    width: 50%; 
}

.logo_a {
    color: #1691d7;
}

.aboutlogin {
    width: 350px;
    height: 380px;
    float: left;
    border-left: 1px solid #e6e6e6;
    padding: 10px;
    padding-left: 15px;
    padding-right: 6px;
    margin-left: 20px;
    padding-top: 33px;
    box-sizing:border-box;
}
.aboutlogin h2 {
    font-size: 20px;
    font-family: "微软雅黑";
    text-align: center;
    color: black;
    font-weight: bold;
}
.aboutlogin p {
    line-height: 25px;
    font-size: 15px;
    text-align: justify;
    text-justify: trim;
    color: #646464;
    letter-spacing: 1px;
    margin-top: 10px;
}