body { margin: 0; padding: 0 }
ul, li { margin: 0; padding: 0; list-style-type:none; }
dl, dt, dd { margin: 0; padding: 0; }
img { border:none; vertical-align:middle; }
h1,h2,h3,h4,h5,h6 { letter-spacing: 1px; }

.clearfix { clear: both; }

.mtb20 { margin-top:20px; margin-bottom: 20px }
.mtb50 { margin-top:50px; margin-bottom: 50px }
.mt8 { margin-top:8px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.ml30 { margin-left:30px }
.mt50 { margin-top:50px }
.mb30 { margin-bottom:30px }
.mb50 { margin-bottom:50px }
.pd8 { padding:8px }
.pd10 { padding:10px }
.pd20 { padding:20px }
.pd30 { padding:30px }
.pd50 { padding:50px }
.pdtb8 { padding:8px 0 }
.pdtb10 { padding:10px 0 }
.pdtb20 { padding:20px 0 }
.pdtb30 { padding:30px 0 }
.pdtb50 { padding:50px 0 }
.pdtb80 { padding:80px 0 }
.pdtb100 { padding:100px 0 }
.pdb30 { padding-bottom:30px }
.pdb50 { padding-bottom:50px }
.pdl10 { padding-left:10px }
.pdr10 { padding-right:10px }

/*fontsize*/
.fs30 { font-size:3em; }
.fs28 { font-size:2.8em; }
.fs26 { font-size:2.6em; }
.fs24 { font-size:2.4em; }
.fs20 { font-size:2em; }
.fs18 { font-size:1.8em; }
.fs16 { font-size:1.6em; }
.fs14 { font-size:1.4em; }
.fs12 { font-size:1.2em; }
.fs10 { font-size:1em; }
.fs8 { font-size:0.8em; }

/*line-height*/
.lh50 { line-height:5em; }
.lh30 { line-height:3em; }
.lh28 { line-height:2.8em; }
.lh26 { line-height:2.6em; }
.lh24 { line-height:2.4em; }
.lh20 { line-height:2em; }
.lh18 { line-height:1.8em; }
.lh16 { line-height:1.6em; }
.lh14 { line-height:1.4em; }

.fcolor-white { color: #fff }
.fcolor-block { color: #000 }
.fcolor-main { color: #e50012 }


.bg-ededed { background-color: #ededed ; }

.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}

.container95 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}


.btn-green {
    display: inline-block;
    color: #fff;
    background-color: #393f3e;
}
.btn-green:hover {
    color: #fff;
    background-color: #5e6665;
}

.btn-green {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #6EB735;
    transition: all .3s;
}
.btn-green:hover {
    background-color: #168846;
    text-decoration: none;
}

.btn-black {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #000;
    transition: all .3s;
    text-decoration: none;
}
.btn-black:hover {
    color: #fff;
    background-color: #e50012;
    text-decoration: none;
}
.btn-circle {
    border-radius: 30px;
}
.btn-sm {
    padding: 2px 8px;
}

a { text-decoration: none; color: #000 }
a:hover { text-decoration: underline; color: #e50012 }

.img-rounded {
    border-radius: 6px;
}

.arrow {
    border: solid transparent;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black; /* 箭头颜色 */
}

.zoom-on-hover {
    vertical-align:middle;
    transform: scale(1);
    transition: all .3s;
}
.zoom-on-hover:hover {
    transform: scale(1.1);
}

.img-height-100rate {
    height: 100%
}

.header {
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 5px 10px #999;
}
.header-top {
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    background-color: #556052;
}
.header-top a {
    color: #DD7A04;
}
.header-middle {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.logo {
    width: 20%;
}
.logo img {
    /*width: 100%; */
    height: 80px;
    max-height: 80px;
}
.menu-main {
    position: relative;
    display: flex;
    justify-content: flex-end;  /* 向右对齐子元素 */
    width: 76%;
    padding-top: 15px;
}
.menu-main li {
    padding: 0 15px;
    font-size: 1rem;
    line-height: 2;
}
.menu-main li a {
    padding: 0 10px;
    display: inline-block;
    color: #212529;
    text-decoration: none;
}
.menu-main li a:hover {
    color: #e50012;
}

.header .menu-main > ul  {
    justify-content: center;  /* 向右对齐子元素 */
}
.header .menu-main > ul > li {
    position: relative;
}
.header .menu-main >  ul > li > .nav-sub {
    width: auto;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999;
    height: auto;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s .2s;
    transition: transform .3s .2s;
}
.header .menu-main > ul > li:hover > .nav-sub, .header .menu-main > li > .nav-sub.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}
.header .menu-main > ul > li > .nav-sub a {
    height: 44px;
    line-height: 44px;
    display: block;
    padding: 0 20px;
    text-align: left;
    color: #333;
    font-size: 1rem;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
}

.header .menu-main > ul > li > .nav-sub a:hover {
    background-color: rgb(57, 63, 62);
    color: #fff !important;
}

.header .menu-main > ul > li:hover > a {
    text-decoration: underline;
}

.header .nav-btn {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.header .nav-btn .line {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    position: absolute;
    /* left: 50%; */
    margin-left: 0px;
    transition: all 0.3s;
}
.header .nav-btn .line1 {
    top: 0px;
    -webkit-transform-origin: 4px 0;
    -ms-transform-origin: 4px 0;
    transform-origin: 4px 0;
}
.header .nav-btn .line2 {
    top: 8px;
}
.header .nav-btn .line3 {
    top: 16px;
    /* bottom: 0; */
    -webkit-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    transform-origin: 1px center;
}
.header .nav-btn.active {
    -webkit-animation: rotate 0.5s linear 0s;
    animation: rotate 0.5s linear 0s;
}
.header .nav-btn.active .line {
    background: #ef7e1b;
}
.header .nav-btn.active .line1 {
    transform: rotate(45deg);
}
.header .nav-btn.active .line2 {
    display: none;
}
.header .nav-btn.active .line3 {
    transform: rotate(-45deg);
}


.menu-mobile {
    width: 100%;
    padding: 0 3%;
    display: none;
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 100;
    overflow-y: auto;
    background: #f5f5f5;
    height: 100vh;
}
.menu-mobile ul {
    width: 100%;
    /* overflow-y: auto;
    height: 1000px; */
}
.menu-mobile .js-m-3 {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.js-m-3.animate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.menu-mobile li {
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 0 20px;
}
.menu-mobile .tit {
    display: inline-block;
    text-decoration: none;
    width: 80%;
    line-height: 60px;
    color: #333;
    position: relative;
    box-sizing: border-box;
}
.menu-mobile .sub-tit.on {
    background-color: #e9e9e9;
}
.menu-mobile .sec-list {
    line-height: 40px;
    padding: 10px 0%;
    /* display: none; */
}
.menu-mobile .jt {
    position: relative;
    display: inline-block;
    width: 10%;
    height: 60px;
    text-align: center;
    background: none;
    float: right;
}
.menu-mobile .jt:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(//dfs.yun300.cn/group1/M00/04/55/rBQBHVzEZzKEUBJMAAAAAMfREL8486.png?tenantId=268120&viewType=1&v=1683851732000) no-repeat center;
    background-size: 17px auto;
    position: absolute;
    right: 3%;
    top: 18px;
}
.menu-mobile .jt.jtRote:after {
    background: url(//dfs.yun300.cn/group1/M00/16/5A/rBQBG1zEZ1eEBkkYAAAAADz6RB0116.png?tenantId=268120&viewType=1&v=1683851732000) no-repeat center;
    background-size: 20px auto;
}
.menu-mobile .sec-list p {
    background: url(//dfs.yun300.cn/group1/M00/04/56/rBQBHVzEdJGEfkUaAAAAAGBOHjA006.png?tenantId=268120&viewType=1&v=1683851732000) no-repeat left center;
    background-size: 3px auto;
    font-size: 14px;
}
.menu-mobile .sec-list a {
    padding-left: 5%;
    color: #666;
    display: block;
}
.menu-mobile .sec-list a:active {
    color: #ef7e1b;
}
.menu-mobile li.language-mobile .tit {
    display: inline;
}
@media (max-width: 480px) {
    .header {
        position: fixed;
        z-index: 999999;
    }
    .header-middle {
        padding: unset;
    }
}







/* ../images/call-us-background.jpg */
.inquiry-box { /* margin-top: 50px; */ overflow:hidden; background:#3D3D3D url("../images/call-us-background.jpg") no-repeat right top; background-size: cover; }
.inquiry-box .inquiry-box-info { height:400px; /* background:#dddddd; */ color:#fff; }
.inquiry-box .inquiry-box-info h3 { font-size:2rem; }
.inquiry-box .inquiry-box-info .line { width:60px; height:3px; background:#BABABA; }
.inquiry-box .inquiry-box-info h4 { margin-top:10px; font-size:1.4rem; line-height:2; }
.inquiry-box .inquiry-box-info p { color: #BABABA }
.inquiry-box .inquiry-box-info .contact-content { margin-top: 20px; padding:0 30px; background:url("") no-repeat 0 10px; word-break:break-all; line-height:2; }

.inquiry-box .inquiry-box-form {}
.inquiry-box .inquiry-box-form h3 { font-size:1.6rem; }
.inquiry-box .inquiry-box-form td { padding:8px 0; }
.inquiry-box .inquiry-box-form .textbox { padding:2% 3%; width:94%; height:30px; border:none; border-radius:6px; }
.inquiry-box .inquiry-box-form .memobox { height:160px; }
.inquiry-box .inquiry-box-form .btnsubmit { width:150px; height:40px; border:none; color:#fff; background:#000 }

.inquiry-box .button-content-wrapper {
    display: inline-flex;
    padding: 0 12px;
    border-radius: 8px;
    background-color: #fff;
}
.inquiry-box .button-icon .icon {
    display: inline-block;
    width: 20px; height: 20px;
    font-size: 20px;
    color: #D1CFCF;
}
.inquiry-box .button-text {
    color: #333;
    font-size: 1.2rem;
    padding-left: 12px;
}
@media (max-width: 480px) {
    .inquiry-box .inquiry-box-info {
        display: none;
    }
}


/* 浮动帮助窗口 */
.float-toolbar { position: fixed; width: 36px; height: 320px; top: 50%; right: 0; margin-top: -220px; z-index: 9999; }
.float-toolbar li { position: relative; width:36px; height:36px; margin-top: 1px; }
.float-toolbar li > a { position:absolute; top:0; z-index:9; display:block; width: 36px; height: 36px;
    background: #999999 url("../images/float-toolbar.png?v=1") no-repeat;		transition: all .3s ease-in; }
.float-toolbar li > a:hover { background-color:#199699; }
.float-toolbar .win { position:absolute; top: 0; left: 36px; padding: 8px; text-align: center; background: #fff;
    /*filter:alpha(Opacity=0); -moz-opacity:0; opacity: 0;*/
    transition: all .3s ease-in; }
.float-toolbar li:hover .win { left: auto; right: 36px; filter:alpha(Opacity=100); -moz-opacity:1; opacity:1; }

.float-toolbar .ewm .win { width: 180px; }
.float-toolbar .ewm span { font-size:0.8rem; }
.float-toolbar .ewm .inner { padding:10px; position:relative; border: solid 1px #ddd; }
.float-toolbar .ewm .inner:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #ddd;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    z-index:9;
    top: 15px;
    right:-10px;
}
.float-toolbar .ewm:hover .win { left:-188px; filter:alpha(Opacity=100); -moz-opacity:1; opacity:1; }

.float-toolbar .ewm span { display:block; font-size:0.8rem; }
.float-toolbar .phone .win { display:none; }
.float-toolbar .map .win { display:none; }
/*.float-toolbar li a.iconewm { background-position:0 0; }*/
.float-toolbar .ewm a { background-position:0 0; }
.float-toolbar .tel a { background-position:-72px 0; }
.float-toolbar .map a { background-position:-36px 0; }
.float-toolbar .email a { background-position:-216px 0; }
.float-toolbar li a.iconcn { background-position:-108px 0; }
.float-toolbar li a.iconen { background-position:-144px 0; }
.float-toolbar li a.icontop { background-position:-180px 0; }


.float-toolbar .ewm a:hover { background-position:0 -36px; }
.float-toolbar .tel a:hover { background-position:-72px -36px; }
.float-toolbar .map a:hover { background-position:-36px -36px; }
.float-toolbar .email a:hover { background-position:-216px -36px; }
.float-toolbar li a.iconcn:hover { background-position:-108px -36px; }
.float-toolbar li a.iconen:hover { background-position:-144px -36px; }
.float-toolbar li a.icontop:hover { background-position:-180px -36px; }

.float-toolbar .whatsapp a { background-position: -252px 0; }
.float-toolbar .whatsapp a:hover { background-position: -252px -36px; }
.float-toolbar .whatsapp .win { width: 180px; }

.float-toolbar .linkedin a { background-position: -288px 0; }
.float-toolbar .linkedin a:hover { background-position: -288px -36px; }

.float-toolbar .facebook a { background-position: -324px 0; }
.float-toolbar .facebook a:hover { background-position: -324px -36px; }

.float-toolbar .inquiry a { background-position: -360px 0; }
.float-toolbar .inquiry a:hover { background-position: -360px -36px; }

.float-toolbar .wechat .win { width: 180px; }
.float-toolbar .wechat a { background-position: -432px 0; }
.float-toolbar .wecvhat a:hover { background-position: -432px -36px; }





.footer {
    /* margin-top: 50px; */
    padding: 3rem 0 1rem 0;
    background-color: #212529;
    color: #fff;
    font-size: 1rem;
}
.footer a {
    color: #fff;
}
.footer .footer-copyright {
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    width: 100%;
    line-height: 2;
    color: #ffffff;
}
.footer-social {
    display: flex;
    /*justify-content: center; */
    gap: 10px;
}
.footer-social a:hover {
    color: #ffc107;
}
.footer-social i {
}

.footer-qrcode {
    text-align: center;
    font-size: 0.8rem;
}
.footer-qrcode img {
    width: 100px;
}

@media (max-width: 480px) {
    .footer {
        text-align: center;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-menu { display: none; }
    .footer-qrcode {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    .footer .footer-copyright {
        padding: 20px 6% 0 6%;
    }
}


.titlebar0 { padding:30px 0; text-align:center; }
.titlebar0 h3 { margin:0; font-size:2.2rem; /*color:#e6212a;*/ font-weight:500; /*line-height:2;*/ }
.titlebar0 h4 { margin:0; font-size:1.2rem; color:#000; line-height:2; }
.titlebar0 p { font-size:1.2rem; color:#0078ff; /*line-height:2;*/ }
.titlebar0 .icon {
    width:327px; height:48px;
    margin: 15px auto 0 auto;
    background:url("") no-repeat;
    background-size:contain;
}
.titlebar0 .icon.black {
    background-image:url("");
}
.titlebar0 .divider { width:50%; max-width:600px; margin:0 auto; position: relative; height: 0; border-bottom: 1px solid #bababa; }
.titlebar0 .divider:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: -3px;
    width: 100px;
    height: 6px;
    background: #eb3c00;
    border-radius: 5px;
}
.titlebar0 .divider.noborder { border-bottom:none; }







.location {
    background-color: #f5f5f5;
    line-height: 3;
    font-size: 0.8rem;
}
.location a {
    font-size: 0.8rem;
    color: #666666;
}
.location .container {
    background-image: url('../images/icon-home.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.location span {
    position: relative;
    display: inline-block;
}
.location span:first-child {
    padding-left: 10px;
}
.location .container span+span:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}


.about-us h1 {
    color: #DD7A04;
    font-size: 2.5rem;
}
.about-us-content {
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
}


.home-ourproducts {
    position: relative;
    overflow: hidden;
    height: 500px;

}
.home-ourproducts .swiper-slide img {
    width: 100%;
    vertical-align: middle;
    /* max-height: 500px; */
}


.page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 400px;
}
.page-banner h3 {
    padding-top: 10%;
    font-size: 3rem;
    text-align: center;
}
.page-banner-news {
    background-image: url('../images/page-banner-news.jpg');
}
.page-banner-product {
    background-image: url('../images/page-banner-product.jpg?v=1');
}
/* PVC Retractable Roof */
.page-banner-product-spc {
    background-image: url('../images/page-banner-product-spc.jpg?v=2');
}
/* Aluminium Pergolas */
.page-banner-product-carbon {
    background-image: url('../images/page-banner-product-carbon.jpg');
}
/* Full Cassette Awning */
.page-banner-product-23 {
    background-image: url('../images/page-banner-product-full-cassette-awning.jpg');
}
/* Windproof Zip Screen */
.page-banner-product-24 {
    background-image: url('../images/page-banner-product-windproof-zip-screen.jpg?v=2');
}
/* outdoor umbrella */
.page-banner-product-25 {
    background-image: url('../images/page-banner-outdoor-umbrella.jpg');
}
.page-banner-aboutus {
    background-image: url('../images/page-banner-aboutus.jpg');
}
.page-banner-contactus {
    background-image: url('../images/page-banner-contactus.jpg');
}









.pro-cate-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.pro-cate-list .item {
    width: calc(33.33% - 30px);
}
.pro-cate-list .inner {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.pro-cate-list .inner .photo {
    overflow: hidden;
    border-radius: 8px;
}
.pro-cate-list .inner .category-info {
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    padding: 0 10px 10px;
    z-index: 1;
}
.pro-cate-list .inner .tm-button {
    /* padding: 0 25px; */
    min-height: 40px;
    border-radius: 20px;
    color: #000;
    background-color: #fff;

    line-height: 40px;
    font-size: 0.9rem;
    min-width: 160px;
    transition: all .3s;
}

.pro-cate-list .inner:hover .photo img {
    transform: scale(1.1);
}
.pro-cate-list .inner:hover .tm-button {
    background-color: #e50012;
    color: #fff;
}

@media (max-width: 480px) {
    .pro-cate-list {
        gap: unset;
    }
    .pro-cate-list .item {
        width: 100%;
    }
    .pro-cate-list .inner {
        margin-bottom: 15px;
    }
}




.pro-list {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 30px;
}
.pro-list li {
    width: 50%;
    margin-bottom: 15px;
    background-color: #fff;
}
.pro-list .item {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    cursor: pointer;
    text-align: center;
}
/* css 实现宽高相等 */
.pro-list .item .photo {
    position:relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
/* css 实现宽高相等 */
.pro-list .item .photo:before{
    content: '';
    padding-top: 100%;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid #e3e3e3;
}
.pro-list .item .photo img {
    /* css 实现宽高相等 */
    position:absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;

    width:100%;
    height:100%;
    transition: all 0.3s;
    vertical-align:middle;
    transform: scale(1);
}
.pro-list .item .photo i {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5%;
    bottom: 5%;
    border: 1px solid #666;
    border-radius: 50%;
    transition: all 0.3s;
}
.pro-list .item .photo i:after {
    top: 33%;
    left: 30%;
    transform: rotate(-90deg);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid black;
    transition: all 0.3s;
}
.pro-list .item:hover i:after {
    border-top: 12px solid #ffc107;
}
.pro-list .item h5 {
    overflow: hidden;
    margin-top: 8px;
    height: 2.5rem;
    font-size: 1rem;
    line-height: 1.2;
    transition: all 0.3s;
    /* white-space: nowrap; */
    /* 用省略号代替溢出的文字 */
    /* text-overflow: ellipsis; */
}
.pro-list .item p {
    overflow: hidden;
    max-height: 2.2rem;
    margin: 10px 0;
    color: #666;
    font-size: 0.8rem;
}
.pro-list .item em {
    display: block;
    color: #f5c906;
    font-size: 0.8rem;
    transition: all 0.3s;
}
.pro-list .item:hover h5 {
    color: #556052;
}
.pro-list .item:hover em {
    margin-left: 10px;
}
.pro-list .item:hover .photo {
    border: 1px solid #556052;
}
.pro-list .item:hover .photo img {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .pro-list {
        margin: 15px 0px;
    }
}







.news-list {}
.news-list li {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    clear: both;
    margin: 15px 0;
    padding: 15px 0;
}
.news-list li .photo {
    overflow: hidden;
    width: 28%;
    height: 300px;
}
.news-list li .photo img {
    transition: all .3s;
}
.news-list li:hover .photo img {
    transform: scale(1.1);
}
.news-list .item-content {
    flex: 1;
}
/* .news-list li .photo {    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } */

.news-list li a {
    cursor: pointer;
}
.news-list li .date {
    color: #666;
}
.news-list li h3 {
    font-size: 1.2rem;
}
.news-list li .description {
    margin: 6px 0 15px 0;
    color: #333;
}

@media (max-width: 480px) {
    .news-list li {
        display: block;
        gap: unset;
        justify-content: unset;
    }
    .news-list li .photo {
        width: 100%;
    }
    .news-list li .description {
        display: none;
    }
}







.artlistimg dl { clear:both; overflow:hidden; margin:15px 10px; }
.artlistimg dt { overflow: hidden; float:left; width:305px; height:260px; }
.artlistimg dt a { overflow:hidden; width:300px; height:250px; margin:0 auto; padding:1px; border:1px solid #cdcbcb; display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:174px;*font-family:Arial; }
.artlistimg dt a:hover { border:1px solid #666; }
.artlistimg dt img{ vertical-align:middle;
    transform: scale(1);
    transition: all .3s;
}
.artlistimg dt:hover img {
    transform: scale(1.1);
}
.artlistimg dd { padding-left:350px; line-height:25px; color: #666; word-break: break-all; }
.artlistimg dd a { color: #999; text-decoration: none; }
.artlistimg dd h2 { margin:0 0 15px 0; padding:0; font-family:"microsoft yahei"; font-size:14px; font-weight:bold; }
.artlistimg dd h2 a { font-size: 1rem; color:black; text-decoration: none;  }
.artlistimg dd span { display:block; color: #999; font-size: 1rem; line-height: 1.5 }
.artlistimg dd .more { display:block; margin-top: 15px; text-align: center; width:80px; background: #e74f58; color: #fff; font-size: 0.8rem; }



ul.artlist2 { clear:both; overflow:hidden; margin:0 0 20px 0; padding-bottom:10px; }
ul.artlist2 li { overflow:hidden; float:left; width:43.5%; _width:43%; height:22px; margin:5px 10px; padding-left:20px; background:url(icon003.gif) no-repeat 6px 6px; border-bottom:1px dashed #999; line-height:22px; }

.article { padding:8px 0; line-height:22px }
.article h1.article-title { text-align:center; color:#556052; line-height:40px; font-size:25px; word-break:break-all; }
.article .article-author { text-align:center; line-height:30px; font-size:12px; }
.article  hr { height:1px; border-top: none; border-bottom:1px dotted #666666; }
.article .article-intro { margin:0 8px; padding:8px; background:#f5f8fd;  }
.article .article-content { margin: 15px 0; padding:8px 0; font-size: 1rem; line-height:30px; }
.article .article-content video {
    width: 100%;
    background-color: #000000;
}
video::-internal-media-controls-download-button { display:none; }
video::-webkit-media-controls-enclosure { overflow:hidden; }
video::-webkit-media-controls-panel { width: calc(100% + 30px); }
.article .article-content a { color:#0000ee; }
.article .article-content b, .article .article-content strong { color:#ff0000; }
.article .article-photo {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
.article .article-photo .video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.article .article-bar {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
}
.article .article-bar span {
    display: inline-block;
    background-color: #556052;
    padding: 8px 20px;
    border-radius: 8px 8px 0 0 ;
    color: #fff;
}
.article .article-tags { margin-top:10px; font-size:12px; }
.article .article-tags a { color:#A10000 }
.article .article-otherinfo { margin-bottom:10px; font-size:12px; }

.article .dvbi_image { text-align:center; }
.article .dvbi_image img { padding:5px; border:1px solid #999999; }
.article .dvbi_image A:hover img { border:1px solid #ECECEC; background:#ECECEC; }
.dvbackbtn { margin-bottom:10px; text-align:center; }
/*附加的*/
.article .article-image { float:left; width:280px; height:210px; padding:10px; border:2px solid #cccccc; }
.article .article-intro2 { float:right; width:330px; padding:8px; background:#f4f4f6;  }
.article h4.article-xg { margin:10px 0; line-height:30px; font-family:"microsoft yahei"; font-size:14px; color:#ee7131; border-bottom:1px dashed #333; }


/*
#fenye, .fenye { overflow:hidden; clear:both; height:30px; margin: 15px; text-align:center }
	#fenye a, .fenye a { display:inline-block; margin:0 5px; padding:0 8px; background:#fff; border:1px
solid #cccccc; color:#000; line-height:22px; }
	#fenye a:hover,
		.fenye a:hover,
		#fenye a.curr,
		.fenye a.curr { background:#ff6212; border:1px solid #cccccc; color:#fff; line-height:22px;
font-weight:bold; }
	#fenye a.curr font, .fenye a.curr font { color:#fff }

*/


.pager { overflow:hidden; clear:both; height:30px; margin-top:10px; text-align:center; }
.pager ul { justify-content: center; }
.pager li { display:inline-block; margin:0 5px; padding:0 8px; background:#fff; border:1px solid #cccccc; color:#000; line-height:22px; }
.pager li.thisclass { background:#01458e; border:1px solid #cccccc; color:#fff; line-height:22px; font-weight:bold; }


/* 图片 鼠标放上去后自动放大 */
.img-zoom {
    overflow: hidden;
    display: inline-block;
}
.img-zoom img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.embed-responsive-square {
    padding-bottom: 100%;
}
/* 图片 鼠标放上去后自动放大 */


/* 文章详情 */

.article-content {
    padding: 2rem 0;
    line-height: 2;
    /* font-size: 1rem; */
}


.article-prevnext {
    color: #666;
}
.entry-meta ul {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.entry-meta ul li {
    line-height: 26px;
}
.related-article,
.gallery-article {
    margin-top: 10px;
}
.related-article .row,
.gallery-article .row {
    margin: 0 -5px;
}
.related-article .col-sm-3,
.gallery-article .col-sm-3 {
    padding: 0 10px;
}
.related-article .col-sm-3 a,
.gallery-article .col-sm-3 a {
    display: block;
}
@media (max-width: 480px) {
    .related-article .row,
    .gallery-article .row {
        margin: 0 -5px !important;
    }
    .related-article .col-sm-3,
    .gallery-article .col-sm-3 {
        padding: 0 5px 10px 5px;
    }
}
@media (max-width: 767px) {
    .article-list .row,
    .gallery-article .row {
        margin: 0 -5px !important;
    }
    .article-list .col-sm-3,
    .gallery-article .col-sm-3 {
        padding: 0 5px 10px 5px;
    }
}
@media (max-width: 1200px) {
    .article-list .media-body .article-tag {
        position: relative;
        bottom: inherit;
        margin-top: 5px;
    }
}
.related-page ul li.active a {
    color: #007bff;
}

.index-gallary h5,
.related-article h5 {
    margin: 10px 0 !important;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-weight: normal;
    height: 15px;
}

/* 文章详情 end */


