.swiper-container {
    width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide .banner {
    width: 100%;
}

.about-ys {
    height: 470px;
    background: #f3f3f3;
}

.about-ys .left-part {
    width: 470px;
    padding: 36px 40px;
    float: left;
    background-image: url('../img/video_poster.png');
    background-size: 100% 100%;
    height: 100%;
    cursor: pointer;
}

.about-ys .left-part .title {
    font-size: 26px;
    font-family: MicrosoftSansSerif;
    text-align: left;
    color: #ffffff;
    margin-bottom: 16px;
}

.about-ys .left-part .desc {
    font-size: 18px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
}

.about-ys .left-part img {
    width: 68px;
    height: 68px;
    margin-top: 186px;
}

.about-ys .right-part {
    float: left;
    width: 706px;
}

.about-ys .right-part .top {
    padding: 36px 44px;
    height: 235px;
}

.about-ys .right-part .top .title {
    font-size: 26px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    text-align: left;
    color: #206bd1;
    margin-bottom: 16px;
}

.about-ys .right-part .top .desc {
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 30px;
    text-indent:2em
}

.about-ys .right-part .bottom .rect {
    width: 50%;
    height: 235px;
    background-size: 100% 100%;
    float: left;
    padding: 36px 44px;
}

.about-ys .right-part .bottom .rect.left {
    background-image: url(/static/img/rect-left.png);
}

.about-ys .right-part .bottom .rect.right {
    background-image: url(/static/img/rect-right.png);
}

.about-ys .right-part .bottom .rect .title {
    font-size: 26px;
    font-family: MicrosoftSansSerif;
    text-align: left;
    color: #ffffff;
    margin-bottom: 15px;
}

.about-ys .right-part .bottom .rect .desc {
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
}

.about-ys .right-part .bottom .rect .btn {
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
}

.about-ys .right-part .bottom .rect .logo {
    width: 14px;
    height: 18px;
    vertical-align: top;
    margin-right: 2px;
    margin-top: 5px;
}

.about-ys .right-part .bottom .rect.left .desc {
    font-size: 14px;
    display: inline-block;
}

.product-list {
    overflow: auto;
    height: 370px;
}

.product-list li {
    width: 224px;
    height: 360px;
    float: left;
    position: relative;
}

.product-list li .modal {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    font-size: 24px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 360px;
    text-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
    text-align: center; 
    cursor: pointer;
}

.product-list li:not(:last-child) {
    margin-right: 10px;
}

.product-list li .poster {
    width: 100%;
    height: 100%;
    
}

.product-list li .hover-rect {
    position: absolute;
    top: 0;
    width: 477px;
    height: 100%;
    background: #FFFFFF;
    z-index: 99;
    display: none;
}

.product-list li .hover-rect .close {
    width: 16px;
    height: 16px;
    float: right;
    margin:20px 20px 0 0;
    cursor: pointer;
}

.product-list li .hover-rect .title {
    font-size: 24px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 33px;
    margin-bottom: 20px;
    margin-top: 54px;
    padding-left: 31px;
}

.product-list li .hover-rect .desc {
    width: 426px;
    font-size: 16px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 26px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.product-list li .hover-rect .inline .info {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.product-list li .hover-rect .inline .info .tel {
    font-size: 16px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 22px;
    margin-bottom: 25px;
    padding-left: 31px;
}

.product-list li .hover-rect .inline .info .more {
    display: inline-block;
    width: 118px;
    height: 36px;
    border: 1px solid #206bd1;
    border-radius: 2px;
    margin-left: 31px;
    font-size: 16px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #206bd1;
    line-height: 36px;
    padding-left: 10px;
    text-decoration: none;
}

.product-list li .hover-rect .inline .qrcode {
    vertical-align: top;
    width: 100px;
    margin-left: 20px;
}

.half-poster {
    background-image: url(/static/img/half-poster.png);
    background-size: 100% 400px;
    background-repeat:no-repeat;
}

.tip-list {
    text-align: center;
    margin-bottom: 60px;
}

.tip-list li {
    display: inline-block;
    width: 130px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #c0c0c0;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.tip-list li.active {
    background: #206bd1;
    color: #ffffff;
    border: 1px solid #206bd1;
}

.information-part {
    padding-bottom: 139px;
    height: 242px;
}

.information-part .left {
    width: 369px;
    height: 242px;
    margin-right: 30px;
    display: inline-block;
}

.information-part .left img {
    height: 100%;
    width: 100%;
}

.information-part .center {
    margin-right: 36px;
    display: inline-block;
    padding-bottom: 13px;
    vertical-align: top;
}

.information-part .center .title {
    width: 360px;
    font-size: 24px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #206bd1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
}

.information-part .center .time {
    font-size: 12px;
    font-family: MicrosoftSansSerif;
    text-align: left;
    color: #a1a1a1;
    margin-bottom: 20px;
}

.information-part .center .desc {
    width: 360px;
    height: 74px;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 36px;
}

.information-part .center .more {
    display: inline-block;
    width: 128px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 18px;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #a1a1a1;
    line-height: 36px;
    padding-left: 27px;
    vertical-align: middle;
    cursor: pointer;
}

.information-part .center .more img {
    width: 7px;
    height: 7px;
    margin-left: 12px;
    /* line-height: 36px; */
    vertical-align: middle;
    margin-top: -3px;
}
.information-part .right {
    display: inline-block;
    vertical-align: top;
}

.information-part .right .item {
    display: block;
    height: 40px;
    width: 373px;
}

.information-part .right .item .title {
    width: 260px;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 40px;
    display: inline-block;
    margin-right: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    vertical-align: top;
    position: relative;
    padding-left: 17px;
}

.information-part .right .item .title:before {
    /* content :counter(sub-item,disc); */
    position: absolute;
    top: 17px;
    left: 0;
    content: '';
    display: inline-block;
    line-height: 40px;
    width: 5px;
    height: 5px;
    background: #206bd1;
    vertical-align: baseline
}

    

.information-part .right .item .time {
    width: 75px;
    font-size: 12px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #a1a1a1;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}

.information-part .video-item {
    display: inline-block;
    width: 378px;
}

.information-part .video-item:not(:last-child) {
    margin-right: 20px;
}

.information-part .video-item video {
    width: 378px;
    height: 213px;
    margin-bottom: 14px;
}

.information-part .video-item .title {
    width: 360px;
    height: 56px;
    font-size: 18px;
    font-family: "Microsoft YaHei",微软雅黑，PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

.video-js .vjs-fullscreen-control { 
    display: none; 
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: none;
    background: rgba(0, 0, 0, 0.3);
}

.video-modal .video-js {
    width: 60%;
    height: 60%;
    margin: 0 auto;
}

.video-modal .close {
    position: absolute;
    top: 20%;
    right: 20%;
    width: 40px;
    z-index: 9999;
    cursor: pointer;
}11127