/******公共样式********/
body {
    font-family: 'Microsoft YaHei', 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
}

* {
    box-sizing: border-box;
}

img {
    margin: 0 auto;
}

a {
    color: #666;
}

a:hover, a:link, a:active, a:focus, a:visited {
    text-decoration: none;
    color: #666;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.animated {
    animation-fill-mode: none;
}

/******导航条*******/
#nav.navbar {
    margin: 0;
}

.nav-list {
    line-height: 72px;
}

#nav button {
    border: 1px solid #ddd;
    line-height: 61px;
}

#nav button span {
    background: #888;
}

#nav .navbar-brand {
    padding-top: 0;
}

.navbar-right > li > a {
    display: inline;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding: 0 15px;
}

.navbar-right .nav-noborder {
    border-right: none;
}

.navbar-right > li.active a {
    color: #e7615f;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

@media screen AND (max-width: 991px) AND (min-width: 768px) {
    .navbar-right > li > a {
        padding: 0 10px;
    }
}

@media screen AND (max-width: 767px) {
    .navbar-right > li > a {
        border: none;
        display: inline-block;
        width: 100%;
    }

    #nav img {
        height: 57px;
    }

    .nav-list {
        line-height: 50px;
    }

    #nav {
        box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
    }
}

/*******轮播图*********/
#slider {
    position: relative;
    text-align: center;
}

#slider .swiper-slide {
    height: 500px;
}

@media screen AND (max-width: 767px) {
    #slider .swiper-slide {
        height: 350px;
    }
}

#slider .item {
    height: 500px;
}

@media screen AND (max-width: 767px) {
    #slider .item {
        height: 350px;
    }
}

.arrow-left, .arrow-right {
    position: absolute;
    top: 0;
    z-index: 50;
    cursor: pointer;
    height: 100%;
}

.arrow-left {
    left: 0;
}

.arrow-right {
    right: 0;
}

#slider {
    position: relative;
}

.arrow-left span, .arrow-right span {
    width: 280px;
    height: 500px;
    line-height: 500px;
    color: #fff;
    font-size: 28px;
}

#slider .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    left: 0;
}

@media screen AND (max-width: 767px) {
    #slider .pagination {
        bottom: -10px;
    }
}

.swiper-pagination-switch {
    display: inline-block;
    width: 50px;
    height: 5px;
    background: #BFBFBF;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

@media screen AND (max-width: 500px) {
    .swiper-pagination-switch {
        width: 30px;
        height: 5px;
    }
}

.swiper-active-switch {
    background: #e7615f;
}

@media screen AND (max-width: 1500px) AND (min-width: 1200px) {
    .arrow-left span, .arrow-right span {
        width: 200px;
    }
}

@media screen AND (max-width: 1199px) AND (min-width: 1024px) {
    .arrow-left span, .arrow-right span {
        width: 180px;
    }
}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {
    .arrow-left span, .arrow-right span {
        width: 50px;
    }
}

@media screen AND (max-width: 767px) {
    .arrow-left span, .arrow-right span {
        width: 50px;
        height: 200px;
        line-height: 200px;
        font-size: 20px;
        margin-top: 60px;
    }
}

#slider .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(25, 33, 76, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3319214c, endColorstr=#3319214c);
    z-index: 50;
}

.banner_intro {
    position: relative;
    z-index: 200;
    color: #fff;
    margin: 150px auto;
    width: 70%;
}

.banner_title {
    font-size: 45px;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 50px;
}

.subTitleOne {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}

.banner_intro p {
    width: 50px;
    border: 1px solid #e23a37;
    margin: 20px auto;
}

@media screen AND (max-width: 767px) {
    .banner_intro {
        margin: 100px auto;
    }

    .banner_intro p {
        margin: 10px auto;
    }
}

#slider a.banner-more {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #e7615f;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

@media screen AND (max-width: 767px) {
    .banner_title {
        font-size: 20px;
        max-height: 50px;
        line-height: 25px;
        margin-bottom: 5px;
        height: auto;
    }

    .subTitleOne {
        font-size: 18px;
        margin-bottom: 10px;
        max-height: 40px;
        line-height: 20px;
        height: auto;
    }

    #slider a.banner-more {
        font-size: 1rem;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .banner_intro {
        height: 250px;
    }
}

/***********巨幕******************/
.banner .banner-img {
    display: block;
    height: 350px;
    background-size: cover;
    position: relative;
}

@media screen AND (max-width: 767px) {
    .banner .banner-img {
        display: none;
    }
}

.jumbotron-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(25, 33, 76, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9919214c, endColorstr=#9919214c);
    z-index: 50;
}

.jumbotron-title {
    position: absolute;
    top: 130px;
    left: 20%;
    height: 100px;
    color: #fff;
    z-index: 100;
}

.jumbotron-ch {
    font-size: 3.5rem;
    font-size: 35px \9;
}

.jumbotron-en {
    font-size: 3rem;
    font-size: 30px \9;
    letter-spacing: 1px;
    color: #ddd;
}

@media screen AND (max-width: 767px) {
    .jumbotron-title {
        display: none;
    }
}

/*分页页码样式**/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #e7615f;
    border-color: #e7615f;
}

#main {
    min-height: 800px;
}

@media screen AND (max-width: 767px) {
    #main {
        min-height: 600px;
    }

}

/***********首页****************/
.index-title {
    position: relative;
}

.index-title-ch {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
}

.index-title-en {
    color: #eee;
    font-size: 3.5rem;
    letter-spacing: 1px;
}

.index-special {

}

/*关于我们*/
.index-about-info {
    margin: 30px 0;
    color: #6B6B6B;
    font-size: 18px;
    text-indent: 2em;
    line-height: 30px;
}

.index-about .container {
    padding: 0 15px;
    width: 60%;
}

@media screen AND (max-width: 767px) {
    .index-about .container {
        width: 100%;
    }
}

@media screen AND (min-width: 1400px) {
    .index-about .container {
        width: 50%;
    }
}

.index-advantage {
    font-size: 0;
}

.index-advantage > div {
    display: inline-block;
    width: 50%;
    height: 500px;
    vertical-align: top;
    position: relative;
}

.index-advantage-left {
    background: #ECF1F7;
}

.index-advantage-right img {
    width: 100%;
    height: 100%;
}

.index-media p {
    font-size: 14px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    color: #6B6B6B;
}

.index-media h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.index-advantage-list {
    width: 80%;
    margin-top: 100px;
    position: absolute;
    z-index: 100;
    right: -15%;
}

.index-media a {
    width: 49px;
    height: 49px;
    display: inline-block;
}

.index-media {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 40px 20px;
    background: #fff;
    margin: 2px;
}

.index-media:hover {
    background: #e7615f;
}

.index-media:hover p, .index-media:hover h4 {
    color: #fff;
}

@media screen AND (max-width: 1300px) {
    .index-advantage-list {
        width: 100%;
    }
}

@media screen AND (max-width: 1023px) {
    .index-advantage > div {
        width: 100%;
        height: 300px;
    }

    .index-advantage-list {
        width: 100%;
        margin-top: 50px;
        left: 0;
        text-align: center;
    }

    .index-media {
        padding: 20px 2px;
    }

    .index-media .media-left {
        padding-right: 0;
    }

    .index-media h4 {
        font-size: 1.3rem;
        font-weight: bold;
    }

    .index-media p {
        font-size: 1rem;
        line-height: 1rem;
        height: 2rem;
    }
}

@media screen AND (max-width: 350px) {
    .index-media {
        padding: 20px 0;
    }
}

/*首页新闻中心更新*/
.index-news-update {
    padding: 30px 0;
}

@media screen AND (max-width: 500px) {
    .index-news-update {
        padding: 0;
        padding-bottom: 30px;
    }
}

.index-news-update-category {
    padding-top: 30px;
    border-bottom: 1px solid #eee;
}

.index-news-update-category a {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    height: 40px;
    position: relative;
}

.index-news-update-category a div {
    position: absolute;
    bottom: -11px;
    text-align: center;
    width: 100%;
    display: none;
}

.index-news-update-category a.active {
    color: #e7615f;
}

.index-news-update-category a.active div {
    display: block;
}

.index-news-update-category .index-news-update-more {
    float: right;
    color: #e7615f;
    font-size: 15px;
    line-height: 25px;
}

@media screen AND (max-width: 1000px) AND (min-width: 768px) {
    .index-news-update-category a {
        margin-right: 8px;
        font-size: 15px;
        height: 35px;
    }

    .index-news-update-category .index-news-update-more {
        float: right;
        font-size: 15px;
        line-height: 20px;
    }

    .index-news-update-category a div {
        bottom: -10px;
    }
}

@media screen AND (max-width: 500px) {
    .index-news-update-category a {
        margin-right: 5px;
        font-size: 16px;
        height: 30px;
    }

    .index-news-update-category .index-news-update-more {
        font-size: 14px;
        line-height: 20px;
    }

    .index-news-update-category a div {
        bottom: -10px;
    }
}

@media screen AND (max-width: 350px) {
    .index-news-update-category a {
        margin-right: 3px;
        font-size: 14px;
        height: 30px;
    }

    .index-news-update-category .index-news-update-more {
        font-size: 14px;
        line-height: 20px;
    }

    .index-news-update-category a div {
        bottom: -10px;
    }
}

.index-news-update-list {
    margin: 10px 0;
}

.index-news-update-item {
    margin-bottom: 15px;
    display: block;
}

.index-news-update-date {
    float: left;
    width: 80px;
    height: 60px;
    background: #e7615f;
    color: #fff;
}

.index-news-update-info {
    padding-left: 100px;
}

@media screen AND (max-width: 500px) {
    .index-news-update-info {
        padding-left: 85px;
    }
}

.index-news-update-item p {
    margin: 0;
    padding: 0;
}

.index-news-update-year {
    font-size: 16px;
    line-height: 35px;
}

.index-news-update-day {
    font-size: 18px;
    line-height: 15px;
}

.index-news-update-info div {
    padding: 0 10px;
    color: #666;

}

.index-news-update-title {
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.index-news-update-summary {
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-update-info div:hover {
    background: #f8f8f8;
    border-right: 3px solid #e7615f;
}

.index-news-update-info div:hover .index-news-update-title {
    color: #e7615f
}

.index-news-update-hotnews {
    margin-top: 30px;
}

.index-news-update-hotnews-item {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}

.index-news-update-hotnews-item.active {
    z-index: 10;
    opacity: 1;
}

.index-news-update-hotnews-item img {
    width: 100%;
    height: 100%;
}

.index-news-update-hotnews-cover {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
}

.index-news-update-hotnews-title {
    width: 50%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-update-hotnews {
    position: relative;
    height: 300px;
    width: 430px;
}

@media screen AND (max-width: 999px) {
    .index-news-update-hotnews {
        height: 250px;
        width: 350px;
    }
}

.index-news-update-hotnews-guide {
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
    line-height: 35px;
    padding: 0 20px;
    z-index: 100;
}

.index-news-update-hotnews-guide a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin-right: 3px;
}

.index-news-update-hotnews-guide a.active {
    background: #e7615f;
}

/*首页快捷导航*/
.index-quick-guide-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.index-quick-guide {
    padding: 30px 0;
    background: #f8f8f8;
}

.index-quick-guide-list a {
    font-size: 16px;
    color: #666;
}

.index-quick-guide-list a:hover {
    color: #e7615f;
}

@media screen AND (max-width: 767px) {
    .index-quick-guide-title {
        text-align: center;
        margin-bottom: 15px;
    }

    .index-quick-guide-list div {
        margin-bottom: 10px;
        text-align: center;
    }
}

/*服务介绍*/
.index-service {
    padding: 50px 0;
}

.index-service-media .media-body {
    vertical-align: middle;
}

.index-service-list {
    margin-top: 40px;
}

.index-service-list > div.index-service-media {
    margin-top: 30px;
}

.index-service-media > div {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.index-service-img img {
    max-width: 395px;
    max-height: 300px;
    transition: all 0.5s;
    position: relative;
    z-index: 10;
}

.index-service-img-left img {
    left: -20px;
}

.index-service-img-right img {
    right: -20px;
}

@media screen AND (max-width: 767px) {
    .index-service-media > div {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-top: 20px;
    }

    .index-service-img img {
        width: 100%;
    }

    .index-service-img-left img {
        left: 0;
    }

    .index-service-img-right img {
        right: 0;
    }

}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {
    .index-service .container {
        width: 90%;
    }

    .index-service-img img {
        max-width: 300px;
        max-height: 200px;
    }
}

.index-service-media-body {
    padding: 0 5%;
}

.index-service-media-body h4 {
    margin-bottom: 10px;
    color: #6C6C6C;
}

.index-service-media-body p {
    color: #6b6b6b;
    margin-bottom: 30px;
}

.index-service-media-body a {
    padding: 8px 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    transition: all .3s;
}

.index-service-media-body a:hover {
    background: #e7615f;
    color: #fff;
}

.index-service-img {
    position: relative;
}

.index-service-img:hover img {
    box-shadow: 0 16px 22px 0 rgba(90, 91, 95, 0.3);
}

.index-service-img-left:hover img {
    left: 0;
}

.index-service-img-right:hover img {
    right: 0;
}

.index-service-media-body:hover h4 {
    color: #e7615f;
}

.index-service-img p {
    position: absolute;
    width: 20px;
    height: 100%;
    background: #e7615f;
    z-index: auto;
}

.index-service-img-left p {
    left: -20px;
}

.index-service-img-right p {
    right: -20px;
}

/*典型案例*/
.index-case {
    padding-bottom: 50px;
}

.index-case-list > div {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.index-case-list > div {
    margin: 0 1%;
    margin-bottom: 20px;
}

.index-case-list > div > a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.goods-bottom-right-1 .index-case-list > div {
    width: 545px;
}

.goods-bottom-right-1 .index-case-list > div > a {
    height: 284px;
}

.goods-bottom-right-2 .index-case-list > div {
    width: 440px;
    overflow: hidden;
}

.goods-bottom-right-2 .index-case-list > div > a {
    height: 228px;
}

@media screen AND (max-width: 1199px) {
    .goods-bottom-right-2 .index-case-list > div {
        width: 350px;

    }

    .goods-bottom-right-2 .index-case-list > div > a {
        height: 185px;
    }

    .goods-bottom-right-1 .index-case-list > div {
        width: 445px;
    }

    .goods-bottom-right-1 .index-case-list > div > a {
        height: 235px;
    }

}

@media screen AND (max-width: 991px) {
    .goods-bottom-right-1 .index-case-list > div {
        width: 340px;
    }

    .goods-bottom-right-1 .index-case-list > div > a {
        height: 185px;
    }
}

@media screen AND (max-width: 767px) {
    .goods-bottom-right-1 .index-case-list > div, .goods-bottom-right-2 .index-case-list > div {
        margin-bottom:20px;
    }

}

@media screen AND (max-width: 500px) {
    .index-case-list > div {
        margin: 0;
    }

    .goods-bottom-right-1 .index-case-list > div, .goods-bottom-right-2 .index-case-list > div {
        width: 300px;
    }

    .goods-bottom-right-1 .index-case-list > div > a, .goods-bottom-right-2 .index-case-list > div > a {
        height: 185px;
    }

}

@media screen AND (max-width: 350px) {
    .goods-bottom-right-2 .index-case-list > div, .goods-bottom-right-1 .index-case-list > div {
        width: 250px;
    }

    .goods-bottom-right-2 .index-case-list > div > a, .goods-bottom-right-1 .index-case-list > div > a {
        height: 130px;
    }
}

.index-case-img {
    min-width: 100%;
    min-height: 100%;
}

.index-case-mask {
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 100%;
    background: rgba(25, 33, 76, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9919214c, endColorstr=#9919214c);
    padding: 5%;
    color: #fff;
    transition: left .3s;
}

.index-case-mask h4 {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-case-mask p {
    font-size: 14px;
    line-height: 18px;
    height: 108px;
    overflow: hidden;
}

.index-case-mask div {
    position: absolute;
    right: -25px;
    bottom: 50px;
}
.index-case-list > div{
    transition:all .3s;
}

.index-case-list > div img{
    transition: all .3s;
}
.index-case-list > div:hover {
    z-index: 10;
    box-shadow: 5px 5px 15px 0 rgba(90,91,95,0.3)
}
.index-case-list > div:hover img{
    transform:scale(1.1);
}


.index-case-list > div:hover .index-case-mask {
    left: 0;
}

.case-title {
    display: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
}

.case-title a {
    font-size: 16px;
}

@media screen AND (max-width: 767px) AND (min-width: 500px) {
    .index-case-list > a {
        height: 200px;
        width: 47%;
        margin-top: 20px;
        overflow: hidden;
    }

    .index-case-list {
        text-align: center;
    }

    .index-case-mask {
        display: none;
    }
}

@media screen AND (max-width: 499px) {
    .index-case-list > a {
        height: 150px;
        position: relative;
        display: inline-block;
        width: 85%;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
    }

    .case-title {
        margin-bottom: 15px;
        margin-top: 5px;
        display: block;
    }

    .index-case-list {
        text-align: center;
    }

    .index-case-mask {
        display: none;
    }
}

@media screen AND (max-width: 767px) {
    .case-title {
        display: block;
    }
}

/*新闻中心*/
.index-news {
    padding: 50px 0;
    position: relative;
}

.index-news-detail img {
    width: 100%;
    height: 240px;
}

.index-news-detail > div {
    height: 250px;
    background: #fff;
    padding: 40px 20px;
    position: relative
}

.index-news-detail > div > h4 {
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news-detail > div > p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    height: 7.2rem;
    height: 100px \9;
    line-height: 25px \9;
    font-size: 14px \9;
    overflow: hidden;
    color: #6D6D6D;
}

.index-news-list {
    margin-top: 50px;
}

.index-news-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(25, 33, 76, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9919214c, endColorstr=#9919214c);
}

.index-news .index-title-en {
    color: #7A8098;
}

.index-news .index-title-ch {
    color: #fff;
}

.index-more {
    margin-top: 50px;
    text-align: center;
}

.index-more a {
    color: #fff;
    background: #e7615f;
    border-radius: 20px;
    padding: 10px 30px;
    position: relative;
    z-index: auto;
    font-size: 16px;
}

.index-news-date {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    text-align: center;
    background-color: #e7615f;
    color: #FFF;
    top: -32px;
    position: absolute;
}

.index-news-day {
    font-size: 2.5rem;
    margin: 0;
}

.index-news-month {
    font-size: 1.6rem;
    margin: 0;
    margin-top: -5px;
}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {
    .index-news-detail img {
        height: 200px;
    }

    .index-news-detail > div {
        height: 200px;
    }
}

@media screen AND (max-width: 767px) {
    .index-news-detail {
        width: 85%;
        display: block;
        margin: 10px auto;
    }

    .index-news-detail img {
        height: 150px;
    }

    .index-news-detail > div {
        height: 150px;
    }

    .index-news-detail > div > p {
        height: 5.4rem;
    }
}

.index-news-detail {
    position: relative;
    transition: all .3s;
    top: 0;
}

.index-news-detail:hover {
    box-shadow: 0 26px 40px -24px rgba(255, 187, 0, 0.3);
    top: -5px;
}

.index-news-detail:hover h4 {
    color: #e7615f;
}

/*发展历程*/
.index-develop {
    padding: 50px 0;
}

.index-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-arrow-right, .index-arrow-left {
    display: inline-block;
    width: 29px;
    height: 7px;
    margin-right: 5px;
    cursor: pointer;
}

.index-arrow {
    position: static;
    margin-top: 30px;
}

@media screen AND (max-width: 999px) {
    .index-team img {
        height: 200px;
    }
}

.index-develop-list-container {
    overflow: hidden;
}

.index-develop-list {
    text-align: center;
    margin-top: 50px;
    white-space: nowrap;
    position: relative;
    left: 0;
}

.index-develop-detail {
    display: inline-block;
    width: 24.9%;
    vertical-align: top;
    position: relative;
    top: 5px;
    left: 0;
}

.index-develop-content {
    font-size: 1.5rem;
    line-height: 2rem;
    height: 6rem;
    overflow: hidden;
}

.index-develop-icon {
    width: 128px;
    height: 128px;
    box-shadow: 0 0 10px 5px #EAEAEA;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

.index-develop-title {
    font-size: 1.7rem;
}

.index-develop-line {
    width: 100%;
    border: 1px dashed #E8E8E8;
    position: relative;
    top: 180px;
}

.index-develop-date {
    color: #9E9E9E;
}

.index-develop-detail > p {
    overflow: hidden;
    white-space: nowrap;
}

.index-develop-detail:hover .index-develop-title {
    color: #e7615f;
}

@media screen AND (max-width: 767px) {
    .index-develop-detail {
        width: 49%;
    }

    .index-develop-icon {
        width: 100px;
        height: 100px;
    }

    .index-develop-line {
        top: 170px;
    }

    .index-arrow {
        bottom: -35px;
    }
}

/*员工风采*/
.index-team {

}

.index-team img {
    width: 100%;
    height: 240px;
}

.index-team-list-container {
    overflow: hidden;
}

.index-team-list {
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: 0;
}

.index-team-detail {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    position: relative;
    left: 0;
    padding: 0 2%;
}

.index-team-info {
    background: #FFF;
    height: 65px;
    padding: 10px 10px;
    border: 1px solid transparent;
    border-top: none;
    transition: all .3s;
}

.index-team-info > p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

p.index-team-name {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.index-team-job {
    color: #e7615f;
}

.index-team-detail:hover .index-team-info {
    border-color: #e7615f;
}

.index-team-img {
    position: relative;
}

.index-team-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(231, 97, 95, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99e7615f, endcolorstr=#99e7615f);
    transform: scale(0);
    transition: all .5s;
    display: none \9;
}

.index-team-mask > div {
    white-space: normal;
    padding: 20px 15px;
    line-height: 2rem;
    font-size: 1.5rem;
    color: #fff;
    max-height: 10rem;
    max-height: 60px \9;
    font-size: 14px \9;
    line-height: 20px \9;
    overflow: hidden;
    text-align: left;
}

.index-team-detail:hover .index-team-mask {
    transform: scale(1);
    display: block \9;
}

@media screen AND (max-width: 767px) {
    .index-team-detail {
        width: 50%;
        padding: 0 2%;
    }
}

/*服务客户*/
.index-client-list-container {
    overflow: hidden;
}

.index-client-list {
    text-align: center;
    margin-top: 50px;
    white-space: nowrap;
    position: relative;
    font-size: 0;
    padding: 5px;
    left: 0;
}

.index-client-detail {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    position: relative;
    transition: all .3s;
}

.index-client-icon {
    height: 150px;
    width: 100%;
    position: relative
}

.index-client-detail:hover {
    box-shadow: 0 0 15px 0 rgba(211, 211, 211, 0.6);
}

.index-client-icon img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@media screen AND (max-width: 767px) {
    .index-client-detail {
        width: 50%;
    }
}

/*联系信息*/
.index-message {
    padding: 15px;
    background: #e7615f;
    color: #fff;
}

.index-message .media {
    padding-top: 10px;
}

.index-message-phone .media {
    width: 50%;
    margin: 0 auto;
}

.index-message-address .media {
    width: 85%;
    margin: 0 auto;
}

.index-message-email .media {
    width: 65%;
    margin: 0 auto;
}

.index-message a {
    color: #fff;
}

@media screen AND (min-width: 1024px) AND (max-width: 1200px) {
    .index-message-phone .media {
        width: 60%;
        margin: 0 auto;
    }

    .index-message-address .media {
        width: 100%;
        margin: 0 auto;
    }

    .index-message-email .media {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen AND (max-width: 767px) {
    .index-message-phone .media {
        width: 100%;
        margin: 0;
    }

    .index-message-address .media {
        width: 100%;
        margin: 0;
    }

    .index-message-email .media {
        width: 100%;
        margin: 0;
    }

    .index-message {
        padding: 5px 10px;
    }
}

/*******页面底部********/
#footer.active {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-top {
    background: #260D13;
    position: relative;
    padding: 10px 0;
}

.footer-top .row {
    padding: 1% 0;
    color: #fff;
}

.footer-top-logo {
    display: block;
    text-align: center;
    position: relative;
}

.footer-top-logo img {
    margin-top: 44.6px;
}

.footer-top h4 {
    color: #e7615f;
}

.quick-link {
    width: 30%;
    height: 80px;
    position: relative;
    top: 0;
}

.footer-top a {
    color: #fff;
}

.footer-quick > div {
    height: 120px;
    padding: 5px 0;
    margin-top: 20px;
}

.footer-link li, .footer-quick li {
    padding: 5px 0;
    height: 30px;
    line-height: 30px;
}

.barcode img {
    width: 100px;
    height: 100px;
    margin-right: 5px;
}

.barcode {
    margin-top: 25px;
}

.container1 .scroll_vertical_bar {
    left: 250px !important;
}

@media screen AND (max-width: 767px) {
    .footer-link li, .footer-quick li {
        padding: 10px 0;
        height: auto;
    }
}

.footer-link li a, .footer-quick li a {
    line-height: 30px;
}

@media screen AND (min-width: 998px) AND (max-width: 1200px) {
    .quick-link {
        width: 50%;
    }

    .scrollbar-container {
        right: 40%;
    }
}

@media screen AND (min-width: 768px) AND (max-width: 997px) {
    .quick-link {
        width: 60%;
    }

    .scrollbar-container {
        right: 30%;
    }
}

@media screen AND (max-width: 767px) {
    .scrollbar-container {
        display: none;
    }

    #footer .container {
        width: 100%;
        padding: 0;
    }

    .footer-top > div {
        width: 100%;
        text-align: left;

    }

    .footer-top .row {
        width: 100%;
    }

    .footer-top .row > div {
        padding-left: 50px;
    }

    .link-list, .quick-link-list {
        height: 0;
        overflow: hidden;
    }

    .quick-link {

        height: 100%;
        width: 100%;
        text-align: left;
    }

    .con-info {
        height: 0;
        overflow: hidden;
        width: 100%;
        text-align: left;
    }

    .footer-top h4 {
        margin: 0;
        padding: 10px 0;
    }

    .footer-link h4, .footer-quick h4, .footer-contact h4 {
        color: #ccc;
        padding: 5px 0;
    }

    .footer-link, .footer-quick, .footer-contact {
        cursor: pointer;
    }

    .footer-link.active .link-list {
        height: 100%;
        color: #333;
    }

    .footer-link.active a, .footer-quick.active a {
        color: #aaa;
        font-size: 14px;
    }

    .footer-link.active li, .footer-quick.active li {
        padding: 10px 0;
    }

    .footer-quick.active .quick-link-list {
        height: 100%;
    }
}

.scrollbar-container a {
    display: block;
    cursor: pointer;
}

.scrollbar-container a:hover {
    background: #e7615f;
}

.footer-bottom {
    padding: 10px 0;
    background: #333;
    color: #919191;
}

.footer-bottom a {
    color: #919191;
}

.footer-bottom p {
    margin: 0;
}

@media screen AND (max-width: 767px) {
    .footer-bottom {
        padding: 10px 35px;
    }
}

@media screen AND (max-width: 767px) {
    .footer-top-left a {
        font-size: 1.2rem;
        padding: 0;
    }

    .footer-top-left li {
        padding: 0;
    }

    .footer-top-left ul {
        text-align: center;
    }

    .footer-top-left {
        padding: 0;
    }
}

@media screen AND (max-width: 500px) {
    .footer-bottom .support {
        display: block;
    }
}

/****************服务介绍*****************/
#service {
    padding: 50px 0;
}

.service-detail {
    margin-top: 30px;
    display: block;
}

#service img {
    height: 100%;
    transition: all .3s;
}

.service-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.service-img:hover img {
    transform: scale(1.2);
}

.service-info {
    width: 85%;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #ddd;
    color: #AAAAAA;
    background: rgba(255, 255, 255, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff, endColorstr=#c8ffffff);
    position: relative;
    top: -35px;

}

.service-title {
    color: #6F6F6F;
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-summary {
    height: 60px;
    font-size: 1.3rem;
    line-height: 20px;
    overflow: hidden;
    letter-spacing: .5px;
}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {
    .service-img {
        height: 200px;
    }
}

@media screen AND (max-width: 767px) AND (min-width: 500px) {
    .service-img {
        height: 250px;
    }

    .service-detail {
        width: 85%;
        margin: 20px auto;
    }
}
@media screen AND (max-width: 767px) {
    .index-service-img p{
        display: none;
    }
}

@media screen AND (max-width: 499px) {
    .service-detail {
        width: 85%;
        margin: 20px auto;
    }

    .service-info {
        width: 100%;
        top: 0;
    }

    .service-summary {
        height: 40px;
        font-size: 1.3rem;
        line-height: 20px;
        overflow: hidden;
        letter-spacing: .5px;
    }

    #service {
        padding: 30px 0;
    }

    .service-img {
        height: 180px;
    }
}

/**********经典案例************/
#case-page {
    margin-top: 40px;
}

@media screen AND (max-width: 767px) {
    #case {
        padding: 0;
    }
}

.index-new-good-category-list {
    margin: 0 5px;
}

.phone-catrgory-3 {
    margin-top: 10px;
}
.index-case-detail-detail-new{
    position:relative;
    transition:all .3s;
}
.index-case-mask-new{
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    background: rgba(25, 33, 76, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6619214c, endColorstr=#6619214c);
    color:#fff;
    padding:5px 10px;
    font-size:16px;
}



/***************分类公共样式********************/
.index-service-category-list {
    border-bottom: 1px solid #F0E6E2;
    display: inline-block;
    margin: 50px auto;
}

.index-service-category p {
    width: 100%;
    height: 2px;
    margin-bottom: 0;
    margin-top: 8px;
    position: relative;;
    bottom: -1px;
}

.index-service-category {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px;
    margin-bottom: 0;
    font-size: 16px;
    color: #999;
    font-weight: 500;
    cursor: pointer;
}

.index-service-category-container {
    margin: 30px 0;
}

.index-service-category.active {
    color: #e7615f;
}

.index-service-category.active p {
    background: #e7615f;
}

.index-new-good-detail {
    position: relative;
    top: 0;
    transition: all .3s;
}

@media screen AND (max-width: 350px) {
    .index-new-good-category {
        margin: 5px 2px;
        margin-bottom: 0;
    }
}

.index-new-good-category p {
    width: 100%;
    height: 2px;
    margin-bottom: 0;
    margin-top: 8px;
    position: relative;
    bottom: -1px;
}

.index-new-good-category.active p {
    background: #e7615f;
}

.index-new-good-category.active {
    color: #e7615f;
}

.goods-category {
    margin: 50px 0;
}

.index-new-good-category:hover, .index-new-good-category:link, .index-new-good-category:active, .index-new-good-category:focus, .index-new-good-category:visited {
    color: #999;
}

.index-new-good-category.active:hover, .index-new-good-category.active:link, .index-new-good-category.active:active, .index-new-good-category.active:focus, .index-new-good-category.active:visited {
    color: #e7615f;
}

.goods-bottom {
    padding-bottom: 50px;
}

.goods-bottom-left {
    float: left;
    width: 180px;
    background: #f8f8f8;
}

.goods-bottom-right-2 {
    padding-left: 200px;
}

.goods-bottom-right-1 {
    padding: 0;
    width: 100%;
}

.phone-category-1 {
    color: #e7615f;
    font-size: 18px;
    font-weight: 500;
}

@media screen AND (min-width: 768px) {
    .goods-list {
        min-height: 500px;
        width: 100%;
    }
}

.goods-category-item {

    width: 100%;
}

.goods-category-icon {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

.goods-category-item1 {
    border-bottom: 1px solid #ddd;
}

.goods-category-item1.active > a {
    color: #fff;
    background: #e7615f;
}

.goods-category-item1 > a {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    display: block;
    padding: 10px 5px;
}

.goods-category-item2 a {
    display: block;
    padding: 3px 0;
    font-size: 16px;
    color: #666;
}

.goods-category-item2 li.active {
    color: #e7615f;
}

.goods-category-item2 li {
    margin: 5px 0;
}

.goods-category-item2 li.active a {
    color: #e7615f;
}

.goods-category-item2 {
    padding-left: 25px;
}

.goods-category-item2 {
    display: none;
}

.goods-category-item1.active .goods-category-item2 {
    display: block;
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
    color: #999;
}

.phone-catrgory-3 a {
    display: inline-block;
    padding: 5px;
}

.phone-catrgory-3 a.active {
    color: #e7615f;
}

#goods .index-service-category-list {
    margin: 50px 0;
}

#goods-category1-phone {
    width: 100%;
    overflow: hidden;
    font: 16px/32px hiragino sans gb, microsoft yahei, simsun;
    margin: 15px 0;
}

#goods-category1-phone .swiper-slide {
    padding: 0;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    width: auto;
    line-height: 50px;
}

#goods-category1-phone .index-new-good-category-list {
    border: none;
}

#goods-category1-phone .index-new-good-category p {
    height: 4px;
    z-index: 10;
}

#goods-category1-phone .swiper-slide span {

    transition: all .3s ease;
    display: block;
}

#goods-category1-phone .swiper-wrapper {
    height: 45px !important;

}

.main-category {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 5px;
}

#goods-category1-phone .active a {
    transform: scale(1.1);
    color: #e7615f;
}

#goods-category1-phone .active .main-category {
    border-color: #e7615f;
}

.service-detail-1, .service-detail-2 {
    float: left;
    margin-bottom: 35px;
}

.service-detail-1 {
    width: 50%;
}

.service-detail-2 {
    width: 33%;
}

.service-detail-1 a, .service-detail-2 a {
    display: block;
    margin: 0 auto;
    width: 400px;
    text-align: center;
}

.service-detail-2 a {
    width: 350px;
}

.service-detail-2 .service-detail-img {
    height: 290px;
}

.service-detail-1 img, .service-detail-2 img {
    min-width: 100%;
    min-height: 100%;
    transition: all .3s;
}

.service-detail-1:hover img, .service-detail-2:hover img {
    transform: scale(1.1);
}

.service-detail-img {
    height: 331px;
    overflow: hidden;
}

@media screen AND (max-width: 1199px) AND (min-width: 992px) {
    .service-detail-1 a {
        width: 350px;
    }

    .service-detail-img {
        height: 290px;
    }

    .service-detail-2 a {
        width: 300px;
    }

    .service-detail-2 .service-detail-img {
        height: 250px;
    }
}

.service-detail-info {
    width: 90%;
    height: 130px;
    display: inline-block;
    text-align: left;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffffff, endcolorstr=#c8ffffff);
    margin-top: -35px;
    position: relative;
    z-index: 10;
}

.service-detail-info-title {
    margin: 5px 0;
    font-size: 20px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-detail-info-price {
    color: #e7615f;
    font-size: 22px;
}

.service-detail-info-summary {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 0;
}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {
    .service-detail-1 a, .service-detail-2 a {
        width: 250px;
    }

    .service-detail-img {
        height: 210px;
    }
}

@media screen AND (max-width: 991px) AND (min-width: 768px) {
    .service-detail-2 {
        width: 50%;
    }

    .service-detail-2 a {
        width: 320px;
    }

    .service-detail-2 .service-detail-img {
        height: 265px;
    }
}

@media screen AND (max-width: 767px) {
    .service-detail-1, .service-detail-2 {
        width: 100%;
    }

    .goods-bottom-right-2 {
        padding-left: 0
    }

    .goods-bottom-right {
        margin-top: 30px;
    }

    .service-detail-1 a, .service-detail-2 a {
        width: 250px;
    }

    .service-detail-img {
        height: 210px;
    }

    .service-detail-2 a .service-detail-img {
        height: 210px;
    }

}

/**********新闻中心************/
#news {
    padding: 50px 0;
}

@media screen AND (max-width: 767px) {
    #news {
        padding: 10px 0;
    }
}

.latest-news > a {
    display: block;
    margin-top: 20px;
}

.latest-news-detail {
    width: 85%;
    margin: 0 auto;
    transition: all .5s;
}

/*#news img {*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

.latest-news-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.latest-news-info {
    padding: 20px 0;
}

.latest-news-info > div {
    display: inline-block;
    vertical-align: top;
}

.latest-news-date {
    width: 12%;
    padding-right: 3%;
    color: #333;
}

.latest-news-month {
    color: #858585;
}

.latest-news-info-right {
    width: 83%;
}

.latest-news-day {
    padding-top: 5px;
    border-top: 2px solid #333;
    margin: 0;
}

.latest-news-title {
    font-size: 1.6rem;
    color: #333;
    font-weight: 700;
    line-height: 1.7rem;
    height: 3.4rem;
    height: 40px \9;
    overflow: hidden;
    letter-spacing: 1px;
}

.latest-news-summary {
    font-size: 1.4rem;
    line-height: 1.4rem;
    height: 5.2rem;
    height: 62px \9;
    overflow: hidden;
    letter-spacing: 1px;
}

.latest-news-detail:hover .latest-news-title {
    color: #e7615f;
}

.latest-news-detail:hover {
    box-shadow: 0 16px 22px 0 rgba(90, 91, 95, 0.3);
}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {
    .latest-news-img {
        height: 250px;
    }
}

@media screen AND (max-width: 767px) {
    .latest-news-img {
        height: 200px;
    }

    .latest-news-date {
        width: 15%;
        padding-right: 3%;
        color: #333;
    }

    .latest-news-summary {
        height: 2.8rem;
    }
}

.news-ulList {
    margin: 30px 0;
}

.news-ulList h3 {
    font-size: 1.8rem;
    color: #fff;
}

.news-ulList a {
    color: #666;
    background: #EEEEEE;
    padding: 10px 30px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
}

.news-ulList li {
    margin-right: 10px;
}

.news-ulList li.active a {
    background: #e7615f;
    color: #fff;
}

.news-ulList li.active i {
    border-top: 10px solid #e7615f;
}

.news-ulList i {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 40%;
}

.news-detail > div {
    border-left: 4px solid transparent;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.news-detail a {
    display: block;
    padding: 20px;
}

.news-date {
    font-weight: bold;
}

.news-detail div:hover {
    border-left-color: #e7615f;
}

.news-detail div:hover i {
    width: 100%;
}

.news-title {
    font-size: 1.6rem;
    color: #333;
    font-weight: 600;
}

.news-detail div:hover .news-title {
    color: #e7615f;
}

.news-detail i {
    position: absolute;
    background: #f8f8f8;
    height: 100%;
    z-index: -1;
    width: 0;
    transition: all .6s linear;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
}

#news-page {
    margin-top: 20px;
}

#news .news-detail img{
    width:100%;
    height:auto;
}
@media screen and (max-width:767px){
    .news-info{
    margin-top:25px;
}
}

/************招贤纳士************/
.thumb-nav {
    margin-bottom: 25px;
    color: #666;
    font-size: 14px;
    line-height: 25px;
}

.thumb-nav a {
    color: #e7615f;
}

#recruit {
    padding: 50px 0;
    min-height: 500px;
}

.recruit-list {
    width: 100%;
    margin: 0 auto;
}

.main-left .contact-detail-left {
    width: 250px;
}

.main-left {
    float: left;
}

.main-right {
    padding-left: 300px;
}

@media screen AND (max-width: 767px) {
    .main-right {
        padding-left: 0;
        padding-top: 20px;
    }
}

.recruit-detail {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px 20px;

    display: block;
    position: relative;
}

.recruit-title, .recruit-count {
    display: inline-block;
    vertical-align: middle;
}

.recruit-title {
    padding-right: 20px;
    font-size: 1.7rem;
    font-weight: 600;
    color: #333;
}

.recruit-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: bottom;
}

.recruit-count p {
    display: inline-block;
    margin: 0;
}

.recruit-info {
    padding: 10px 0;
}

.recruit-info span {
    padding-right: 20px;
    color: #A9A9A9;
}

#recruit-page {
    margin-top: 20px;
}

.recruit-top {
    width: 100%;
    height: 5px;
    background: #e7615f;
    position: absolute;
    top: -2px;
    left: 0;
    visibility: hidden;
}

.recruit-detail:hover {
    border-color: #e7615f;
}

.recruit-detail:hover .recruit-top {
    visibility: visible;
}

@media screen AND (max-width: 768px) {
    .recruit-list {
        width: 100%;
    }
}

@media screen AND (max-width: 767px) {
    #recruit {
        padding: 30px 0;
    }
}

/*************二级页面******************/

.intro-txt-indent {
    text-indent: 2em;
}

#recruit-detail, #service-detail, #case-detail {
    padding-bottom: 40px;
    margin-top: 20px;
}

#recruit-detail .container, #service-detail .container, #case-detail .container {
    width: 60%;
    padding-bottom: 5%;
}

#recruit-detail h2, #service-detail h2, #case-detail h2 {
    margin-bottom: 2%;
    text-align: center;
    color: #333;
    word-wrap: break-word;
}

#recruit-detail div, #service-detail div, #case-detail div {
    margin-top: 1%;
}

@media screen AND (max-width: 1024px) {
    #recruit-detail .container, #service-detail .container, #case-detail .container {
        width: 100%;
    }
}

@media screen AND (max-width: 500px) {
    #recruit-detail h2, #service-detail h2, #case-detail h2 {
        font-size: 25px;
    }
}

#news-detail p.detail-color span {
    color: #aaa;
    margin-right: 5%;
}

#news-detail .container > p {
    padding-bottom: 2%;
    border-bottom: 1px solid #ddd;
}

div.recruit-detail-content p, div.service-detail-content p, div.news-detail-content p, div.case-detail-content p {
    line-height: 32px;
    font-size: 18px;
    font-family: 'Microsoft YaHei', 'normal', "Arial", \9ED1\4F53, \5B8B\4F53, sans-serif;
    color: rgb(64, 64, 64)
}

/******新闻二级页面*********/
#news-detail {
    min-height: 800px;
}

.news-detail-main-content {
    display: inline-block;
    width: 67%;
    padding: 27px;
    border: 1px solid rgb(238, 238, 238);
    margin-right: 2%;
    vertical-align: top;
    transition: all .3s linear;
}

.hot-news {
    display: inline-block;
    width: 30%;
    padding: 27px;
    border: 1px solid rgb(238, 238, 238);
    transition: all .3s linear;
}

.hot-news li div {
    display: inline-block;
    width: 49%;
    color: #999;
}

.hot-news li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.hot-news p {
    color: #333;
}

.hot-news:hover {
    box-shadow: 0px 10px 20px 0px rgba(74, 72, 72, 0.2);
}

.news-detail-main-content:hover {
    box-shadow: 0px 10px 20px 0px rgba(74, 72, 72, 0.2);
}

.hot-news h3 {
    margin: 0;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 18px;
}

.news-detail-content {
    min-height: 500px;
    padding-bottom: 20px;
}

#news-detail {
    padding-bottom: 50px;
    margin-top: 40px;
}

.news-change a {
    color: #999;
    display: inline-block;
    padding: 5px 0;
}

.news-change > div:hover a {
    color: #e7615f;
}

@media screen AND (max-width: 1023px) {
    .hot-news {
        display: none;
    }

    .news-detail-main-content {
        width: 100%;
    }
}

/**********联系我们***********/
#contact .container {
    padding: 30px 15px;
}

.contact-detail-right {
    padding-bottom: 8%;
}
#contact .thumb-container{
    margin-bottom:25px;
}

@media screen AND (min-width: 768px) {
    .contact-detail > div {
        display: inline-block;
        vertical-align: top;
    }
}

.contact-detail-left > a {
    padding: 10px 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    color: #353C63;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    display: block;
}

.contact-detail-left > a.active {
    color: #e7615f;
}

.contact-detail-left > a.active p {
    display: block;
}

.contact-detail-left {
    border-left: 5px solid #e7615f;
    padding: 0;
    width: 20%;
}

.contact-detail-left .no-margin-top {
    margin-top: 0;
}

.contact-detail-left > a:hover {
    color: #e7615f;
}

.contact-detail-left > a p {
    position: absolute;
    height: 100%;
    width: 5px;
    background: #e7615f;
    top: 0;
    right: 0;
    display: none;
}

.contact-detail-left > a:hover p {
    display: block;
}

@media screen AND (max-width: 767px) {

    .contact-detail-left > a {
        display: inline-block;
        margin-top: 0;
        padding: 10px 10px;
        font-size: 1.5rem;
        margin-right: 10px;
    }

    .contact-detail-left {
        padding: 0 3px;
        border: none;
        text-align: center;
        width: 100%;
    }

    .contact-detail-left > a.active p {
        position: absolute;
        height: 3px;
        width: 100%;
        background: #e7615f;
        top: 100%;
        bottom: 0;
        left: 0;
        display: block;
    }

    .contact-detail-left > a p {
        position: absolute;
        height: 3px;
        width: 100%;
        background: #e7615f;
        top: 100%;
        bottom: 0;
        left: 0;
        display: none;
    }
}

.contact-detail-right {
    width: 75%;
    margin-left: 4%;
    padding: 30px 5px;
    padding-top: 0;
}

.contact-advantage {
    width: 75%;
    overflow: hidden;
}

@media screen AND (max-width: 991px) {
    .contact-advantage {
        width: 100%;
    }
}

.contact-advantage-list {
    white-space: nowrap;
    position: relative;
    left: 0;
}

.contact-advantage-detail {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 20px;
}

.contact-advantage-detail h4 {
    white-space: normal;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.contact-advantage-detail p {
    line-height: 1.5rem;
    overflow: hidden;
    white-space: normal;
}

.contact-company .media-object {
    width: 49px;
    height: 49px;
}

.contact-advantage-detail > div:hover h4 {
    color: #e7615f;
}

.contact-company {
    text-align: center;
}

.contact-company > div {
    display: inline-block;
    vertical-align: top;
}

.contact-advantage-detail-bottom {
    margin-top: 15px;
}

.contact-company-arrow span {
    display: inline-block;
    width: 29px;
    height: 7px;
    margin-right: 5px;
    cursor: pointer;
}

.contact-company-arrow {
    margin-top: 10px;
}

.contact-company-img {
    width: 24%;
    height: 200px;
    background: #e7615f;
    position: relative;
    padding-left: 20px;
    color: #fff;
}

.contact-company-img div {
    position: absolute;
    top: 25%;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, .2);
}

.contact-company-img h3 {
    font-size: 4rem;
    font-size: 18px \9;
    letter-spacing: 15px;
    position: absolute;
    right: 20%;
    bottom: 28%;
}

@media screen AND (max-width: 1023px) {

    .contact-advantage-detail .media {
        padding: 10px 2px;
    }

    .contact-advantage-detail .media-left {
        padding-right: 0;
    }

    .contact-advantage-detail h4 {
        font-weight: bold;
    }

    .contact-advantage-detail p {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen AND (max-width: 350px) {
    .index-media {
        padding: 20px 0;
    }
}

@media screen AND (max-width: 767px) {
    .contact-advantage-list {
        white-space: normal;
    }

    .contact-advantage-detail {
        width: 100%;
    }

    .contact-detail-right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .contact-advantage-detail p {
        height: auto;
    }

    .contact-advantage-detail h4 {
        font-size: 16px;
        font-weight: bold;
        height: auto;
    }

    .contact-advantage-detail-bottom {
        margin-top: 0;
    }

    .contact-advantage {
        width: 100%;
    }

    .contact-company-img {
        width: 250px;
        height: 150px;
        padding-left: 20px;
        margin: 15px 0;
    }

    .contact-company-img h3 {
        font-size: 4rem;
        letter-spacing: 15px;
        right: 15%;
        bottom: 15%;
    }
}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {
    .contact-company-img h3 {
        font-size: 3.5rem;
        letter-spacing: 10px;
        right: 10%;
        bottom: 30%;
    }
}

@media screen AND (max-width: 350px) {
    .contact-detail-left > div {
        width: 23%;
    }

    .contact-company .media-left {
        padding-right: 0;
    }

    .contact-advantage-detail p {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-advantage-detail {
        padding-right: 5px;
    }
}

.contact-company .contact-company-bottom {
    display: block;
    width: 80%;
    position: relative;
    margin-bottom: 50px;
}

.contact-company-info {
    position: relative;
    background: rgba(255, 255, 255, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff, endColorstr=#c8ffffff);
    width: 70%;
    z-index: 100;
    margin-top: -150px;
    padding: 30px 20px;
    color: #666;
    box-shadow: 0 5px 22px 0 rgba(90, 91, 95, 0.3);
    text-align: left;
    border-bottom: 5px solid #e7615f;
    margin-left: 20px;

}

.contact-company-info div {
    text-indent: 2em;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {

    .contact-company-info {
        width: 90%;
    }
}

@media screen AND (max-width: 767px) AND (min-width: 501px) {
    .contact-company .contact-company-bottom {
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .contact-company-info {
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
    }
}

@media screen AND (max-width: 500px) {
    .contact-company .contact-company-bottom {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 50px;
    }

    .contact-company-info {
        width: 100%;
        padding: 20px 10px;
        box-shadow: 0 5px 22px 0 rgba(90, 91, 95, 0.3);
        text-align: left;
        margin-top: 10px;
        margin-left: 0;
    }
}

.contact-company {
    padding-bottom: 50px;
}

/*内部展示*/
.contact-show-detail img {
    width: 100%;
    height: 100%;
}

.contact-show-detail {
    height: 200px;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
}

.contact-show-mask {
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    width: 100%;
    bottom: -40px;
    transition: all .3s;

}

.contact-show .row {
    margin: 0;
}

.contact-show-mask div {
    background: rgba(25, 33, 76, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9919214c, endColorstr=#9919214c);
    white-space: nowrap;
    overflow: hidden;
}

.contact-show-detail:hover .contact-show-mask {
    bottom: 0;
}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {
    .contact-show-detail {
        height: 150px;
    }
}

@media screen AND (max-width: 499px) {
    .contact-show-detail {
        height: 100px;
    }
}

/*企业荣誉*/

.contact-honor-detail img {
    width: 100%;
    height: 100%;
}

.contact-honor-detail {
    margin-bottom: 2%;
}

.contact-honor-detail-top {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.contact-honor-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    width: 100%;
    transition: all .3s;
    background: rgba(25, 33, 76, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9919214c, endColorstr=#9919214c);
    display: none;
    padding: 15%;
    text-align: left;
}

.contact-honor .row {
    margin: 0;
}

.contact-honor-mask div {
    max-height: 6.4rem;
    line-height: 1.6rem;
    overflow: hidden;
}

.contact-honor-title {
    font-size: 1.5rem;
    color: #333;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0;
}

.contact-honor-detail:hover .contact-honor-mask {
    display: block;
}

.contact-honor-detail:hover .contact-honor-title {
    color: #e7615f;
}

@media screen AND (max-width: 767px) {
    .contact-honor-title {
        font-size: 1.2rem;
    }

    .contact-honor-mask div {
        font-size: 1rem;
    }

    .contact-honor-mask {
        padding: 10%;
    }
}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {
    .contact-honor-detail-top {
        height: 150px;
    }
}

@media screen AND (max-width: 499px) {
    .contact-honor-detail-top {
        height: 100px;
    }
}

/*************    员工风采           ********************/
.staff-container {
    display: block;
    margin-bottom: 60px;
}

.staff-img-bg {
    background: #f8f8f8;
    width: 287px;
    height: 292px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.staff-img-bg > div img {
    min-width: 100%;
    min-height: 100%;
    position: relative;
}

.staff-img-bg > div {
    width: 100%;
    height: 100%;
    position: relative;

    overflow: hidden;
}

.staff-img-container-left .staff-img-bg > div {
    top: 20px;
    left: 20px;
}

.staff-img-container {
    width: 40%;
}

.staff-info-container {
    width: 60%;
}

.staff-img-container-right .staff-img-bg > div {
    top: 20px;
    right: 20px;
}

.staff-info-container div {
    width: 90%;
    margin: auto;
}

@media screen AND (max-width: 1199px) {
    .staff-img-bg {
        width: 250px;
        height: 251px;
    }
}

.staff-img-container-left {
    float: left;

}

.staff-info-container-right {
    float: right;

}

.staff-img-container-right {
    float: right
}

.staff-info-container-left {
    float: left;
}

@media screen AND (max-width: 1023px) {
    .staff-info-container-right {
        float: left;
    }

    .staff-info-container-left {
        float: right;
    }

    .staff-img-container {
        width: 100%;
    }

    .staff-info-container {
        width: 100%;
        height: auto;
    }

    .staff-img-bg {
        margin: inherit;
    }

    .staff-img-container .staff-img-bg > div {
        top: 20px;
        left: 20px;
    }

}

.staff-info-container h4 {
    padding-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.staff-info-container h3 {
    margin-top: 15px;
}

.staff-info-container p {
    margin-top: 15px;
    color: #333;
    text-indent: 2em;
}

.staff-container {
    position: relative;
    transition: all .3s;
    top: 0;
}

.staff-container:hover {
    top: -5px;
}

/**********员工风采二级页面**************/
#staff-detail {
    padding: 50px 0;
    background: #f8f8f8;
}

@media screen AND (min-width: 1024px) {
    #staff-detail {
        min-height: 800px;
    }
}

.staff-detail-info-top p {
    display: inline-block;
    vertical-align: baseline;
    margin: 0;
}

.staff-detail-info-top .staff-detail-info-name {
    font-size: 30px;
    font-weight: 600;
    margin-right: 50px;
    color: #333;
}

.staff-detail-info-job {
    font-size: 16px;
    color: #666;
}

.staff-detail-left-img {
    width: 287px;
    height: 292px;
    overflow: hidden;
}

.staff-detail-left-img img {
    min-width: 100%;
    min-height: 100%;
}

.staff-detail-info-bottom {
    margin-top: 30px;
}

.staff-detail-right {
    padding: 0 15px;
}

.staff-content {
    background: #fff;
    margin-top: 40px;
    padding: 20px 10px;
}

@media screen AND (min-width: 991px) AND (max-width: 1199px) {
    .staff-detail-right {
        padding-left: 60px;
    }
}

@media screen AND (max-width: 767px) {
    .staff-detail-right {
        padding: 0;
        margin-top: 30px;
    }
}

.staff-content {
    transition: all .3s;
}

.staff-content div {
    font-size: 16px;
}

.staff-content:hover {
    box-shadow: 0 6px 15px -2px rgba(90, 91, 95, 0.3);
}

.staff-detail-info-top .staff-share {
    vertical-align: text-bottom;
    margin-left: 10px;
}

.staff-share img {
    width: 20px;
    cursor: pointer;
}

.staff-share img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); /* IE */
}

.share-icon-container {
    display: inline-block;
    vertical-align: bottom;
}

.bdsharebuttonbox {
    display: block;
}

.staff-detail-info-top .share-title.active {
    display: none;
}

.staff-share-new {
    margin: 50px 0;
    text-align: right;
}

@media screen AND (max-width: 1023px) {
    .staff-title {
        width: 100px;
    }
}

/*联系我们*/
.contact-connection {
    padding-top: 25px;
    text-align: center;
}

.contact-connection-detail > div {
    display: inline-block;
    width: 25%;
    margin: 0 3%;
    height: 180px;
    position: relative;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 40px 10px;
    padding-bottom: 20px;
}

.contact-connection-info > div {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    border-radius: 3px;
}

.contact-connection-info h4 {
    margin-bottom: 25px;
}

.contact-connection-info a {
    color: #333;
}

.contact-connection-info {
    position: relative;
    transition: all .3s linear;
    top: 0;
}

.contact-connection-info:hover {
    border-color: #e7615f;
    top: -10px;
    box-shadow: 0 5px 22px 0 rgba(90, 91, 95, 0.3);
}

@media screen AND (max-width: 1023px) AND (min-width: 768px) {
    .contact-connection-detail > div {
        width: 30%;
        margin: 0 1%;
    }
}

@media screen AND (max-width: 500px) {
    .contact-connection-detail > div {
        display: block;
        width: 70%;
        height: 180px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

/**********缺省页面*************/
.default-detail {
    position: fixed;
    text-align: center;
    height: 800px;
    max-width: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.default-detail img {
    height: 500px;
}

@media screen AND (max-width: 767px) {
    .default-detail {
        height: 450px;
    }

    .default-detail h3 {
        font-size: 18px;
    }

    .default-detail img {
        height: 250px;
    }
}

@media screen AND (max-width: 767px) AND (min-width: 500px) {
    .default-detail {
        height: 300px;
    }

    .default-detail img {
        height: 150px;
    }
}

@media screen AND (max-width: 1024px) AND (min-width: 769px) AND (max-height: 768px) {
    .default-detail {
        height: 600px;
    }

    .default-detail img {
        height: 300px;
    }
}

/**************分类移动端样式*******************/
#topNav {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;

}

.topNav-1 {
    border-bottom: 1px solid #F0E6E2;
}

#topNav .swiper-slide {
    padding: 0;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    width: auto;
}

#topNav .swiper-slide span {

    transition: all .3s ease;
    display: block;
}

#topNav .active a {
    color: #e7615f;
}

#topNav .main-category {
    padding: 10px 10px;
    border: 1px solid #ccc;
    margin: 0 8px;
    display: inline-block;
}

#topNav .swiper-slide.active .main-category {
    border-color: #e7615f;
}

@media screen AND (max-width: 350px) {
    #topNav.topNav-1 .swiper-wrapper {
        height: 50px;
    }

    #topNav.topNav-1 {
        margin-top: 0;
    }
}

/**********在线咨询侧边栏**********/
#online .online-contact {
    position: fixed;
    right: -145px;
    top: 50%;
    z-index: 1000;
    margin-top: -130px;
}

#online .online-contact li {
    margin-bottom: 0;
    position: relative;
    right: 0;
    transition: all .3s;
    z-index: 1000;
}

#online .online-contact li:hover {
    right: 145px;
}

#online .online-contact li:hover a {
    background: rgba(226, 58, 55, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8e23a37, endColorstr=#c8e23a37);
}

#online .online-contact li > a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: rgba(51, 51, 51, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c85B5B5B, endColorstr=#c85B5B5B);

    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#online .online-contact li > a p {
    display: inline-block;
    width: 140px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    vertical-align: top;
}

#online li > a span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.to-top {
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    text-align: center;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    z-index: 1000;
}

.to-top span {
    color: #fff;
}

/*留言板*/
#index-form {
    padding: 65px 10px 20px 10px;
    background: #fff;
    position: fixed;
    width: 650px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -325px;
    z-index: 1000;
    box-shadow: 0 0 35px 0 rgba(90, 91, 95, 0.3);
    border-radius: 5px;
}

#index-form > img {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -70px;
}

#index-form .container {
    width: 100%;
}

.form-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

#index-form .container img {
    width: 17px;
    height: 17px;
}

.index-form-cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: none;
}

#index-form input {
    border: none;
    box-shadow: none;
}

#index-form .form-group {
    border: 1px solid #ccc;
    outline: none;
    background: #fff;
}

#index-form input:focus {
    box-shadow: none;
    outline: none;
}

.index-form-msg textarea {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.index-form-msg textarea:focus {
    box-shadow: none;
    outline: none;
}

.index-form-msg {
    padding-left: 10px;
}

#index-form .index-form-submit {
    border: none;
    background: transparent;
}

.index-form-submit input {
    background: #ff4948;
    color: #fff;
    padding: 10px 0;
    font-size: 1.6rem;
    font-size: 21px \9;
    letter-spacing: 5px;
}

.index-form-submit input:active {
    color: #fff;
}

.index-form-submit input:hover {
    color: #fff;
}

.index-form-submit input:focus {
    color: #fff;
}

.index-msg-board {
    width: 50%;
}

@media screen AND (max-width: 767px) {
    #index-form {
        width: 250px;
        height: 400px;
        margin-left: -125px;
        margin-top: -200px;
        padding-top: 50px;
    }

    #index-form > img {
        width: 100px;
        top: -42px;
        margin-left: -55px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        padding: 0 12px;
    }

    #index-form textarea {
        height: 125px;
    }
}

/***适配移动端***/
@media screen AND (max-width: 767px) {

    .to-top {
        right: 0;
    }

    .to-top {
        bottom: 130px;
    }

    #online ul.online-contact li > a {
        background: rgba(226, 58, 55, .8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8e23a37, endColorstr=#c8e23a37);
    }
}

@media screen AND (max-width: 767px) {
    .online-contain {
        width: 60px;
        height: 65px;
        display: block;
        position: fixed;
        bottom: 155px;
        z-index: 1000;
        right: -1px;
        text-align: right;
    }

    .online-contain a {
        display: inline-block;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 40px;
        width: 40px;
        line-height: 38px;
        text-align: center;
        background: rgba(226, 58, 55, .8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8e23a37, endColorstr=#c8e23a37);
    }

    .online-contain span {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fff;
    }

    #online .online-contact li {
        position: fixed;
        bottom: 180px;
        right: -145px;
        transition: bottom .3s;
        -moz-transition: bottom .3s; /* Firefox 4 */
        -webkit-transition: bottom .3s; /* Safari 和 Chrome */
        -o-transition: bottom .3s;
    }

    #online .online-contact li a {
        height: 40px;
        line-height: 40px;
    }

    #online li > a span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .online-qq, .online-tel, .online-msg {
        opacity: 0;
    }

    .online-qq.active, .online-tel.active, .online-msg.active {
        opacity: 1;
    }

    #online .online-contact li:hover {
        right: 0;
    }

    #online .online-contact li.online-qq.active {
        bottom: 326px;
    }

    #online .online-contact li.online-tel.active {
        bottom: 275px;
    }

    #online .online-contact li.online-msg.active {
        bottom: 225px;
    }
}

/*************没有招聘样式*****************/
#no-recruit {
    text-align: center;
    font-size: 18px;
    margin-top: 100px;
    letter-spacing: 1px;
    font-weight: 500;
}
/*联系信息*/
.index-msg-addr-location{
    margin-top:15px;
}
