/* Write your styles */
/*轮播页面*/
.shutter {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    z-index: 1;

}

.shutter-img {
    z-index: 1;
}

.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.shutter-img a {
    cursor: default;
}

.shutter-img a > img {
    width: 100%;
    height: 100%;
}

.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.shutter-btn {
}

.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 55%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
}

.shutter-btn li.prev {
    left: 20px;
    background: url(../img/shutter_prevBtn.png) no-repeat 0 -49px;
}

.shutter-btn li.next {
    right: 20px;
    background: url(../img/shutter_nextBtn.png) no-repeat 0 -49px;
}

.shutter-desc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: url(../img/shutter_shadow.png) repeat;
}

.shutter-desc p {
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}

/*各个模块的公用样式*/
.column-pageBody {
    padding: 6rem 0;
}

.column-pageBody .page-title-hd {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    height: 48px;
    color: #333;
}

.column-pageBody .subtitle {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #999;
}

.title-line {
    width: 110px;
    height: 8px;
    border-bottom: double 5px rgb(255, 220, 1);
    margin: 0 auto;
}

.column-pageBody .title-Subheading {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    text-align: center;
    padding-top: 1.5rem;
}

.cssanimations [data-am-scrollspy*="animation"] {
    opacity: 1;
}

/*一楼层样式*/
.col-serviceBox {
    background-color: #eee;
}

.col-serviceBox .am-g {
    padding-top: 2rem;
}

.col-serviceBox .am-container {
    background: url(../img/bg_kj.png) no-repeat;
    background-size: auto 100%;
}

.col-serviceBox .service-box {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    border: solid 1px #e9e9e9;
    box-shadow: 1px 2px 4px #666;
    height: 270px;
    overflow: hidden;
}

.col-serviceBox .service-box:hover {
    border: solid 1px rgb(255, 220, 1);
}

.col-serviceBox .service-box:hover i {
    color: rgb(255, 220, 1);
}

.col-serviceBox .service-box a:hover {
    display: block;
    background-color: rgb(255, 220, 1);
    color: #fff;
}

.col-serviceBox .service-box img {
    height: 130px;
    display: block;
    margin: 0 auto;
}

.col-serviceBox .service-box p:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    padding: 0;
}

.col-serviceBox .service-box .subtitle {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 28px;
}

.col-serviceBox .service-box .pageText-bd {
    font-size: 12px;
    color: #999;
    padding: 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    box-orient: vertical;
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    line-clamp: 3;
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden; /** 隐藏超出的内容 **/
    line-height: 20px;
}

.col-serviceBox .service-box a {
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #444;
    font-weight: normal;
    padding: 6px 0;
    margin-top: 20px;
    border: solid 1px #eee;
}

/*三层运营项目样式表*/
.col-Operationitem {
    padding: 5rem 0;
}

.col-Operationitem .am-tabs .am-tabs-nav {
    width: 25%;
    padding: 0 1.5rem;
    display: inherit;
}

.col-Operationitem .am-tabs-default .am-tabs-nav {
    background-color: #fff;
}

.col-Operationitem .col-pageHd .page-titlehd {
    text-align: center;
    background-color: rgb(38, 146, 208);
    color: #fff;
    padding: 15px;
    border-top: solid 3px rgb(255, 220, 1);
}

.col-pageHd .page-tabs-title {
    border-bottom: double 4px #eee;
    font-size: 12px;
    color: #999;
}

.col-Operationitem .am-tabs-default .am-tabs-nav > .am-active a, .col-Operationitem .am-tabs-default .am-tabs-nav a:hover {
    background-color: rgb(255, 220, 1);
    color: #333;
}

.col-Operationitem .am-tabs-default .am-tabs-nav li {
    padding: 6px 0;
}

.col-Operationitem .am-tabs-default .am-tabs-nav a {
    background-color: #eee;
    padding: 8px 0;
    font-size: 14px;
}

.col-Operationitem .am-tabs .am-tabs-bd {
    border: none;
    margin-top: -60px;
}

.col-Operationitem .am-tabs .am-tabs-bd p {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    padding-right: 15px;
}

.col-Operationitem .am-tabs .am-tabs-bd p i {
    font-size: 14px;
    color: rgb(255, 220, 1);
    padding: 0 6px;
    line-height: 18px;
}

.col-Operationitem .am-tabs .am-tabs-bd .box-img img {
    width: 100%;
    padding: 10px;
    padding-left: 15px;
}

.col-Operationitem .am-tabs .am-tabs-bd .fl-rt {
    float: right;
}

.col-Operationitem .am-tabs .am-tabs-bd .fl-lt {
    float: left;
}

.col-Operationitem .am-tabs .box-img {
    z-index: 100;
    position: relative;
}

.col-Operationitem .am-tabs-bd .border-box.fl-rt {
    border: solid 2px rgb(255, 220, 1);
    width: 270px;
    height: 199px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.col-Operationitem .am-tabs-bd .border-box.fl-lt {
    border: solid 2px rgb(255, 220, 1);
    width: 270px;
    height: 199px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.col-Operationitem .am-tabs-bd .btn-more {
    background-color: rgb(255, 220, 1);
    font-size: 14px;
    color: #fff;
    padding: 6px 10px;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    margin-top: 15px;
    display: block;
    width: 120px;
    text-align: center;
}

.col-Operationitem .am-tabs-bd .btn-more.fl-rt {
    float: right;
    margin-top: 30px;
}

.col-Operationitem .am-tabs-bd .btn-more:hover {
    cursor: pointer;
    background-color: rgb(206, 179, 5);
    transition: background-color 0.5s ease;
}

.tab-panel-2 p {
    line-height: 28px;
    padding: 6px 0;
}

/*四层项目服务流程*/
.col-servicepFlow {
    background-color: rgb(55, 26, 84);
    background: url(../img/exbg.jpg) no-repeat;
    min-height: 388px;
}

.col-servicepFlow .column-pageBody {
    padding: 4rem 0;
}

.col-servicepFlow .page-title-hd {
    color: #fff;
}

.col-servicepFlow .page-title-hd strong {
    color: #333;
}

.col-servicepFlow .title-line {
    border-color: #fff;
}

.col-servicepFlow .company-bd p {
    color: #eee;
    font-size: 12px;
    padding-top: 15px;
}

.col-servicepFlow .company-bd .subtitle {
    font-size: 10px;
    color: #999;
    padding-top: 0;
}

.col-servicepFlow .company-bd {
    text-align: center;
    padding: 10px;
}

.col-servicepFlow .company-bd img {
    border-radius: 50%;
    overflow: hidden;
    width: 82px;
    height: 82px;
}

.col-servicepFlow .company-bd.mg-top {
    margin-top: -20px;
}

.col-servicepFlow .company-bd.mg-bt {
    margin-top: 20px;
}

/*第五场样式表  */
.full-aboutUs {
    background: url(../img/fwbg.jpg) no-repeat;
    height: 200px;
    background-position: center center;
}

.full-aboutUs .page-con {
    padding-left: 326px;
    padding-top: 3rem;
}

.full-aboutUs .page-con .page-hd {
    line-height: 38px;
    height: 38px;
}

.full-aboutUs .page-con .lable-text {
    text-align: left;
    font-size: 12px;
    color: #888;
}

.full-aboutUs .page-con .ft-text {
    font-size: 24px;
    color: #333;
    padding-top: 15px;
}

.full-aboutUs .page-con .lable-text i {
    color: rgb(255, 220, 1);
}

.full-aboutUs .page-con .page-hd h3 {
    font-size: 22px;
}

.full-aboutUs .page-con .page-hd em {
    font-family: 华文新魏;
    font-size: 24px;
    color: rgb(255, 220, 1);
}

.full-aboutUs-con {
    min-height: 340px;
    padding: 2rem 0;

    background-color: rgb(255, 220, 1);
}

.full-aboutUs-con .am-container {
    background: url(../img/bgMap.png) no-repeat;
    background-size: auto 100%;
}

.full-aboutUs-con .title-hd {
    color: #fff;
    font-size: 24px;
    line-height: 58px;
    height: 58px;
    text-align: center;
}

.full-aboutUs-con .page-bd {
    padding-top: 4rem;
}

.full-aboutUs-con .page-bd p {
    color: #fff;
    font-size: 14px;
    text-indent: 2rem;
    padding: 2rem 0;
}

.full-aboutUs-con .page-bd .btn_Detail {
    display: block;
    border: solid 1px #eee;
    padding: 4px 10px;
    width: 120px;
    color: #fff;
    font-size: 14px;
}

.full-aboutUs-con .page-bd .btn_Detail:hover {
    border: solid 1px #fff;
    color: rgb(255, 220, 1);
    background-color: #fff;
}

.full-aboutUs-con .pagert-img img {
    width: 100%;
}