body {
    overflow-x: hidden;
    font-family: Verdana, sans-serif;
}

.container {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width:1200px) {
    .container {
        padding: 0;
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
}


.header {
    height: 32px;
    background: #0090d7;
    display: flex;
    justify-content: center;
    align-items: Center;

}

.header .tipName {
    font-size: 14px;
    color: #fff;
}

.header .tel {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding-right: 59px;

}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default {
    background: none;
    border-color: transparent;
    margin-right: 0;
    padding-right: 0;
}

.navbar-header {
    margin-right: 0;
    padding-right: 0;

}

.sr-only {
    background: #fff;
    margin-right: 0;
}

.navbar-toggle {
    margin-right: 0;


}

img {
    max-width: 100%;
}

.logoA {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/*导航*/
#nav {
    margin: 32px auto 42px auto;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 42px;
}

#nav>.logo{
    margin-top: -20px;
}

#nav .col-xs-6 {
    padding-left: 0;
    margin-left: 0;
}


.iconcaidanguanli {
    font-size: 35px;
    display: inline-block;
    margin-top: -5px;
    margin-right: 20px;
}



#nav ul {
    display: flex;
  
}


#nav ul,
#nav li {
    list-style-type: none;
    padding: 0;
    margin: 0; 
}

#nav ul {
    padding-top: 0px;

}

#nav ul li a {
    font-size: 16px;

}

.nav>li>a {
    padding: 10px 22px;
    color: #000;
}

.nav>li>a:hover {
    color: #0090d7;
}



h1.head1 {
    font-size: 35px;
    color: #000;
    margin-top: 100px;
    margin-bottom: 12px;
}

h1.head1—1 {
    font-size: 35px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 12px;
}


.indexTitle {
    text-align: center;
    margin-bottom: 50px;
}

.carousel-inner img {
    width: 100%;
}

.banner {
    overflow: hidden;
    max-height: 500px;
}

/*首页服务项目*/
.imgList {
    padding-bottom: 70px;
}

/*首页关于*/
.aboutUs_index {
    background: rgba(0, 0, 0, 0.05);
    padding: 88px 0;
}

#msg_about{
    background-color:#e1e1e1;
    padding: 27px 30px;
    margin:50px 0 0 -80px;
    line-height: 125%;
    font-size: 18px;
    min-height: 280px;
}

.aboutUs_index p {
    font-size: 14px;
    color: #000;
}

#profile {
    min-height: 478px;
    overflow: hidden;
}

#leftSide1 {
    background: url(../images/map.png) no-repeat 50% 100% #fff;
    min-height: 478px;
    position: relative;

}

#profile h1 {
    font-size: 35px;
    color: #000;
}

.btn-danger {
    background: #0090d7;
}

#leftSide1 .moreinfor {
    position: absolute;
    right: 45px;
    bottom: 45px;
}

#leftSide1 p {
    padding-top: 15px
}

.graypic {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

#rightSide1 .caption {
    min-height: 150px !important;
    text-align: center;
}

#rightSide1 .thumbnail h4,
#rightSide1 .thumbnail h5 {
    width: 100%;
    text-align: center;
}

#rightSide1 .thumbnail h5 {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(29, 29, 29, 0.5);
}

#rightSide1 .thumbnail h4 {
    margin-bottom: 0;
    font-size: 22px;
    color: #1d1d1d;
}

#rightSide1 .thumbnail:hover {
    border: 1px solid #0090d7
}

/*案例*/
.showCaseImg .row p {
    text-align: center;
    background: #efefef;
    padding: 10px 0;

}

.showCaseImg .thumbnail {
    margin-bottom: 0;
    padding-bottom: 0;
}

.showCaseImg .thumbnail:hover {
    border: 1px solid #0090d7
}


.newsItem>aside:nth-child(1) {
    cursor: pointer;
    background: #2f2e34;
    color: #fff;
    min-height: 107px;
    display: flex;
    align-content: center;
    /*justify-content: center;*/
    flex-flow: row wrap;
}

.newsItem:hover>aside:nth-child(1) {
    background: rgba(0, 0, 0, 0.7);
}

.newsItem>aside:nth-child(1) span {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;

}

.newsItem>aside a {
    font-size: 16px;
    color: #ff7c00;
    display: block;
    margin-bottom: 6px;
}

.newsItem>aside:nth-child(2) a:hover {
    color: #ff0000;
}

.newsItem>aside:nth-child(2) p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsItem {
    margin-bottom: 10px;
}

/*footer*/
.footer {
    margin-top: 150px;
}

.innerfooter {
    margin-top: 50px;
}

.footer .line-1 {
    border-top: 12px solid #0090d7;
    display: block;
}

.footer_mc {
    background: #232323;
    min-height: 222px;
}

.footer_mc .container {
    padding-top: 36px;
}

.footer_mc .container p {
    line-height: 185%;
    font-size: 14px;
    color: #ffffff;
    padding-top: 10px
}

#footerMenu {}

#footerMenu h4 {
    font-size: 16px;
    color: #fff;
}

#footerMenu a {
    display: block;
    font-size: 14px;
    color: #848484;
    line-height: 185%;
}

.container #qrObj a {
    display: inline-block;
    padding-left: 20px;
}

.copyright {
    background: #1c1c1c;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #fff;
}


@media only screen and (max-width:1092px) {
    .nav>li>a {
        padding: 10px 15px;
    }

    #nav ul {
        padding-top: 0px;
    }
}

@media only screen and (max-width:1002px) {
    .nav>li>a {
        padding: 10px 10px;
    }

    #nav ul {
        padding-top: 0px;
    }
}


@media only screen and (max-width:768px) {
    #nav ul {
        display: none;
    }

    #nav .col-xs-2 {
        margin-right: 0;
        padding-right: 0;
    }

    #nav {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .header .tipName,
    .header .tel {
        display: none;
    }

    .header {
        height: auto;
        padding: 6px 0
    }

    .footer_mc .container p {
        padding-top: 0px;

    }
}

@media only screen and (min-width:768px) {
    .iconcaidanguanli {
        display: none;
    }
}

.popWin {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;

}

.popWin .popMc {
    width: 90%;
    height: 90%;
    margin: 5% 5%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 2%;
    position: relative;
}

.popWin .popMc #closeBtn {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.popWin .popMc #closeBtn button {
    width: 90%;
    margin: 0 auto;
}


.popWin .list-group {
    background: transparent !important;
    border: 0;
}

.popWin .list-group .list-group-item {
    background: transparent !important;
    border: 0;
    cursor: pointer;
    border-bottom: 1px dashed #1c1c1c;
}

.popWin .list-group .list-group-item {
    font-size: 15px;
    color: #000;
}


.showtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left!important;
    padding: 4px 0;
    font-weight: bold;
  

}

.showContent {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*内页*/
.inner_banner {
    text-align: center;
    max-height: 269px;
}

.innerPage {
    margin-top: 42px;
}

.inner_banner img {
    max-width: 100%;
    transform: translateY(-20%);
  
}

h1.leftTitle {
    background: #0090d7;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Arial Narrow Bold', sans-serif;
}

@media only screen and (min-width:992px) {
    .innerPage .col-md-3 {
        width: 19.5%;

    }
}

.innerPage .list-group .list-group-item {
    padding: 15px 15px 15px 40px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    position: relative;

}

.innerPage .list-group .list-group-item:hover,
.innerPage .list-group .list-group-item.select {
    background-color: #f3ea27;
}

.innerPage .list-group .list-group-item:hover::before,
.innerPage .list-group .list-group-item.select::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background-color: #0090d7;
}


.innerPage .list-group {}

.innerPage section:nth-child(1) {
    background-color: #eeeeee !important;
}

.innerPage .col-xs-12,
.innerPage .col-sm-12,
.innerPage .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.imgLeft {
    text-align: center;
}

.imgLeft img {
    max-width: 100%;
}

.innerPage .leftContactWay {
    padding: 25px 10px 25px 25px;
    line-height: 200%;
    color: #000;
    font-size: 14px;
}

/*内页-右侧*/
.innerPage .location {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e9eef4;
    background: url(/images/ico.png) no-repeat 0 50%;
    padding-left: 44px;
    font-size: 20px;

}

.innerPage .rightContent {
    padding: 26px 5px 30px 5px;
    line-height: 200%;
    font-size: 14px;
    color: #000;
}

.innerPage .rightContent p {
    margin-bottom: 20px;
}

.clear{
    overflow: hidden;
    clear: both;
}

#newsList .thumbnail>.col-sm-6:nth-child(1),  #newsList .thumbnail>.col-md-12:nth-child(1){
    padding-left: 0;
}

#newsList a.esp{ color: #000!important;}

h1.newsTitle{
    text-align: center;
    font-size: 30px;
    margin: 20px 5px;
    line-height: 185%!important;
}
h4.newsDate{
    margin: 0px 5px 30px 5px;
    text-align: center;
}


/* 主要css样式*/
.main-im {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 100;
    width: 110px;
    height: 272px;
}

@media only screen and (max-width:768px){
    .main-im {
        display: none;
    }
}

.main-im .qq-a {
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}

.main-im .qq-a span {
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
    color: #f60;
}

.main-im .qq-hover-c {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 18px;
    top: 10px;
    overflow: hidden;
    z-index: 9;
}

.main-im .qq-container {
    z-index: 99;
    position: absolute;
    width: 109px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dddddd;
    background: url(../images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
    max-width: 70px;
    left: 1px;
    top: 8px;
    position: absolute;
}

.main-im .im_main {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;
    display: none;
}

.main-im .im_main .im-tel {
    color: #000000;
    text-align: center;
    width: 109px;
    height: auto;
    border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel div {
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0;
}

.main-im .im_main .im-tel .tel-num {
    font-family: Arial;
    font-weight: bold;
    color: #e66d15;
}

.main-im .im_main .im-tel:hover {
    background: #fafafa;
}

.main-im .im_main .weixing-container {
    width: 55px;
    height: 47px;
    border-right: 1px solid #dddddd;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    background: url(../images/weixing-icon.png) no-repeat center center;
    float: left;
}

.main-im .im_main .weixing-show {
    width: 112px;
    height: 172px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    left: -125px;
    top: -126px;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 6px;
    left: 112px;
    top: 134px;
    position: absolute;
    z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #dddddd;
    border-width: 8px;
    left: 112px;
    top: 132px;
    position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.main-im .im_main .go-top {
    width: 50px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url(../images/totop-icon.png) no-repeat center center;
    float: right;
}

.main-im .im_main .go-top a {
    display: block;
    width: 52px;
    height: 47px;
}

.main-im .close-im {
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 100;
    width: 24px;
    height: 24px;
}

.main-im .close-im a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
    text-decoration: none;
}

.main-im .open-im {
    cursor: pointer;
    margin-left: 68px;
    width: 40px;
    height: 133px;
    background: url(../images/open_im.png) no-repeat left top;
}


.advantage{
    padding-bottom: 30px;
}
ul.listAdvantage{
    display: flex;
    flex-wrap: wrap;
}

ul.listAdvantage li{
    display: flex;
    width:50%;
    justify-content: space-between;
    margin-bottom: 20px;
  

}

ul.listAdvantage li span{
    display: block;
    padding-right: 20px;
    padding-top: 20px;
    width: 30%;
}

ul.listAdvantage li h4{
    color: #000;
    font-size: 28px;

}

ul.listAdvantage li:first-child h4{
    color: #ff7c00;
    font-size: 28px;

}


ul.listAdvantage li p{
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    width:85%;
    line-height: 200%;
}


.process{
    background-color: #0090d7;
    padding:1px 0 100px 0;
    text-align: center;
}

.process h1.head1{
    padding:0px 0 80px 0;
    color:#fff;
}