#ztmi-body { width:100%; max-width:2560px; height:auto; margin-top:89px; overflow:hidden; }
#advertising { width:100%; height:834px; background:#000000; float:left; }
#adspro { width:100%; height:946px; background:#f1f3f5; float:left; display:block; }
.adspro_content { width:100%; max-width:1920px; height:870px; padding:0px; margin:10px auto; }
.adspro_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:83px; margin-bottom:30px; font-weight:bold; }

#adsnewpro { width:100%; height:1200px; background:#f1f3f5; float:left; }
.adsnewpro_content { width:100%; max-width:1920px; height:870px; padding:0px; margin:10px auto; }
.adsnewpro_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:83px; margin-bottom:86px; font-weight:bold; }
#adsnews { width:100%; height:960px; background:#f1f3f5; float:left; }
.adsnews_content { width:100%; max-width:1920px; height:870px; padding:0px; margin:10px auto; }
.adsnews_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:83px; margin-bottom:86px; font-weight:bold; }
.nav-index-pro { width:1888px; height:160px; margin:62px 16px 0px 16px; text-align:center; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:236px; height:160px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:236px; height:160px; display:block; margin:0px; padding:0px; position:relative; }
.nav-index-pro .active a:before { content:"▼"; position:absolute; top:122px; left:108px; width:20px; height:20px; color:#00b1b1; display:block; }
.pro-ico01 img,.pro-ico02 img,.pro-ico03 img,.pro-ico04 img { width:70px; height:70px; }
.nav-index-pro h3 { font-size:18px; text-align:center; font-weight:bold; margin-top:20px; }
.nav-index-pro .active>a { color:#019f94 !important; }
.tab-content { width:1920px; height:auto; position:relative; margin-top:20px; }
.product-container { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:1760px; margin:0 auto; }
.product-card { position:relative; width:100%; height:368px; overflow:hidden; border-radius:8px; }
.product-img { width:100%; height:100%; object-fit:cover; }
.product-name { position:absolute; top:50px; left:50px; width:260px; height:50px; color:#000000; font-size:24px; font-weight:bold; text-align:left; }
.product-line { width:50px; height:2px; background:#16a8a8; position:absolute; top:110px; left:54px; }


:root { --base-ratio:100 / 2560; --item-base-width:1500; --item-base-height:790; --btn-size:70; --dot-size:12; }

#adsnewpro_list { max-width:2560px; width:100%; margin:0 auto; position:relative; display:none; }
.carousel-container { position:relative; width:100%; max-width:2560px; height:calc(var(--item-base-height) * var(--base-ratio) * 1vw); min-height:300px; overflow:hidden; margin:0 auto; }
.carousel-track { display:flex; height:100%; transition:transform 0.5s ease; }
#adsnewpro_list .product-item { flex:0 0 calc(var(--item-base-width) * var(--base-ratio) * 1vw); height:100%; margin:0 calc(15 * var(--base-ratio) * 1vw); display:flex; justify-content:center; align-items:center; }
#adsnewpro_list .product-img { width:100%; height:100%; object-fit:cover; border-radius:12px; display:block; user-select:none; }
#adsnewpro_list .product-img::before { content:"图片加载中"; color:#666; font-size:14px; display:flex; justify-content:center; align-items:center; width:100%; height:100%; }
#adsnewpro_list .product-item.active { z-index:1; }
.carousel-left-btn { position:absolute; top:50%; transform:translateY(-50%); width:70px; height:70px; border:none; background:url(../images/tmi-index/index-left-ico.png); outline:none; cursor:pointer; }
.carousel-right-btn { position:absolute; top:50%; transform:translateY(-50%); width:70px; height:70px; border:none; background:url(../images/tmi-index/index-right-ico.png); outline:none; cursor:pointer; }
.carousel-left-btn:hover { background:url(../images/tmi-index/index-left-hov.png); }
.carousel-right-btn:hover { background:url(../images/tmi-index/index-right-hov.png); }
.prev-btn { left:calc(50% - 680px); margin-left:-24px; }
.next-btn { right:calc(50% - 700px); margin-right:-24px; }
.carousel-dots { position:absolute; bottom:calc(20 * var(--base-ratio) * 1vw); left:50%; transform:translateX(-50%); display:flex; gap:calc(10 * var(--base-ratio) * 1vw); z-index:10; }
.dot { width:calc(var(--dot-size) * var(--base-ratio) * 1vw); height:calc(var(--dot-size) * var(--base-ratio) * 1vw); min-width:8px; min-height:8px; border-radius:50%; background-color:rgba(255,255,255,0.6); cursor:pointer; transition:all 0.3s; }
.dot.active { background-color:#fff; transform:scale(1.3); }
@keyframes myfirst { 
0% { width:100%; }
100% { width:120%; }
}
@media (max-width:1799px) { 
.product-container { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:1500px) {
.carousel-left-btn { left:20px; }
.carousel-right-btn { right:20px; }
}
@media (max-width:768px) { 
.product-item { flex:0 0 calc(100vw - 40px); margin:0 10px; }
.carousel-container { height:calc((100vw - 40px) * var(--item-base-height) / var(--item-base-width)); }
}
@media (max-width:599px) { 
.product-container { grid-template-columns:1fr; }
}
@media (min-width:300px) { 
#ztmi-body { width:100%; max-width:2560px; height:auto; margin-top:70px; overflow:hidden; }
#advertising { width:100%; height:274px; background:#000000; }
.advertising_content { width:100%; height:274px; float:left; display:block; object-fit:cover; z-index:-1; overflow:hidden; }
.advertising_content video { width:100%; display:none; }
.section-bg { width:100%; height:274px; background:url(../images/tmi-index/zbimage.jpg) no-repeat; position:absolute; background-size:100% 100%; z-index:3; }


#adspro { width:100%; height:auto; background:#f1f3f5; float:left; display:block; }
.adspro_content { width:100%; max-width:300px; height:auto; min-height:1010px; padding:0px; margin:10px auto; }
.adspro_content h2 { width:100%; font-size:28px; color:#000000; font-weight:bold; text-align:center; line-height:38px; margin-top:40px; margin-bottom:10px; float:left; }

.pro-ico01 img,.pro-ico02 img,.pro-ico03 img,.pro-ico04 img { width:60px; height:60px; }

.nav-index-pro { width:300px; height:210px; margin:30px 16px 0px 16px; text-align:center; float:left; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:140px; height:100px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:140px; height:90px; display:block; margin:0px; padding:0px; position:relative; }
.nav-index-pro .active a:before { content:"▼"; position:absolute; top:106px; left:114px; width:20px; height:20px; color:#00b1b1; display:none; }
.nav-index-pro h3 { font-size:13px; text-align:center; font-weight:bold; margin-top:6px; }
.tab-content { width:300px; height:auto; position:relative; margin-top:20px; float:left; }

.product-container { padding:0 10px; }
.product-card { position:relative; width:100%; height:200px; overflow:hidden; border-radius:8px;  }
.product-name { position:absolute; top:20px; left:20px; width:260px; height:50px; color:#000000; font-size:16px; font-weight:bold; text-align:left; }
.product-line { width:50px; height:2px; background:#16a8a8; position:absolute; top:52px; left:20px; }



#adspro-mb { width:100%; background:#f1f3f5; }
#adspro-mb-content { width:280px; height:auto; margin:0 auto; overflow:hidden; }
#adspro-mb h2 { width:100%; font-size:28px; color:#000000; font-weight:bold; text-align:center; line-height:38px; margin-top:40px; margin-bottom:10px; float:left; }
#adspro-mb ul { width:280px; height:auto; float:left; }
#adspro-mb li { width:140px; height:90px; float:left; }
#adspro-mb li p { width:100%; height:auto; text-align:center; float:left; }
.mb-pro-ico { width:60px; height:60px; float:left; margin-left:42px; }
.mb-pro-ico img { width:60px; height:60px; float:left; }




#adsnewpro { width:100%; height:auto; background:#f1f3f5; float:left; }
.adsnewpro_content { max-width:280px; height:auto; padding:0px; margin:10px auto; overflow:hidden; }
.adsnewpro_content h2 { font-size:28px; margin-top:20px; margin-bottom:10px; }
#adsnews { width:100%; height:auto; background:#f1f3f5; float:left; }
.adsnews_content { width:100%; max-width:280px; height:auto; padding:0px; margin:10px auto; }
.adsnews_content h2 { font-size:28px; margin-top:20px; margin-bottom:10px; }


#adsnewpro_list_mb{ width:100%; float:left; }
#adsnewpro_list_mb ul{ width:100%; float:left; }
#adsnewpro_list_mb li{ width:100%; float:left; border-radius:8px; margin-bottom:10px; overflow:hidden; }

#adsnews_list { width:100%; height:auto; margin:0 auto; background:#ffffff; border-radius:12px; }
.adsnews_list_l {width:100%;  height:auto; float:left; padding:10px 0px; }
.adsnews_list_r { width:100%;  height:auto; float:left; margin-bottom:40px; }
.adsnews_list_category { width:40px; height:28px; background:#e3f4f4; float:left; text-align:center; font-size:14px; line-height:28px; color:#16a8a8; border-radius:4px; margin:0px; user-select:none; border:1px solid #16a8a8; }
.adsnews_list_h3 { width:100%; height:auto; float:left; font-size:18px; line-height:32px; font-weight:bold; color:#303233; margin:10px 0px; overflow:hidden; }
.adsnews_list_content { width:100%; height:88px; float:left; margin:0px; font-size:14px; line-height:28px; color:#303233; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.adsnews_list_more { width:96%; height:30px; float:left; text-align:right; font-size:14px; line-height:28px; color:#16a8a8; }
.adsnews_list_more a { color:#16a8a8; }
.adsnews_list_more a:hover { color:#01b2a9 !important; }
.adsnews_list_time { width:100%; height:32px; float:left; margin:0px; font-size:14px; line-height:28px; color:#acacad; }
.adsnews_list_l_box { width:100%; height:auto; float:left; margin:0px; padding:0px; }
.adsnews_list_r_box { width:100%; height:auto; margin:0 auto; float:left; padding:10px 0px; }
.adsnews_list_l_photo { width:100%; height:100%; margin:0 auto 10px; float:left; overflow:hidden; }
}
/*针对iphone5s*/
@media (min-width:315px) { 
#advertising { width:100%; height:287px; }
.advertising_content { width:100%; height:287px; }
.section-bg { width:100%; height:287px; }
}
/*针对1080*1920的android*/
@media (min-width:360px) { 
#advertising { width:100%; height:328px; }
.advertising_content { width:100%; height:328px; }
.section-bg { width:100%; height:328px; }
#adspro-mb-content { width:348px; }
#adspro-mb h2 { width:100%; font-size:28px; color:#000000; font-weight:bold; text-align:center; line-height:38px; margin-top:40px; margin-bottom:10px; float:left; }
#adspro-mb ul { width:348px; height:auto; float:left; }
#adspro-mb li { width:170px; height:106px; float:left; }
#adspro-mb li p { width:100%; height:auto; text-align:center; float:left; font-size:12px; }
.mb-pro-ico { width:70px; height:70px; float:left; margin-left:50px; }
.mb-pro-ico img { width:70px; height:70px; float:left; }
.adsnewpro_content { max-width:330px; height:auto; padding:0px; margin:10px auto; overflow:hidden; }
.adsnewpro_content h2 { font-size:28px; margin-top:20px; margin-bottom:10px; }
.adsnews_content { max-width:330px; height:auto; padding:0px; margin:10px auto; }
.adsnews_content h2 { font-size:28px; margin-top:30px; margin-bottom:20px; }


#adspro { width:100%; height:auto; background:#f1f3f5; float:left; display:block; }
.adspro_content { width:100%; max-width:360px; height:auto; min-height:1010px; padding:0px; margin:10px auto; }
.nav-index-pro { width:360px; height:200px; margin:30px 16px 0px 16px; text-align:center; float:left; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:170px; height:100px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:170px; height:90px; display:block; margin:0px; padding:0px; position:relative; }
.tab-content { width:360px; height:auto; position:relative; margin-top:20px; float:left; }

}
/*针对iphone6*/
@media (min-width:375px) { 
#advertising { width:100%; height:342px; }
.advertising_content { width:100%; height:342px; }
.section-bg { width:100%; height:342px; }
}
/*针对全面屏安卓*/
@media (min-width:390px) { 
#advertising { width:100%; height:355px; }
.advertising_content { width:100%; height:355px; }
.section-bg { width:100%; height:355px; }
}
@media (min-width:400px) { 
#advertising { width:100%; height:365px; }
.advertising_content { width:100%; height:365px; }
.section-bg { width:100%; height:365px; }
}
/*针对iphone6s plus*/
@media (min-width:410px) { 
#advertising { width:100%; height:378px; }
.advertising_content { width:100%; height:378px; }
.section-bg { width:100%; height:378px; }
#adspro-mb-content { width:384px; }
#adspro-mb h2 { width:100%; font-size:28px; color:#000000; font-weight:bold; text-align:center; line-height:38px; margin-top:50px; margin-bottom:20px; float:left; }
#adspro-mb ul { width:384px; height:auto; float:left; }
#adspro-mb li { width:96px; height:110px; float:left; }
#adspro-mb li p { width:100%; height:auto; text-align:center; float:left; }
.mb-pro-ico { width:60px; height:60px; float:left; margin-left:19px; }
.mb-pro-ico img { width:60px; height:60px; float:left; }
.adsnewpro_content { max-width:380px; height:auto; padding:0px; margin:10px auto; overflow:hidden; }
.adsnewpro_content h2 { font-size:28px; margin-top:30px; margin-bottom:20px; }
.adsnews_content { max-width:380px; height:auto; padding:0px; margin:10px auto; }
.adsnews_content h2 { font-size:28px; margin-top:20px; margin-bottom:10px; }


.adspro_content { width:100%; max-width:410px; height:auto; min-height:1010px; padding:0px; margin:10px auto; }
.nav-index-pro { width:410px; height:200px; margin:30px 16px 0px 16px; text-align:center; float:left; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:200px; height:100px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:200px; height:90px; display:block; margin:0px; padding:0px; position:relative; }
.tab-content { width:410px; height:auto; position:relative; margin-top:20px; float:left; }
.product-card { position:relative; width:100%; height:240px; overflow:hidden; border-radius:8px;  }
}
/*针对1440*2560的android*/
@media (min-width:480px) { 
#advertising { width:100%; height:438px; }
.advertising_content { width:100%; height:438px; }
.section-bg { width:100%; height:438px; }
}
@media (min-width:500px) { 
#advertising { width:100%; height:456px; }
.advertising_content { width:100%; height:456px; }
.section-bg { width:100%; height:456px; }
}
@media (min-width:600px) { 
#advertising { width:100%; height:547px; }
.advertising_content { width:100%; height:547px; }
.section-bg { width:100%; height:547px; }
#adspro-mb-content { width:540px; }
#adspro-mb h2 { width:100%; font-size:28px; color:#000000; font-weight:bold; text-align:center; line-height:38px; margin-top:50px; margin-bottom:20px; float:left; }
#adspro-mb ul { width:540px; height:auto; float:left; }
#adspro-mb li { width:135px; height:90px; float:left; }
#adspro-mb li p { width:100%; height:auto; text-align:center; float:left; }
.mb-pro-ico { width:60px; height:60px; float:left; margin-left:38px; }
.mb-pro-ico img { width:60px; height:60px; float:left; }
.adsnewpro_content { max-width:460px; height:auto; padding:0px; margin:10px auto; overflow:hidden; }
.adsnewpro_content h2 { font-size:28px; margin-top:30px; margin-bottom:20px; }
.adsnews_content { max-width:460px; height:auto; padding:0px; margin:10px auto 30px; }
.adsnews_content h2 { font-size:28px; margin-top:20px; margin-bottom:10px; }

.adspro_content { width:100%; max-width:600px; height:auto; min-height:670px; padding:0px; margin:10px auto; }
.nav-index-pro { width:600px; height:100px; margin:30px 16px 0px 16px; text-align:center; float:left; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:126px; height:100px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:126px; height:90px; display:block; margin:0px; padding:0px; position:relative; }
.tab-content { width:600px; height:auto; position:relative; margin-top:20px; float:left; }
.product-card { position:relative; width:100%; height:200px; overflow:hidden; border-radius:8px;  }


.adsnews_list_category { width:50px; height:28px; background:#e3f4f4; float:left; text-align:center; font-size:16px; line-height:28px; color:#16a8a8; border-radius:4px; margin:0px; user-select:none; border:1px solid #16a8a8; }
.adsnews_list_h3 { width:100%; height:auto; float:left; font-size:22px; line-height:36px; font-weight:bold; color:#303233; margin:10px 0px; overflow:hidden; }
.adsnews_list_content { width:100%; height:88px; float:left; margin:0px; font-size:16px; line-height:28px; color:#303233; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.adsnews_list_more { font-size:16px; line-height:28px; }
.adsnews_list_time { width:100%; height:32px; float:left; margin:0px; font-size:14px; line-height:28px; color:#acacad; }

}
@media (min-width:700px) { 
#advertising { width:100%; height:638px; }
.advertising_content { width:100%; height:638px; }
.section-bg { width:100%; height:638px; }
}
@media (min-width:767px) { 
#adspro-mb-content { width:700px; }
#adspro-mb h2 { width:100%; font-size:28px; color:#000000; font-weight:bold; text-align:center; line-height:38px; margin-top:50px; margin-bottom:20px; float:left; }
#adspro-mb ul { width:700px; height:auto; float:left; }
#adspro-mb li { width:172px; height:100px; float:left; }
#adspro-mb li p { width:100%; height:auto; text-align:center; float:left; }
.mb-pro-ico { width:70px; height:70px; float:left; margin-left:52px; }
.mb-pro-ico img { width:70px; height:70px; float:left; }
.adsnewpro_content { max-width:710px; height:auto; padding:0px; margin:10px auto; overflow:hidden; }
.adsnewpro_content h2 { font-size:28px; margin-top:30px; margin-bottom:20px; }
.adsnews_content { max-width:680px; height:auto; padding:0px; margin:10px auto 30px; }
.adsnews_content h2 { font-size:28px; margin-top:20px; margin-bottom:10px; }

#adsnewpro_list_mb li{ margin-bottom:20px;  }
}
@media (min-width:768px) { 
}
@media (min-width:770px) { 
#advertising { width:100%; height:702px; }
.advertising_content { width:100%; height:702px; }
.section-bg { width:100%; height:702px; }
}
@media (min-width:785px) { 
.section-bg { width:100%; height:716px; }
}
@media (min-width:800px) { 
}
@media (min-width:880px) { 
.section-bg { width:100%; height:802px; }
}
@media (min-width:900px) { 
#advertising { width:100%; height:802px; }
}
@media (min-width:980px) { 
.section-bg { width:100%; height:894px; }
#advertising { width:100%; height:894px; }
}
@media (min-width:1024px) { 
#ztmi-body { width:100%; max-width:100%; height:auto; margin-top:70px; overflow:hidden; }
.section-bg { display:none; }
#advertising { width:100%; height:460px; background:#021618; }
.advertising_content { width:100%; height:460px; float:left; display:block; object-fit:cover; z-index:-1; overflow:hidden; }
.advertising_content video { width:100%; display:block; }
#adspro-mb { width:100%; display:none; }

.pro-ico01 img,.pro-ico02 img,.pro-ico03 img,.pro-ico04 img { width:70px; height:70px; }

#adspro { width:100%; min-height:1110px; height:auto; background:#f1f3f5; float:left; display:block; }
.adspro_content { width:100%; max-width:1024px; height:auto; min-height:1010px; padding:0px; margin:10px auto; }
.adspro_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:83px; margin-bottom:30px; font-weight:bold; }
.nav-index-pro { width:1000px; height:126px; margin:30px 16px 0px 16px; text-align:center; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:250px; height:126px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:250px; height:126px; display:block; margin:0px; padding:0px; position:relative; }
.nav-index-pro .active a:before { content:"▼"; position:absolute; top:106px; left:114px; width:20px; height:20px; color:#00b1b1; display:block; }
.nav-index-pro h3 { font-size:13px; text-align:center; font-weight:bold; margin-top:20px; }
.tab-content { width:1024px; height:auto; position:relative; margin-top:20px; }

.product-card { position:relative; width:100%; height:368px; overflow:hidden; border-radius:8px; }
.product-name { position:absolute; top:50px; left:50px; width:260px; height:50px; color:#000000; font-size:24px; font-weight:bold; text-align:left; }
.product-line { width:50px; height:2px; background:#16a8a8; position:absolute; top:110px; left:54px; }


#adsnewpro { width:100%; height:520px; background:#f1f3f5; float:left; }
.adsnewpro_content { max-width:1024px; height:840px; padding:0px; margin:10px auto; }
.adsnewpro_content h2 { font-size:48px; margin-top:73px; margin-bottom:40px; }

#adsnewpro_list { max-width:2560px; width:100%; margin:0 auto; position:relative; display:block; }

#adsnewpro_list_mb{ display:none; }
#adsnews { width:100%; height:980px; background:#f1f3f5; float:left; }
.adsnews_content { width:100%; max-width:1024px; height:840px; padding:0px; margin:10px auto; }
.adsnews_content h2 { font-size:48px; margin-top:73px; margin-bottom:40px; }

#adsnews_list { width:1024px; height:700px; margin:0 auto; background:#ffffff; border-radius:12px; }
.adsnews_list_l { width:460px; height:700px; float:left; border-right:1px solid #e8eaeb; padding:20px 10px; }
.adsnews_list_r { width:560px; height:700px; float:left; margin-bottom:0px; }
.adsnews_list_category { width:50px; height:30px; background:#e3f4f4; float:left; text-align:center; font-size:14px; line-height:28px; color:#16a8a8; border-radius:4px; margin:0px; user-select:none; border:0px; }
.adsnews_list_h3 { width:100%; height:45px; float:left; font-size:24px; line-height:42px; font-weight:bold; color:#303233; margin:10px 0px; overflow:hidden; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.adsnews_list_content { width:100%; height:88px; float:left; margin:0px 0px 20px; font-size:14px; line-height:28px; color:#303233; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.adsnews_list_more { width:96%; height:30px; float:left; text-align:right; font-size:14px; line-height:28px; color:#16a8a8; }
.adsnews_list_more a { color:#16a8a8; }
.adsnews_list_more a:hover { color:#01b2a9 !important; }
.adsnews_list_time { width:100%; height:32px; float:left; margin:0px; font-size:14px; line-height:28px; color:#acacad; }
.adsnews_list_l_box { width:100%; height:600px; float:left; margin:20px 0px 0px; padding:0px; }
.adsnews_list_r_box { width:278px; height:320px; margin:0 auto; float:left; padding:40px 10px 20px 10px; }
.adsnews_list_l_photo { width:440px; height:290px; margin:0 auto 30px; float:left; overflow:hidden; }

#}
@media (min-width:1080px) { 
#advertising { width:100%; height:480px; background:#021618; }
.advertising_content { width:100%; height:480px; float:left; display:block; object-fit:cover; z-index:-1; overflow:hidden; }
.advertising_content video { width:100%; }
#adspro { width:100%; min-height:1120px; height:auto; background:#f1f3f5; float:left; }
.adspro_content { width:100%; max-width:1080px; min-height:1020px; height:auto; padding:0px; margin:10px auto; }
.adspro_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:83px; margin-bottom:30px; font-weight:bold; }
.nav-index-pro { width:1080px; height:136px; margin:30px auto 0px; text-align:center; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:270px; height:136px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:270px; height:136px; display:block; margin:0px; padding:0px; position:relative; }
.nav-index-pro .active a:before { content:"▼"; position:absolute; top:110px; left:126px; width:20px; height:20px; color:#00b1b1; display:block; }
.nav-index-pro h3 { font-size:15px; text-align:center; font-weight:bold; margin-top:20px; }
.tab-content { width:1080px; height:auto; position:relative; margin-top:20px; }
#adsnewpro { width:100%; height:560px; background:#f1f3f5; float:left; }
.adsnewpro_content { max-width:1080px; height:840px; padding:0px; margin:10px auto; }
.adsnewpro_content h2 { margin-top:73px; margin-bottom:40px; }
#adsnews { width:100%; height:1030px; background:#f1f3f5; float:left; }
.adsnews_content { width:100%; max-width:1080px; height:860px; padding:0px; margin:10px auto; }
.adsnews_content h2 { margin-top:73px; margin-bottom:40px; }
#adsnews_list { width:1080px; height:700px; margin:0 auto; background:#ffffff; border-radius:12px; }
.adsnews_list_l { width:460px; height:700px; float:left; border-right:1px solid #e8eaeb; padding:20px 10px; }
.adsnews_list_r { width:620px; height:700px; float:left; margin-bottom:0px; }
.adsnews_list_category { width:60px; height:32px; background:#e3f4f4; float:left; text-align:center; font-size:14px; line-height:28px; color:#16a8a8; border-radius:4px; margin:0px; user-select:none; }
.adsnews_list_h3 { width:100%; height:45px; float:left; font-size:24px; line-height:42px; font-weight:bold; color:#303233; margin:10px 0px; overflow:hidden; }
.adsnews_list_content { width:100%; height:88px; float:left; margin:0px 0px 20px; font-size:14px; line-height:28px; color:#303233; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.adsnews_list_more { width:96%; height:30px; float:left; text-align:right; font-size:14px; line-height:28px; color:#16a8a8; }
.adsnews_list_more a { color:#16a8a8; }
.adsnews_list_more a:hover { color:#01b2a9 !important; }
.adsnews_list_time { width:100%; height:32px; float:left; margin:0px; font-size:14px; line-height:28px; color:#acacad; }
.adsnews_list_l_box { width:100%; height:600px; float:left; margin:20px 0px 0px; padding:0px; }
.adsnews_list_r_box { width:308px; height:320px; margin:0 auto; float:left; padding:40px 10px 20px 10px; }
.adsnews_list_l_photo { width:440px; height:290px; margin:0 auto 30px; float:left; overflow:hidden; }
}
@media (min-width:1200px) { 
#advertising { width:100%; height:600px; background:#021618; }
.advertising_content { width:100%; height:600px; float:left; display:block; object-fit:cover; z-index:-1; overflow:hidden; }
.advertising_content video { width:100%; }
#adspro { width:100%; min-height:1120px; height:auto; background:#f1f3f5; float:left; }
.adspro_content { width:100%; max-width:1200px; min-height:1020px; height:auto; padding:0px; margin:10px auto; }
.adspro_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:83px; margin-bottom:30px; font-weight:bold; }
.nav-index-pro { width:1200px; height:136px; margin:30px auto 0px; text-align:center; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:300px; height:136px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:300px; height:136px; display:block; margin:0px; padding:0px; position:relative; }
.nav-index-pro .active a:before { content:"▼"; position:absolute; top:110px; left:140px; width:20px; height:20px; color:#00b1b1; display:block; }
.nav-index-pro h3 { font-size:15px; text-align:center; font-weight:bold; margin-top:20px; }
.tab-content { width:1200px; height:auto; position:relative; margin-top:20px; }
#adsnewpro { width:100%; height:630px; background:#f1f3f5; float:left; }
.adsnewpro_content { max-width:100%; height:840px; padding:0px; margin:10px auto; }
.adsnewpro_content h2 { margin-top:73px; margin-bottom:40px; }
#adsnews { width:100%; height:1100px; background:#f1f3f5; float:left; }
.adsnews_content { width:100%; max-width:1200px; height:920px; padding:0px; margin:10px auto; }
.adsnews_content h2 { margin-top:73px; margin-bottom:40px; }
#adsnews_list { width:1200px; height:750px; margin:0 auto; background:#ffffff; border-radius:12px; }
.adsnews_list_l { width:500px; height:750px; float:left; border-right:1px solid #e8eaeb; padding:20px 30px; }
.adsnews_list_r { width:700px; height:750px; float:left; margin-bottom:0px; }
.adsnews_list_category { width:60px; height:36px; background:#e3f4f4; float:left; text-align:center; font-size:18px; line-height:36px; color:#16a8a8; border-radius:4px; margin:0px; user-select:none; }
.adsnews_list_h3 { width:100%; height:45px; float:left; font-size:26px; line-height:42px; font-weight:bold; color:#303233; margin:10px 0px; overflow:hidden; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.adsnews_list_content { width:100%; height:100px; float:left; margin:0px 0px 20px; font-size:18px; line-height:32px; color:#303233; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.adsnews_list_more { width:96%; height:30px; float:left; text-align:right; font-size:18px; line-height:32px; color:#16a8a8; }
.adsnews_list_more a { color:#16a8a8; }
.adsnews_list_more a:hover { color:#01b2a9 !important; }
.adsnews_list_time { width:100%; height:32px; float:left; margin:0px; font-size:18px; line-height:32px; color:#acacad; }
.adsnews_list_l_box { width:100%; height:640px; float:left; margin:20px 0px 0px; padding:0px; }
.adsnews_list_r_box { width:350px; height:340px; margin:0 auto; float:left; padding:40px 10px 20px 30px; }
.adsnews_list_l_photo { width:440px; height:320px; margin:0 auto 30px; float:left; overflow:hidden; }
.adsnews_list_l_photo img { object-fit:cover; transition:transform 0.5s ease; }
.adsnews_list_l_photo:hover img { transform:scale(1.05); }
}
@media (min-width:1600px) { 
#advertising { width:100%; height:810px; background:#021618; }
.advertising_content { width:100%; height:810px; float:left; display:block; object-fit:cover; z-index:-1; overflow:hidden; }
.advertising_content video { width:100%; }
#adspro { width:100%; min-height:1100px; height:auto; background:#f1f3f5; float:left; }
.adspro_content { width:100%; max-width:1400px; min-height:1040px; height:auto; padding:0px; margin:10px auto; }
.adspro_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:83px; margin-bottom:30px; font-weight:bold; }
.nav-index-pro { width:1400px; height:140px; margin:30px auto 0px; text-align:center; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:350px; height:140px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:350px; height:140px; display:block; margin:0px; padding:0px; position:relative; }
.nav-index-pro .active a:before { content:"▼"; position:absolute; top:112px; left:166px; width:20px; height:20px; color:#00b1b1; display:block; }
.nav-index-pro h3 { font-size:15px; text-align:center; font-weight:bold; margin-top:20px; }
.tab-content { width:1400px; height:auto; position:relative; margin-top:20px; }
#adsnewpro { width:100%; height:720px; background:#f1f3f5; float:left; }
.adsnewpro_content { max-width:100%; height:882px; padding:0px; margin:10px auto; }
.adsnewpro_content h2 { margin-top:73px; margin-bottom:40px; }
#adsnews { width:100%; height:1100px; background:#f1f3f5; float:left; }
.adsnews_content { width:100%; max-width:1400px; height:920px; padding:0px; margin:10px auto; }
.adsnews_content h2 { margin-top:73px; margin-bottom:40px; }
#adsnews_list { width:1400px; height:750px; margin:0 auto; background:#ffffff; border-radius:12px; }
.adsnews_list_l { width:570px; height:750px; float:left; border-right:1px solid #e8eaeb; padding:20px 40px; }
.adsnews_list_r { width:830px; height:750px; float:left; margin-bottom:0px; }
.adsnews_list_category { width:60px; height:36px; background:#e3f4f4; float:left; text-align:center; font-size:18px; line-height:36px; color:#16a8a8; border-radius:4px; margin:0px; user-select:none; }
.adsnews_list_h3 { width:100%; height:45px; float:left; font-size:26px; line-height:42px; font-weight:bold; color:#303233; margin:10px 0px; overflow:hidden; }
.adsnews_list_content { width:100%; height:100px; float:left; margin:0px 0px 20px; font-size:18px; line-height:32px; color:#303233; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.adsnews_list_more { width:96%; height:30px; float:left; text-align:right; font-size:18px; line-height:32px; color:#16a8a8; }
.adsnews_list_more a { color:#16a8a8; }
.adsnews_list_more a:hover { color:#01b2a9 !important; }
.adsnews_list_time { width:100%; height:32px; float:left; margin:0px; font-size:18px; line-height:32px; color:#acacad; }
.adsnews_list_l_box { width:100%; height:640px; float:left; margin:20px 0px 0px; padding:0px; }
.adsnews_list_r_box { width:400px; height:340px; margin:0 auto; float:left; padding:40px 10px 20px 50px; }
.adsnews_list_l_photo { width:490px; height:320px; margin:0 auto 30px; float:left; overflow:hidden; }
}
@media (min-width:1700px) { 
#advertising { width:100%; height:890px; background:#021618; }
.advertising_content { width:100%; height:890px; float:left; display:block; object-fit:cover; z-index:-1; overflow:hidden; }
.advertising_content video { width:100%; }
#adspro { width:100%; min-height:1170px; height:auto; background:#f1f3f5; float:left; }
.adspro_content { width:100%; max-width:1400px; min-height:1040px; height:auto; padding:0px; margin:10px auto; }
.adspro_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:83px; margin-bottom:30px; font-weight:bold; }
.nav-index-pro { width:1400px; height:140px; margin:50px 16px 0px 16px; text-align:center; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:350px; height:140px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:350px; height:140px; display:block; margin:0px; padding:0px; position:relative; }
.nav-index-pro .active a:before { content:"▼"; position:absolute; top:112px; left:166px; width:20px; height:20px; color:#00b1b1; display:block; }
.nav-index-pro h3 { font-size:15px; text-align:center; font-weight:bold; margin-top:20px; }
.tab-content { width:1400px; height:auto; position:relative; margin-top:20px; }
#adsnewpro { width:100%; height:760px; background:#f1f3f5; float:left; }
.adsnewpro_content { max-width:100%; height:940px; padding:0px; margin:10px auto; }
.adsnewpro_content h2 { margin-top:83px; margin-bottom:50px; }
#adsnews { width:100%; height:1100px; background:#f1f3f5; float:left; }
.adsnews_content { width:100%; max-width:1400px; height:920px; padding:0px; margin:10px auto; }
.adsnews_content h2 { margin-top:83px; margin-bottom:50px; }
}
@media (min-width:1800px) { 
#adspro { width:100%; min-height:1200px; background:#f1f3f5; float:left; }
.adspro_content { width:100%; max-width:1760px; min-height:1036px; padding:0px; margin:10px auto; }
.tab-content { width:1760px; height:auto; position:relative; margin-top:20px; }
.nav-index-pro { width:1760px; height:140px; margin:50px 16px 0px 16px; text-align:center; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:440px; height:140px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:440px; height:140px; display:block; margin:0px; padding:0px; position:relative; }
.nav-index-pro .active a:before { content:"▼"; position:absolute; top:112px; left:210px; width:20px; height:20px; color:#00b1b1; display:block; }
.nav-index-pro h3 { font-size:15px; text-align:center; font-weight:bold; margin-top:20px; }
#adsnewpro { width:100%; height:830px; background:#f1f3f5; float:left; }
#adsnews { width:100%; height:1100px; background:#f1f3f5; float:left; }
.adsnews_content { width:100%; max-width:1800px; height:920px; padding:0px; margin:10px auto; }
.adsnews_content h2 { margin-top:83px; margin-bottom:50px; }
#adsnews_list { width:1760px; height:750px; margin:0 auto; background:#ffffff; border-radius:12px; }
.adsnews_list_l { width:570px; height:750px; float:left; border-right:1px solid #e8eaeb; padding:20px 40px; }
.adsnews_list_r { width:1169px; height:750px; float:left; margin-bottom:0px; }
.adsnews_list_category { width:60px; height:36px; background:#e3f4f4; float:left; text-align:center; font-size:18px; line-height:36px; color:#16a8a8; border-radius:4px; margin:0px; user-select:none; }
.adsnews_list_h3 { width:100%; height:45px; float:left; font-size:26px; line-height:42px; font-weight:bold; color:#303233; margin:10px 0px; overflow:hidden; }
.adsnews_list_content { width:100%; height:100px; float:left; margin:0px 0px 20px; font-size:18px; line-height:32px; color:#303233; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.adsnews_list_more { width:96%; height:30px; float:left; text-align:right; font-size:18px; line-height:32px; color:#16a8a8; }
.adsnews_list_more a { color:#16a8a8; }
.adsnews_list_more a:hover { color:#01b2a9 !important; }
.adsnews_list_time { width:100%; height:32px; float:left; margin:0px; font-size:18px; line-height:32px; color:#acacad; }
.adsnews_list_l_box { width:100%; height:640px; float:left; margin:20px 0px 0px; padding:0px; }
.adsnews_list_r_box { width:560px; height:340px; margin:0 auto; float:left; padding:40px 50px 20px; }
.adsnews_list_l_photo { width:490px; height:320px; margin:0 auto 30px; float:left; overflow:hidden; }
}
@media (min-width:1900px) { 
#adspro { width:100%; min-height:1200px; background:#f1f3f5; float:left; }
.adspro_content { width:100%; max-width:1860px; min-height:1036px; padding:0px; margin:10px auto; }
.tab-content { width:1860px; height:auto; position:relative; margin-top:20px; }
.nav-index-pro { width:1860px; height:140px; margin:50px 16px 0px 16px; text-align:center; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:430px; height:140px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:430px; height:140px; display:block; margin:0px; padding:0px; position:relative; }
.nav-index-pro .active a:before { content:"▼"; position:absolute; top:112px; left:200px; width:20px; height:20px; color:#00b1b1; display:block; }
.nav-index-pro h3 { font-size:15px; text-align:center; font-weight:bold; margin-top:20px; }
#adsnewpro { width:100%; height:960px; }
#advertising { width:100%; height:890px; background:#021618; }
.advertising_content { width:100%; height:890px; float:left; display:block; object-fit:cover; z-index:-1; overflow:hidden; }
.advertising_content video { width:100%; }
#adsnews { width:100%; height:1100px; background:#f1f3f5; float:left; }
.adsnews_content { width:100%; max-width:1920px; height:920px; padding:0px; margin:10px auto; }
.adsnews_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:83px; margin-bottom:86px; font-weight:bold; }
#adsnews_list { width:1760px; height:750px; margin:0 auto; background:#ffffff; border-radius:12px; }
.adsnews_list_l { width:570px; height:750px; float:left; border-right:1px solid #e8eaeb; padding:20px 40px; }
.adsnews_list_r { width:1169px; height:750px; float:left; margin-bottom:0px; }
.adsnews_list_category { width:60px; height:36px; background:#e3f4f4; float:left; text-align:center; font-size:18px; line-height:36px; color:#16a8a8; border-radius:4px; margin:0px; user-select:none; }
.adsnews_list_h3 { width:100%; height:45px; float:left; font-size:26px; line-height:42px; font-weight:bold; color:#303233; margin:10px 0px; overflow:hidden; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.adsnews_list_content { width:100%; height:100px; float:left; margin:0px 0px 20px; font-size:18px; line-height:32px; color:#303233; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.adsnews_list_more { width:96%; height:30px; float:left; text-align:right; font-size:18px; line-height:32px; color:#16a8a8; }
.adsnews_list_more a { color:#16a8a8; }
.adsnews_list_more a:hover { color:#01b2a9 !important; }
.adsnews_list_time { width:100%; height:32px; float:left; margin:0px; font-size:18px; line-height:32px; color:#acacad; }
.adsnews_list_l_box { width:100%; height:640px; float:left; margin:20px 0px 0px; padding:0px; }
.adsnews_list_r_box { width:560px; height:340px; margin:0 auto; float:left; padding:40px 50px 20px; }
.adsnews_list_l_photo { width:490px; height:320px; margin:0 auto 30px; float:left; overflow:hidden; }
}
@media (min-width:2400px) { 
#advertising { width:100%; /*height:1250px;*/
 height:48.828125vw; background:#021618; /*max-width:2560px;*/
 margin:0 auto; float:none; }
.advertising_content { width:100%; /*height:1250px; float:left;*/
height:100%; display:block; object-fit:cover; z-index:-1; overflow:hidden; }
.advertising_content video { width:100%; height:100%; }
#adspro { width:100%; height:1260px; background:#f1f3f5; float:left; }
.adspro_content { width:100%; max-width:1920px; height:1076px; padding:0px; margin:10px auto; }
.adspro_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:103px; margin-bottom:30px; font-weight:bold; }

.nav-index-pro { width:1760px; height:160px; margin:62px auto 0px; text-align:center; }
#nav-index-ico01,#nav-index-ico02,#nav-index-ico03,#nav-index-ico04 { width:440px; height:160px; float:left; }
#nav-index-ico01>a,#nav-index-ico02>a,#nav-index-ico03>a,#nav-index-ico04>a { width:440px; height:160px; display:block; margin:0px; padding:0px; position:relative; }
.nav-index-pro .active a:before { content:"▼"; position:absolute; top:122px; left:210px; width:20px; height:20px; color:#00b1b1; display:block; }
.pro-ico01 img,.pro-ico02 img,.pro-ico03 img,.pro-ico04 img { width:70px; height:70px; }
.nav-index-pro h3 { font-size:18px; text-align:center; font-weight:bold; margin-top:20px; }
.nav-index-pro .active>a { color:#019f94 !important; }
.tab-content { width:1920px; height:auto; position:relative; margin-top:20px; }
#adsnewpro { width:100%; height:1090px; background:#f1f3f5; float:left; }
.adsnewpro_content { max-width:2400px; height:1240px; padding:0px; margin:10px auto; }
.adsnewpro_content h2 { margin-top:83px; margin-bottom:86px; font-weight:bold; }
#adsnews { width:100%; height:1100px; background:#f1f3f5; float:left; }
.adsnews_content { width:100%; max-width:1920px; height:920px; padding:0px; margin:10px auto; }
.adsnews_content h2 { font-size:48px; text-align:center; line-height:62px; margin-top:83px; margin-bottom:86px; font-weight:bold; }
#adsnews_list { width:1760px; height:750px; margin:0 auto; background:#ffffff; border-radius:12px; }
.adsnews_list_l { width:570px; height:750px; float:left; border-right:1px solid #e8eaeb; padding:20px 40px; }
.adsnews_list_r { width:1169px; height:750px; float:left; margin-bottom:0px; }
.adsnews_list_category { width:60px; height:36px; background:#e3f4f4; float:left; text-align:center; font-size:18px; line-height:36px; color:#16a8a8; border-radius:4px; margin:0px; user-select:none; }
.adsnews_list_h3 { width:100%; height:45px; float:left; font-size:26px; line-height:42px; font-weight:bold; color:#303233; margin:10px 0px; overflow:hidden; }
.adsnews_list_content { width:100%; height:100px; float:left; margin:0px 0px 20px; font-size:18px; line-height:32px; color:#303233; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.adsnews_list_more { width:96%; height:30px; float:left; text-align:right; font-size:18px; line-height:32px; color:#16a8a8; }
.adsnews_list_more a { color:#16a8a8; }
.adsnews_list_more a:hover { color:#01b2a9 !important; }
.adsnews_list_time { width:100%; height:32px; float:left; margin:0px; font-size:18px; line-height:32px; color:#acacad; }
.adsnews_list_l_box { width:100%; height:640px; float:left; margin:20px 0px 0px; padding:0px; }
.adsnews_list_r_box { width:560px; height:340px; margin:0 auto; float:left; padding:40px 50px 20px; }
.adsnews_list_l_photo { width:490px; height:320px; margin:0 auto 30px; float:left; overflow:hidden; }
}
@media (min-width:2500px) { 
#adsnewpro { width:100%; height:1120px; background:#f1f3f5; float:left; }
.adsnewpro_content { max-width:2500px; }
}
@media (min-width:2560px) { 
.adsnewpro_content { max-width:2560px; }
}