ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.tops {
    position: fixed;
    width: 100%;
    height: 92px;
    padding: 11px 0;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.tops .logo {
    line-height: 70px;
}

.tops .tell {
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 2rem;
    color: orangered;
    font-weight: bold;
    position: relative;
}

.tops .tell img {
    height: 25px;
    width: auto;
    position: absolute;
    right: 160px;
    top: 6px;
}

.tops .menu {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.tops .menu li {
    display: inline-block;
    padding: 0 0 0 30px;
    font-weight: bolder;
}

.tops .menu li a {
    display: block;
    font-size: 16px;
    color: #1b6d85;
    padding: 0px 10px;
}

.tops .menu li a:hover, .tops .menu li a:active {
    text-decoration: none;
    color: white;
    background-color: rgb(58,147,249);
    padding: 0px 10px;

}

.tops .menu li.actives a {
    color: orangered;
}

.footer {
    position: fixed;
    width: 100%;
    height: 70px;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    bottom: 45px;
    left: 0;
    z-index: 9999;
}

/*.footer ul li {*/
/*display: inline-block;*/
/*!*width: 19.7%;*!*/
/*width: 24.6%;*/
/*color: #a6a6a6;*/
/*margin: 10px 0;*/
/*height: 40px;*/
/*padding: 0 10px;*/
/*cursor: pointer;*/
/*}*/

/*.footer ul li .icons {*/
/*padding-right: 20px;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*border-right: 1px solid #a6a6a6;*/
/*font-size: 3rem;*/
/*}*/

/*.footer ul li .texts {*/
/*width: auto;*/
/*padding-left: 15px;*/
/*overflow: hidden;*/
/*}*/

/*.footer ul li .texts p {*/
/*color: #6e6e6e;*/
/*font-size: 12px;*/
/*}*/

/*.footer ul li .texts .footer-title {*/
/*font-size: 16px;*/
/*color: #a6a6a6;*/
/*}*/

/*.footer ul li:hover .texts .footer-title {*/
/*color: orangered;*/
/*}*/

.footer .icons {
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #a6a6a6;
    font-size: 3rem;
    color: #dddddd;
}

.footer .texts {
    width: auto;
    padding-left: 15px;
}

.footer .texts p {
    color: #6e6e6e;
    font-size: 12px;
}

.footer .texts .footer-title {
    font-size: 16px;
    color: #a6a6a6;
}

.footer .col-xs-3 {
    padding: 15px;
}

.footer .col-xs-3:hover .texts .footer-title {
    color: orangered;
}

@media (min-width: 768px) {
    .footer .texts {
        width: 50%;
        height: 40px;
        overflow: hidden;
    }
    .footer .footer-title{
        word-wrap: break-word;
        height: 22px;
        overflow: hidden;
    }
}

/*行业动态*/
.dynamic-top {
    height: 500px;
    background: url("../images/case.jpg") center no-repeat #f2f2f2;
}

.site {
    padding: 30px 15px;
    color: #666;
    font-size: 16px;
}

.site span {
    margin-left: 3px;
}

.dynamic-list {
    margin-bottom: 90px;
}

.dynamic-list .col-lg-9.col-sm-9.col-xs-9 {
    padding-left: 0;
}

.dynamic-list .col-lg-3.col-sm-3.col-xs-3 {
    /*padding: 0;*/
    background: #f7f7f7;
}

.dynamic-list-img {
    margin-bottom: 15px;
}

.dynamic-list-img img {
    width: 100%;
}

.dynamic-list .advs {
    margin: 0 -15px 0 0;
}

.dynamic-list .advs .col-lg-4.col-sm-4.col-xs-4 {
    padding-left: 0;
}

.dynamic-list .advs img {
    width: 100%;
}

.dynamic-list .dynamic-list-title {
    background: #f7f7f7;
    padding: 15px;
    margin-top: 15px;
}

.dynamic-list .dynamic-list-title li a {
    display: block;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dotted #f1f1f1;
    padding: 0 10px;
    position: relative;
    background: #fff;
    color: #303741;
    font-size: 16px;
}

.dynamic-list .dynamic-list-title li a:hover {
    background: #f7f7f7;
    color: #337ab7;
    text-decoration: none;
}

.dynamic-list .dynamic-list-title li .dt-title {
    width: 90%;
    overflow: hidden;
}

.dynamic-list .dynamic-list-title li .dt-time {
    position: absolute;
    right: 10px;
    top: 0;
    width: 120px;
    height: 55px;
    overflow: hidden;
    text-align: right;
    color: #666;
}

.page-active {
    color: orangered;
}

.tui-top {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: orangered;
}

.tui-cont {
    padding-top: 15px;
}

.tui-cont li {
    margin-bottom: 12px;
}

.tui-cont li img, .tui-cont li a {
    width: 100%;
    display: block;
    color: #666;
}

.tui-cont li img {
    min-height: 90px;
    max-height: 123px;
}

.tui-cont li a:last-child {
    line-height: 25px;
    max-height: 60px;
    overflow: hidden;
    padding-top: 5px;
}

.tui-cont li a:hover {
    text-decoration: none;
    color: orangered;
}

.foots {
    background: #333;
    padding: 15px 0;
    color: #ccc;
    font-size: 12px;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
}

.foots i {
    margin-right: 5px;
}

.foots span {
    margin-left: 15px;
}

/*详情页*/
.detail-text {
    padding: 30px;
    border: 1px solid #ddd;
}

.detail-text h2 {
    line-height: 50px;
}

.detail-text .detail-top {
    color: #999;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px dotted #f1f1f1;
}

.detail-text .detail-top span {
    margin: 15px 50px;
}

.detail-text .detail-top span i {
    margin-right: 5px;
}

.detail-text .detail-zhaiyao {
    margin: 30px 0;
    /*background: #f9f9f9;*/
    border: 1px solid #f1f1f1;
    padding: 25px 15px 15px;
    position: relative;
    color: #999;
    border-radius: 6px;
}

.detail-text .detail-zhaiyao .detail-zhaiyao-bt {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #fff;
    padding: 0 15px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.detail-text .detail-zhaiyao .detail-zhaiyao-text {
    text-indent: 24px;
}

.detail-text .detail-content-text {
    line-height: 200%;
    font-size: 16px;
    color: #333;
}

.detail-text .detail-content-text img {
    max-width: 100%;
}

/*关于巨阙*/

.about-top {
    background: url("../images/about.jpg") top center no-repeat #f2f2f2;
    height: 293px;
}

.about-cont {
    padding: 30px 15px 100px;
    text-align: center;
}

.about-cont h1 {
    font-size: 30px;
    color: orangered;
    font-weight: normal;
}

.about-cont .btns {
    border-radius: 50%;
    background: #f7f7f7;
    width: 220px;
    height: 220px;
    margin: 50px auto;
    padding: 20px;
}

.about-cont .btns:hover {
    background: orangered;
    color: #fff;
    cursor: pointer;
}

.about-cont .btns i {
    font-size: 40px;
    display: block;
    margin: 30px auto 20px;
}

.about-cont .btns p {
    font-size: 16px;
    padding-top: 5px;
}

.about-cont .about-liuyan .pull-left, .about-cont .about-liuyan .pull-right {
    width: 46%;
    margin-bottom: 15px;
}

.about-cont .about-liuyan input {
    padding: 2rem 0.75rem;
}

.about-cont .about-liuyan label {
    text-align: left;
    display: block;
    font-weight: normal;
    font-size: 16px;
    padding: 0 0 15px;
    color: #555;
}

.about-cont .about-liuyan textarea {
    resize: none;
    padding: 15px;
}

.btn-danger {
    background: orangered !important;
    color: #fff !important;
    border-color: orangered !important;
    padding: 15px !important;
    font-size: 16px !important;
}

.btn-danger:hover {
    background: #aa3107 !important;
}

/*解决方案*/
.solution-banner {
    height: 520px;
    background: url("../images/banner_1.jpg") center bottom no-repeat #ffa801;
}

.soultions-cont {
    margin-bottom: 90px;
}

#wrap {
    width: 100%;
}

#tit {
    height: 50px;
    width: 100%;
}

#tit span {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 20%;
    font-size: 16px;
    text-align: center;
    color: #ccc;
    background: #504e4e;
    cursor: pointer;
    border-right: 1px dotted #fff;
}

#tit span:first-child {
    border-radius: 25px 0 0;
}

#tit span:last-child {
    border-right: 0;
    border-radius: 0 0 25px 0;
}

#tit span:hover {
    background: orangered;
}

#tit span.select {
    background: orangered;
    color: #fff;
    position: relative;
}

#tit span.select:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 26px;
    height: 24px;
    z-index: 2;
    bottom: -22px;
    margin-left: -12px;
    -webkit-transition: .4s;
    transition: 0.4s;
    border: 12px solid transparent;
    border-top: 10px solid orangered;
}

#con .con-item.show {
    display: block;
}

#con {
    margin-top: 15px;
}

#con .con-item {
    display: none;
    height: auto;
    width: 100%;
    line-height: 200%;
}

/*成功案例*/
.cases-list {
    margin-bottom: 90px;
}

.cases-list .col-lg-4.col-sm-4.col-xs-3 {
    margin-bottom: 15px;
    padding-left: 0;
}

.cases-list .cases-list-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.cases-list a {
    display: block;
}

.cases-list .cases-list-img img {
    width: 100%;
    border-radius: 6px 6px 0 0;
    transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scale(1);
}

.cases-list a:hover img {
    transform: scale(1.2); /* 放大1.2倍 */
}

.cases-list .cases-list-title {
    padding: 15px;
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.cases-list a {
    color: #333;
}

.cases-list .cases-list-title h4 {
    line-height: 30px;
    margin: 0;
}

.cases-list a:hover {
    text-decoration: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.cases-list a:hover h4 {
    color: orangered;
}

.cases-list a p {
    overflow: hidden;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}