﻿.top-area {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #C9C9C9;
    color: #FFF;
    font-size: 12px;
}

.pub-header {
    width: 100%;
    height: 80px;
    background: #FFF;
    line-height: 80px;
    position: relative;
    z-index: 999;
}

.pub-header .logo {
    display: flex;
    width: 20%;
    align-items: center;
    height: 80px;
}

.pub-header .logo img {
    margin: 0;
}

.pub-header .nav-list {
    width: 65%;
}

.pub-header .nav-list li {
    width: 16.666666%;
    float: left;
    display: inline-block;
    text-align: center;
}

.pub-header .nav-list li a {
    display: block;
    width: 100%;
    position: relative;
    color: #333;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    font-size: 16px;
}

.pub-header .nav-list li a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    right: 0;
    top: 50%;
    margin-top: -9px;
    background: #E9E9E9;
}

.pub-header .nav-list li.act a, .pub-header .nav-list li:hover a {
    background: #B61E13;
    color: #FFF;
}

.pub-header .nav-list li.act a::after, .pub-header .nav-list li:hover a::after {
    width: 0;
}

.pub-header .nav-list li:last-child a::after {
    width: 0;
}

.pub-header .contact {
    width: 10%;
    font-size: 0;
    position: relative;
    line-height: normal;
    margin-top: 20px;
}
.pub-header .contact .item {
    width: 50%;
    display: inline-block;
    font-size: 20px;
    position: relative;
}

.pub-header .contact .item div.abs{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #B61E13;
    border-radius: 5px;
}
.pub-header .contact .item div.abs.phone{
    width: 140px;
    padding: 10px 15px;
    color: #FFF;
    font-size: 14px;
    line-height: normal;
    left: -50%;
    margin-left: -21px;
    opacity: 0;
}
.pub-header .contact .item div.abs.phone:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 5px solid #B61E13;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -10px;
}
.pub-header .contact .item:hover div.abs.phone.qrs{
    margin-left: 0;
}
.pub-header .contact .item:hover div.abs.phone{
    opacity: 1;
}

.pub-header .contact .item a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #C9C9C9;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
}

.pub-header .contact .item:last-child {
    text-align: right;
}

.pub-header .contact::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #C9C9C9;
    left: 50%;
    top: 50%;
    margin-top: -10px;
}

.pub-header .xs-menu {
    display: none;
    line-height: 80px;
}

.pub-header .xs-menu a {
    font-size: 40px;
    color: #000;
}

.pub-t {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #C9C9C9;
    color: #333;
    position: relative;
}

.pub-t .eng-text {
    font-size: 25px;
    letter-spacing: 3px;
}

.pub-t .cha-text {
    font-size: 16px;
    padding-left: 5px;
}

.pub-t a.more{
    float: right;
    display: inline-block;
    font-size: 16px;
}
.pub-t a.more:link,.pub-t a.more:visited{
    color: #545454;
}
.pub-t a.more:hover,.pub-t a.more:active{
    color: #B61E13;
}
.pub-t::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #B61E13;
    left: 0;
    bottom: 0;
}

.benefit-service {
    padding-top: 40px;
}

.benefit-service .benefit-list {
    padding-top: 40px;
}

.benefit-service .benefit-list .item .content {
    position: relative;
}

.benefit-service .benefit-list .item .content .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    text-align: center;
    color: #FFF;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.benefit-service .benefit-list .item .content .cover .icon {
    font-size: 40px;
    padding-top: 80px;
}

.benefit-service .benefit-list .item .content .cover .title {
    padding: 15px 0 0 0;
    font-size: 18px;
}

.benefit-service .benefit-list .item .content .cover .com {
    font-size: 12px;
}

.benefit-service .benefit-list .item .content .cover .more {
    padding-top: 50px;
}

.benefit-service .benefit-list .item .content .cover .more span {
    display: block;
    width: 28px;
    height: 1px;
    background: #FFF;
    margin: 2px auto;
}

.benefit-service .benefit-list .item:hover .content .cover {
    background: #B61E13;
}

.service-case {
    padding-top: 40px;
}

.service-case .case-list {
    padding-top: 40px;
}

.service-case .case-list .row {
    margin: 0 -30px;
}

.service-case .case-list .row .col-md-6 {
    padding: 15px 30px;
}

.service-case .case-list .item .num {
    width: 10%;
    float: left;
    font-size: 40px;
}

.service-case .case-list .item .content {
    float: right;
    width: 90%;
    padding-left: 10px;
    position: relative;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.service-case .case-list .item .content .tit-area a {
    display: block;
    width: 80%;
    float: left;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.service-case .case-list .item .content .tit-area a:hover {
    color: #B61E13;
}

.service-case .case-list .item .content .tit-area .time {
    display: block;
    width: 20%;
    float: right;
    font-size: 12px;
    text-align: right;
    color: #666;
}

.service-case .case-list .item .content .com {
    margin-top: 15px;
    color: #999;
}

.service-case .case-list .item .content::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
}

.about-box {
    margin-top: 40px;
    position: relative;
    background: url(../image/about.jpg) no-repeat;
    background-size: 100% 100%;
}

.about-box .about {
    width: 66.666%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.about-box .about .title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #B61E13;
}

.about-box .about .title .eng {
    font-size: 30px;
}

.about-box .about .title .cha {
    padding-top: 8px;
    font-size: 18px;
}

.about-box .about .title .cha span {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid #B61E13;
}

.about-box .about .content {
    width: 54%;
    float: right;
    padding: 20px;
}

.about-box .about .content .tit {
    font-size: 16px;
}

.about-box .about .content .tit span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
}

.about-box .culture {
    width: 33.3333%;
    padding-left: 20px;
    float: right;
    color: #FFF;
}

.about-box .culture .content {
    background: #B61E13;
    padding: 20px;
}

.about-box .culture .tit {
    font-size: 16px;
}

.about-box .culture .tit span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

.about-box .culture .cont {
    color: #FFF;
}

.about-box .culture .more {
    float: right;
    color: #FFF;
}

.about-box .culture .more span {
    background: #FFF;
}

.about-box .culture .more span .icon {
    color: #FFF;
}

.about-box .cont {
    padding-top: 20px;
    color: #666;
    line-height: 24px;
}

.about-box .more {
    padding-top: 30px;
    color: #333;
}

.about-box .more span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #B61E13;
    position: relative;
}

.about-box .more span .icon {
    position: absolute;
    right: -5px;
    top: -8px;
    color: #B61E13;
    font-size: 12px;
    font-weight: bold;
}

.service {
    padding-top: 40px;
}

.service .ser-list {
    padding-top: 40px;
}

.service .ser-list a p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 16px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service .ser-list a:hover p {
    background: #B61E13;
    color: #FFF;
}

.news {
    background: #FFF;
    width: 100%;
    padding-top: 30px;
}

.news .content {
    background: #F2F2F2;
    padding: 40px 30px;
}

.news .news-list {
    padding-top: 20px;
}

.news .news-list .item a {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.news .news-list .item a .icon {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.news .news-list .item a:hover {
    color: #B61E13;
}

.news .news-list .item .time {
    color: #666;
}

.news .company-news .first-news {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.news .company-news .first-news .image {
    width: 33.333%;
}

.news .company-news .first-news .cont {
    position: absolute;
    width: 66.666%;
    top: 0;
    height: 100%;
    right: 0;
    padding-left: 30px;
}

.news .company-news .first-news .cont .title {
    width: 100%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.news .company-news .first-news .cont .title:hover {
    color: #B61E13;
}

.news .company-news .first-news .cont .com {
    margin-top: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news .company-news .first-news .cont .more {
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #666;
    background: #D2D2D2;
    margin-top: 30px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news .company-news .first-news .cont .more:hover {
    background: #B61E13;
    color: #FFF;
}

.news .company-news .item {
    padding: 10px 0;
    border-bottom: 1px dashed #D2D2D2;
}

.news .company-news .item a {
    width: 70%;
}

.news .company-news .item span {
    width: 30%;
    text-align: right;
}

.news .important-news .item {
    padding: 10px 0;
}

.news .important-news .item a {
    width: 70%;
}

.news .important-news .item span {
    width: 30%;
    text-align: right;
}

.pub-footer {
    background: #232426;
}

.pub-footer .ft-top {
    padding: 70px 0 20px 0;
    border-bottom: 1px solid #434343;
}

.pub-footer .ft-top .ft-navlist {
    width: 70%;
    float: left;
}

.pub-footer .ft-top .ft-navlist > li {
    width: 20%;
    float: left;
}

.pub-footer .ft-top .ft-navlist > li > a {
    font-size: 16px;
    color: #FFF;
}

.pub-footer .ft-top .ft-navlist > li .toggle-nav {
    display: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    float: right;
    font-size: 20px;
}

.pub-footer .ft-top .ft-navlist > li .toggle-nav.act {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pub-footer .ft-top .ft-navlist > li > ul {
    margin-top: 15px;
}

.pub-footer .ft-top .ft-navlist > li > ul > li {
    width: 100%;
    float: none;
    line-height: 24px;
}

.pub-footer .ft-top .ft-navlist > li > ul > li > a {
    font-size: 12px;
    color: #FFF;
}

.pub-footer .ft-top .btm-ewm {
    float: right;
}

.pub-footer .ft-top .btm-ewm .t {
    color: #FFF;
    padding-bottom: 10px;
    border-bottom: 1px solid #434343;
}

.pub-footer .ft-top .btm-ewm .ewm {
    padding-top: 15px;
}

.pub-footer .ft-btm {
    padding: 15px 0 30px 0;
    color: #FFF;
    font-size: 12px;
}

.pub-footer .ft-btm a {
    color: #FFF;
}

.main-content {
    background: #F2F2F2;
    padding: 30px 0;
}

.main-content .left-nav {
    width: 19%;
    float: left;
}

.main-content .left-nav .tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background: #B61E13;
}

.main-content .left-nav .list {
    background: #FFF;
}

.main-content .left-nav .list li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #E9E9E9;
}

.main-content .left-nav .list li a {
    color: #666;
}

.main-content .left-nav .list li.act a, .main-content .left-nav .list li:hover a {
    color: #B61E13;
}

.main-content .left-nav .left-contact {
    margin-top: 30px;
    background: #B61E13;
    text-align: center;
    color: #FFF;
    padding: 20px 40px;
}

.main-content .left-nav .left-contact .t {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFF;
}

.main-content .left-nav .left-contact .item {
    padding-top: 20px;
}

.main-content .left-nav .left-contact .item i {
    font-size: 30px;
    padding-right: 8px;
    position: relative;
    top: 5px;
}

.main-content .right-content {
    width: 79%;
    float: right;
}

.main-content .right-content .content {
    background: #FFF;
    padding: 30px 20px;
}


.main-content .right-content .service-box .list {
    position: relative;
    overflow: hidden;
}

.main-content .right-content .service-box .list .item {
    padding: 20px;
    border: 1px solid #E4E4E4;
    margin-top: 20px;
}

.main-content .right-content .service-box .list .item .main {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
}

.main-content .right-content .service-box .list .item .image {
    flex-basis: 20%;
}

.main-content .right-content .service-box .list .item .cont {
    flex-basis: 80%;
    padding-left: 20px;
}

.main-content .right-content .service-box .list .item .cont .tit {
    color: #545454;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-content .right-content .service-box .list .item .cont .tit:hover {
    color: #B61E13;
}

.main-content .right-content .service-box .list .item .cont .time {
    color: #777;
    padding: 10px 0;
}

.main-content .right-content .service-box .list .item .cont .com {
    font-size: 12px;
    color: #888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.main-content .right-content .service-box .pic-thumb-box{
    clear: both;
    font-size: 0;
}

.main-content .right-content .service-box .pic-thumb-box ul{
    margin: -10px;
}

.main-content .right-content .service-box .pic-thumb-box ul li{
    display: inline-block;
    width: 50%;
    padding: 10px;
}
.main-content .right-content .service-box .pic-thumb-box ul li .desc{
    background-color: #EAEAEA;
    padding: 8px;
}
.main-content .right-content .service-box .pic-thumb-box ul li .desc p{
    margin: 0;
    padding: 2px;
}
.main-content .right-content .service-box .pic-thumb-box ul li .desc p.t{
    font-size: 16px;
}
.main-content .right-content .service-box .pic-thumb-box ul li .desc p.s{
    font-size: 14px;
}


.main-content .right-content .content .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 20px;
    color: #000;
}

.main-content .right-content .content .list {
    position: relative;
    overflow: hidden;
}

.main-content .right-content .content .list .item {
    padding: 20px;
    border: 1px solid #E4E4E4;
    margin-top: 20px;
}

.main-content .right-content .content .list .item .main {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
}

.main-content .right-content .content .list .item .image {
    flex-basis: 20%;
}

.main-content .right-content .content .list .item .cont {
    flex-basis: 80%;
    padding-left: 20px;
}

.main-content .right-content .content .list .item .cont .tit {
    color: #545454;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-content .right-content .content .list .item .cont .tit:hover {
    color: #B61E13;
}

.main-content .right-content .content .list .item .cont .time {
    color: #777;
    padding: 10px 0;
}

.main-content .right-content .content .list .item .cont .com {
    font-size: 12px;
    color: #888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.main-content .right-content .content .pageblank{
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
}
.main-content .right-content .content .pageblank img{
    max-width: 100%;
}


.main-content .right-content .news-detail .title {
    font-size: 25px;
    color: #000;
    text-align: center;
    padding-top: 20px;
}

.main-content .right-content .news-detail .info {
    padding: 20px 0;
    font-size: 12px;
    color: #545454;
    text-align: center;
}

.main-content .right-content .news-detail .info span {
    display: inline-block;
    padding: 0 10px;
}

.main-content .right-content .news-detail .toggle-page {
    padding-top: 20px;
}

.main-content .right-content .news-detail .toggle-page a {
    color: #545454;
}

.main-content .right-content .news-detail .news-content {
    padding: 20px 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    line-height: 32px;
}

.main-content .right-content .news-detail .news-content img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}


.main-content .right-content .page {
    font-size: 0;
    text-align: center;
    margin: 20px auto 0;
}

.main-content .right-content .page a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    color: #666;
    font-size: 14px;
    margin: 0 3px;
}

.main-content .right-content .page a:hover, .main-content .right-content .page a.act {
    background: #B61E13;
    color: #FFF;
    border: 1px solid #B61E13;
}

/*# sourceMappingURL=index.css.map */
