/****** common ******/

body {
    background: #ffffff;
    position: relative;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Tahoma, Arial, STXihei, “华文细黑”, Heiti, “黑体”, “Microsoft YaHei”, “微软雅黑”, SimSun, “宋体”, sans-serif;
}

@media screen and (min-width:1081px) {
    p {
        font-size: 16px;
    }
}

@media screen and (max-width:1080px) {
    p {
        font-size: 14px;
    }
}

body a {
    text-decoration: none;
}

p {
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 1px;
}

body .active_page {
    color: red;
}

.slogan {
    width: 100%;
    position: absolute;
    top: 20%;
    text-align: center;
}

.slogan h2 {
    font-size: 2rem;
    color: white;
    line-height: 200%;
}

.slogan h5 {
    font-size: 1.2rem;
    color: white;
    opacity: 1.0;
}

.slogan h6 {
    font-size: 1rem;
    color: white;
    line-height: 150%;
}

.bottom_text {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
}

.bottom_text .left {
    padding-left: 1rem;
    background: url(../images/index_icon.png) no-repeat;
    background-size: contain;
    background-position: 2rem center;
}

.bottom_text .left h2 {
    font-size: 2.0rem;
    padding-left: 7rem;
    padding-top: 1.5rem;
    color: #fff
}

.bottom_text .left h3 {
    font-size: 1.2rem;
    padding-left: 7rem;
    padding-bottom: 1.5rem;
    color: #fff;
    opacity: .2;
}

.bottom_text .right .tit {
    width: 8rem;
    height: 3rem;
    background: #4046c0;
    border-radius: 3rem;
    opacity: 0.2;
}

.bottom_text .right .tit2 {
    background: #ed8504;
    opacity: 0.2;
}

.bottom_text .right h5 {
    font-size: 1.3rem;
    color: #fff
}

.bottom_text .right h6 {
    font-size: 1.0rem;
    color: #fff;
    opacity: .3
}

.idx_about {
    overflow: hidden
}

.idx_about .left {
    position: relative;
}

.idx_about .right {
    position: relative;
}

.idx_about .txt {
    position: absolute;
    left: 2rem;
    top: 2rem;
}

.idx_about .txt h2 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #ecedff
}

.idx_about .txt h3 {
    font-size: 1.1rem;
    color: #fff
}

.idx_about .bom {
    position: relative;
    width: 100%;
    height: 4.19rem;
    overflow: hidden
}

.idx_about .bom .c_img {
    position: absolute;
    left: 0;
    top: 0
}

.idx_about .bom .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: .84rem;
    height: .84rem
}

.header {
    padding-top: 100px;
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    text-align: center;
    color: red;
}

.header .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
}

.header h1 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    header .header-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }
    header .header-content .header-content-inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    header .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}


/*footer*/

footer p {
    color: gray;
}

footer a {
    color: gray;
}

footer span {
    display: block;
    color: white;
    font-family: "microsoft yahei";
    font-size: 12px;
    line-height: 24px;
}

#copyrightBtn {
    cursor: pointer;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: gray;
    border-style: solid none;
    border-width: 1px 0;
    margin: 2rem 0;
    padding: 0rem;
}

.line1px {
    border-bottom: solid 1px #3a3a3a;
    margin: 2rem auto;
}

.section-title-h2 {
    color: rgb(248, 50, 14);
    font-size: 1.8rem;
}

.section-content-small {
    line-height: 2.2rem;
    /*letter-spacing: 1px;*/
    text-indent: 2.2rem;
    color: rgb(63, 63, 64);
}

.section-content-small-noident {
    line-height: 2.2rem;
    /*letter-spacing: 1px;*/
    color: rgb(63, 63, 64);
}

.section-content-md {
    font-size: 1.3rem;
}

.about1_list {
    position: relative;
}

.about1_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about1_list .li1 {
    position: absolute;
    right: 3%;
    top: 10%;
}

.about1_list .li2 {
    position: absolute;
    left: 5%;
    top: 10%;
}

.about1_list .li3 {
    position: absolute;
    right: 15%;
    top: 10%;
}

.about1_list h2 {
    font-size: 1.8rem;
    color: white;
}

.about1_list h3 {
    font-size: 1rem;
    color: white;
    opacity: .8;
}

.case-li {
    text-align: center;
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.case-li .title {
    margin-top: 1.2rem;
    padding: 0 1rem;
}

.case-li .title h2 {
    font-size: 1.3rem;
    font-weight: 400;
}

.case-li .content {
    margin-top: 1.4rem;
    padding: 0 1rem;
    margin-top: 10px;
}

.case-li .content p {
    font-size: 0.9rem;
}

.case-li .readmore {
    text-align: center;
    margin-top: 1.1rem;
    margin-bottom: 1rem;
}

.case-detail-top-bg {
    /*background-color: #55525c;*/
    background-color: #a5de37;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -9999;
    height: 300px;
}

.case-detail-header {
    text-align: center;
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.case-detail-header .title {
    margin-top: 1.2rem;
    padding-top: 2rem;
}

.case-detail-header .title h2 {
    font-size: 1.3rem;
    font-weight: 400;
    color: white;
}

.case-detail-content {
    padding: 1rem 1rem;
    margin-top: 2rem;
}

.case-detail-content h2 {
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 2.5rem;
}

.case-detail-content p {
    font-size: 1rem;
    /*text-indent: 2rem;*/
}

.bg-color-gray {
    background-color: #f8f9fa;
}

.team-member-li {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 1rem .2rem;
    padding-top: 1.2rem;
    border-bottom: solid 1px rgb(236, 237, 238);
}

.team-member-li .avatar {
    text-align: center;
}

.team-member-li img {
    max-width: 120px;
    width: 100%;
}

.team-member-li .title {
    margin-top: .2rem;
}

.team-member-li h2 {
    font-size: 1.2rem;
    font-weight: 800;
}

.team-member-li h6 {
    font-size: 1.0rem;
    font-weight: 400;
}

.team-member-li .detail {
    margin-top: 2rem;
    padding: 0 1rem;
    text-align: start;
}