

.jumbotron {
    padding-top: 0px; 
    /* padding-bottom: 120px;  */
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
    border: none;
    background-image: url("../image/banner.png");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.jumbotron p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 200;
    /* width: 487px; */
}

.topContent{
    height: 30%;
    vertical-align: middle;
    margin-top: 20%;
}

.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /* border: 1px solid transparent; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary1 {
    width: 198px;
    height: 56px;
    background: #00CEFF;
    font-size: 20px;
    font-family: PingFang SC;
    color: #FFFFFF;
    padding-top: 15px;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0;
}

.tongDian{
    text-align: center;
    margin-top: 88px;
    z-index: 999;
}

.tongDian-top{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tongDian-title{
    height: 48px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    box-shadow: 0px 20px 20px -20px #00CEFF;
}
.tongDian-line{
    /* width: 400px; */
    margin-top: -19px;
    height: 15px;
    background: #00CEFF;
    opacity: 0.2;
    margin-left: 33%;
}
.tongDian-text{
    font-size: 16px;
    margin-top: 39px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.row-title{
    line-height: 78px;
    background-color: #00CEFF;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: normal;
    color: #FFFFFF;
}

.row-title-num{
    font-size: 28px;
}

.row-content{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(210,225,252,0.7);
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.row-content-title{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}

.jiazhi{
    background-image: url("../image/bg02.png");
    text-align: center;
    margin-top: 88px;
    padding-bottom: 126px;
}

.jiazhi-title{
    margin-top: 100px;
    height: 48px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    box-shadow: 0px 20px 20px -20px #00CEFF;
}
.jiazhi-line{
    width: 190px;
    margin-top: -19px;
    height: 15px;
    background: #00CEFF;
    opacity: 0.2;
    margin-left: 42%;
}
.jiazhi-text{
    font-size: 16px;
    margin-top: 39px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.jiazhi-content{
    background: #FFFFFF;
    box-shadow: 0px 4px 40px 0px rgba(210,225,252,0.7);
    margin-top: 50px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.jiazhi-img{
    width: 100px;
    height: 100px;
}

.jiazhi-content-text{
    text-align: left;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.jsys{
    text-align: center;
}

.jsys-title{
    margin-top: 100px;
    height: 48px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    box-shadow: 0px 20px 20px -20px #00CEFF;
}
.jsys-line{
    width: 190px;
    margin-top: -19px;
    height: 15px;
    background: #00CEFF;
    opacity: 0.2;
    margin-left: 42%;
}
.jsys-text{
    font-size: 16px;
    margin-top: 39px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.jsys-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 71px;
}

.jsys-content{
    width: 240px;
    text-align: center;
    margin: 0 6%;
}

.jsys-icon{
    height: 154px;
    width: 154px;
}

.jsys-row-title{
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}

.jsys-row-content{
    margin-top: 10px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: left;
}

.llys{
    background-image: url("../image/bg03.png");
    text-align: center;
    margin-top: 88px;
}

.llys-title{
    margin-top: 100px;
    height: 48px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    box-shadow: 0px 20px 20px -20px #00CEFF;
}
.llys-line{
    width: 300px;
    margin-top: -19px;
    height: 15px;
    background: #00CEFF;
    opacity: 0.2;
    margin-left: 37%;
}
.llys-text{
    font-size: 16px;
    margin-top: 39px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.llys-content{
    text-align: center;
}

.llys-icon{
    height: 154px;
    width: 154px;
}

.llys-row-title{
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}

.llys-row-content{
    margin-top: 10px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}


.hzal{
    /* height: 920px; */
    text-align: center;
}

.hzal-title{
    margin-top: 100px;
    height: 48px;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
    box-shadow: 0px 20px 20px -20px #00CEFF;
}
.hzal-line{
    width: 190px;
    margin-top: -19px;
    height: 15px;
    background: #00CEFF;
    opacity: 0.2;
    margin-left: 42%;
}

.hzal-text{
    font-size: 16px;
    margin-top: 39px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.hzal-panel{
    width: 374px;
    height: 482px;
    background: #00CEFF;
    color: #FFFFFF;
    padding: 30px 18px;
    text-align: left;
}

.al-title{
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.al-content{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.al-line{
    height: 1px;
    background: #FFFFFF;
    opacity: 0.5;
    margin: 20px 0px;
}

.al-data{
    display: flex;
    justify-content: flex-start;
    text-align: center;
}

.data-left{
    width: 50%;
}

.data-right{
    width: 50%;
}

.data-line{
    width: 1px;
    height: 60px;
    background: #FFFFFF;
    opacity: 0.5;
}

.data-img{
    width:50px;
    height:50px; 
    display: block; 
    margin: 0 auto;
}

.data-num{
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}

.data-title{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.hzal-img{
    /* width: 546px; */
    height: 482px;
}

.bottom{
    /* height: 336px; */
    background: #222427;
}

.bootom-panel{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 65px;
    padding-bottom: 65px;
}

.font-icon{
    margin-right: 6px;
}

.margin{
    margin-top:20px;
}

.line{
    height: 1px;
    background: #FFFFFF;
    opacity: 0.1;
    margin-bottom: 20px;
}

.copyright{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center  ;
}

.wechat-img{
    width: 120px;
    height: 120px;
}
.wechat-text{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}



#certify {
    position: relative;
    /* width: 1123px; */
    margin: 60px auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width: 920px;
    height: 482px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(210,225,252,0.7);
    display: flex;
    justify-content: flex-start;
    /* border:1px solid #c2c2c2; */
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 27px;
    width: 58px;
    height: 9px;
    background: #000000;
    border: 1px solid #FFFFFF;
    opacity: 0.3;
    border-radius: 0px;
    
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 58px;
    height: 9px;
    background: #00CEFF;
    border: 1px solid #FFFFFF;
    opacity: 1;
}

#certify .swiper-button-prev {
    left: 10px;
    width: 40px;
    height: 40px;
    top:40%;
    /* background: url("../images/L.png") no-repeat; */
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    /*background-position: 0 -46px;*/
    /*background-size: 100%*/
}

#certify .swiper-button-next {
    right: 10px;
    width: 40px;
    height: 40px;
    top:40%;
    /* background: url("../images/R.png") no-repeat; */

    background-size: 100%;
}

#certify .swiper-button-next:hover {
    /*background-position: 0 -139px;*/
    /*background-size: 100%*/
}