/* transition */
.hoverItem,
.hoverItem::before,
.hoverItem .title,
.hoverItem .brief,
.hoverItem .pubPic,
.pubPic img,
.hoverItem .more,
.hoverItem .item_icon,
.hoverItem .order,
.pubMore::before,
.pubMore,
.pubMoreBg,
.hoverPic,
.pubMore1,
.pubMore1::before,
.th_more,
.pubMore2,
.pubMore2::before,
.more,
.more::before,
.more::after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hoverItem:hover .pubPic img,
.hoverPic:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.artic_content {
    font-size: inherit;
}


/* pad_top  mar_top */
.pad_top {
    padding-top: 6%;
}

.pad_bot {
    padding-bottom: 6%;
}

.pad_tb {
    padding: 6% 0;
}

.mar_top {
    margin-top: 6%;
}

@media only screen and (max-width: 1450px) {
    .pad_top {
        padding-top: 5%;
    }

    .pad_bot {
        padding-bottom: 4.8%;
    }

    .pad_tb {
        padding: 5% 0;
    }

    .mar_top {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 1300px) {
    .pad_top {
        padding-top: 4.2%;
    }

    .pad_bot {
        padding-bottom: 4.2%;
    }

    .pad_tb {
        padding: 4.2% 0;
    }

    .mar_top {
        margin-top: 4.2%;
    }
}

@media only screen and (max-width: 990px) {
    .pad_top {
        padding-top: 30px;
    }

    .pad_bot {
        padding-bottom: 30px;
    }

    .pad_tb {
        padding: 30px 0;
    }

    .mar_top {
        margin-top: 30px;
    }
}


/* web_th */
.web_th {
    text-align: center;
    text-transform: capitalize;
}

.web_th .title {
    font-size: 35px;
    line-height: 1.2;
    font-family: 'OpenSans-Bold';
    color: #333;
}

.web_th .title .txt {
    color: inherit;
    position: relative;
    font-size: inherit;
}

.web_th .title a.txt:hover {
    color: var(--commonColor);
}

.web_th .brief {
    line-height: 1.75;
    color: #666;
    margin-top: 15px;
}

.th_left {
    text-align: left;
}

.th_right {
    text-align: right;
}

.th_small .title {
    font-size: 42px;
}

.th_white .title {
    color: #fff;
}

.th_white .title a.txt:hover {
    color: var(--commonColor);
}

.th_white .brief {
    color: #fff;
}

@media only screen and (max-width: 1550px) {
    .web_th .title {
        font-size: 44px;
    }

    .th_small .title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1400px) {
    .web_th .title {
        font-size: 42px;
    }

    .th_small .title {
        font-size: 36px;
    }

    .web_th .brief {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1350px) {

    /* .web_th .title{font-size: 38px;}
	.th_small .title{font-size: 28px;} */
    .web_th .brief {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1200px) {

    /* .web_th .title{font-size: 36px;}
	.th_small .title{font-size: 24px;} */
    .web_th .brief {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .web_th .brief {
        font-size: 21px;
    }
}

@media only screen and (max-width: 980px) {
    .web_th.flex {
        flex-direction: column;
        align-items: center;
    }

    .web_th.flex .title {
        width: 100%;
    }

    .web_th .title {
        font-size: 26px;
    }

    .web_th .title br {
        display: none;
    }

    .web_th .brief {
        margin-top: 12px;
        font-size: 16px;
    }
}

/* pubMore */
.pubMore {
    display: inline-block;
    line-height: 28px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 10px 24px;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
}

.pubMore:hover {
    background: #fff;
    color: var(--otherColor);
}

/* common-prev common-next */
.swiper {
    position: static;
}

.common-prev,
.common-next {
    display: none;
}

.common-prev {
    left: -80px;
}

.common-next {
    right: -80px;
}

.common-pagination {
    display: none;
}

@media only screen and (max-width: 1660px) {
    .common-prev {
        left: -70px;
    }

    .common-next {
        right: -70px;
    }
}

@media only screen and (max-width: 1500px) {

    .common-prev,
    .common-next {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        line-height: 48px;
        font-size: 28px;
    }

    .common-prev {
        left: -55px;
    }

    .common-next {
        right: -55px;
    }
}

@media only screen and (max-width: 980px) {

    .common-prev,
    .common-next {
        display: none !important;
    }

    .common-pagination {
        display: block;
        height: 20px;
    }
}


.recommended_title {
    margin-bottom: 2.8%;
}



.recommended_news {
    margin: 5% 0 0;
}

.recommended_news .news_list {
    justify-content: flex-start;
}


.recommended_news .news_list .news_item {
    width: 48%;
    margin-right: 30px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.recommended_news .news_list .news_item:nth-child(2n) {
    margin-right: 0;
}

.recommended_news .news_list .news_item .item_img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    z-index: 9;
}

.recommended_news .news_list .news_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.recommended_news .news_list .news_item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.recommended_news .news_list .news_item .item_info {
    position: relative;
    padding: 26px 28px;
    background: #FFFFFF;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 8px 8px;
    margin-top: -10px;
    z-index: 99;
    margin-left: 95px;
    flex: 1;
}

.recommended_news .news_list .news_item .item_info .item_title {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.4;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    flex: 1;
}

.recommended_news .news_list .news_item:hover .item_info .item_title a {
    color: var(--commonColor);
}

.recommended_news .news_list .news_item .item_info .item_desc {
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}

.recommended_news .news_list .news_item .item_info .item_desc a {
    display: inline-block;
    color: #666666;
    height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;

}

.recommended_news .news_list .news_item .item_info .item_desc a * {
    font-family: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
}

.recommended_news .news_list .news_item .item_info .item_box {
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E4E4E4;
    padding-top: 16px;
    margin-top: 16px;
}

.recommended_news .news_list .news_item .item_info .item_box .item_date {
    color: var(--commonColor);
    line-height: 28px;
    text-align: left;
    text-transform: none;
    display: flex;
    align-items: center;
}

.recommended_news .news_list .news_item .item_info .item_box .item_date:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../img/other/news_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.recommended_news .news_list .news_item .item_info .item_box .item_btn a:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #333333;
    background-image: url(../img/other/read_more4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 8px;
    border-radius: 50%;
}

.recommended_news .news_list .news_item:hover .item_info .item_box .item_btn a:after {
    background-color: var(--commonColor);
}

.common_contact {
    margin-top: 5%;
    background-color: var(--otherColor);
    margin: 0 60px;
}

.common_contact .contact_wrap {
    justify-content: space-between;
    align-items: center;
}

.common_contact .contact_wrap .contact_left {
    width: 48%;
    position: relative;
    height: 511px;
    overflow: hidden;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.common_contact .contact_wrap .contact_left img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.common_contact .contact_wrap .contact_left:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.common_contact .contact_wrap .contact_right {
    width: 48%;
    padding: 4% 0;
}

.common_contact .contact_wrap .contact_right .brief {
    margin: 25px 0 35px;
}

.common_contact .contact_wrap .contact_right .contact_btn a {
    display: inline-block;
    padding: 10px 45px;
    background: var(--commonColor);
    border-radius: 120px;
    font-family: 'DINAlternate-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.common_contact .contact_wrap .contact_right .contact_btn a:hover {
    background: #FFFFFF;
    color: var(--commonColor);
}

@media only screen and (max-width: 1450px) {
    .recommended_news .news_list .news_item .item_info .item_title {
        font-size: 22px;
    }

    .common_contact .contact_wrap .contact_right .contact_btn a {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1300px) {

    /* .recommended_news .news_list .news_item .item_info .item_title{font-size: 20px;} */
    .common_contact .contact_wrap .contact_right .contact_btn a {
        font-size: 24px;
        padding: 10px 35px;
    }
}

@media only screen and (max-width: 1200px) {
    .recommended_news {
        visibility: visible !important;
    }

    /* .common_contact .contact_wrap .contact_right .contact_btn a{font-size: 20px;} */
}

@media only screen and (max-width: 980px) {
    .common_contact {
        margin-top: 30px;
    }

    .common_contact .contact_wrap .contact_right .contact_btn a {
        font-size: 18px;
    }

    .common_contact .contact_wrap {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .common_contact .contact_wrap .contact_left {
        width: 100%;
        height: 0;
        padding-bottom: 69%;
        margin: 20px 0 24px;
    }

    .common_contact .contact_wrap .contact_right {
        width: 100%;
        padding: 0;
    }

    .common_contact .contact_wrap .contact_right .brief {
        margin: 14px 0 20px;
    }
}

/* recommended_product */
.recommended_product {
    margin-top: 5%;
}

.recommended_product .pro_list {
    justify-content: flex-start;
}

.recommended_product .pro_list .pro_item {
    width: calc((100% - 72px) / 4);
    margin-right: 24px;
    background: #F0F0F0;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.recommended_product .pro_list .pro_item>a {
    padding: 20px;
    display: block;
    height: 100%;
}

.recommended_product .pro_list .pro_item:hover {
    background-color: var(--commonColor);
}

.recommended_product .pro_list .pro_item:last-child {
    margin-right: 0;
}

.recommended_product .pro_list .pro_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.recommended_product .pro_list .pro_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.recommended_product .pro_list .pro_item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.recommended_product .pro_list .pro_item .item_title {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

.recommended_product .pro_list .pro_item:hover .item_title {
    color: #FFFFFF;
}

.recommended_video {
    margin-top: 5%;
}

.recommended_video .video_list {
    justify-content: flex-start;
    align-items: flex-start;
}

.recommended_video .video_list .video_item {
    width: 31%;
    margin-right: 30px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.recommended_video .video_list .video_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.recommended_video .video_list .video_item .item_img .video_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 9;
}

.recommended_video .video_list .video_item:hover .item_img .video_img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.recommended_video .video_list .video_item .item_img .video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40.5px;
    margin-left: -40.5px;
    width: 81px;
    height: 81px;
    text-align: center;
    line-height: 81px;
    background: #FFFFFF;
    z-index: 99;
    border-radius: 50%;
}

.recommended_video .video_list .video_item:hover .item_img .video_play {
    animation: pointPulse 1.5s ease-in-out infinite;
}

.recommended_video .video_list .video_item .item_img .video_play img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.recommended_video .video_list .video_item .item_title {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin-top: 15px;

}

.recommended_video .video_list .video_item .item_title a {
    display: inline-block;
    color: #333333;
}

.recommended_video .video_list .video_item:hover .item_title a {
    color: var(--commonColor);
}


@media only screen and (max-width: 1024px) {
    .common_contact .contact_wrap .contact_right .contact_title {
        font-size: 46px;
    }

    .common_contact .contact_wrap .contact_right .contact_desc {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1300px) {
    .recommended_product .pro_list .pro_item {
        width: calc((100% - 54px) / 4);
        margin-right: 18px;
    }

    .recommended_product .pro_list .pro_item .item_title {
        margin-top: 15px;
    }

    .recommended_video .video_list .video_item .item_title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1100px) {
    .recommended_product .pro_list .pro_item .item_title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 980px) {
    .recommended_title {
        margin-bottom: 15px;
    }

    .recommended_news {
        margin-top: 30px;
    }

    .recommended_news .news_list .news_item .item_info .item_desc {
        font-size: 18px;
        display: none;
    }

    .recommended_news .news_list .news_item .item_info {
        padding: 20px 16px;
    }

    .recommended_news .news_list {
        flex-direction: column;
        align-items: center;
    }

    .recommended_news .news_list .news_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .recommended_news .news_list .news_item:last-child {
        margin-bottom: 0;
    }

    .recommended_news .news_list .news_item .item_info .item_title {
        font-size: 18px;
    }

    .recommended_product .pro_list .pro_item .item_title {
        font-size: 18px;
    }


    .recommended_product {
        margin-top: 30px;
    }

    .recommended_product .pro_list {
        flex-direction: column;
        align-items: center;
    }

    .recommended_product .pro_list .pro_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .recommended_product .pro_list .pro_item:last-child {
        margin-bottom: 0;
    }

    .recommended_product .pro_list .pro_item .item_title {
        font-size: 18px;
    }

    .recommended_video {
        margin-top: 30px;
    }

    .recommended_video .video_list {
        flex-direction: column;
    }

    .recommended_video .video_list .video_item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 24px;
    }

    .recommended_video .video_list .video_item:last-child {
        margin-bottom: 0;
    }

    .recommended_video .video_list .video_item .item_title {
        font-size: 20px;
    }

    .recommended_video .video_list .video_item .item_title a {
        height: auto;
    }

    .recommended_news .news_list .news_item .item_info .item_desc a {
        height: auto;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .recommended_video .video_list .video_item .item_img .video_play {
        margin-top: -35px;
        margin-left: -35px;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
    }
}

@media only screen and (max-width: 600px) {
    .recommended_news .news_list .news_item .item_info {
        margin-left: 30px;
    }

}