* {
    box-sizing: border-box;
    padding: 0px;
}

.box {
    width: 100%;
}

.conrenOne {
    width: 100%;
    background: url(/material/images/top-bg.png);
    background-size: 100% 100%;
    padding-bottom: 30px;
    margin-top: -43px;
}

.conrenOneimg img {
    width: 100%;
    margin-top: 110px;
}

.swiper-containerOne {

    height: 437px;
}

.swiper-containerOneBox {
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.swiper-containerOne {
    width: 62%;
}

.swiper-slideOne img {
    width: 100%;
    height: 437px;
}

.conrenOneRight {
    width: 35.5%;
    margin-left: 2.5%;
    position: relative;

}

.conrenOneLeftText {
    width:100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px;
	background: rgba(00,00,00,0.7);
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #6185EF !important;
    width: 40px !important;
    height: 12px !important;
    border-radius: 16px !important;

}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: max-content !important;
    left: inherit !important;
    right: 20px !important;
    bottom: 15px !important;
}

.conrenOneRight>div {
    padding: 16px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid rgba(177, 184, 208, .15);
    display: flex;
}

.conrenOneRight>div a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.conrenOneRight>div>span {
    vertical-align: middle;
}

.conrenOneRight>div>span:first-child {
    margin-right: 10px;
    display: inline-block;
    width: 90px;

}

.conrenOneRight>div>span:last-child {
    display: inline-block;
    width: calc(100% - 100px);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xieti {
    font-size: 20px;
    color: #003fa3;
    font-weight: bold;
    font-style: italic;
}

.hraederWeatherBg {
    display: none;
    /* 默认隐藏所有天气图片 */
}

.hraederWeatherBg.active {
    display: block;
    /* 显示当前天气图片 */
}

.lookBtn {
    width: max-content;
    margin-left: auto;
    padding: 20px 0px 0px 0px !important;
}

.lookBtn a {
    font-size: 16px;
    color: #999999;
}

.swiper-slideOneDwon {
    display: flex;
    margin-top: 30px;
}

.slideOneDwonLeft {
    width: 110px;
    margin-top: 2px;
}

.slideOneDwonRight {
    display: flex;
    font-size: 18px;
    width: calc(100% - 110px);
    margin-top: 3px;
}

/* .slideOneDwonRight>div {
    width: 33%;
    display: flex;
} */

.dian {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #003fa3;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 10px;
}

.slideOneDwonRight>div {
    margin-left: 30px;

}

.slideOneDwonRight>div:first-child {
    margin-left: 0px;
}

.miao {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.conrenTwo {
    margin-top: 50px;
    display: flex;
}

.title {
    width: max-content;
    margin-bottom: 30px;
}

.titleText {
    font-size: 22px;
    font-weight: bold;
    color: #003fa3;
}

.titleText a {
    font-size: 22px;
    font-weight: bold;
    color: #003fa3;
}

.titleGang {
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: rgba(0, 63, 163, .3);
    margin-top: -8px;
}

.conrenTwoText a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.conrenTwoLoop {
    width: 30%;
}

.conrenTwoVideo {
    width: 100%;
    height: 319px;
    position: relative;
}

.open {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.open img {
    width: 60px !important;
    height: 60px !important;
}
.conrenTwoText a:hover{
    color: #003fa3;
}
.conrenTwoVideo{
    overflow: hidden; 
}
.conrenTwoVideo img {
    width: 100%;
    height: 319px;
    object-fit: cover;
    transition: transform 0.5s ease; 
}
.conrenTwoVideo img:hover {
    transform: scale(1.1); 
}
.conrenTwoVideo video {
    width: 100%;
    height: 319px;
    object-fit: cover;
    transition: transform 0.5s ease; 
}
.conrenTwoVideo video:hover {
    transform: scale(1.1); 
}
/* 自定义视频控件样式 */
.conrenTwoVideo video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important;
}

.conrenTwoVideo video::-webkit-media-controls-timeline {
    background-color: rgba(255, 255, 255, 0.1);
}

.conrenTwoVideo video::-webkit-media-controls-current-time-display,
.conrenTwoVideo video::-webkit-media-controls-time-remaining-display,
.conrenTwoVideo video::-webkit-media-controls-play-button {
    color: #ffffff;
}

.conrenTwo>div {
    margin-right: 5%;
}

.conrenTwo>div:last-child {
    margin-right: 0px;
}

.conrenThree {
    width: 100%;
    margin-top: 50px;
    background: url(/material/images/fengyun-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.conrenFore {
    width: 100%;
    margin-top: 30px;
}

.conrenThreeCon {
    display: flex;
    padding: 30px 0px;
}

.conrenThreeFore>div:nth-of-type(2n-1) .conrenThreeCon {
    display: flex;
    flex-direction: row-reverse;
}

.conrenThreeConLeft {
    width: 50%;
    padding: 50px;
}

.conrenThreeConRight {
    width: 50%;
    overflow: hidden;
}

.conrenThreeConRight img {
    width: 100%;
    transition: all 0.5s ease;
	height: 360px;
}
.conrenThreeConRight img:hover {
    transform: scale(1.1);
}
.conrenThreeConTab {
    display: flex;
}

.switch {
    color: #666666;
    font-size: 20px;
    cursor: pointer;
    width: max-content;
}

.switchTab {
    color: #666666;
    font-size: 20px;
    cursor: pointer;
    width: max-content;
}

.switched {
    color: #666666;
    font-size: 20px;
    cursor: pointer;
    width: max-content;
}

.switchText a{
	font-size: 20px;
	color: #666;
}

.slash {
    margin-left: 10px;
    margin-right: 10px;
    color: #DFE3ED;
    font-size: 20px;
}

.switchActive .switchText {
    color: #003fa3;
    font-weight: bold;

}

.switchActive .switchText a{
    color: #003fa3;
    font-weight: bold;

}

.switchActiveOne .switchText a{
    color: #003fa3;
    font-weight: bold;

}

.titleGangs {
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: rgba(0, 63, 163, .3);
    margin-top: -8px;
    display: none;
}

.titleGangsTwo {
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: rgba(0, 63, 163, .3);
    margin-top: -8px;
    display: none;
}

.switchActive .titleGangsTwo {
    display: block !important;
}

.titleGanged {
    width: 87px;
    height: 5px;
    border-radius: 10px;
    background: rgba(0, 63, 163, .3);
    margin-top: -8px;
}


.switchActive .titleGangs {
    display: block !important;
}

.switchActiveOne .titleGangs {
    display: block !important;
}

.conrenThreeConTitle a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 50px;
    margin-bottom: 30px;
}
.conrenThreeConTitle a:hover{
    color: #003fa3;
}
.conrenThreeConMiao {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.brand {
    width: 100%;
    background-image: url(/material/images/pinpai-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 50px;
    margin-top: 40px;
    padding-bottom: 70px;
}

.brandContent {
    margin-top: 50px;
}

.brandGang {
    width: 2px;
    height: 150px;
    background: rgba(98, 131, 200, .1);
}

.brandContent {
    display: flex;
}

.brandLoop {
    width: 24.9%;
    text-align: center;
}

.brandLoopImg {
    width: 122px;
    height: 122px;
    line-height: 122px;
    border-radius: 50%;
    border: 1px solid #6183C3;
    margin: 0 auto;
}

.brandLoopImg img {
    vertical-align: middle;
    margin-bottom: 6px;
}

.brandLoopText {
    color: #6183C2;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}

.brandLoopCon {
    display: inline-block;
    width: max-content;
}

.brandLoopCon:hover .brandLoopImg {
    border: 1px solid #ffffff;
    background: #ffffff;
}

.conrenThreeConTexts {
    display: none;
}

.conrenThreeConImgs {
    display: none;
}

.conrenThreeConTextActive {
    display: block !important;
}

.conrenThreeConText {
    display: none;
}

.conrenThreeimgOneActive {
    display: block !important;

}

.conrenThreeimgOne {
    display: none;
}

::marker {
    color: #003fa3;
    font-size: 12px;
}

.viewpointCon {
    padding-left: 13px;
    margin-top: 30px;

}

.viewpointCon ul li {
    margin-bottom: 15px;
}

.viewpointCon ul li a {
    cursor: pointer;
    font-size: 18px;
}
.viewpointCon ul li a:hover{
    color: #003fa3;
}
.viewpointLoopLeft a:hover{
    color: #003fa3;
}
.viewpoint {
    margin-top: 50px;
    padding-bottom: 50px;
}

.viewpointCintent {
    display: flex;
}

.viewpointLoop {
    width: 30%;
    margin-right: 5%;
}

.viewpointCintent>div:last-child {
    margin-right: 0px !important;
}

.viewpointLoopDu {
    display: flex;
    margin-top: 30px;
}

.viewpointLoopLeft {
    width: 56%;
    margin-right: 4%;
}

.viewpointLoopRight {
    width: 40%;
    margin-top: -20px;
    overflow: hidden;
}

.viewpointLoopRight img {
    width: 100%;
    transition: all 0.5s ease;
}


.viewpointLoopLeft a {
    display: inline-block;
    font-size: 18px;
    line-height: 34px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.popularBase {
    width: 100%;
    background: url(/material/images/kepujidi-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.popularBaseBox {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.popularBaseLoop {
    padding: 35px 25px;
}

.popularBaseBox>div:nth-of-type(1) {
    width: 30%;
    background: url(/material/images/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 5%;
}

.popularBaseBox>div:nth-of-type(1) .popularBaseLoopText a {
    width: 70%;
    color: #466CAE;
    font-size: 22px;
    font-weight: SemiBold;
    cursor: pointer;
}

.popularBaseBox>div:nth-of-type(1) .popularBaseLoopName a {
    display: inline-block;
    color: #466CAE;
    font-size: 20px;
    font-weight: Bold;
    margin-bottom: 10px;

}

.popularBaseBox>div:nth-of-type(1) .popularBaseLoopImg img {
    width: 31px;
    height: 32px;
    margin-bottom: 10px;
}

.popularBaseBox>div:nth-of-type(2) {
    width: 30%;
    background: url(/material/images/bg2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 5%;
}

.popularBaseBox>div:nth-of-type(2) .popularBaseLoopText a {
    width: 70%;
    color: #3B8AB0;
    font-size: 22px;
    font-weight: SemiBold;
    cursor: pointer;
}

.popularBaseBox>div:nth-of-type(2) .popularBaseLoopName a {
    display: inline-block;
    color: #378FBB;
    font-size: 20px;
    font-weight: Bold;
    margin-bottom: 10px;
}

.popularBaseBox>div:nth-of-type(2) .popularBaseLoopImg img {
    width: 37px;
    height: 34px;
    margin-bottom: 10px;
}

.popularBaseBox>div:last-child {
    margin-right: 0px;
    width: 30%;
    background: url(/material/images/bg3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.popularBaseBox>div:nth-of-type(3) .popularBaseLoopText a {
    width: 70%;
    color: #7762B6;
    font-size: 22px;
    font-weight: SemiBold;
    cursor: pointer;
}

.popularBaseBox>div:nth-of-type(3) .popularBaseLoopName a {
    display: inline-block;
    color: #7762B6;
    font-size: 20px;
    font-weight: Bold;
    margin-bottom: 10px;
}

.popularBaseBox>div:nth-of-type(3) .popularBaseLoopImg img {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
}

.titleGanglast {
    width: 65px;
    height: 5px;
    border-radius: 10px;
    background: rgba(0, 63, 163, .3);
    margin-top: -8px;
}

.newMedia {
    padding: 50px 0px 70px 0px;
}

.newMediaCon {
    display: flex;
    margin-top: 30px;
}
.conrenOneRight > div a:hover {
    color: #003fa3;
}

.newMediaLoop {
    width: 16%;
    position: relative;
    margin-right: 5%;
    background: #F1F4FD;
    border-radius: 8px;
    padding: 15px 0px;
height: max-content;
}
.yuanJiao{
    border-radius: 8px 8px 0px 0px;
}
.newMediaLoop a {
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.newMediaCon>div:last-child {
    margin-right: 0px;
}

.newMediaLoopTitle {
    margin-left: 10px;
    font-size: 18px;
}

.newMediaLoopImg {
    width: 40px;
    height: 40px;
}

.newMediaLoopImg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.conrenOneRight>div:last-child {
    border-bottom: none;
}

.marquee-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    /* width: 200%; */
    display: flex;
    animation: marquee 15s linear infinite;
}

.marquee-box::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 160px;
    background: linear-gradient(to right, transparent, #f9faff);
    pointer-events: none;
    z-index: 1;
}

.marquee-item {
    flex-shrink: 0;
    /* width: 32%; */
    margin-right: 20px;
    /* padding: 5px 0; */
    display: flex;
    white-space: nowrap;
}

.marquee-item .miao {
    color: #333333;
}

.marquee-item .miao a {
    color: inherit;
    text-decoration: none;
}
.newMediaImg{
    width: 100%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding-top: 18px;
    margin-top: 15px;
    position: absolute;
    background: #F1F4FD;
    display: none;
    padding-bottom: 17px;
}

.newMediaImg img{
    width: calc(100% - 30px);
}
 .newMediaImgActive{
    display: block;
 }
/* .marquee-content>div:nth-of-type(3n){
    margin-right: 0px;
} */

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 20px));
        /* 修改这里，确保完整滚动一轮 */
    }
}

.marquee-box:hover .marquee-content {
    animation-play-state: paused;
}

@media (max-width:1399px) {
    .conrenOneLeft img {
        height: 437px;
        object-fit: cover;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        right: 10px !important;
    }
}

@media (max-width:1340px) {
    .conrenThreeConRight {
        width: 48%;
    }

    .conrenThreeConLeft {
        width: 52%;
        padding: 25px;
    }

    .conrenTwoVideo img {
        height: 280px;
    }

    .conrenTwoVideo video {
        height: 280px;
    }
}

@media (max-width:1240px) {
    .conrenOneRight {
        height: 437px;
        overflow: hidden;
    }
    .conrenTwoVideo{
        height: 260px;
    }
    .conrenOneRight>div {
        padding: 14px 0px;
    }

    .swiper-slideOneDwon {
        margin-top: 20px;
    }

    .conrenTwoVideo img {
        height: 260px;
    }

    .conrenTwoVideo video {
        height: 260px;
    }
}

@media (max-width:1050px) {

    .conrenOneimg img {
        margin-top: 80px;
    }

    .conrenTwoVideo img {
        height: 350px;
    }

    .conrenTwoVideo video {
        height: 350px;
    }

    .conrenTwoVideo {
        height: 350px;
    }

    .switchTab {
        font-size: 17px;
    }

    .switched {
        font-size: 17px;
    }

    .conrenThreeConTitle a {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .conrenThreeConMiao {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .conrenThreeConMiao {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .lookBtn a {
        font-size: 14px;
    }

    .lookBtn {
        padding: 0px !important;
    }

    .conrenOneRight>div a {
        font-size: 16px !important;
    }

    .conrenThreeCon {
        display: flex;
        flex-direction: column;
    }

    .conrenThreeFore>div:nth-of-type(2n-1) .conrenThreeCon {
        display: flex;
        flex-direction: column;
    }
    .conrenThreeConRight {
        width: 100%;
        order: 2;
    }

    .conrenThreeConLeft {
        width: 100%;
        order: 1;
    }
    .conrenThreeConRight {
        width: 100%;
    }

    .conrenThreeConLeft {
        width: 100%
    }

    .brandLoopText {
        font-size: 16px;
    }

    .viewpointCon ul li a {
        cursor: pointer;
        font-size: 16px !important;
    }

    .viewpointLoopLeft a {
        font-size: 16px !important;
    }
}

@media (max-width:900px) {
    .conrenOneimg img {
        margin-top: 65px;
    }

    .swiper-containerOneBox {
        margin-top: 20px;
    }

    .floatingWindow img {
        /* width: 35px; */
    }

    .swiper-containerOneBox {
        display: block;
    }

    .swiper-containerOne {
        width: 100%;
        height: 400px;
    }

    .swiper-slideOne {
        height: 400px;
    }

    .swiper-slideOne img {
        height: 400px;
    }

    .conrenOneLeftText {
        font-size: 14px;
        padding: 3px 10px;
    }
    .conrenOneimg img{
        height: 70px;
    }
    .newMediaLoopTitle{
      font-size: 16px;
    }
    .newMediaLoopImg {
        width: 30px;
        height: 30px;
    }
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5px !important;
    }

    .conrenOneRight {
        width: 100%;
        margin-top: 20px;
    }
    .conrenOne{
        background: #f7f9fe;
    }
    .conrenOneRight>div>span:first-child {
        width: 65px;
    }

    .xieti {
        font-size: 16px;
    }

    .conrenOneRight>div {
        padding: 12px 0px;
    }

    .lookBtn {
        width: 100%;
        margin-top: 10px;

    }

    .lookBtn a {
        width: 100% !important;
        display: inline-block;
        text-align: center !important;
    }

    .conrenOneRight>div a {
        display: inline-block;
        width: 100%;
        text-align: left;
        font-size: 16px !important;
    }

    .marquee-item a {
        font-size: 16px;
    }

    .slideOneDwonLeft {
        width: 80px;
        margin-top: 3px;
    }

    .slideOneDwonRight {
        width: calc(100% - 90px);
        margin-top: 0px;
    }

    .swiper-slideOneDwon {
        margin-top: 0px;
    }

    .conrenOne {
        padding-bottom: 10px;
    }

    .conrenTwo {
        margin-top: 20px;
    }

    .title {
        margin-bottom: 20px;
    }

    .titleText a {
        font-size: 18px;
    }

    .conrenTwo {
        display: block;
    }

    .conrenTwo>div {
        margin-right: 0px;
    }

    .conrenTwoLoop {
        width: 100%;
    }

    .conrenTwoText a {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .conrenThree {
        margin-top: 20px;
    }

    .conrenThreeConLeft {
        padding: 15px 0px;
    }

    .switchTab {
        font-size: 16px;
        margin-right: 10px;
    }

    .slash {
        display: none;
    }

    .conrenThreeConTab>div:last-child {
        margin-right: 0px;
    }

    .conrenThreeConTitle a {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .switchText a {
        font-size: 16px;
    }

    .switched {
        margin-right: 10px;
    }

    .brand {
        margin-top: 0px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .conrenThreeCon {
        padding: 10px 0px;
    }

    .brandContent {
        margin-top: 30px;
    }

    .brandLoop {
        width: 49.5%;
    }

    .brandContent {
        flex-wrap: wrap;
    }

    .brandContent>div:nth-of-type(4) {
        display: none;
    }

    .brandContent>div:nth-of-type(1) {
        margin-bottom: 20px;
    }

    .brandContent>div:nth-of-type(2) {
        margin-bottom: 20px;
    }

    .brandLoopText {
        margin-top: 15px;
    }

    .viewpointCintent {
        display: block;
    }

    .viewpointLoop {
        width: 100%;
        margin-right: 0px;
    }

    .viewpointCon ul li a {
        cursor: pointer;
        font-size: 16px !important;
    }

    .viewpointLoopLeft {
        width: 56%;
        margin-right: 4%;
        margin-top: -10px;
    }
    .brandLoopImg img {
        width: 37px;
    }
    .popularBaseLoop {
        padding: 20px 25px;
    }
    .brandContent>div:last-child img{
        width: 30px;
    }
    .brandLoopImg {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .viewpointLoopLeft a {
        font-size: 16px !important;
        line-height: 30px;
    }

    .viewpoint {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .popularBaseBox {
        display: block;
    }

    .popularBaseBox>div:nth-of-type(1) {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .popularBaseBox>div:nth-of-type(2) {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .popularBaseBox>div:nth-of-type(3) {
        width: 100%;
        margin-right: 0px;
    }

    .popularBase {
        padding: 30px 0px;
    }

    .popularBaseBox>div:nth-of-type(1) .popularBaseLoopName a {
        font-size: 18px;
    }

    .popularBaseBox>div:nth-of-type(2) .popularBaseLoopName a {
        font-size: 18px;
    }

    .popularBaseBox>div:nth-of-type(3) .popularBaseLoopName a {
        font-size: 18px;
    }

    .popularBaseBox>div:nth-of-type(1) .popularBaseLoopText a {
        font-size: 16px;
    }

    .popularBaseBox>div:nth-of-type(2) .popularBaseLoopText a {
        font-size: 16px;
    }

    .popularBaseBox>div:nth-of-type(3) .popularBaseLoopText a {
        font-size: 16px;
    }

    .newMediaCon {
        flex-wrap: wrap;
    }

    .newMediaLoop {
        width: 30%;
        margin-right: 0px;
        margin-right: 5%;
    }
    .newMediaCon>div:nth-of-type(3n){
        margin-right: 0px;
    }
    .newMediaImg img {
        width: calc(100% - 40px);
    }
    .newMediaCon>div{
        margin-bottom: 20px;
    }
    .newMedia {
        padding: 30px 0px 40px 0px;
    }
    .newMediaImg{
        display: block;
    }
    .newMediaLoop{
        padding: 10px 0px 20px 0px;
    }
    .newMediaImg{
        position: inherit;
        padding-bottom: 0px;
    }
    .lookBtn a{
        background: #e9f1f9;
        color: #003fa3;
        font-weight: 600;
        padding: 6px;
        border-radius: 5px;
    }
    .conrenOneRight{
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .conrenThreeConTab{
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
   
    .conrenOneRight>div>span:last-child{
        width: calc(100% - 80px);
    }
    .viewpointLoopRight {
        display: none;
    }
    .viewpointLoopLeft{
        width: 100%;
        margin-right: 0px;
    }

}
@media (max-width:767px) {
    .viewpointLoopRight {
        display: block;
    }
    .viewpointLoopLeft{
        width: 56%;
        margin-right: 4%;
    }
    .conrenTwoVideo video {
        height: 210px;
    }
    .conrenOneRight>div a{
        font-size: 15px;
    }
    .xieti {
        font-size: 15px;
    }
    .conrenTwoText a{
        font-size: 15px;
    }
    .conrenThreeConTitle a{
        font-size: 15px;
    }
    .brandLoopText {
        font-size: 15px;
    }
    .conrenOneRight>div a {
        font-size: 15px !important;
    }
    .viewpointCon ul li a {
        cursor: pointer;
        font-size: 15px !important;
    }
    .viewpointLoopLeft a{
        font-size: 15px !important;
    }
    .newMediaLoopTitle {
        font-size: 15px;
    }
    .conrenTwoVideo {
        height: 210px;
    }
    .conrenTwoVideo img {
        height: 210px;
    }
    .conrenTwoVideo {
        height: 210px;
    }
	.conrenThreeConRight img {

	height: 220px;
}
    .swiper-slideOne img {
        height: 240px;
    }
    .swiper-containerOne {
        width: 100%;
        height: 240px;
    }
    .newMediaLoop {
        width: 46%;
        margin-right: 0px;
    }

    .newMediaCon>div:nth-of-type(2n-1) {
        margin-right: 8%;
    }
}