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; }
.img-responsive { width: 100% }

.mtb15 { margin-top:15px; margin-bottom: 15px }
.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 }
.mb10 { margin-bottom:10px }
.mb15 { margin-bottom:15px }
.mb20 { margin-bottom:20px }
.mb30 { margin-bottom:30px }
.mb50 { margin-bottom:50px }
.pd8 { padding:8px }
.pd10 { padding:10px }
.pd15 { padding:15px }
.pd20 { padding:20px }
.pd30 { padding:30px }
.pd50 { padding:50px }
.pdtb8 { padding-top: 8px; padding-bottom: 8px; }
.pdtb10 { padding-top: 10px; padding-bottom: 10px; }
.pdtb15 { padding-top: 15px; padding-bottom: 15px; }
.pdtb20 { padding-top: 20px; padding-bottom: 20px; }
.pdtb30 { padding-top: 30px; padding-bottom: 30px; }
.pdtb50 { padding-top: 50px; padding-bottom: 50px; }
.pdtb80 { padding-top: 80px; padding-bottom: 80px; }
.pdtb100 { padding-top: 100px; padding-bottom: 100px; }
.pdb15 { padding-bottom:15px }
.pdb20 { padding-bottom:20px }
.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; }
.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; }

.container95 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.flex { display: flex }
.flex-space-between { justify-content: space-between; }
.flex-wrap { flex-wrap: wrap }

.overflow-hidden { overflow: hidden }

a { text-decoration: none; color: #222 }
a:hover { text-decoration: underline; color: #01afae }

.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%
}

.bg222 {
    background-color: #222;
}
.bg-a1a1a1 {
    background-color: #a1a1a1;
}
.bg-f9f9f9 {
    background-color: #f9f9f9;
}
.bg135 {
    background: #f1f3f5;
}


.btn {
    border-radius: 6px;
    padding: 5px 10px;
}

.btn-white {
    color: #000;
    background-color: #fff;
    transition: 0.5s;
}
.btn-white:hover {
    color: #000;
    background-color: #dee2e6;
}

.btn-grey {
    color: #fff;
    background-color: #7f7f7f;
    transition: 0.5s;
}
.btn-grey:hover {
    color: #fff;
    background-color: #adb5bd;
}

.btn-green {
    color: #fff;
    background-color: #393f3e;
    transition: 0.5s;
}
.btn-green:hover {
    color: #fff;
    background-color: #5e6665;
}
.btn-red {
    border: 1px solid #01afae;
    color: #01afae;
    transition: all 1s;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 1s;
}
.btn-red:hover {
    background-color: #01afae;
    color: #fff;
}
.btn-red.btn-sm {
    padding: 6px 12px;
    font-size: 0.8rem;
}

.btn-red-fill {
    border: 1px solid #01afae;
    color: #fff;
    background-color: #01afae;
    transition: all 1s;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 1s;
}
.btn-red-fill:hover {
    background-color: #198754;
    color: #fff;
}
.btn-red-fill.btn-sm {
    padding: 6px 12px;
    font-size: 0.8rem;
}








.header {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff; /* 01afae */
}
.header-bg {
    height: 56px;
}

.header-top {
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    background-color: #556052;
}
.header-top a {
    color: #DD7A04;
}
.header-middle {
    width: 96%;
    display: flex;
    justify-content: space-between;
    padding: 0.9rem 0;
}
.logo {
    width: 20%;
}
.logo img {
    /*width: 100%; */
    height: 56px;
    /*max-width: 240px;
    max-height: 70px;*/
    border: none;
}
.menu-main {
    flex-grow: 1; /* 让项目填满剩余空间 */
    /* position: relative; */
    display: flex;
    justify-content: flex-end;  /* 向右对齐子元素 */
    width: 76%;
    /* padding-top: 5px; */
}
.menu-main .nav > li {
    padding: 0 0px;
    font-size: 1rem;
    line-height: 2;
}
.menu-main .nav > li > a {
    padding: 15px 10px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.menu-main .nav > li a:hover {
    color: #fff;
}

.header .menu-main > ul  {
    justify-content: flex-end;  /* 向右对齐子元素 */
}
.header .menu-main > ul > li {
    /* position: relative; */
}
.header .menu-main >  ul > li > .nav-sub {
    width:100%;
    background: #f6f6f6;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 999;
    padding-top: 45px;
    padding-bottom: 45px;
    /* visibility: hidden; */
    /* 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 .1s .1s;
    transition: transform .1s .1s;
}

.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 .nav-sub .bt .ml1 {
    font-size: 1.2rem;
    line-height: 2;
    color: #333;
}
.header .menu-main .nav-sub .nav-sub-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.header .menu-main .nav-sub .nav-sub-list li {
    /* flex: 0 1 20%; 这将使得每个项目至少占据20%的宽度，但可以伸缩 */
    flex-basis: calc(15% - 45px);
    /* margin-right: 15px; */
    margin-bottom: 10px;
    text-align: center;
    box-sizing: border-box; /* 确保padding和border不会影响盒模型的宽度 */
}
.header .menu-main .nav-sub .nav-sub-list li a {
    color: #333
}
.header .menu-main .nav-sub .nav-sub-list li .img {
    overflow: hidden;
    margin-bottom: 10px;
    transition: 0.5s;
}
.header .menu-main .nav-sub .nav-sub-list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transition: transform 0.3s ease; */
    transition: 0.5s;
}
.header .menu-main .nav-sub .nav-sub-list li .title {
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 溢出内容显示为省略号 */
}
.header .menu-main .nav-sub .nav-sub-list li:hover .img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}
.header .menu-main .nav-sub .nav-sub-list li:hover .img img {
    transform: scale(1.1);
}
.header .menu-main .nav-sub .nav-sub-list li:hover a {
    color: #01afae;
}
.header .menu-main > ul > li:hover > a {
    color: #01afae;
    text-decoration: none;
    border-bottom: 2px solid #01afae;
}
/* test
.header .menu-main .menu-2 .nav-sub {
    transform: scaleY(1);
} */
.header .menu-main .menu-2 .nav-sub .nav-sub-list li,
.header .menu-main .menu-15 .nav-sub .nav-sub-list li {
    flex-basis: calc(14% - 15px);
}

/* 解决方案 */
.header .menu-main .menu-5 .nav-sub .nav-sub-list li {
    flex-basis: calc(20% - 15px);
}
.header .menu-main .menu-5 .nav-sub .nav-sub-list li .img img {
    width: 100%;
    height: 120px;
}
.header .menu-main .menu-6 .nav-sub {
    display: none;
}
/* 技术支持 */
.header .menu-main .menu-14 .nav-sub .nav-sub-list li {
    flex-basis: calc(20% - 15px);
}

.header .menu-main .menu-language {
    position: relative;
}
.header .menu-main .menu-language .nav-sub {
    left: -20px;
    width: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.header .menu-main .menu-language .nav-sub .nav-sub-list {
    display: unset;
}
.header .menu-main .menu-language .nav-sub .nav-sub-list li {
    margin-bottom: 0px;
    line-height: 2.5;
}
.header .menu-main .menu-language .nav-sub .nav-sub-list li:hover {
    background-color: #666;
    color: #fff;
}
.header .menu-main .menu-language .nav-sub .nav-sub-list li:hover a {
    color: #fff;
}



.header .menu-main .top-icon-search {
width: 16px; height: 16px;
margin-top: 23px;
margin-left: 15px;
background: url("../images/icon-top-search.png") no-repeat;
background-size: 100%;
cursor: pointer;
}

.header .menu-main .serach{position:fixed;left: 0; right:0px;top:0px;bottom: 0;z-index:10; display: none; width: 90%; margin: 0 auto; }
.header .menu-main .serach2{position:absolute;left: 0; right:0px;top:120px;display: flex;align-items: center;justify-content: center;}
.header .menu-main .serach form{position: relative;width: 100px;max-width: 85%;-webkit-transition:0.5s;transition:0.5s;background: #fff;padding: 0px 20px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);}
.header .menu-main .serach.on form{width: 90%;}
.header .menu-main .serach form input[type='text']{ border: none; font-size:16px; width:100%; height:66px; line-height:66px;padding:0 40px 0 40px; color:#666;background: none;}
.header .menu-main .serach form i{position: absolute;left: 20px;top:0px;height:66px;font-size: 20px;line-height: 66px;text-align: center;color: #999;}
.header .menu-main .serach form a {position: absolute;right: 60px;top:0px;font-size: 16px;line-height: 66px;color: #666;}
.header .menu-main .serach form button { position: absolute;right: 60px;top:0px;font-size: 16px;line-height: 66px;color: #666; height: 100%; border: none; background: unset }
.header .menu-main .serach form span{position: absolute;right: 20px;top:0px;width: 24px;height:66px; display: block; cursor: pointer; }
.header .menu-main .serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #333;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.header .menu-main .serach form span:after{content:""; position: absolute;left: 50%; top:50%; width: 2px;height:24px;background: #333;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.header .menu-main .serach form span:hover:before{-webkit-transform: rotate(0deg); transform: rotate(0deg);}
.header .menu-main .serach form span:hover:after{-webkit-transform: rotate(90deg); transform: rotate(90deg);}

.header .top-tools-menu {
display: flex;
color: #000;
margin-top: 25px;
line-height: 0.9;
cursor: pointer;
}
/* .header .top-tools-menu .language {

}
.header .top-tools-menu .language a {
color: #fff;
} */
.header .top-tools-menu strong {
    display: inline-block;
}
.header .nav-btn {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 5px;
}
.header .nav-btn .line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    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: 6px;
}
.header .nav-btn .line3 {
    top: 12px;
    /* 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);
}


.main-content {
    margin-top: 84px;
}

.menu-mobile {
    width: 100%;
    /* padding: 0 3%; */
    display: none;
    position: fixed;
    left: 0;
    top: 84px;
    bottom: 0px;
    z-index: 100;
    overflow-y: auto;
    background: #f5f5f5;
    /* height: 100vh; */
}
.menu-mobile ul {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    /* overflow-y: auto;
    height: 1000px; */
}
.menu-mobile .js-m-3 {
    opacity: 0;
    -webkit-transform: translate(0px, 0); /* translate(30px, 0); 向右移动30px */
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.menu-mobile .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: 1rem;
    padding: 0 20px;
}
.menu-mobile .tit {
    display: inline-block;
    text-decoration: none;
    width: 80%;
    line-height: 2;
    color: #333;
    position: relative;
    box-sizing: border-box;
}
.menu-mobile .sub-tit.on {
    background-color: #e9e9e9;
}
.menu-mobile .sec-list {
    clear: both;
    line-height: 2;
    padding: 0px 0 0px 0;
    /* display: none; */
}
.menu-mobile .jt {
    position: relative;
    display: inline-block;
    width: 10%;
    height: 30px;
    text-align: center;
    background: none;
    float: right;
}
.menu-mobile .jt:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url('../images/mobile-menu-icon-add.png') no-repeat center;
    background-size: 17px auto;
    position: absolute;
    right: 3%;
    top: 0px;
}
.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('../images/mobile-menu-icon-dot.png') no-repeat left center;
    background-size: 3px auto;
    font-size: 1rem;
    margin-bottom: 0;
}
.menu-mobile .sec-list a {
    padding-left: 1rem;
    color: #666;
    display: block;
}
.menu-mobile .sec-list a:active {
    color: #ef7e1b;
}
.menu-mobile li.language-mobile .tit {
    display: inline;
}





/* ../images/call-us-background.jpg */
.inquiry-box { /* margin-top: 50px; */ overflow:hidden; background:#3D3D3D url("") 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;
}



/* 浮动帮助窗口 */
.float-toolbar { position: fixed; width: 36px; height: 320px; /*top: 50%;*/ bottom: 0; right: 0; margin-top: -20px; 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 .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: 5rem 0 1rem 0; */
    background-color: #01afae;
    color: #fff;
    font-size: 0.9rem;
}
.footer a {
    color: #fff;
}
.footer .footer-top {
    /* display: flex;
    justify-content: space-between; */
    width: 100%;
    margin-bottom: 15px;
    border-top: 2px solid #fff;
    background: #31383b;
}
.footer .footer-top .container-x {
    width: 96%;
    margin: 0 auto;
}
.footer .footer-tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.footer .footer-tel li {
    display: flex;
    width: 20%;
    padding: 15px 10px;
    border-left: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer .footer-tel li .phone strong {
    font-size: 1.1rem;
}
.footer .footer-menu {
    display: flex;
    width: calc(60% - 15px);
    margin-right: 15px;
    text-align: left;
}
.footer .footer-menu dl {
    width: 33.33%;
}
.footer .footer-menu dl dt {
    font-size: 1rem;
    font-weight: bold;
    line-height: 2;
}
.footer .footer-menu dl dd {
    line-height: 2;
}
.footer .footer-addr {
    width: calc(30% - 15px);
    margin-right: 15px;
    line-height: 2;
}
.footer .footer-form {
    width: 20%;
}
.footer .footer-form h5 {
    font-size: 1rem;
    line-height: 2;
    font-weight: bold;
}
.footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
    padding-top: 20px;
    /* border-top: 1px solid #eee; */
    text-align: center;
    color: #ffffff;
    line-height: 2;
    font-size: 0.8rem;
}
.footer .footer-copyright {
    width: 40%;
    text-align: center;
}
.footer .footer-copyright p {
    margin: 0;
}
.footer .footer-logo {
    margin-right: 15px;
}

/* 响应式设计 - 在小屏幕上改为每行1个新闻 */
@media (max-width: 768px) {
    .footer {
        padding: 0rem 0 1rem 0;
    }
    .footer .footer-top {
        flex-wrap: wrap;
        justify-content: unset;
    }
    .footer .footer-tel li {
        width: 50%;
    }
    .footer .footer-copyright {
        width: 100%;
    }
    .footer .footer-menu {
        display: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .footer .footer-addr {
        width: 100%;
    }
    .footer .footer-form {
        width: 100%;
    }
    .footer .footer-form input {
        width: 100%;
    }
    .footer .footer-form textarea {
        width: 100%;
    }
    .footer .footer-bottom {
        justify-content: center;
    }
}





.swiper-container .swiper-button-prev {
    color: #fff;
}
.swiper-container .swiper-button-next {
    color: #fff;
}
.swiper-container .swiper-button:hover {
    color: #01afae;
}
.swiper-container .swiper-button-prev:hover {
    color: #01afae;
}
.swiper-container .swiper-button-next:hover {
    color: #01afae;
}




.titlebar0 { padding:20px 0; text-align:center; }
.titlebar0 h3 { margin:0; font-size:2rem; /*color:#e6212a;*/ font-weight:500; /*line-height:2;*/ }
.titlebar0 h4 { margin:0; font-size:1.2rem; color:#000; line-height:1.2; }
.titlebar0 p { font-size: 0.9rem; color:#999; /*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: #01afae;
    border-radius: 5px;
}
.titlebar0 .divider.noborder { border-bottom:none; }

.titlebar0.white h3 {
    color: #fff;
}
.titlebar0.white h4 {
    color: #fff;
}
.titlebar0.white p {
    color: #fff;
}


@media (max-width: 768px) {
    .titlebar0 { padding: 15px 0; }
    .titlebar0 h3 {
        font-size: 1.5rem;
    }
    .titlebar0 h4 {
        font-size: 0.8rem;
    }
}




.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;
}








.home-ourproducts {
    position: relative;
    overflow: hidden;
    height: 500px;

}
.home-ourproducts .swiper-slide img {
    width: 100%;
    vertical-align: middle;
    /* max-height: 500px; */
}


.page-banner {
    margin-top: 85px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 750px;
}
.page-banner h3 {
    padding-top: 10%;
    font-size: 2.5rem;
    text-align: center;
}
.page-banner h3.white {
    color: #fff;
}
.page-banner-news {
    background-image: url('../images/page-banner-news-3.jpg');
}
.page-banner-product {
    background-image: url('../images/page-banner-product.jpg?v=1');
}
/* 简一伸缩帘 */
.page-banner-product-8 {
    background-image: url('../images/page-banner-product.jpg?v=1');
}
/* 开合帘电机 */
.page-banner-product-9 {
    background-image: url('../images/page-banner-product.jpg?v=2');
}
/* 管状电机 */
.page-banner-product-10 {
    background-image: url('../images/page-banner-product.jpg');
}
/* 百叶帘电机 */
.page-banner-product-17 {
    background-image: url('../images/page-banner-product.jpg');
}
/* 控制系统 */
.page-banner-product-18 {
    background-image: url('../images/page-banner-product.jpg?v=2');
}
.page-banner-aboutus {
    background-image: url('../images/page-banner-aboutus.jpg');
}
.page-banner-contactus {
    background-image: url('../images/page-banner-contactus-5.jpg');
}
.page-banner-case {
    background-image: url('../images/page-banner-case.jpg');
}
/* 招商加盟 */
.page-banner-merchant {
    background-image: url('../images/page-banner-service.jpg');
}
/* 技术支持 */
.page-banner-service {
    background-image: url('../images/page-banner-service.jpg');
}
/* 加入我们 */
.page-banner-join {
    background-image: url('../images/page-banner-join.jpg');
}
/* 产品购买 */
.page-banner-join {
    background-image: url('../images/page-banner-buy.jpg');
}


@media (max-width: 768px) {
    .page-banner {
        height: 120px;
    }
    /* 简一伸缩帘 */
    .page-banner-product-8 {
        background-position: 60% center;
    }
    /* 开合帘电机 */
    .page-banner-product-9 {
        background-position: 65% center;
    }
    /* 管状电机 */
    .page-banner-product-10 {
        background-position: 75% center;
    }
    /* 百叶帘电机 */
    .page-banner-product-17 {
        background-position: 80% center;
    }
    /* 控制系统 */
    .page-banner-product-18 {
        background-position: 70% center;
    }
}





.pro-buy-channel {
    background: #f9f9f9 url("../images/bg02.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}
.pro-buy-channel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px
}
.pro-buy-channel ul li {
    width: 25%;
    text-align: center;
}
.pro-buy-channel ul li img {
    width: 90%;
}
@media (max-width: 768px) {
    .pro-buy-channel ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }
    .pro-buy-channel ul li img {
        width: 80%;
    }
}






.choose-us-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.choose-us-list li {
    width: 25%;
    text-align: center;
}
.choose-us-list li .item {
    width: 80%;
    margin: 0 auto;
}
.choose-us-list li .item p {
    color: #666
}
.choose-us-list li .item .icon {
    width: 130px;
    height: 130px;
    margin: 0 auto 10px auto;
    background: url("../images/aboutus/chooseus-icon.png?v=1") no-repeat;
}
.choose-us-list li .item .icon.icon-02 {
    background-position: -130px 0;
}
.choose-us-list li .item .icon.icon-03 {
    background-position: -260px 0;
}
.choose-us-list li .item .icon.icon-04 {
    background-position: -390px 0;
}
@media (max-width: 480px) {
    .choose-us-list {
        width: 100%;
    }
    .choose-us-list li {
        width: 50%;
    }
}





.home-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #666;
    padding: 15px 0;
}
.home-badge li {
    width: 20%;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}
.home-badge li .badge {
    width: 100%;
    color: #01afae;
}
.home-badge li .badge strong {
    font-size: 3rem;
    font-family: 'Impact';
}
.home-badge li .badge em {
    font-size: 1rem;
    font-style: normal;
    color: #333;
}
.home-badge li .badge sup {
    font-size: 1rem;
    top: -1.8rem;
}

/* 响应式设计 - 在小屏幕上改为每行1个新闻 */
@media (max-width: 768px) {
    .home-badge li {
        width: 50%;
        margin-bottom: 45px;
    }
    .home-badge li .badge strong {
        font-size: 2rem;
    }
}








.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 设置新闻项之间的间距为20px */
    justify-content: flex-start; /* 左对齐 */
    margin-bottom: 30px;
}
.news-list .news-item {
    position: relative;
    flex: 1 1 calc(33.333% - 20px); /* 每行3个，考虑gap间距 */
    min-width: 300px; /* 最小宽度，确保在小屏幕上也能良好显示 */
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background: #fff;
}
.news-list .news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* 新闻图片样式 */
.news-list .photo {
    width: 100%;
    overflow: hidden;
}
.news-list .photo img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover; /* 确保图片填充容器并保持比例 */
    transition: transform 0.3s ease;
}
.news-list .news-item:hover .photo img {
    transform: scale(1.05);
}
/* 新闻内容区域样式 */
.news-item > *:not(.photo) {
    padding: 15px;
}
.news-list .news-item .date {
    position: absolute;
    top: 0%;
    z-index: 1;
    padding: 10px;
    display: inline-block;
    background: #01afae;
    color: #fff;
    border-radius: 0 0 8px 0;
}
.news-list .news-item .title {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.news-list .news-item .news-content {
    overflow: hidden;
    color: #666;
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制显示3行 */
    -webkit-box-orient: vertical;

}

.news-list .news-item .read-more {
    /* display: inline-block;
    color: #0066cc; */
    text-decoration: none;
    /* font-weight: bold; */
    transition: color 0.3s ease;
    text-align: right;
}

/* .news-list .news-item .read-more:hover {
    color: #004499;
    text-decoration: underline;
}   */

/* 响应式设计 - 在小屏幕上改为每行1个新闻 */
@media (max-width: 768px) {
    .news-list .news-item {
        flex: 1 1 100%;
    }
}









.product-category-list {
    background-color: #fff; /* f1f1f1 */
    border-bottom: 1px solid #ededed;
}
.product-category-list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product-category-list ul li {
    display: inline-block;
    font-size: 1rem;
    line-height: 2.5;
    text-align: center;
    padding: 0 15px;
}
.product-category-list ul li a {
    color: #666;
}
.product-category-list ul li a:hover, .product-category-list ul li.active a {
    color: #01afae
}



.product-list {
    display: flex;
    flex-wrap: wrap;
    /* gap: 15px; */
}
.product-list li {
    width: 100%;    /* calc(49% - 15px); */
    margin-right: 0;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform .3s .2s;
}
.product-list li:nth-child(even) {
    margin-right: 0;
}
.product-list li:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}
.product-list li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    padding: 15px;
}
.product-list li .txt {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}
.product-list li .img {
    width: 65%;
    overflow: hidden;
    text-align: center;
    align-items: center;
}
.product-list li .txt .title {
    font-size: 1rem;
    line-height: 30px;
    color: #333;
    padding-right: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-list li .txt i {
    display: block;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}
.product-list li:hover .txt i:after {
    width: 120px;
}
.product-list li .txt i:after {
    content: "";
    display: block;
    width: 66px;
    height: 2px;
    background: #01afae;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.product-list li .txt .desc {
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
    margin: 20px 0 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product-list li .img img {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.product-list li:hover .img img {
    transform: scale(1.05);
}

.product-list li .arrow {

}
.product-list li .arrow2 {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #f39a0f;
    border: 1px solid #acacac;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.product-list li .arrow2:after {
    content: "";
    position: absolute;
    left: 8px;
    z-index: 11;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    top: 9px;
    transform: rotate(135deg);
}
.product-list li:hover .arrow2 {
    color: #fff;
    border: 1px solid #01afae;
    background: #01afae;
}
.product-list li:hover .arrow2:after {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

@media (max-width: 768px) {
    /* .product-list li a {
        flex-direction: column-reverse;
    } */
    .product-list li .txt .title {
        text-align: center;
        padding-right: 0;
    }
    .product-list li .txt {
        padding: 20px;
        padding-top: 10px;
        width: 100%;
        flex: auto;
    }
    .product-list li .txt i {
        margin-top: 5px
    }
    .product-list li .img {
        width: 100%;
        padding: 0 20px 20px 20px;
    }
    .product-list li .arrow2 {
        display: none;
    }
    .product-list li .txt .desc {
        margin: 10px 0 0px 0;
    }
}




.product-list-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-list-box ul li {
    width:calc(33.33% - 20px);
    -webkit-transition:0.5s;transition:0.5s;
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 20px;
    margin-bottom: 20px;
}
.product-list-box ul li .img {overflow: hidden; /* display: inherit; */ justify-content: center; /* 水平居中 */ align-items: center; /* 垂直居中 */ }
.product-list-box ul li .img img {display: block; width: 100%; height: 100%; -webkit-transition:0.5s; object-fit: cover; transition: transform 0.3s ease; }
.product-list-box ul li:hover .img img {-webkit-transform:scale(1.1);transform:scale(1.1);}
.product-list-box ul li .txt {display: flex;align-items: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.product-list-box ul li .txt span {font-size: 18px; line-height: 18px; color: #333;border-top: 1px solid rgba(255, 255, 255, 0.7);border-bottom: 1px solid rgba(255, 255, 255, 0.7);padding: 15px 0;width: 80%;text-align: center;}
.product-list-box ul li:hover {box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);-webkit-transform: translate(0,-5px);transform: translate(0,-5px);}
.product-list-box ul li .txt .title { padding:0 10px; }
.product-list-box ul li:hover a { text-decoration: none }



@media (max-width: 768px) {
    .product-list-box ul {
        gap: 0;
    }
    .product-list-box ul li {
        width: 100%;    /* calc(50% - 15px); */
        margin-top: 15px;
        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;
    }
}




.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;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover; /* 确保图片填充容器并保持比例 */
}
.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 8px 0; padding:0; font-family:"microsoft yahei"; font-size:14px; font-weight:bold; }
.artlistimg dd h2 a { font-size: 1rem; color: #666; text-decoration: none;  }
.artlistimg dd h2:hover a { color: #01afae; }
.artlistimg dd span { display:block; color: #999; font-size: 0.9rem; line-height: 1.5 }
.artlistimg dd .date { font-size: 0.9rem; color: #666 }
.artlistimg dd .more { display:block; margin-top: 6px; /* text-align: center; width:80px; background: #e74f58; */ color: #666; font-size: 0.8rem; border-radius: 6px; }

@media (max-width: 767px) {
    .artlistimg dl {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        gap: 15px;
    }
    .artlistimg dt {
        float: unset;
        flex: 1;
        width: auto;
        height: auto;
    }
    .artlistimg dt a {
        display: initial;
        width: 100%;
    }
    .artlistimg dd {
        padding-left: unset;
        float: unset;
        flex: 1
    }
    .artlistimg dt img {
        width: 100%;
        height: 150px;
    }
    .artlistimg dd span {
        display: none;
    }
}




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:left; 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; */
}
.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: #272727;
    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; }

.article-pro-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.article-pro-info .article-pro-photo {
    width: 65%;
    overflow: hidden;
    text-align: center;
    align-items: center;
    aspect-ratio: 4 / 3;
}
.article-pro-info .article-pro-photo img {
    width: 100%;
    height: 100%;
    /* max-width: 600px;
    max-height: 600px; cover */
    object-fit: cover;
    transition: transform 0.3s ease;
}
.article-pro-info:hover .article-pro-photo img {
    transform: scale(1.05);
}
.article-pro-info .article-pro-text {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}


@media (max-width: 767px) {
    .article-pro-info .article-pro-photo {
        width: 100%;
    }
    .article-pro-info .article-pro-text {
        width: 100%;
    }
}




/*
video::-internal-media-controls-download-button { display:none; }
video::-webkit-media-controls-enclosure { overflow:hidden; }
video::-webkit-media-controls-panel { width: calc(100% + 30px); }
*/




/*
#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; */ padding:20px 0 20px 0; 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: contain;  /* 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 */


