.topsmallicon {
    display: none;
}

/* 侧边栏隐藏 */
.sidebar {
    display: none !important;
}

.content {
    width: 100% !important;
    border: none !important;
}

/* 视频播放覆盖 */
.myvideo {
    /* background-color: #fff; */
}

.myvideosource {
    /*height: 300px;*/
    /*height: auto;*/
    width: 100%;
    padding-bottom: 50px;

}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
calc(100 % + 30 px);
}

.myvideo {
    width: 35%;
    margin-top: 50px;
    /*height: auto;*/

}

/* 首页联系 */
.myindexsection {
    background-color: #CCCCCC !important;
    padding: 50px;
}

#text4126072,
#text4126074,
#text4136621,
#text4125985 {
    background-color: #fff !important;
    display: block;
    width: 100%;
}

/* 子页面面包屑 */
/* .breadcrumb-title{
    padding: 5px !important; 
    background-color: #526E77;
    color: white;
}
.breadcrumb-title ::after{
    background-color: #526E77 !important;
    width: 5px;
} */

/* 子页面标题隐藏 */
.entry-title {
    display: none;
}

#menu-item-5200 {
    width: auto !important;
}

.mylidiv1 {
}

.mylidiv2 {
    width: 150px;
}

.slide-entry-overview {
    margin-bottom: 80px;
}

.myPagination {
    text-align: center;
}

.mynewsimg1,
.mynewsimg2,
.mynewsimg3,
.mynewsimg4,
.mynewsimg5,
.mynewsimg6 {
    /*height: 250px !important;*/
}

.mylistdiv1 :hover,
.mylistdiv2 :hover,
.mylistdiv3 :hover,
.mylistdiv4 :hover,
.mylistdiv5 :hover,
.mylistdiv6 :hover {
    cursor: pointer;
}

.mynewstcontent1 :hover,
.mynewstcontent2 :hover,
.mynewstcontent3 :hover,
.mynewstcontent4 :hover,
.mynewstcontent5 :hover,
.mynewstcontent6 :hover {
    color: #526E77 !important;
}


/* 首页目的 */
.ourpurposetitle {
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    /* text-shadow:2px 2px 2px rgb(181, 183, 184); */
    font-size: 32px;
}

.ourpurposetext {
    padding: 30px;
    width: 30% !important;
    margin-left: 1.5%;
    display: inline-block;
    color: rgb(168, 165, 165);
    font-size: 5px;
    line-height: 20px;
    text-align: center !important;
}

.ourpurposeimg {
    width: 20%;
}

.ourpurposep {
    font-size: 5px;
}

.ourpurposet {
    font-size: 25px;
    color: black;
}

.clearborder {
    border: none !important;
}


.myhomenews {
    width: 60%;
    display: inline-block;
    margin-top: -200px;
    padding-left: 50px;
}

.namei,
.phonei,
.emaili,
.untemehmeni {
    width: 20% !important;
    display: inline-block !important;
}

.btni {
    display: block;
}

.newsmodelcenter {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.newsmodelright p {
    font-size: 10px;
    color: rgb(159, 159, 161);
    line-height: 15px;
    margin: 0;

}

.newsmodelright {
    margin-top: 50px;
    white-space: nowrap;
}

.newsmodelright :first-child {
    color: black;
}

.newmodelbtnp {

    background-color: #526E77;

    width: 100px;
    padding: 5px;
    text-align: center;
}

.newmodelbtnp a {
    color: white !important;
}

.newsmodellist li {
    border-bottom: 1px solid rgb(204, 203, 203);
}

.newsmodellist {
    width: 100% !important;
}

.middlediv {
    border-right: 1px solid rgb(219, 219, 219);
}

.myarticletitle {
}

.newsmodelleft::-webkit-scrollbar {
    display: none;
    /*隐藏滚动条*/
}

.newsmodellist::-webkit-scrollbar {
    display: none;
    /*隐藏滚动条*/
}

@keyframes fadein {
    from {
        /* left: 20px; */
        /* top: 0px; */
        opacity: 0.1;
    }

    to {
        /* left: 0px; */
        /* top: 0px; */
        opacity: 1;
    }
}

/* @keyframes divhover {
    from {
        left: 20px;
        top: 0px;
        opacity: 0.1;
    }

    to {
        left: 0px;
        top: 0px;
        opacity: 1;
    }
} */

.fadeinanimiate {
    animation: fadein 2s;
    -webkit-animation: fadein 2s;
}

.fadeinanimiate1 {
    animation: fadein 2s;
    -webkit-animation: fadein 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards
}

.fadeinanimiate2 {
    animation: fadein 2s;
    -webkit-animation: fadein 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards
}

.fadeinanimiate3 {
    animation: fadein 2s;
    -webkit-animation: fadein 2s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards
}

.fadeinanimiate4 {
    animation: fadein 2s;
    -webkit-animation: fadein 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards
}

.homearticleimg:hover {
    /* transform: scale(1.05); */
    /* box-shadow: 0px 0px 5px 2px #007E80;
    clip-path: inset(10px 20px 30px 40px);
    width: 80%; */
    animation: imghover 1s;
    animation-fill-mode: forwards;

}

/* .newsrecommendstylehover:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 3px 1px #007E80;
} */

table {
    width: 800px !important;
}

@keyframes imghover {
    from {
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.imgcontainer {
    overflow: hidden;
}

.imgcontainer1 {
    overflow: hidden;
}

.tomodel:hover {
    box-shadow: 0px 0px 5px 2px rgb(219, 219, 219);

}

.tomodel1:hover {
    box-shadow: 0px 0px 5px 2px rgb(219, 219, 219);

}

.newsrecommendstylehover:hover {
    animation: imghover 1s;
    animation-fill-mode: forwards;

}

.taobao {
    position: relative;
    background-image: url('https://img.alicdn.com/tps/i3/T1OjaVFl4dXXa.JOZB-114-114.png');
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 3px;
    background-size: contain; /* 或者 "cover" */
    background-repeat: no-repeat; /* 防止图片重复 */

}