﻿/*index中导航条默认和滚动间距*/

.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
    transition: margin 0.2s;
    margin: -14px 0 0 0;
}

.c-lo {
    padding: 20px 0px 0px 52px;
}

.c-lo-p1 {
    font-size: 25px;
    line-height: 10px;
}

.c-lo-p2 {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 8px;
}

.c-boxshow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 1600px) {
    .c-full-right {
        position: relative;
        left: 676px;
    }
}

@media (min-width: 1200px) {
    .c-full-right {
        position: relative;
        left: 676px;
    }
}

/* anli*/
.index-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right, center;
}

/* banner */
.tparrows.circle {
    background-image: url(../../img/index/default.png);
}


.first-class-title {
    margin-top: 10px;
    font-size: 55px;
    letter-spacing: 25px;
    color: #CEA867;
    font-weight: 600;
}


.first-banner-h4 {
    font-size: 45px;
    margin-top: 120px;
    letter-spacing: 5px;
}

/* footer */
.c-layout-footer.c-layout-footer-3 .c-prefooter {
    padding: 20px 0 5px 0;
}

.c-layout-footer.c-layout-footer-3 .c-postfooter {
    padding: 5px 0;
}

.footer {
    background-image: url(../../../image/index/footer.png);
}

/* 优势 */
.c-counter {
    font-size: 50px;
    font-weight: 300;
    color: #202c5c;
    background-color: #fff;
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 100px;
    padding-top: 35px;
}

.c-bordered-1 {
    border: 4px solid transparent;
    background: none;
}


/* 团队 */

.c-content-testimonials-1 .c-testimonial {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.team-rgba {
    background: rgba(32, 44, 92, 0.75);
    width: 100%;
    padding: 240px;
    position: absolute;
    top: 0px;
}

/* 80% */
.pie {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: yellowgreen;
    background-image: linear-gradient(to right, transparent 50%, #655 0);
}

.pie::before {
    content: '';
    display: block;
    margin-left: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0/50%;
    background-color: inherit;
    transform-origin: left;
    transform: rotate(.2turn);
}

.po {
    position: relative;
    top: -80px;
    left: 5px;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
}

/* 55% */
.pie-2 {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgb(44, 207, 145);
    background-image: linear-gradient(to right, transparent 50%, #655 0);
}

.pie-2::before {
    content: '';
    display: block;
    margin-left: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0/50%;
    background-color: inherit;
    transform-origin: left;
    transform: rotate(.45turn);
}

/* footer */
.footer-a {
    background: rgba(32, 44, 92, 0.5);
    width: 100%;
    padding: 50px;
    position: absolute;
    top: 0px;
}
.footer-v {
    background-image: url(../../img/index/footer.png);
    position: relative;
    height:100px;
}
p {
    letter-spacing: 2px;
    line-height: 25px;
}

h4 {
    letter-spacing: 2px;
    line-height: 25px;
}

/*悬浮窗*/
.toolBar {
    height: 150px;
    width: 300px;
    position: fixed;
    bottom: 2%;
    right: 10px;
    border: #36648B 2px solid;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    z-index: 1000;
}

#toolBar p {
    margin-top: 10px;
    font-size: 15px;
    text-indent: 2em;
    line-height: 22px;
}

#toolBar span {
    font-weight: bold;
}

.toolBar1 {
    height: 150px;
    width: 300px;
    position: fixed;
    top: 2%;
    right: 10px;
    border: #36648B 2px solid;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    z-index: 10000;
  /* cursor: pointer; */
}