@charset "UTF-8";

/* 公共样式 */
*{box-sizing: border-box;}
.am-container{width: 1420px;margin: 0 auto;position: relative;padding: 0 1.5rem;max-width: none;}

/* 新首页样式 */
#focuse img{height: 460px;object-fit: cover;}
.news-tab .am-tab-panel ul.am-list>li>a{padding-top:4px;}
#part3>.news-tab>.js-hd{padding: 0;}
#part3>.news-tab>.js-hd>li{border: none;}
#part3>.news-tab>.js-hd>li>a{height: 115px;padding: 0;border: none;display: block;}
#part3>.news-tab>.js-hd>li:not(.on)>a{border-bottom: 2px solid #fff;}
#part3>.news-tab>.js-hd>li>a::after{content: "";display: inline-block;vertical-align: middle;height: 100%;}
#part3>.news-tab>.js-hd>li:nth-child(1).on>a{background: url(../images/wyktit_bg.png) center center no-repeat;background-size: 100% 100%;}
#part3>.news-tab>.js-hd>li:nth-child(2).on>a{background: url(../images/wybtit_bg.png) center center no-repeat;background-size: 100% 100%;}
#part3>.news-tab>.js-hd>li:nth-child(3).on>a{background: url(../images/wywtit_bg.png) center center no-repeat;background-size: 100% 100%;}
#part3>.news-tab>.js-hd>li:nth-child(1) a{background: #5aadfa;}
#part3>.news-tab>.js-hd>li:nth-child(2) a{background:rgb(70, 163, 250);}
#part3>.news-tab>.js-hd>li:nth-child(3) a{background: #41a1fa;}
#part3>.news-tab>.js-hd>li.on>a .icon,#part3>.news-tab>.js-hd>li.on>a .text{opacity: 0;}
#part3>.news-tab>.js-hd>li>a .icon{margin-right: 10px;}
#part3>.news-tab>.js-hd>li>a .text{font-size: 30px;font-weight: 700;color: #fff;vertical-align: middle;letter-spacing: 5px;}
#part3 .js-bd{overflow:visible;}

#gk-impor {background:none !important;box-shadow:0 5px 20px #28282842;overflow:visible;}
#gk-impor li{padding: 15px 0;position:relative;}
#gk-impor li>a{display:block;}
#gk-impor li:not(:nth-child(4n))>a{border-right: 1px solid rgba(229, 229, 229, 1);}
#gk-impor li .icon{display:block;height: 30px;margin:0 auto;}
#gk-impor li .text{display:block;text-align:center;font-size: 18px;margin-top:15px;}
#gk-impor li .links-list{position:absolute;display:none;padding: 10px;width:300px;height:auto;left: 50%;top:calc(100% - 20px);transform:translateX(-50%);background-color:#fff;box-shadow:0 5px 20px #28282842;text-align:center;z-index:3;border-radius:5px;}
#gk-impor li .links-list a{font-size:16px;padding:5px;display:inline;white-space:nowrap}
#gk-impor li:has(.links-list>a)::after{content:"";display:block;position:absolute;width:14px;height:8px;background:url(../images/down.png) center center no-repeat;background-size:100% 100%;left: 50%;bottom:5px;transform:translateX(-50%);} 
#gk-impor li:has(.links-list>a):hover .links-list{display:block;}

#focuse_zt li a img{height:120px !important;}
#tab1 .ztzl li a{padding-top: 20px;}
#tab1 .ztzl li::before{line-height:54px;}
.topnav ul{margin-top:10px;}
.topnav{height:50px;}
@media (min-width: 1200px) and (max-width: 1500px) {
    .am-container {
    width: 1200px;
}
}