@charset "utf-8";

/*############index主体CSS###############*/
/* 轮播校园风光 */
.carousel {

    margin-bottom: 40px;
}

.carousel .item {

    background-color: #000;
}

.carousel .nav-point {
    bottom: -14px;
}

.carousel .nav-title {
    font-size: 12px;
    bottom: -14px;
}

.carousel .item img {
    width: 100%;
}

.carousel-caption {
    z-index: 10;
}

.carousel-caption p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}

/*栏目*/
.part1 {
    font-family: \5FAE\8F6F\96C5\9ED1, sans-serif;
    font-size: 20px;
    color: #333;

}

.part1 a {
    font-family: \5FAE\8F6F\96C5\9ED1, sans-serif;
    text-decoration: none;
    color: #333;
}

.en {

    color: #828282;
    font-size: 15px;
}

.line1 {
    height: 3px;
    background: #d0d0d0;
    width: 100%;
    margin-bottom: 8px
}

.line2 {
    height: 3px;
    width: 94px;
}

.text1 {
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
    color: #505050;
    margin-top: 5px;
    font-family: \5FAE\8F6F\96C5\9ED1, sans-serif;
}

.text1 p {
    text-indent: -6px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.more-btn {
    float: right;
    margin-top: 7px;
    color: #d30a1c;
    font-size: 11px;
}

.more-btn a {
    color: #d30a1c;
}

.list-info li {
    font-family: \5FAE\8F6F\96C5\9ED1, sans-serif;
    border-bottom: 1px dotted #8a8a8a;
/*    line-height: 40px;   */
    line-height: 58px;
}

.list-info a {
    text-decoration: none;
    color: #666;
    font-size: 15px;
}

.list-info a:hover {
    color: #d30a1c;
}

.list-info span {
    float: right;
}

.list-info .public-detail {
    float: right;
    color: #d30a1c;
}

.row-2 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.login {
    border: 1px dotted #8a8a8a;
    border-radius: 10px;
    font-family: \5FAE\8F6F\96C5\9ED1, sans-serif;
    line-height: 30px;
    padding: 4px;
    margin-top: 20px;
}

.login input {
    height: 28px;
    line-height: 24px;
    width: 180px;
    margin: 4px;
    padding: 4px;
    background: #fff;
    border: 1px solid #8a8a8a;
    font-family: \5FAE\8F6F\96C5\9ED1, sans-serif;
}

.login .check-box {
    width: 30px;
    margin: 4px;
    padding: 4px 2px 0 2px;
    height: 24px;
    line-height: 24px;
    font-family: \5FAE\8F6F\96C5\9ED1, sans-serif;
    font-size: 12px;
    border: 0;
    background: #fff;
}

.login .submit {
    width: 120px;
    height: 30px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 70px;
    border: 1px solid #8a8a8a;
    background: #DDDDDD;
    border-radius: 5px;
    font-family: \5FAE\8F6F\96C5\9ED1, sans-serif;
    font-size: 16px;
}

.login .submit:hover {
    background: #dd2b37;
    color: #fff;
}

.procurement-li {
    line-height: 35px;
}

.procurement-li a {
    text-decoration: none;
    color: #666;
    font-size: 13px;
}

.procurement-li a:hover {
    color: #d30a1c;
}

.platform {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: #58b530;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 42px;
}

.platform span {
    padding: 0 4px;
}

.platform a {
    font-family: \5FAE\8F6F\96C5\9ED1, sans-serif;
    text-decoration: none;
    color: #fff;
}

.platform:hover {
    text-decoration: none;
    background: #d30a1c;
}

.youq-li li {
    margin: 0px 5px;
}

.pro-images {
    background-color: #f6f6f6;
}

.thumbnail {
    margin-bottom: 0px;
}

.col-pro {
    background-color: #F6F6F6;
    padding-top: 15px;
}

/************** quick link ***************/

.quick-link {
    margin-top: 20px;
    margin-left: -10px;
    overflow: hidden;
    font-family: \5FAE\8F6F\96C5\9ED1, sans-serif;
}

.quick-link ul {
    width: auto;
    padding: 10px;
}

.quick-link li {
    float: left;
    width: 220px; /* 20% */
    text-align: center;
    padding: 10px;
    transition: 0.3s cubic-bezier(0, 0.15, 0.43, 1.63);
    list-style-type: none;
}

.quick-link ul.hover li {
    width: 206px; /* 18% */
}

.quick-link ul.hover li.current {
    width: 236px; /* 28% */
}

.quick-link li a {
    display: block;
}

.quick-link li a:hover {
    text-decoration: none;
}

.quick-link li i {
    font-size: 20px;
    color: #ffffff;
}

.quick-link li span {
    color: #ffffff;
    font-size: 18px;
    margin-left: 10px;
}

.login-input {
    width: 210px;
    clear: both;
    float: right;
}

.auth-refresh {
    cursor: pointer;
    padding-top: 5px;
    padding-right: 5px;
    float: right;
}

.auth-img {
    cursor: pointer;
    width: 100px;
}

@media screen and (min-width: 993px) {
    .auth-input {
        width: 80px !important;
        clear: both;
    }
    .auth-img{
        width:80px;
    }
}

@media screen  and (min-width: 1200px) {

    .auth-input {
        width: 77px !important;
        clear: both;
    }

    .auth-inline {
        margin-top: -15px;
        margin-left: -10px
    }

    .auth-group {
        /*width: 80%;*/
        /*margin: -20px 0px 0px 63px*/
    }
    .auth-img{
        width:100px;
    }

}

@media screen and (max-width: 1024px) {
    .quick-link ul {
        width: auto;
    }

    .quick-link li {
        width: 20%;
    }

    .quick-link a span {
        font-size: 12px
    }

    .quick-link ul.hover li {
        width: 18%;
    }

    .quick-link ul.hover li.current {
        width: 28%;
    }

    .nav-top {
        width: auto
    }
}

@media screen and (max-width: 992px) {
    .login-input {
        width: 100%;
    }

    .auth-input {
        width: 68% !important;
        display: inline;
    }

    .auth-img {
        float: right;
    }

    .auth-group {
        width: 100%;
    }
}

@media screen and (max-width: 568px) {
    .quick-link li i {
        font-size: 18px;
    }

    .quick-link li span {
        font-size: 16px;
    }

    .auth-input {
        width: 60% !important;
        display: inline;
    }
}

@media screen and (max-width: 480px) {
    .quick-link li span {
        margin-left: 2px;
    }
}

@media screen and (max-width: 414px) {
    .quick-link li {
        float: none;
        width: 93%;
        margin: 10px auto;
    }

    .quick-link li a {
        display: block;
        width: 250px;
        margin: 0 auto;
    }
}

.quick-link .ql1 {
    background-color: #58b530;
}

.quick-link .ql1:hover {
    background-color: #982a8b;
}

.quick-link .ql2 {
    background-color: #fabe10;
}

.quick-link .ql2:hover {
    background-color: #dd2b37;
}

.quick-link .ql3 {
    background-color: #f18200;
}

.quick-link .ql3:hover {
    background-color: #58b530;
}

.quick-link .ql4 {
    background-color: #dd2b37;
}

.quick-link .ql4:hover {
    background-color: #fabe10;
}

.quick-link .ql5 {
    background-color: #982a8b;
}

.quick-link .ql5:hover {
    background-color: #58b530;
}

.async-login {
}

@media (min-width: 1024px) {
    .text-link {
        width: 600px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width: 567px) {
    .text-link {
        display: block;
        width: 200px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (min-width: 568px) {
    .text-link {
        display: block;
        width: 380px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .text-link {
        display: block;
        width: 470px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .text-link {
        display: block;
        width: 490px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .text-link {
        display: block;
        width: 600px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width: 567px) {
    .text-down-link {
        display: block;
        width: 200px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (min-width: 568px) {
    .text-down-link {
        display: block;
        width: 380px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .text-down-link {
        display: block;
        width: 600px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .text-down-link {
        display: block;
        width: 280px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .text-down-link {
        display: block;
        width: 340px;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}