a:hover {
    cursor: pointer
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #0040a7;
    padding-bottom: 10px;
    font-weight: bold;
}

/*.h_bt {
    font-size: 22px;
    color: #0d51bf;
    font-weight: bold;
    display: flex;
    justify-content: left; 
}*/


ul,
ol,
li,
dl,
dt,
dd {
    text-decoration: none;
    list-style: none
}
.clear {
    clear: both
}

.ovh {
    overflow: hidden
}


.text-black {
    color: black;
}

.black-color {
    color: #383838;
}

.nav-title {
    margin-right: 15px;
}

.content-top {
    margin-top: 60px;
}

.flex-list {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    align-items: center;
}

.row-style > div {
    font-size: 14px;
    text-align: center;
    font-family: "ËÎÌå";
    color: #666;
}

.item-style {
    width: 200px;
    margin-left: 7px;
    margin-right: 7px;
}

    .item-style > img {
        width: 150px;
    }

.img-left-right {
    margin-left: 15px;
    margin-right: 15px;
    width: 25px;
    height: 25px;
}

/*.left-list,
.right-content {
    height: 760px;
}*/

.right-content {
    border: 1px solid gray;
    border-radius: 6px;
    background-color: gray;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.left-program,
.right-program {
    height: 250px;
}

.right-program {
    border: 1px solid lightgray;
    border-radius: 6px;
    background-color: lightgray;
}

.div-margin {
    margin-top: 25px;
}

.clear {
    clear: both;
}
.word-mouth-item-div{
    padding-left:15px;
    padding-right:15px;
}
    .word-mouth-item-div a {
        color: #333;
    }
.word-mouth-item {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    background-color: #f5f5f5;
}
    .word-mouth-item > div {
        height:200px;
    }
        .word-mouth-item > div>div:last-child{
            padding-top:25px;
        }
        .footer .row {
            width: 600px;
            margin: 0 auto;
        }

.footer-logo {
    margin-top: 50px;
    padding-bottom: 80px;
    width: 120px;
}

.footer {
    background-image: url(../default/img/lianheng/f_bg.gif);
}

.footer-text-margin {
    margin-top: 25px;
}

.f_p {
    color: #fff;
    font-size:16px;
    line-height: 25px;
    padding: 20px 0 0;
    padding-left: 15px;
}

    .f_p p {
        margin-bottom: 0;
    }

.footer-a {
    color: white;
    margin-top: 30px !important;
}

    .footer-a a {
        text-decoration: none;
    }

    .footer-a a {
        color: white;
    }

        .footer-a a:hover {
            color: red;
        }


#carousel > div > .item > img {
    display: inline-block;
}

#carousel > div > .item {
    text-align: center;
}

.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

dl > dd {
    margin-bottom: 15px;
}

.title-style-0 {
    width: 20%;
    margin-top: 25px;
}

.title-style {
    width: 40%;
    margin-top: 25px;
}

.title-style-1 {
    width: 70%;
    margin-top: 25px;
}

.title-style-2 {
    width: 50%;
    margin-top: 25px;
}
.title-style-3 {
    width: 80%;
    margin-top: 25px;
}

.img-width {
    width: 100%;
}

.answer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#liangheng-news > .row {
    margin-top: 25px;
}

#hangye-news > .row {
    margin-top: 25px;
}

#liangheng-news > ol > li {
    margin-top: 15px;
}

.jumbotron-title {
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px;
    margin: 25px 0;
}

.customer-img-style {
    margin-bottom: 5px;
}

.list-style {
    margin-top: 25px;
}

    .list-style > li {
        margin-top: 15px;
    }

.article-time {
    font-size: 12px;
    color: lightgray;
    text-align: center;
}

.product-list {
    margin-top: 15px;
    margin-bottom: 60px;
    width: 100%;
    height: 500px;
    background-image: url("/Content/default/img/lianheng/productbackground.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .product-list > div {
        height: 100%;
        width: 30%;
        padding-top: 220px;
        padding-left: 110px;
    }
    .product-list > div:last-child {
        height: 100%;
        width: 30%;
        padding-top: 260px;
        padding-left: 110px;
    }

        .product-list > div > div {
            height: 35px;
        }

            .product-list > div > div > a {
                color: #333;
                text-decoration-line: none;
                font-weight: bold;
                font-size: 16px;
            }

                .product-list > div > div > a:hover {
                    color: red;
                }

#carousel-example-generic{
    z-index:-9999;
}
/*.content-div {
    position: relative
}*/
/*.tips1 {
    position: absolute;
    left: 0;
    top: 1750px;
}*/
/*.tips1-ul {
    margin-top: 300px;
}*/
.tips1 > img {
    width: 100%;
}

.tips1-ul > li:checked {
    background-color: red;
}

.tips1-ul > li > a {
    color: white;
    background-color: #0D51C0;
}

    .tips1-ul > li > a:link {
        color: white !important;
        background-color: #0D51C0 !important;
    }

    .tips1-ul > li > a:focus {
        color: white !important;
        background-color: red !important;
    }

    .tips1-ul > li > a:hover {
        color: white !important;
        background-color: red !important;
    }
.content-padding{
    padding-left:15px;
    padding-top:15px;
}
.home > div {
    display: flex;
    margin-top: 25px;
}
.home>div>div{
    margin-left:15px;
}
    .home > div > div > h4 {
        color: #0D51C0;
        font-weight:bold;
    }
.home-div>p{
    color:red;
}
.weight {
    margin-top: 35px;
}
.p-style {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:10 ;
    -webkit-box-orient: vertical;
}

.ico-style{
    display:flex !important;
    align-items:center;
}
.des-style {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.answer-list > a > div > dt > img {
    margin-right: 25px;
}

.answer-list > a > div > dd {
    margin-top: 15px;
    margin-bottom: 15px;
}

.answer-list > a > .row {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .answer-list > a > .row > div:first-child {
        text-align: left;
    }

    .answer-list > a > .row > div:last-child {
        display: flex;
        flex-direction: column;
        padding-top: 45px;
    }
/* 
/*ÂÖ²¥*/
.lb_gl {
    margin-bottom: 30px; 
    /*background: url(../images/bg_3d.png);
    background-size: 100% 100%;*/
    overflow: hidden;
}

.container1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top:40px;
    
}

.pictureSlider {
    height: 450px;
    padding-top:40px;
    margin-top:40px;
    margin-bottom: 14px;
    margin-bottom: 14px;
    background-color: #F5F6F7;
}

.poster-item {
    background: #fff;
    height: 350px;
    width: 285px;
    border-radius: 2px;
    padding: 10px;
    transition: all 0.5s;
    cursor: default;
    -moz-transition: all 0.5s;
    cursor: default;
    -webkit-transition: all 0.5s;
    cursor: default;
    -o-transition: all 0.5s;
    cursor: default;
}

.turn_3d {
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    padding: 8px 0;
}

.xxgy {
    font-size: 3px;
    font-weight: 900;
    padding-left: 10px;
}

.poster-item .say {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #999;
    text-align: center;
}

.students_star {
    padding: 10px 10px 0 10px;
}

.cell_list {
    margin-bottom: 20px;
    color: #999;
    font-size: 18px;
    overflow: hidden;
}

.darks {
    color: #000;
    padding-left: 10px;
}

.zwjs {
    border-top: 1px solid #d0cddb;
    line-height: 26px;
    padding-top: 5px;
    color: #999;
    font-size: 12px;
    max-height: 84px;
    overflow: hidden;
}

.for_btn {
    position: relative;
    overflow: hidden
}

.in_page {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

    .in_page > img {
        width: 40px;
        height: 40px;
    }

.check_more {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #bc241d;
    margin: 0 auto;
    display: block;
}
.answer-div {
    margin-bottom:100px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgb(34,109,182);
    color:white;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: rgb(34,109,182);
    color: white;
}
@media screen and (max-width: 768px) {
    .footer .row {
        width: 100%;
    }

    .f_p {
        margin-bottom: 35px;
    }

    .footer-text-margin {
        margin-top: 0px;
    }

    .footer-logo {
        padding-bottom: 0px;
        margin-top: 25px;
    }

    .product-list {
        margin: 0;
        height: 130px;
    }
    .nav-height {
        height: 0;
    }
    .nav-margin-top {
        margin-top:0;
    }
}
.nav-margin-top {
    margin-top: 32px;
    background-color: #f8f8f8;
    z-index:100;
}
.nav-height {
    height: 90px;
}