html, body {
    background: #FFFFFF;
}

.content-wrapper {
    width: 1200px;
    height: auto;
    margin: auto;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

.header-image{
    height: 360px;
    background-image: url("/page/pc/images/introduction/banner.jpg");
}
.header-tab{
    height: 60px;
    background:#E6F0F9;
    margin-bottom: 20px;
    width: 1200px;
    height: auto;
    margin-top: 20px;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
}
.header-tab ul{
    height: 100%;
    display: flex;
    justify-content: flex-start;
}
.header-tab ul li{
    height: 100%;
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #999999;
    line-height: 50px;
    cursor: pointer;
}
.gsjj{
    width: 1200px;
    height: 686px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.gsjj img{
    height: 210px;
    width: 448px;
}
.gsjj-title{
    height: 40px;
    font-size: 18px;
    color: #2589EB;
    line-height: 40px;
    text-align: center;
}
.gsjj-item{
    height: 240px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0px 40px;
}
.gsjj-item p{
    margin: 0px;
}
.gsjj-item div{
    height: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.gsjj-item-left{
    width: 55%;

}

.yjcl{
    width: 1200px;
    height: 1300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
}
.yjcl img{
    width: 100%;
}
.dlsq{
    width: 1200px;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
}
.discount-member-bg {
    width: 100%;
    height: auto;
    display: inline-block;
}
.add-entrance-content-apple{
    width: 1200px;
    margin: 70px auto 0;
    background-size: cover;
}



/*  滚动样式   */

.shadow-effect {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.customer-imonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.imonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
.customer-imonials .item {
    text-align: center;
    padding: 40px;
    margin-bottom: 50px;
    opacity: .2;
    transform: scale3d(0.7, 0.7, 1);
    transition: all 0.3s ease-in-out;
}
.customer-imonials .owl-item.active.center .item {
    opacity: 1;
    /*transform: scale3d(1.5,1.5,1.5);*/
    transform: scale3d(1.5,1.5,1.5);
}
.owl-carousel .owl-item img {
    margin: 0 auto 17px;
}
.customer-imonials.owl-carousel .owl-dots .owl-dot.active span,
.customer-imonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.customer-imonials.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.customer-imonials.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
.customer-imonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 10px;
}
.shadow-effect{
    margin-top: 60px;
}
.owl-item,item,owl-stage,owl-stage-outer{
    height: 800px;
}
/* 弹框样式 */
.openImageModal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 90%;
}
/* 切换按钮样式 */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.prev {
    left: 50px;
}

.next {
    right: 50px;
}

/* 关闭按钮样式 */
.closeModel {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    user-select: none;
}


.navigation_bar{
    background:#E6F0F9;
    height: 150px;
    margin: 20px auto;
    background:#E6F0F9;
    width: 1200px;
    margin-top: 20px;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
    padding: 10px 20px;

}
.navigation_bar_fixed{
    top: 90px;
    left: 190px;
    width: 1550px;
    position: fixed;
    height: 90px!important;
    z-index: 1000;
}
.navigation_bar_title{
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #2589EB;
}
.navigation_bar_ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.navigation_bar_ul li{
    width: 116px;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    color: #999999;
}
.navigation_bar_ul li:hover{
    cursor: pointer;
}
.content{
    font-size: 18px;
}
.content a{
    /*text-decoration: none;*/
    color: #2589EB;
}
.content-item{
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    padding: 40px  20px;
}
.content-item div:nth-child(1){
    cursor: pointer;
}
.text-style1{
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.text-style1 img{
    width: 16px;
}
.text-style2{
    color: #2589EB;
}
.text-style3{
    margin-bottom: 10px;
}
.img-style1{
    width: 1000px;
}
.header-tab div{
    cursor: pointer;
}
html {
    scroll-behavior: smooth;
}
.click-style{
    color: #2589EB!important;
}