/*首页主体样式*/

.newscroll {
    width: 100%;
    background: #f0f0f0;
}

.scrollnew-icon {
    padding-left: 46px;
    background: url(../images/laba.png) left center no-repeat;
}

.tab-nav {
    position: relative;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.tab-nav li {
    display: block;
    float: left;
    padding-right: 50px;
    background: url(../images/tab_line.png) 80% 0 no-repeat;
}

.tab-nav li:last-child {
    background: none;
}

.tab-nav li span {
    display: block;
    font-size: 16px;
    color: #454545;
}

.tab-nav li .more {
    position: absolute;
    top: 5px;
    right: 0;
    display: none;
    font-size: 12px;
}

.tab-nav li.active span {
    font-weight: bold;
    cursor: default;
    padding-bottom: 10px;
    border-bottom: 2px solid #f60;
}

.tab-nav li.active .more {
    display: block;
    font-weight: normal;
}

.focus {
    margin-bottom: 20px;
}

.headline {
    padding-bottom: 6px;
    border-bottom: 1px dotted #d7d7d7;
}

.boxtitle .page-header {
    position: relative;
    margin: 20px 0 20px;
}

.boxtitle .page-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 2px solid #f60;
    width: 85px;
}

.boxtitle .title {
    font-size: 18px;
    color: #212121;
    font-weight: bold;
}

.boxtitle .title span {
    font-size: 14px;
    color: #f60;
    border-left: 2px solid #909090;
    padding-left: 10px;
    margin-left: 12px;
}

.boxtitle .more {
    margin: 8px 0 0;
}

.boxtitle .more a {
    color: #717171;
    font-size: 12px;
}

.about-info p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 10px 0;
    line-height: 1.8;
}

.service-item {
    margin-bottom: 20px;
}

.service-item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: hidden;
}

.service-item .service-pic {
    width: 100%;
    overflow: hidden;
}

.service-item .service-pic img {
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.service-info h4 {
    font-size: 18px;
    color: #f60;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 14px;
}

.service-info h4 a {
    color: #f60;
}

.service-info p {
    font-size: 12px;
    color: #666;
}

.service-item:hover .service-pic img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.service-item:hover .service-info h4 a {
    color: #f60;
}

.our-case {
    padding-bottom: 30px;
}

.case-item .case-logo {
    text-align: center;
    border: 1px solid #f1f1f1;
    margin: 10px auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.case-item .case-logo img {
    height: auto;
}

.case-item .case-logo:hover {
    border: 1px solid #f60;
    box-shadow: 0 0 10px 0 rgba(255, 200, 48, 0.5);
}

@media (max-width: 767px) {
    .tab-nav li {
        padding-right: 30px;
        background: url(../images/tab_line.png) 85% 0 no-repeat;
    }
}

@media (max-width: 320px) {
    .tab-nav li {
        padding-right: 10px;
        background: none
    }
}

.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

@media ( min-width: 992px) {
    .col-md-5ths {
        width: 18%;
        float: left;
    }
}

@media ( min-width: 1200px) {
    .col-lg-5ths {
        width: 18%;
        float: left;
    }
}