﻿/* 首页 */
.index01 img {
    width: 100%;
}
.index01 .swiper-pagination-bullet {
width: 40px;
    height: 3px;
    border-radius: 0;
    background: rgba(255,255,255,0.9);
    border: 1px solid #fff;
}
.index01 .swiper-pagination-bullet-active {
    background: #d9b03c;
    border: 1px solid #fff;  
}
.index2 {
    display: flex;
    margin-left: 12%;
    width: 88%;
}
.index2_left {
    padding: 2% 0 0;
    width: 44%;
}
.index2_left .index2_left_text1 {
    color: #b6b6b6;
    font-weight: bold;
    font-size: 36px;
    margin: 2% 0;
}
.index2_left .index2_left_text2 {
    color: #555;
    font-weight: bold;
    font-size: 36px;
    margin: 1% 0 4%;    
}
.index2_left .index2_left_text3 {
    font-size: 13px;
    color: #555555;
    line-height: 26px;
    width: 86%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
}
.more {
    float: right;
    font-size: 13px;
    color: #ddb952;
    margin-right: 16px;
}
.chakanmore {
    font-size: 13px;
    color: #555555;
    cursor: pointer;
    text-align: right;
    display: inline-block;
    width: 86%;
    margin-top: 1%;
    color: #ddb952;  
}
.index2_left .index2_left_ul {
    overflow: hidden;
}
.index2_left .index2_left_ul li {
    line-height: 26px;
    padding-left: 8%;
    float: left;
    width: 36%;
    margin: 1% 0;
    height: 52px;
}
.index2_left .index2_left_ul li:nth-child(1) {
    background: url(../img/icon_1.png) left center no-repeat;
}
.index2_left .index2_left_ul li:nth-child(2) {
    background: url(../img/icon_2.png) left center no-repeat;
}
.index2_left .index2_left_ul li:nth-child(3) {
    background: url(../img/icon_3.png) left center no-repeat;
}
.index2_left .index2_left_ul li:nth-child(4) {
    background: url(../img/icon_4.png) left center no-repeat;
}
.index2_left_ul .index2_left_ul_text1 {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
}
.index2_left_ul .index2_left_ul_text2 {
    color: #989898;
    font-size: 10px;
}
.index2_left .index2_left_ul li:hover .index2_left_ul_text1 {
    color: #ddb952;
}
.index2_left .index2_left_ul li:hover .index2_left_ul_text2 {
    color: #ddb952;
}
.bg {
    width: 56%;
}
.bg .content {
    position: relative;
}
.bg .content div {
    background:#fff;
    width: 10px;
    height: 10px;
    border-radius:50%;
    position: relative;
}
.bg .content p {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius:50%;
    animation: myfirst 1.5s  infinite;box-shadow: 0px 0px 1px #fff;
}
.bg .content  span {
    position: absolute;
    display:block;
    width: 10px;
    height: 10px;
    border-radius:50%;
    animation: myfirst 1.5s  infinite;
    box-shadow: 0px 0px 1px #fff;
    animation-delay: 0.5s;
}
.bg .content .nine {
    background: #494949;
    position: absolute;
    left: 16.2vw;
    top: 17vw;
}
.content img {
    width: 100%;
}
@keyframes myfirst{
    20% {transform: scale(2);}
    40% {transform: scale(3);}
    60% {transform: scale(4);}
    80% {transform: scale(5);}
    100% {transform: scale(6);}
}
.index3 {
    background: url(../img/index04.jpg) center center no-repeat;
}
.index3_box {
    width: 1400px;
    margin: 0 auto;
    padding: 1% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index3_box .index3_btns {
    width: 22%;
}
.index3_box .index3_btns a {
    font-size: 16px;
    color: #ddb952;
    border: 1px solid #ddb952;
    padding: 4% 10%;
    display: inline-block;
    border-radius: 20px;
    font-weight: bold;
    margin: 0 2%;
}
.index3_box .index3_btns .index_active {
    background: #ddb952;
    border: 1px solid #ddb952;
    color: #fff;
}
.index3_box .index3_btns a:hover {
    background: #ddb952;
    border: 1px solid #ddb952;
    color: #fff;
}
.index4 {
    width: 1400px;
    margin: 0 auto;
    padding: 2% 0;
}
.index4 .index4_ul {
    display: flex;
    flex-wrap: wrap;
}
.index4 .bo {
    display: none;
}
.index4 .index4_ul li {
    width: 32.2%;
    margin-bottom: 2%;
    margin-right: 1%;
}
.index4 .index4_ul li .index4_ul_pic {
    width: 100%;
    position: relative;
}
.index4 .index4_ul li .index4_ul_pic .img {
    width: 100%;
    height: 274px;
}
.index4 .index4_ul li .index4_ul_text1 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin: 4% 0;
}
.line {
    background: #dcdcdc;
    width: 40px;
    height: 1px;
}
.index4 .index4_ul li .index4_ul_text2 {
    font-size: 13px;
    color: #797979;
    line-height: 24px;
    margin: 2% 0;
    /* height: 50px; */
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    overflow: hidden;
    width: 94%;
}
.index4 .index4_ul li .index4_ul_text3 {
    color: #333333;
    font-size: 13px;
    padding-bottom: 2%;
}
.index4 .index4_ul li:hover {
    cursor: pointer;
}
.index4_ul li:hover .index4_ul_text3, .index4_ul li:hover .index4_ul_text1 {
    color: #ddb952;
}
.index4_ul li .index4_ul_text3 {
    position: relative;
}
.index4_ul li i {
    zoom: 1;
    vertical-align: middle;
    height: 2px;
    overflow: hidden;
    margin-right: 10px;
    background: #333;
    display: inline-block;
    width: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    bottom: 0;
    background: #ddb952;    
}
.index4_ul li:hover i {
    width: 66px;
    background: #ddb952;
}
/* hover效果 */
.index4 .index4_ul li:hover {
    /* visibility: visible;
    animation-delay: 0.15s;
    animation-name: bounceInLeft; */
}
.index4_ul li .kuang {
    /* position: absolute;
    top: 0;
    width: 100%;
    height: 100%; */
}
.index4_ul li:hover .kuang .top,
.index4_ul li:hover .kuang .bottom {
  width: 84%;
}
.index4_ul li:hover .kuang .left,
.index4_ul li:hover .kuang .right {
  height: 84%;
}
.index4_ul li .kuang span {
    position: absolute;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.index4_ul li .kuang .top {
    width: 0px;
    height: 1px;
    left: 8%;
    top: 8%;
}
.index4_ul li .kuang .left {
    width: 1px;
    height: 0;
    top: 8%;
    left: 8%;
}
.index4_ul li .kuang .bottom {
    width: 0px;
    height: 1px;
    right: 8%;
    bottom: 8%;
}
.index4_ul li .kuang .right {
    width: 1px;
    height: 0;
    bottom: 8%;
    right: 8%;
}
.header_m_box {
    display: none;
}
.footer_m_box {
    display: none;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .header_m_box {
        display: block;
    }
    .footer_m_box {
        display: block;
    }
    .index2 {
        display: block;
        margin: 0 2%;
        width: 96%;
    }
    .index2_left {
        width: 100%;
    }
    .index2_left .index2_left_text1 {
        font-size: 16px;
    }
    .index2_left .index2_left_text2 {
        font-size: 16px;
    }
    .index2_left .index2_left_text3 {
        width: 100%;
        display: block;
    }
    .chakanmore {
       width: 100%;
       text-align: right;
       color: #ddb952;
    }
    .index2_left .index2_left_ul li {
        line-height: 24px;
        padding-left: 12%;
        width: 38%;
        float: left;
    }
    .index2_left_ul .index2_left_ul_text1 {
        font-size: 16px;
    }
    .index2_left_ul .index2_left_ul_text2 {
        font-size: 10px;
    }
    .bg {
        width: 100%;
    }
    .bg .content .nine {
        left: 31vw;
        top: 33vw;
    }
    .index3_box {
        width: 96%;
        padding: 2%;
    }
    .index3_box .index3_btns {
        text-align: right;
        width: 30%;
    }
    .index3_box .index3_btns a {
        margin: 2% 0;
        font-size: 12px;
    }
    .index3_box img {
        width: 120px;
    }
    .index4 {
        width: 96%;
        overflow: hidden;
    }
    .index4 .index4_ul li {
        width: 100%;
        margin-bottom: 4%;
    }
}

/* 行业新闻 */
.new01 {
    background: url(../img/new01.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    height: 634px;
}
.new01_txt {
    line-height: 60px;
    width: 1400px;
    margin: 0 auto;
    padding-top: 17%;
}
.new01 .new01_text1 {
    font-size: 60px;
}
.new01 .new01_text2 {
    font-size: 25px;    
}
.new01 .new01_text3 {
    font-size: 20px;    
}
.new01_a {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.2);
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.new01_a_box {
    padding-left: 13%;
}
.new01_a_box a {
    color: #fff;
    width: 12%;
    display: inline-block;
    font-size: 18px;
}
.new01_a_box a:hover {
    color: #ddb952;
}
.new01_a_box2 {
    background: #ddb952;
    float: right;
    width: 38%;
    text-align: center;
    font-size: 13px;
    color: #333;
}
.new01_a .new01_a_box2 span {
    color: #fff;
}
.fenzhi {
    display: flex;
    height: 50px;
    overflow: hidden;
}
.fenzhi .title_swiper_pc {
    width: 58%;
    margin: 0;
}
.fenzhi a {
    width: 100%;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .new01 {
        height: 182px;
        margin-top: 14%;
    }
    .new01_txt{
        width: 94%;
        padding: 10% 0 0 6%;
        line-height: 30px;
    }
    .new01 .new01_text1 {
        font-size: 20px;
        font-weight: bold;
    }
    .new01 .new01_text2 {
        font-size: 14px;
    }
    .new01 .new01_text3 {
        font-size: 14px;
    }
    .new01_a_box2 {
        display: none;
    }
    .new01_a {
        height: 30px;
        line-height: 30px;
    }
    .new01_a_box {
        padding-left: 2%;
    }
    .new01_a_box a {
        width: inherit;
        font-size: 12px;
    }
}

/* 普基新闻-详情 */
.newdetail01 {
    width: 1400px;
    margin: 0 auto;
}
.newdetail01 .newdetail01_text1 {
    font-size: 28px;
    color: #333333;
    text-align: center;
    padding: 4% 0 1%;
}
.newdetail01 .newdetail01_text2 {
    font-size: 15px;
    color: #676767;
    text-align: center;
    padding: 1% 0;    
}
.newdetail01 .newdetail01_content {
    color: #4f4b4a;
    font-size: 15px;
    padding: 3% 0;
    line-height: 28px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
.newdetail01_list {
    display: flex;
    justify-content: space-between;
    padding: 3% 0 4%;
}
.newdetail01_list a {
    width: 33%;
}
.newdetail01_list .back {
    background: url(../img/icon_mine.png) 10px center no-repeat;
    padding-left: 2%;
    border: 1px solid #4f4b4a;
    text-align: center;
    width: 6%;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    border-radius: 14px;
}
.newdetail01_list .back:hover {
    background: url(../img/icon_mine2.png) 10px center no-repeat;
    color:  #ddb952;
    border: 1px solid #ddb952;    
}
.newdetail01_list .newdetail01_text {
    color: #4f4b4a;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.newdetail01_list a:hover .newdetail01_text {
    color: #ddb952;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .newdetail01 {
        width: 96%;
        margin: 0 2%;
    }
    .newdetail01 .newdetail01_text1 {
        font-size: 18px;
    }
    .newdetail01 .newdetail01_text2 {
        font-size: 10px;
        line-height: 24px;
    }
    .newdetail01 .newdetail01_content {
        font-size: 14px;
    }
    .newdetail01 .newdetail01_content img {
        width: 100%!important;
        height: auto!important;
    }
    .newdetail01_list .back {
        display: none;
    }
    .newdetail01_list {
        display: block;
    }
    .newdetail01_list a {
        width: 100%;
    }
    .newdetail01_list .newdetail01_text {
        font-size: 12px;
        line-height: 24px;
    }
}

/* nemall介绍 */
.Introduction01 {
    background: url(../img/Introduction01.jpg) center center no-repeat;    
}
.Introduction02 {
    width: 1400px;
    margin: 4% auto 0;
    overflow: hidden;
}
.yellowline {
    background: #d9b03c;
    width: 40px;
    height: 2px;
}
.Introduction02_left {
    float: left;
    line-height: 36px;
}
.Introduction02_right {
    float: right;
    width: 49%;
}
.Introduction02_right img {
    width: 100%;
}
.Introduction02_left .Introduction02_left_text1 {
    color: #333333;
    font-size: 28px;
}
.Introduction02_left .Introduction02_left_text2 {
    color: #666666;
    font-size: 16px;
}
.Introduction03 {
    width: 1400px;
    margin: 0 auto;
}
.Introduction03 .img {
    width: 100%;
}
.Introduction03 .Introduction_banner .swiper-button-prev {
    background-image: url(../img/icon_zjt.png);
    background-size: 100%;
}
.Introduction03 .Introduction_banner .swiper-button-next {
    background-image: url(../img/icon_yjt.png);
    background-size: 100%;
}
.Introduction03_ul {
    background: url(../img/Introduction06.jpg) center center no-repeat;
    background-size: 100%;
    color: #fff;
    overflow: hidden;
    padding: 2% 0;
}
.Introduction03_ul li {
    float: left;
    width: 20%;
    text-align: center;
}
.Introduction03_ul .Introduction03_ul_text1 {
    display: flex;
    justify-content: center;
}
.Introduction03_ul .Introduction03_ul_text1 h2 {
    font-size: 48px;
}
.Introduction03_ul .Introduction03_ul_text2 {
    font-size: 18px;
    margin: 6% 0;
}
.Introduction03_ul_text1 span {
    display: inline-block;
    padding-top: 10%;
}
.Introduction04_text1 {
    color: #333333;
    font-size: 28px;
}
.Introduction04 {
    width: 1400px;
    margin: 2% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Introduction05 {
    width: 1400px;
    margin: 2% auto;
    display: flex;
    justify-content: space-between;
}
.Introduction05 .index4_ul_pic {
    position: relative;
}
.Introduction05 li:hover .kuang .top,
.Introduction05 li:hover .kuang .bottom {
  width: 84%;
}
.Introduction05 li:hover .kuang .left,
.Introduction05 li:hover .kuang .right {
  height: 84%;
}
.Introduction05 li .kuang span {
    position: absolute;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.Introduction05 li .kuang .top {
    width: 0px;
    height: 1px;
    left: 8%;
    top: 8%;
}
.Introduction05 li .kuang .left {
    width: 1px;
    height: 0;
    top: 8%;
    left: 8%;
}
.Introduction05 li .kuang .bottom {
    width: 0px;
    height: 1px;
    right: 8%;
    bottom: 8%;
}
.Introduction05 li .kuang .right {
    width: 1px;
    height: 0;
    bottom: 8%;
    right: 8%;
}
.Introduction05_content {
    position: absolute;
    top: 20%;
    text-align: center;
    color: rgba(255,255,255,0.8);
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
}
.Introduction05_content_text1 {
    width: 60%;
    line-height: 26px;
    margin: 0 auto;
}
.Introduction05_content_text2 {
    height: 1px;
    width: 60px;
    background: #d9b03c;
    margin: 8% auto;
}
.Introduction05_content_text3 {
    font-size: 24px;
    color: #d9b03c;
    margin: 4% 0;
}
.Introduction05_content_text4 {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
.Introduction05_content1 {
    left: 20%;
}
.index4_ul_pic img {
    width: 100%;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .Introduction02 {
        width: 96%;
        margin: 0 2% 2%;
    }
    .Introduction03 {
        width: 96%;
        margin: 0 2%;
    }
    .Introduction04 {
        width: 96%;
        margin: 4% 2%;
    }
    .Introduction05 {
        width: 96%;
        margin: 0 2%;
        display: block;
    }
    .Introduction02_left .Introduction02_left_text1 {
        font-size: 18px;
    }
    .Introduction02_right {
        display: none;
    }
    .Introduction03_ul {
        background-repeat: repeat;
    }
    .Introduction03_ul li {
        width: 100%;
    }
    .Introduction03_ul .Introduction03_ul_text1 h2 {
        font-size: 30px;
    }
    .Introduction03_ul_text1 span {
        padding-top: 3.5%;
    }
    .Introduction04_text1 {
        font-size: 18px;
        font-weight: bold;
    }
    .Introduction04 img {
        width: 120px;
    }
    .Introduction05 li {
        margin-bottom: 2%;
    }
    .Introduction05_content {
        left: 50%;
        width: 90%;
        top: 20%;
    }
    .Introduction05_content_text1 {
        width: inherit;
        font-size: 16px;
    }
    .Introduction05_content_text2 {
        margin: 2% auto;
    }
    .Introduction05_content_text3 {
        font-size: 14px;
        margin: 2% 0;
    }
    .Introduction05_content_text4 {
        font-size: 12px;
    }
}

/* neTown介绍 */
.neTown01 {
    overflow: hidden;
    width: 1400px;
    margin: 2% auto;
}
.neTown02 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
}
.neTown02_left {
    width: 55%;
}
.neTown02_left img {
    width: 100%;
}
.neTown02_right {
    width: 45%;
}
.neTown02 .neTown02_right img {
    margin: 2% 0 0 0;
    width: 100%;
}
.neTown02_right_txt {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 2% 4% 0 8%;
    box-sizing: border-box;
    width: 100%;
    background: url(../img/neTown03.png) center center no-repeat;
}
.neTown02_right_txt span {
    color: #d9b03c;
}
.neTown03 {
    width: 1400px;
    margin: 2% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.neTown03 li {
    position: relative;
    margin-bottom: 2%;
    overflow: hidden;
    width: 20%;
}
.neTown03 li img {
    transition: all 1s;
}
.neTown03 li:hover img {  
    transform: scale(1.1);
}
.neTown03 li .neTown03_txt {
    position: absolute;
    color: #fff;
    width: 90%;
    bottom: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 4%;
    font-size: 20px;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .neTown01 {
        width: 96%;
        margin: 0 2%;
    }
    .neTown02 {
        width: 96%;
        margin: 2%;
        display: block;
    }
    .neTown02_left {
        width: 100%;
    }
    .neTown02_right {
        width: 100%;
    }
    .neTown03 {
        width: 96%;
        margin: 0 2%;
    }
    .neTown02 .neTown02_right img {
        margin: 0;
    }
    .neTown02_right_txt {
        padding: 0;
        width: 100%;
        line-height: 26px;
        font-size: 14px;
    }
    .neTown03_pic img {
        width: 100%;
    }
    .neTown03 li .neTown03_txt {
        font-size: 14px;
    }
    .neTown03_txt img {
        width: 30px;
    }
}

/* neTown介绍-核心系统 */
.system01 {
    width: 1400px;
    margin: 2% auto;
}
.system01 li {
    padding: 2%;
    color: #fff;
    margin-bottom: 4%;
    height: 484px;
}
.system01 li:nth-child(1) {
    background: url(../img/neTown09.jpg) center center no-repeat;
}
.system01 li:nth-child(2) {
    background: url(../img/neTown10.jpg) center center no-repeat;
}
.system01 li:nth-child(3) {
    background: url(../img/neTown11.jpg) center center no-repeat;
}
.system01 li:nth-child(4) {
    background: url(../img/neTown12.jpg) center center no-repeat;
}
.system01 li:nth-child(5) {
    background: url(../img/neTown13.jpg) center center no-repeat;
}
.system01 li .system01_text1 {
    font-size: 44px;
}
.system01 li .system01_text2 {
    font-size: 22px;
    margin: 1% 0;
}
.system01 li .system01_text3 {
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 1% 0 1%;
}
.system01 li .system01_text4 {
    font-size: 28px;
    margin: 4% 0 2%;
}
.system01 li .system01_text5 {
    font-size: 15px;
    width: 26%;
    line-height: 36px;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .system01 {
        width: 100%;
    }
    .system01 li {
        height: 400px;
    }
    .system01 li .system01_text1 {
        font-size: 30px;
    }
    .system01 li .system01_text2 {
        font-size: 18px;
        margin: 4% 0;
    }
    .system01 li .system01_text4 {
        font-size: 18px;
    }
    .system01 li .system01_text5 {
        width: 100%;
    }
}

/* 核心优势 */
.advantages01 li .system01_text5 {
    width: 20%;
}
.advantages01 li:nth-child(1) {
    background: url(../img/neTown14.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.advantages01 li:nth-child(2) {
    background: url(../img/neTown15.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.advantages01 li:nth-child(3) {
    background: url(../img/neTown16.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.advantages01 li:nth-child(4) {
    background: url(../img/neTown17.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.advantages01 li:nth-child(5) {
    background: url(../img/neTown18.jpg) center center no-repeat;
    background-size: 100% 100%;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .advantages01 li .system01_text5 {
        width: 100%;
    }
}

/* 合作共赢 */
.cooperation01 {
    background: url(../img/cooperation01.jpg) center center no-repeat;
}
.cooperation02 {
    display: flex;
    width: 1400px;
    margin: 2% auto;
    align-content: center;
    justify-content: space-between;
}
.cooperation02 .cooperation02_text1 {
    color: #333333;
    font-size: 28px;
}
.cooperation02 .cooperation02_text1 {
    color: #333333;
    font-size: 24px;
}
.cooperation02 .cooperation02_text2:before {
    content:'——';
    color: #d9b03c;    
}
.cooperation02 .cooperation02_text2 span {
    color: #d9b03c;
}
.cooperation03 {
    width: 1400px;
    margin: 2% auto;
    display: flex;
    flex-wrap: wrap;
}
.cooperation03 li {
    width: 50%;
    position: relative;
    height: 356px;
}
.cooperation03_pic img {
    width: 100%;
    height: 100%;
}
.cooperation03 li:nth-child(4), .cooperation03 li:nth-child(5) {
    width: 25%
}
.cooperation03_txt {
    position: absolute;
    bottom: 20%;
    color: #fff;
    left: 8%;
    line-height: 36px;
}
.cooperation03_txt p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}
.cooperation03_txt p:nth-child(2) {
    font-size: 16px;
}
.cooperation03 li:nth-child(4) .cooperation03_txt, .cooperation03 li:nth-child(5) .cooperation03_txt {
    width: 80%;
}
.cooperation04_ul .cooperation04_ul_text1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.cooperation04_ul .cooperation04_ul_text2 {
    color: #757575;
    font-size: 16px;
}
.cooperation04 {
    width: 1400px;
    margin: 2% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cooperation04_ul {
    display: flex;
    justify-content: space-between;
    margin-left: 6%;
    border-bottom: 4px solid #f4f4f4;
    padding-bottom: 60px;  
}
.cooperation04_ul li {
    width: 20%;
    line-height: 34px;
    border-bottom: 4px solid #fff;  
}
.cooperation04_ul li:hover .cooperation04_ul_text1 {
    color: #d9b03c;
}
.cooperation04_ul li:hover {
    border-bottom: 4px solid #d9b03c;
    margin-bottom: -64px;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .cooperation02 {
        display: block;
        width: 96%;
        margin: 4% 2%;
    }
    .cooperation02 .cooperation02_text1 {
        font-size: 18px;
        font-weight: bold;
    }
    .cooperation02 .cooperation02_text2 {
        margin: 2% 0;
    }
    .cooperation02 .cooperation02_text2:before {
        content: "";
    }
    .cooperation03 {
        width: 96%;
        margin: 0 2%;
        display: block;
    }
    .cooperation03 li {
        width: 100%;
        height: auto;
    }
    .cooperation03 li:nth-child(4), .cooperation03 li:nth-child(5) {
        width: 100%;
    }
    .cooperation04 {
        width: 100%;
        display: block;
    }
    .cooperation04_pic {
        display: none;
    }
    .cooperation04_ul {
        display: block;
        padding: 0 2%;
        margin-left: 0;
    }
    .cooperation04_ul li {
        width: 100%;
    }
    .cooperation04_ul li:hover {
        margin-bottom: 0;
        border-bottom: 4px solid #fff;
    }
}

/* 加入普基 */
.join1 {
    width: 1400px;
    margin: 0 auto;
}
.join1_pic {
    margin: 2% 0;
    width: 100%;
    height: 228px;
    position: relative;
}
.join1_pic img {
    width: 100%;
}
.join1_text {
    position: absolute;
    color: #fff;
    top: 50px;
    text-align: center;
    width: 100%;
    line-height: 26px;
}
.join1_text p:nth-child(1) {
    font-size: 22px;
}
.join1_text p:nth-child(2) {
    font-size: 15px;
    width: 54%;
    margin: 2% auto 0;
}
.join1_list {

}
.join1_list .join1_list_ul {
    display: flex;
    align-items: center;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 6px 12px;
}
.join1_list .join1_list_ul li {
    font-size: 14px;
    color: #727071;
    width: 14%;
    text-align: center;
}
.join1_list .join1_list_ul li:nth-child(1) {
    font-size: 16px;
    color: #333333;
}
.join1_list_ul .an {
    display: inline-block;
    text-align: right;
    width: 30%;
}
.join1_list_hide {
    display: none;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 6px 12px;   
    color: #333333;
    font-size: 14px;
    line-height: 24px; 
}
.join1_list_hide .title {
    margin: 1% 0;
}
.join1_list>li {
    margin-bottom: 1%;
    position: relative;
}
.verticalLine {
    position: absolute;
    left: 0;
    background: #d9b03c;
    width: 2px;
    height: 100%;
    top: 0;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .join1 {
        width: 100%;
    }
    .join1_pic {
        width: 100%;
        height: auto;
    }
    .join1_list {
        width: 96%;
        margin: 0 2%;
    }
    .join1_list>li {
        margin-bottom: 2%;
    }
    .join1_pic img {
        width: 100%;
    }
    .join1_list_ul li:nth-child(2), .join1_list_ul li:nth-child(3), .join1_list_ul li:nth-child(4), .join1_list_ul li:nth-child(5){
        display: block;
        font-size: 12px;
        width: 18%;
    }
    .join1_list .join1_list_ul li:nth-child(1) {
        width: 18%;
    }
}

/* 管理架构 */
.administration1 {
    background: url(../img/join2.jpg) center center no-repeat;
}
.administration2 {
    width: 1400px;
    margin: 0 auto;
    line-height: 32px;
    font-size: 16px;
    color: #444444;
}
.administration3 {
    width: 1400px;
    margin: 2% auto 4%;
}
.administration3 img {
    width: 100%;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .bgDevelopment .administration2 {
        width: 96%;
        margin: 0 2%;
    }
    .administration2 {
        display: none;
    }
    .bgDevelopment .administration4 {
        width: 96%;
        margin: 0 2% 2%;
    }
    .neTown03 li {
        width: 100%;
    }
    .administration3 {
        width: 100%;
    }
    body .culture01 {
        width: 100%;
        display: block;
    }
    .culture01 .culture01_text {
        width: 90%;
        height: 70%;
    }
    .culture01 .culture01_text1 {
        font-size: 20px;
    }
    .culture01 .culture01_text2 {
        font-size: 14px;
    }
    .culture01 .culture01_text_box {
        top: 12%;
        bottom: 0;
    }
    body .culture01 li {
        width: 96%;
        margin: 0 auto;
    }
}

/* 基普发展 */
.bgDevelopment {
    background: url(../img/bg1.png) center center no-repeat;
    background-size: 100%;
}
.administration4 {
    width: 1400px;
    margin: 2% auto;
    color: #444444;
    font-size: 15px;
    line-height: 30px;
    box-shadow: 0 0 10px #DFDFDF;
}
.administration4_text {
    padding: 2%;
    background: #fff;
}

/* 基普控股 */
.administration4_pic img {
    width: 100%;
}

/* 企业文化 */
.culture01 {
    width: 1400px;
    margin: 2% auto;
    display: flex;
    justify-content: space-between;
}
.culture01 li {
    position: relative;
    width: 49%;
}
.culture01_pic img {
    width: 100%;
}
.culture01_text {
    width: 60%;
    height: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.culture01_text1 {
    font-size: 24px;
    margin: 4% 0;
}
.culture01_text2 {
    font-size: 16px;
}
.culture01_text_box {
    width: 60%;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: -52%;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 24px;
    height: 70%;
}
.culture01_text_hide {
    line-height: 30px;
    font-size: 15px;
    text-align: left;
    margin-top: 20%;
}
.culture02 li:hover .culture01_text_box {
    bottom: 20%;
    transition: all .5s;
}

/* 教育慈善 */
.charitable01 {
    background: url(../img/education01.jpg) center center no-repeat;
}
.charitable02 {
    background: url(../img/education02.jpg) center center no-repeat;
    font-size: 16px;
    color: #fff;
    width: 1400px;
    margin: 0 auto;
}
.charitable02_ul {
    background: none;
    width: 70%;
    margin: 0 auto;
    padding: 1% 0 4%;
}
.Introduction03_ul {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}
.charitable02_ul .Introduction03_ul_text1 h2 {
    font-size: 31px;
    color: #d9b03c;
}
.charitable02_ul span {
    font-size: 31px;
    color: #d9b03c;
    padding-top: 0;
}
.charitable02_text {
    padding: 1% 2% 0;
    text-align: center;
    line-height: 32px;
}
.charitable02_ul li {
    width: 33%;
}
.charitable03 {
    width: 1400px;
    margin: 2% auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.charitable03 li {
    margin-bottom: 1%;
}
.charitable03 li a {
    display: inline-block;
}
.charitable03 li:hover .cooperation03_text {
    color: #d9b03c;
}
.charitable03 .cooperation03_text {
    color: #333333;
    font-size: 16px;
    padding-top: 2%;
}
.charitable03 .cooperation03_pic {
    width: 680px;
    height: 337px;
}
.charitable03 .cooperation03_pic .img {
    width: 100%;
    height: 100%;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .charitable02 {
        width: 100%;
    }
    .charitable02 .charitable02_ul li {
        width: 100%;
    }
    .charitable02_text {
        line-height: 24px;
        font-size: 14px;
        padding: 2%;
    }
    .charitable02_ul {
        width: 100%;
    }
    .Introduction03_ul .Introduction03_ul_text2 {
        font-size: 16px;
        margin: 3% 0;
    }
    .charitable02_ul .Introduction03_ul_text1 h2 {
        font-size: 22px;
    }
    .charitable02_ul span {
        font-size: 22px;
    }
    .charitable03 {
        width: 96%;
    }
    .charitable03 .cooperation03_pic {
        width: 96vw;
        height: 200px;
    }
    .charitable03 li {
        margin-bottom: 2%;
    }
}

/* 体育慈善 */
.tiyu01 {
    background: url(../img/education04.jpg) center center no-repeat;
}
.tiyu02 {
    background: url(../img/education05.jpg) center center no-repeat;
}
.tiyu02 .charitable02_ul li {
    width: 50%;
}

/* 医疗慈善 */
.yiliao01 {
    background: url(../img/education07.jpg) center center no-repeat;
}
.yiliao02 {
    background: url(../img/education09.jpg) center center no-repeat;
}
.yiliao02 .charitable02_ul li {
    width: 50%;
}

/* 阿拉善子公司 */
.subsidiary01 {
    background: url(../img/index02.jpg) center center no-repeat;
}
.subsidiary02 {
    width: 1400px;
    margin: 3% auto;
    display: flex;
}
.subsidiary02_left {
    width: 30%;
}
.subsidiary02 .subsidiary02_text1 {
    color: #333333;
    font-size: 28px;
}
.subsidiary02 .subsidiary02_text2 {
    color: #f1f1f1;
    font-size: 41px;    
    margin: 6% 0;
    line-height: 54px;
}
.subsidiary02_ul {
    line-height: 24px;
    width: 77%;
    word-wrap: break-word;
}
.subsidiary02_ul textarea {
    border: 1px solid #ededed;
    border-radius: 2px;
    padding: 2%;
}
.subsidiary02_ul li:nth-child(1) .subsidiary02_ul_text1 {
    background: url(../img/icon_time.png) left center no-repeat;
    background-size: contain;    
}
.subsidiary02_ul li:nth-child(2) .subsidiary02_ul_text1 {
    background: url(../img/icon_mj.png) left center no-repeat;
    background-size: contain;    
}
.subsidiary02_ul li:nth-child(3) .subsidiary02_ul_text1 {
    background: url(../img/icon_add.png) left center no-repeat;
    background-size: contain;    
}
.subsidiary02_ul li .subsidiary02_ul_text1 {
    padding-left: 8%;
    font-size: 16px;
    color: #666666;
}
.subsidiary02_ul li .subsidiary02_ul_text2 {
    color: #333333;
    font-size: 18px;
    margin: 2% 0;
}
.title_swiper_m {
    display: none; 
    /* 标题隐藏 */
}

/* 地图 */
.subsidiary02 .bg .content {
    position: relative;
}
.subsidiary02 .bg {
    width: 40%;
    margin: 0 6% 0 -6%;
    position: relative;
}
.subsidiary02 .bg .content div {
    background:#dbb547;
    width: 10px;
    height: 10px;
    border-radius:50%;
    position: relative;
}
.subsidiary02 .bg .content p {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius:50%;
    animation: myfirst 1.5s  infinite;
    box-shadow: 0px 0px 1px #dbb547;
}
.subsidiary02 .bg .content  span {
    position: absolute;
    display:block;
    width: 10px;
    height: 10px;
    border-radius:50%;
    animation: myfirst 1.5s  infinite;
    box-shadow: 0px 0px 1px #dbb547;
    animation-delay: 0.5s;
}
.subsidiary02 .bg .content .nine {
    background: #dbb547;
    position: absolute;
    left: 15.5vw;
    top: 10vw;
}
.content img {
    width: 100%;
}
.subsidiary02_center_txt {
    position: absolute;
    background: #fff;
    top: 44%;
    left: 20%;
    padding: 2%;
    line-height: 20px;
    text-align: center;
}
.subsidiary02_center_txt .subsidiary02_center_text1 {
    color: #6e6e6e;
    font-size: 14px;
}
.subsidiary02_center_txt .subsidiary02_center_text2 {
    color: #d3d3d3;
    font-size: 10px;
}
@keyframes myfirst{
    20% {transform: scale(2);}
    40% {transform: scale(3);}
    60% {transform: scale(4);}
    80% {transform: scale(5);}
    100% {transform: scale(6);}
}
.subsidiary02_right {
    width: 30%;
}
.subsidiary02_right_pic {

}
.subsidiary02_right_pic img {
    width: 100%;
    height: 100%;
}
.subsidiary02_right_text {
    color: #fff;
    font-size: 14px;
    background: #dbb547;
    padding: 4%;
    line-height: 26px;
}
.subsidiary03 {
    width: 1400px;
    margin: 2% auto;
    display: flex;
    flex-flow: wrap;
}
.subsidiary03 li {
    margin-bottom: 2%;
    width: 440px;
    height: 277px;
    margin-right: 1.5%;
}
.subsidiary03 li:nth-child(4n) {
    margin-right: 0;
}
.subsidiary03 li img {
    width: 100%;
    height: 100%;
}
/* 手机端 */
@media only screen and (max-width: 768px) {
    .title_swiper_m .swiper-slide {
        text-align: center;
    }
    .title_swiper_m .swiper-button-next {
        /* background-image: url(../img/icon_right.png) */
        background-image: none;
        margin-top: -16px;
        color: #ddb952;
        text-align: right;
        outline: none;
    }
    .title_swiper_m .swiper-button-prev {
        /* background-image: url(../img/icon_left.png) */
        background-image: none; 
        margin-top: -16px;
        color: #ddb952;   
        outline: none;        
    }
	.index01 {
	    margin-top: 14%;
	}
    .index_banner {
        height: 182px;
    }
    .index01 img {
        width: 100%;
        height: 100%;
    }
    .title_swiper {
        display: none;
    }
    .title_swiper_m {
        display: block;
        position: absolute;
        bottom: 0;
        background: rgba(255,255,255,0.2);
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
    .title_swiper_m .title {
        color: #fff;
        font-size: 14px;
    }
    .subsidiary02 {
        width: 96%;
        display: block;
    }
    .subsidiary02_left {
        width: 100%;
    }
    .subsidiary02 .bg {
        width: 100%;
        margin: 0;
    }
    .subsidiary02_right {
        width: 100%;
    }
    .subsidiary02 .subsidiary02_text1 {
        font-size: 18px;
    }
    .subsidiary02 .subsidiary02_text2 {
        display: none;
    }
    .subsidiary02_ul {
        line-height: 18px;
        padding: 4% 0;
    }
    .subsidiary02_ul li .subsidiary02_ul_text2 {
        font-size: 14px;
        margin: 2% 0 0;
    }
    body .subsidiary02 .zigong .content .nine {
        left: 50vw;
        top: 54vw;
    }
    body .subsidiary02 .hanzhong .content .nine {
        left: 58vw;
        top: 42vw;
    }
    body .subsidiary02 .guizhou .content .nine {
        left: 46vw;
        top: 60vw;
    }
    body .subsidiary02 .alashan .content .nine {
        left: 50vw;
        top: 32vw;
    }
    .subsidiary03 {
        width: 96%;
    }
    .subsidiary03 li {
        width: 100%;
    }
    .subsidiary03 li {
        height: auto;
    }
    .subsidiary03 li img {
        height: auto;
    }
    .title_swiper_m .title_active {
        color: #dbb547;
    }
    .join1_text {
        top: 6px;
        line-height: 14px;
    }
    .join1_text p:nth-child(1) {
        font-size: 14px;
    }
    .join1_text p:nth-child(1)>span {
        font-size: 14px;
    }
    .join1_text p:nth-child(2) {
        font-size: 11px;
        width: 100%;
        margin: 2% auto 0;
    }
    .join1_list_ul .an {
        width: 8%;
    }
    .subsidiary02 .subsidiary02_L {
        width: 100%;
    }
    .subsidiary02 .subsidiary02_R {
        width: 100%;
    }
    .subsidiary02 .subsidiary02_L .text3 {
        width: 100%;
    }
    .subsidiary02 .gsjc_pic {
        width: 100%;
        height: auto;
    }
    .subsidiary02 .subsidiary02_R #container {
        height: 400px;
    }
    .subsidiary02 .subsidiary02_R .map_tag {
        line-height: 32px;
        left: 80px;
        width: 200px;
        height: 66px;
        top: 80px;
    }
}
.subsidiary02_R #container {
    height: 600px;
}
/* 贵州子公司 */
.subsidiary02 .guizhou .content .nine {
    background: #dbb547;
    position: absolute;
    left: 16vw;
    top: 18vw;
}
.guizhou .subsidiary02_center_txt {
    position: absolute;
    background: #fff;
    top: 42%;
    left: 28%;
    padding: 2%;
    line-height: 20px;
    text-align: center;
}

/* 汉中子公司 */
.subsidiary02 .hanzhong .content .nine {
    background: #dbb547;
    position: absolute;
    left: 18vw;
    top: 12vw;
}
.hanzhong .subsidiary02_center_txt {
    position: absolute;
    background: #fff;
    top: 26%;
    left: 34%;
    padding: 2%;
    line-height: 20px;
    text-align: center;
}

/* 自贡子公司 */
.subsidiary02 .zigong .content .nine {
    background: #dbb547;
    position: absolute;
    left: 16vw;
    top: 16vw;
}
.zigong .subsidiary02_center_txt {
    position: absolute;
    background: #fff;
    top: 40%;
    left: 34%;
    padding: 2%;
    line-height: 20px;
    text-align: center;
}
.new01_a_box  .title_active {
    color: #dbb547;
}
.title_swiper_pc .swiper-slide {
    text-align: center;
}
.title_swiper_pc .swiper-button-next {
    /* background-image: url(../img/icon_right.png) */
    background-image: none;
    margin-top: -26px;
    color: #ddb952;
}
.title_swiper_pc .swiper-button-prev {
    /* background-image: url(../img/icon_left.png) */
    background-image: none; 
    margin-top: -26px;
    color: #ddb952;   
}

/* 笔记本 */
@media screen and (min-width:768px) and (max-width:1400px) {
    .index4 .index4_ul li .index4_ul_pic .img {
        width: 100%;
        height: 200px;
    }
    .index2_left .index2_left_text3 {
        height: 100px;
        overflow: hidden;
    }
    .footer_bottom {
        width: 1200px;
    }
    .new01_txt {
        width: 1200px;
    }
    .new01_a {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }
    .new01_a_box a {
        font-size: 13px;
        width: 15%;
    }
    .fenzhi {
        display: flex;
        height: 50px;
        overflow: hidden;
    }
    .fenzhi .title_swiper_pc {
        width: 58%;
        margin: 0;
    }
    .fenzhi a {
        width: 100%;
    }
    .new01_a_box {
        padding-left: 0;
        text-align: center;
    }
    /* 阿拉善坐标 */
    .subsidiary02 .alashan .content .nine {
        left: 17.3vw;
        top: 10.7vw;
    }
    .alashan .alashan_text {
        top: 30%;
    }
    /* 贵州坐标 */
    .subsidiary02 .guizhou .content .nine {
        left: 18vw;
        top: 19vw;
    }    
    .guizhou .guizhou_text {
        top: 28%;
    }
    /* 汉中坐标 */
    .subsidiary02 .hanzhong .content .nine {
        left: 20vw;
        top: 12vw;
    }    
    .hanzhong .hanzhong_text {
        top: 10%;
    }
    /* 自贡坐标 */
    .subsidiary02 .zigong .content .nine {
        left: 17vw;
        top: 18vw;
    }    
    .zigong .zigong_text {
        top: 22%;
    }
    .subsidiary02 {
        width: 1000px;
    }
    .cooperation02 {
        width: 1000px;
    }
    .subsidiary03 {
        width: 1000px;        
    }
    .subsidiary03 li {
        width: 320px;
        height: 220px;
    }
    .index3_box {
        width: 1000px;
    }
    .index3_box .index3_btns {
        width: 28%;
    }
    .index4 {
        width: 1000px;
    }
    .administration2 {
        width: 1000px;
    }
    .administration4 {
        width: 1000px;        
    }
    .administration3 {
        width: 1000px;
    }
    .culture01 {
        width: 1000px;
    }
    .culture01_text {
        width: 80%;
        height: 60%;
    }
    .culture01_text_box {
        width: 80%;
        bottom: -54%;
    }
    .culture01_text_hide {
        margin-top: 6%;
    }
    .culture02 li:hover .culture01_text_box {
        bottom: 12%;
    }
    .Introduction02 {
        width: 1000px;
    }
    .Introduction03 {
        width: 1000px;        
    }
    .Introduction04 {
        width: 1000px;        
    }
    .Introduction05 {
        width: 1000px;        
    }
    .Introduction05 li {
        width: 49%;
    }
    .Introduction05_content_text1 {
        width: 80%;
    }
    .Introduction05_content {
        top: 8%;
        left: 50%;
    }
    .Introduction05_content1 {
        left: 6%;
    }
    .neTown01 {
        width: 1000px;
    }
    .system01 {
        width: 1000px;        
    }
    .neTown02 {
        width: 1000px;
    }
    .neTown02_right_txt {
        font-size: 14px;
        width: 100%;
        line-height: 28px;
        padding: 2% 3%;
    }
    .neTown03 {
        width: 1000px;
    }
    .neTown03 li {
        width: 49%;
    }
    .charitable02 {
        width: 1000px;
    }
    .charitable03 {
        width: 1000px;
    }
    .charitable03 li {
        width: 49%;
    }
    .charitable03 .cooperation03_pic {
        width: 100%;
        height: 250px;
    }
    .join1 {
        width: 1000px;
    }
    .join1_list .join1_list_ul li:nth-child(1) {
        width: 25%;
    }
    .cooperation03 {
        width: 1000px;
    }
    .cooperation03 li {
        height: auto;
    }
    .cooperation04 {
        width: 1000px;        
    }
    .development_4 li {
        width: 25%;
    }
    .newdetail01 {
        width: 1200px;
    }
    .subsidiary02 .subsidiary02_L .text3 {
        width: 100%;
    }
    .subsidiary02 .gsjc_pic {
        width: 100%;
    }

}

/* 新加的 */
.subsidiary02_L {
    width: 50%
}
.subsidiary02_L .text1 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.subsidiary02_L .text2 {
    font-size: 24px;
    font-weight: bold;
    color: #e0e0e0;
    margin: 20px 0;
}
.subsidiary02_L .text3 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    width: 650px;
    margin-bottom: 20px;
}
.subsidiary02_R {
    width: 50%;
    position: relative;
}
.gsjc_pic {
    width: 650px;
    height: 350px;
    overflow: hidden;
}
.gsjc_pic img {
    width: 100%;
}
.subsidiary02_R .map_tag {
    position: absolute;
    width: 270px;
    height: 66px;
    top: 240px;
    background: #fff;
    box-shadow: 0 0 6px #e8bc40;
    border-radius: 4px;
    text-align: center;
    line-height: 33px;
    left: 110px;
}
.subsidiary02_R .map_tag .text1 {
    font-size: 14px;
    color: #6e6e6e;
}
.subsidiary02_R .map_tag .text2 {
    font-size: 10px;
    color: #d3d3d3;
}
