body {
    font-family: 'Microsoft YaHei', sans-serif;
    letter-spacing: 1.14px;
    position: relative;
}

.mai-icon {
    background: #38f;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}

.navbar {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0
}

.navbar-default {
    background-color: #fff;
    /* box-shadow: 0px 2px 8px 0px rgba(50,50,50,0.25); */
}

.navbar-default .navbar-brand {
    font-size: 30px;
    font-weight: bold;
    color: #38f;
    height: 64px;
    line-height: 35px;
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    height: 64px;
    line-height: 35px;
    color: #666666;
    padding: 15px 18px !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #0066FF;
    font-weight: bold;
}

.navbar-toggle {
    margin-top: 17px;
}

.banner {
    color: #fff;
    background: url(../images/index-banner.png);
    background-size: cover;
    height: 280px;
}

/*footer*/
footer {
    font-weight: 400;
    text-align: center;
    /* padding:20px; */
    color: #999;
}



.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px !important;
}

.container {
    padding: 0px 40px !important;
    width: 100%;
}

.btn-login {
    padding-left: 12px;
}

.right-divider {
    width: 1px;
    height: 12px;
    background: #999999;
    float: right;
    margin-top: 28px;
}

.home {
    width: 100%;
    height: 100vh;
    background-image: url("../images/login-bg.png");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 64px;
}

.home .container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.login-panel {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 546px;
    margin-top: 140px;
}

.login-panel .right {
    width: 450px;
    padding: 60px 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.login-panel .left {
    width: 450px;
    height: 546px;
    background-image: url(../images/login-bg-small.png);
    padding-left: 48px;
    padding-right: 48px;
    /* word-break: break-all; */
    white-space:pre-wrap;
    padding-top: 62.25px;
}

.login-panel .left .title {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 41px;
    color: #333333;
    margin-bottom: 0px;
}

.login-panel .left .sub {
    font-size: 20px;
    letter-spacing: 0px;
    color: #666666;
    line-height: 24px;
    margin-top: 0px;
}

.clear {
    clear: both;
}

.input-group-addon {
    background: #fff;
    border: none;
}

.login-panel .form-group {
    margin-top: 36px;
    margin-bottom: 0px;
}

.focusborder {
    border: 0.5px solid #0066FF !important;
}

.form-control {
    width: 354px;
    height: 46px;
    border-radius: 4px;
    border-right: 0px;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border: none;
}

.form-control:focus {
    border: none;
    box-shadow: unset;
}

.input-group {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.login-title {
    font-size: 32px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-bottom: 24px;
}

.check-remember {
    margin-top: 2px;
}

.check-remember .checkbox-label {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.check-remember input[type=checkbox] {
    width: 16px;
    height: 16px;
    ;
    margin-top: 0px;
    margin-right: 4px;
    border-color: #999999;
}
.login-panel .err{
    font-size: 10px;
    color: #FF0000;
    margin-top: 5px;
    line-height: 28px;
    padding-left: 2px;
}
.login-panel .btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0px;
    border-color: #047AFF;
}

.login-panel .btn-primary {
    font-size: 16px;
    background: #047AFF;
    box-shadow: 0px 82px 83px 0px rgba(93, 141, 206, 0.02), 0px 40.8px 34.68px 0px rgba(93, 141, 206, 0.03), 0px 26.18px 18.54px 0px rgba(93, 141, 206, 0.04), 0px 17.6px 10.39px 0px rgba(93, 141, 206, 0.05), 0px 11.23px 5.52px 0px rgba(93, 141, 206, 0.06), 0px 5.59px 2.3px 0px rgba(93, 141, 206, 0.08);
}

.login-panel .btn-primary:hover {
    background: #3695FF; 
    border-color: #3695FF;
    /* box-shadow: 0px 82px 83px 0px rgba(93, 141, 206, 0.02),0px 40.8px 34.68px 0px rgba(93, 141, 206, 0.03),0px 26.18px 18.54px 0px rgba(93, 141, 206, 0.04),0px 17.6px 10.39px 0px rgba(93, 141, 206, 0.05),0px 11.23px 5.52px 0px rgba(93, 141, 206, 0.06),0px 5.59px 2.3px 0px rgba(93, 141, 206, 0.08); */
}

.login-panel .btn-primary:focus {
    background: #0362CC;
}

.login-panel .btn-defaule {
    border: 1px solid #DDDDDD;
    color: #999999;
    background: #fff;
    font-size: 14px;
}
.login-panel .btn-defaule:hover{
    color: #3695FF;
    border-color: #3695FF;
}
.login-panel .btn-defaule:focus {
    border: 1px solid #0066FF;
    color: #0066FF;
}

.qrcode {
    width: 230px;
    height: 230px;
}

.qrcode-tips {
    font-size: 14px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 24px;
}

.banner {
    margin-top: 64px;
}

/*首页*/
.banner-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 85px;
    max-width: 1200px;
}

.banner-content .title {
    color: #333333;
    font-size: 34px;
    font-weight: bold;
    line-height: 41px;
    letter-spacing: 0px;

}

.banner-content .sub {
    color: #666666;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 20px;
}

#projects .left {
    width: 76%;
}

#projects .container {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 0px 31px !important;
}

.project-group {
    letter-spacing: 0px;
    margin-bottom: 40px;
}

.project-group .title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24px;
}

.project-group .project-list {
    display: flex;
    /* justify-content: space-between; */
    flex-flow: wrap;
}

.project-list .project-item {
    padding: 12px 12px 10px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    width: 32%;
    /* height: 212px; */
    margin-right: 1.3%;
    margin-bottom: 24px;
    color: #333;
}

.project-item .pic {
    width: 100%;
    /* height: 143px; */
    height: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 37px;
    padding-left: 22px;
    color: #fff;
    letter-spacing: 1.14px;
}

.project-item .pic .line1 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    width: 50%;
    height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.project-item .pic .line2 {
    font-size: 17.5px;
    font-weight: 700;
    width: 55%;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;

}

.project-item .project-title {
    margin-top: 15px;
    max-height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.project-title a {
    color: inherit;
}

.project-title a:hover {
    text-decoration: unset;
    color: inherit;
}

.sub-title {
    color: #333333;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    letter-spacing: 1.14px;
}


#projects .right {
    width: 24%;
    text-align: left;
}

#projects .right .articles {

    background: #F5F7FA;
    border-radius: 2px;
    padding: 26px 24px;
    max-height: 740px;
    /* overflow: hidden;  */
}

.right .title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 24px;
    border-bottom: 1px solid #DDDDDD;
    letter-spacing: 1.14px;
    margin-bottom: 24px;
}

.right .title .icon {
    width: 24px;
    height: 24.63px;
    margin-right: 4px;
}

.right .art {
    margin-bottom:
        24px;
}

.right .art .art-title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 18px;
}

.right .art .art-title:hover {
    color: #0066FF;
    font-weight: bold;
    text-decoration: unset
}

.right .art .art-time {
    font-size: 12px;
    color: #999999;
    height: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

footer .contact {
    text-align: left;
}

footer .contact p,
footer .contact a {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 11px;
    display: block;
}

footer .contact .contact-title {
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 22px;
}

footer .contact .phone {
    font-size: 22px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 24px;
    font-weight: bold;
}

footer .qrcode {
    padding: 16px 18px;
    background: #fff;
    height: 178px;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
}

footer .qrcode span {
    font-size: 12px;
    margin-top: 10px;
    color: #2a2a2a;
    letter-spacing: 0px;
}

footer .qrcode .img {
    width: 114px;
    height: 114px;
    background-size: 100% 100%;
}

footer .qrcode .img1 {
    background-image: url(../images/gzh-bottom.png);
}

footer .qrcode .img2 {
    background-image: url(../images/sph-bottom.png);
}

footer .logo {
    text-align: left;
    width: 88px;
    height: 26.14px;
    margin-right: 142px;
}

footer .contact2 a {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-right: 10px;
}

.nav-shadow {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12) !important;
}

.article-topfixed {
    position: fixed;
    /* top: 84px; */
    /* right: 320px; */
}

.article-bottomfixed {
    position: absolute;
}

.articles .contact {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.articles .contact .qrcode {
    width: 92px;
    height: 92px;
}

.articles .contact .qrcode img {
    width: 92px;
    height: 92px;
}

.articles .contact .info {
    margin-bottom: 3px;
}

.articles .contact .info p {
    color: #999999;
    margin-bottom: 3px;
    letter-spacing: 0px;
}

.articles .contact .info text {
    color: #333333;
    letter-spacing: 0px;
}

.project-item:hover {
    box-shadow: 0px 8px 8px 0px rgba(50, 50, 50, 0.1);
    transform: translateY(-6px);
    color: #333;
    text-decoration: unset;
}
.project-item:focus{
    color: #333;
    text-decoration: unset;
}