
/* 导航栏 */
nav{
    min-width: 1200px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    top: 0;
    z-index: 2;
}
.fixNav {
    position: fixed;
}
.nav-center ul {
    float:right;
}
.nav-center ul li {
    float: left;
    line-height: 60px;
    margin-left: 30px;
}
.nav-center ul li a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 1.33px;
}
.nav-center ul li a:hover {
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 0 14px;
}
.nav-center .login {
    margin-left: 10px;
}
.nav-center .login a:hover {
    background: #79589F;
    border: 1px solid #79589F;
    border-radius: 92px;
}
.nav-center .register a:hover {
    border: 1px solid #AC8ECE;
    border-radius: 26px;
}
.nav-register {
    border: 1px solid #AC8ECE;
    border-radius: 26px;
    color: #79589F !important;
}
.nav-center {
    height: 100%;
    width: 970px;
    margin: 0 auto;
    line-height: 60px;
}
.nav-center .img-com {
    vertical-align: middle;
    display: inline-block;
    width: 350px;
    height: 79px;
}
/* 导航栏样式切换 */
.scrolledDown{
    background: #fff;
    transition:background .5s;
}
.scrolledup{
    background:transparent;
    transition:background 2s;
}
.navborder{
    border-bottom: 1px solid #ccc;
}
.navbordera{
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 0 12px !important;
}
.navborderb{
    color: #fff !important;
    background-color:#79589F !important;
    border-radius: 100px;
}
.afontchange {
    color: #333 !important;
}
.haha {
    height: 300px;
    background: #fff;
}
.white {
    color: #fff;
}
.gray {
    color: #333;
}
.gray:hover {
    color:#fff;
    background: #79589F !important;
}
.register .gray:hover {
    border: 1px solid #AC8ECE;
    color: #79589F;
    background-color:#fff !important;
}
.login .gray:hover {
    border: 1px solid #AC8ECE;
    color: #79589F;
    background-color:#fff !important;
}

.imga{
    background: url('./white.png') no-repeat;
}
.imgb{
    background: url('./purple.png') no-repeat;
}

.banner{
    overflow: hidden;
    height: 410px;
    min-width: 1200px;
}
.banner-center {
    height: 100%;
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
.banner-title {
    margin-top:190px;
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.banner-detail {
    margin-top: 15px;
    width:700px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
/* 底部样式 */
footer{
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    width:100%;
    min-width: 1200px;
    background: #333333;
    text-align: center;
}
footer span {
    letter-spacing: 1px;
    font-size: 12px;
    color: #FFFFFF;
}
/* banner文字 居中*/
.banner-title.new {
    margin-top: 180px;
    text-align: center;
    font-size: 30px;
    text-shadow: none;
}
.banner-detail.new {
    margin:30px auto;
    text-align: center;
    font-size: 20px;
    text-shadow: none;
}
/* 卡片专区 */
.card {
    min-width: 1200px;
    padding: 60px 0;
    padding-bottom: 70px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.card-center {
    width: 1000px;
    margin: 0 auto;
    height: 260px;
}
.card-center li {
    float: left;
    width: 260px;
    height: 210px;
    padding: 20px 20px;
    margin-right: 4.8%;
}
.card-center li:nth-child(3) {
    margin-right: 0px;
}
.card-center li:hover {
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    box-shadow: 1px 7px 3px #EAE6F1;
}
.card-top {
    height: 80px;
}
.card-top-left {
    float: left;
    width: 88px;
    height: 70px;
}
.card-top-right {
    float: right;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 40px;
}
.card-bottom {
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
}
/* 联系我们弹框 */
.show {
    display: inline-block !important;
}
.false-span {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top:15px;
    right: 15px;
}
.hide {
    display: none;
}
.guanggao-help {
    position: relative;
}
.contactUs {
    position: absolute;
    display: none;
    padding: 0 40px;
    width: 370px;
    height: 570px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 8px 16px 0 rgba(121,88,159,0.30);
    top: -200px;
    left: 25%;
}
.contact-title {
    margin-top: 34px;
    font-size: 20px;
    color: #666666;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
}
.contact-detail {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    margin: 14px 0;
}
.contactUs .regForm-center {
    margin-top: 0px;
    width: 100%;
}
.fr {
    float: right;
}
.contactUs .regForm-center li {
    padding: 0 !important;
    width: 90% !important;
    position: relative;
    height: 26px !important;
    margin-top: 0 !important;
    margin-bottom: 10px;
    margin: 40px 0;
}
.contactUs .regForm-center .title {
    margin-bottom: 50px;
    font-size: 20px;
    color: #79589F;
    letter-spacing: 1.67px;
}
.contactUs .regForm-center label {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    letter-spacing: 1.17px;
}
.contactUs #submit {
    margin-left: 70px;
    font-size: 16px;
    color: #79589F;
    letter-spacing: 1.5px;
    width: 220px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #79589F;
}
.contactUs .box{
    top: 30px;
    left: 0px;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    position: absolute;
    display: none;
}

.contactUs .box:after, .box:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    bottom: 100%;
    position: absolute;
    width: 0;
}
.contactUs .box:after {
    border-width: 5px;
    border-bottom-color: #FFF;
    left: 10px; 
}
.contactUs .box:before {
  border-width: 6px;
  border-bottom-color: #ddd;
  left: 9px;
}
.contactUs .box img{
    width: 14px;
    height: 14px;
    margin-top: 8px;
    margin-right: 5px;
}
/* input标签初始化 */
.contactUs input,select{
    margin-top: -1px !important;
    font-size: 16px;
    color: #666666;
    letter-spacing: 1.33px;
    margin-top: 2px;
    height: 20px;
    width: 280px;
    border: none;
}
.red {
    color: red;
}
.contactUs #company {
    width: 255px;
}
.contactUs #phone {
    width: 260px;
}
.contactUs .email{
    width: 280px;
}
.contactUs .password{
    width: 375px;
}
.contactUs .line {
    position: absolute;
    top: 25px;
    width: 370px;
    height: 1px;
    background-color: #ddd;
}
.contactUs input:focus {
    outline:none;
}
.contactUs textarea {
    width: 350px;
    height: 70px;
    border: 1px solid #ddd;
    padding: 10px 10px;
    font-size: 14px;
    color: #666666;
    resize:none;
}
.contactUs li#textareali {
    height: 74px !important;
}
.submit-success {
    z-index: 200;
    left: 45%;
    top: 40%;
    position: fixed;
    text-align: center;
    border-radius: 15px;
    width: 100px;
    height: 100px;
    background: rgba(0,0, 0, .5);
}
.submit-success img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 20px;
    
}
.submit-success p{
    /* display: inline-block; */
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}