.maxwidth{ max-width: 1920px; margin-left: auto; margin-right: auto; }
em{ color:unset; }


.header{ height: 100px; background:#fff; padding-left:50px; padding-right:50px; }
.header .uk-navbar{ min-height: 100px; }
.header .last{ margin-left: 100px;}

.header .menu{ min-height:50px;}
.header .menu>ul>li{  position: relative; flex:auto; margin-right: 10px; }
.header .menu>ul>li:last-child{ margin-right:0; }
.header .menu>ul>li>a{ position: relative; z-index: 2; min-height: 50px; text-align: center; line-height:50px; text-align: center; display: flex; color:#5b5b5b; font-size: 16px; transition: all 0.5s; padding:0 3px; }
.header .menu>ul>li>a span{ line-height:1.2; padding:0; width:100%; }
.header .menu>ul>li>a::after{ content:''; display: block; position: absolute; bottom: 0; width: 0; left: 50%; height: 2px; background:var(--main-color); transition: all ease 0.2s; }
.header .menu>ul>li>a:hover::after,.header .menu>ul>li.active>a::after{ width: 100%; left: 0; }
.header .menu>ul>li>a:hover,.header .menu li.active>a{ color:var(--main-color); font-weight: bold; }

.header .uk-navbar-right .first{ padding-right:30px; margin-right: 30px; position: relative; border-right:1px solid rgba(0, 0, 0, 0.1); }

.header .menu .uk-drop{ width:130px; padding:10px 0; background: rgba(0,0,0,0.6); box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15); }
.header .menu .uk-drop li a{ display: block; line-height: 36px; text-align: center; color:#fff; }
.header .menu .uk-drop li a:hover{ background: #fff; color:var(--text-color); }

.en-body .header .menu>ul>li>a:hover,.en-body .header .menu>ul>li.active>a{ font-weight: normal; }


.header.uk-active{ box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);}



.pc-menu{ display: none; }
@media screen and (max-width: 1280px) {
    .header .menu{ display: none; }

    .header .menu{ margin-left:0px; }
    .pc-menu{ display: block; margin-right:50px; }
    .pc-menu a{ display: block; /*color:#fff;*/ }
    .pc-menu a:hover{ background: none; color:var(--main-color);  }
    

    #offcanvas-push .uk-nav>li{ border-bottom:1px solid rgba(255,255,255,0.1); }
    #offcanvas-push .uk-nav>li>a{ padding:12px 10px; font-size:16px; }
    .fdbar{ margin-top:30px; }
    .fdbar .gohome a{ color:rgba(255,255,255,0.5); }
    .fdbar .gohome a .iconfont{ margin-right: 5px; }
    .fdbar .mlang{ margin-top:10px; background: #f2f2f2; border-radius: 6px; overflow: hidden; width: 123px; }
    .fdbar .mlang a{ width:41px; height: 40px; line-height: 40px; text-align: center; color:#222; border-left:1px solid #fff; }
    .fdbar .mlang a:first-child{ border-left:0; }
    .fdbar .mlang a:hover{ background: var(--main-color); color:#fff; }
}


/*多语言*/
/* .lang { padding:5px; position: absolute; right:0; top:0; } */
.lang .box{ position: relative; line-height: 30px; color:#8d8d8d; }
/*.lang .box .iconfont{ position: absolute; left: 0; }*/
.lang .uk-drop{ background:#f8f8f8; margin-top:0; width:100px; padding:10px 0; }
.lang .uk-drop a{ display: block; line-height: 36px; padding:0 20px; color:var(--text-color); }
.lang .uk-drop a.cur,.lang .uk-drop a:hover{ color:var(--main-color); }

.banner{ height: 350px; background-size:cover; background-position: center; background-repeat: no-repeat; }

.tbody{ padding:10px 0 90px; }

.footer{ background:#373737; color:#9f9f9f; padding:20px 0; }
.footer a{ color: #9f9f9f; }
.footer a:hover{ color: #fff; }

.titbar{ border-bottom:1px solid #ebebeb; padding:10px 0; margin-bottom: 38px; position:relative; }
.titbar h2{  padding-left: 12px; margin: 0; line-height:40px; position: relative; }
.titbar h2 span{ display: block;}
.titbar h2::after{ content:''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width:6px; height: 26px; margin-top:2px; background:var(--main-color); }

.titbar .lang>a{ margin-left:10px; width:28px; height:28px; line-height:28px; text-align:center; border-radius:50%; background:#dbdbdb; color:#fff; }
.titbar .lang>a:hover,.titbar .lang>a.cur{ background:var(--main-color); }


/*投关导航*/
.navbox{ margin-top:80px; height: 80px; line-height: 80px; border-bottom:2px solid #eeeeee; }
.navbox ul>li{ flex: auto; }
.navbox ul>li a{ display: flex; align-items: center; text-align: center; height: 80px; transition: all ease 0.3s; border-bottom:2px solid transparent; color:#aeaeae; }
.navbox ul>li a span{ line-height:1.2; padding:0 5px; width:100%; }
.navbox ul>li.active a,.navbox ul>li a:hover{ color:#333; border-bottom:2px solid var(--main-color); }



/*首页*/


.ipart1{ padding: 100px 0 110px; }
.ipart1 .tit{ margin-bottom: 35px; position: relative; }
.ipart1 .tit::before{ position: absolute; left: 0; bottom:-12px; content:''; display: block; width:200px; height: 2px; background-color:var(--main-color); }
.ipart1 .left{ width:720px; }
.ipart1 .right .icons{ padding-left:20px; padding-top:10px; }
.ipart1 .right .icons>div{ max-width:33.3%; line-height:1.4; padding:0 5px; }
.ipart1 .right .icons .num{ line-height: 1.2; margin-top:20px; }
.ipart1 .right .icons .subname{ margin-top:5px; }

.ipart2{ padding:110px 0 120px;}
.ipart2 .more{ margin-top:44px; }
.ipart2 .more .uk-button{ padding:0 10px;  min-width: 130px; margin-right:20px; font-size: 16px; }
.ipart2 .left .uk-wrap{ position: relative; min-height:340px;  }
.ipart2 .left .desc{ max-width:550px; line-height: 1.8; }
.ipart2 .right{ width:610px; }
.ipart2 .right .uk-wrap{ position: relative; min-height:340px;  }
.ipart2 .uk-wrap .tit{ line-height: 1; margin-bottom: 20px; padding-left:20px; position: relative; }
.ipart2 .uk-wrap .tit::before{ content:''; display: block; width:10px; height: 30px; background-color:var(--main-color); position: absolute; left: 0; top:0; }
.ipart2 .right .pic{ position: absolute; right:0; top:5px; width: 225px; }
.ipart2 .right .box{ padding-right:260px; }
.ipart2 .right .box .desc{ line-height: 1.8; }
.ipart2 .right .more .uk-button{ min-width: 150px;  }

.ipart3{ padding: 80px 0 120px;  }
.ipart3 .title{ margin-bottom: 56px; }
.ipart3 .title a{ display: inline-block; position: relative;}
.ipart3 .title a::before{ position: absolute; bottom:-5px; left: 50%; transform: translateX(-50%); content:""; display: block; width:100px; height: 2px; background-color: var(--main-color); }
/*.ipart3 .uk-grid .uk-grid-margin{ margin-top:20px; }*/
/*.ipart3 .uk-wrap{ line-height: 1.6; padding:15px 80px 15px 20px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; }*/
/*.ipart3 .uk-wrap .date{ color:#b8b8b8; margin-top:5px; }*/
/*.ipart3 .uk-wrap .more{ margin-right:20px; }*/
/*.ipart3 .uk-wrap .iconfont{ color:#d5d5d5; }*/
/*.ipart3 .uk-wrap:hover{ background:#fff5f0; border-color:var(--main-color); }*/
/*.ipart3 .uk-wrap:hover .iconfont{ color:var(--main-color); }*/

.inlist .uk-grid{ margin-left:-24px; }
.inlist .uk-grid>li{ padding-left:24px; }
/*.inlist .uk-grid .uk-grid-margin{ margin-top:-1px; }*/
.inlist .uk-wrap{ padding:15px 90px 15px 120px; min-height: 118px; color:#393939; border-top:1px solid #ebebeb; border-bottom: 1px solid #ebebeb; transition: all ease 0.3s; }
.inlist .uk-wrap .date{ top:0; bottom:0; left:0px; padding:0 10px; text-align: center; width: 100px; color:#b8b8b8; line-height: 1.2; border-top-left-radius: 15px; border-bottom-left-radius: 15px; transition: all ease 0.3s; }
.inlist .uk-wrap .date::before{ position: absolute; right:0; top:50%; transform: translateY(-50%); content:''; display: block; width:1px; height: 50px; background:#e5e5e5; }
.inlist .uk-wrap .date .hd{ font-size:42px; line-height: 1; }
.inlist .uk-wrap .date .fd{ padding:5px 0;}
.inlist .uk-wrap .tit{ line-height: 1.4; padding-bottom: 5px; }
.inlist .uk-wrap .more{ width:40px; height: 40px; line-height: 40px; text-align: center; right:20px; }
.inlist .uk-wrap .more a{ color:red; }
.inlist .uk-wrap:hover{ background:var(--main-bgcolor-hover); border-color:var(--main-color); position: relative; z-index: 1; }
.inlist .uk-wrap:hover .date{ color:var(--main-color); }
.inlist .uk-wrap:hover .more .iconfont{ color:red; }

.uk-more{ padding-top:50px; }
.uk-more span{ position:relative; display:block; width:30px; height:30px; background:var(--main-color); margin-left:auto; margin-right:auto; border-radius:50%; }
.uk-more span:before, .uk-more span:after{ position:absolute; content:''; display:block; background:#fff; }
.uk-more span:before{ width:20px; height:2px; left:5px; top:14px; }
.uk-more span:after{ width:2px; height:20px; left:14px; top:5px; }




/*首页股票*/
.ipart4{ background: #eff2f3; padding:100px 0; }
.ipart4 .spart1{ margin-bottom: 0px; padding:0px; overflow: hidden; }
.ipart4 .spart1>.hd{ margin-top:0px; }
.ipart4 .spart1 .infoline{ padding:10px 0; }
.ipart4 .spart1 .stock-info{ position: relative; padding-left:350px; height: 100%; }
.ipart4 .spart1 .stock-info .left .wrap{ position: relative; width:100%; height: 100%; padding:0px 50px 0px 0px; }
.ipart4 .spart1 .stock-info .left .wrap:before{ position:absolute; top:80px; right:40px; bottom:10px; content:''; width:1px; background:url(/images/bg_line.png) right top repeat-y; }
.ipart4 .spart1 .stock-info .left{ width:350px; position: absolute; left: 0; top:0px; bottom: 0; }
.ipart4 .spart1 .stock-info .left .name{ margin-bottom:40px; }
.ipart4 .spart1 .stock-info .left .fd{ position: absolute; left: 0px; bottom:0px; right:50px; padding:0px; }
.ipart4 .spart1 .stock-info .left .fd .tcode{}
.ipart4 .spart1 .stock-info .uk-wrap{ padding:0px 0px 0px 50px; height: 100%;  }
.ipart4 .spart1 .stock-info .uk-wrap .tip{ border-top:1px solid #e5e5e5; color:#919191; padding-top:25px; margin-top:0px; }
/*.ipart4 .spart1 .stock-info .uk-wrap .tip>div.uk-position-relative{ padding-right:180px; }*/
.ipart4 .spart1 .stock-info .uk-wrap .stock-logo{ position:absolute; right:0px; top:50%; transform:translateY(-50%); }
.ipart4 .spart1 .stock-info .uk-wrap .stock-logo img{ max-width:170px; max-height:60px; }
.ipart4 .info .ico{ display: block; position: relative; width: 0; border-left:7px solid transparent; border-right:7px solid transparent; margin:0 auto; height: 10px; top:-5px; }
.ipart4 .spart1 .cates .name{ z-index: 10;}
.ipart4 .spart1 .stock-info .first{ margin-top:0;  margin-bottom: 30px; }
.ipart4 .spart1 .stock-info .first .change{ margin-top:20px; line-height: 1.2; color:#636363; }
.ipart4 .spart1 .stock-info .first .f16.fb{color:#838383; }
/* .ipart4 .spart1 .stock-info .tip .last{ display:block; margin-right:10px; } */
.ipart4 .spart1 .stock-info .spec{ color:#636363; }
.ipart4 .spart1 .stock-info .datas .data{ padding:0 5px;}
.info-up .num{ color:var(--stock-red); }
.info-up .ico{ border-bottom:10px solid var(--stock-red); border-top:0;  }
.info-down .num{ color:var(--stock-green); }
.info-down .ico{ border-top:10px solid var(--stock-green); border-bottom:0; }

/* 简体是  红升绿跌，繁体和英文是红跌绿升 */
.zh-cn-body .info-up .num{ color:var(--stock-red); }
.zh-cn-body .info-up .ico{ border-bottom-color:var(--stock-red); border-top:0; }
.zh-cn-body .info-down .num{ color:var(--stock-green); }
.zh-cn-body .info-down .ico{ border-top-color:var(--stock-green); border-bottom:0; }


.zh-hk-body .info-up .num, .en-body .info-up .num{ color:var(--stock-green); }
.zh-hk-body .info-up .ico, .en-body .info-up .ico{ border-bottom-color:var(--stock-green); border-top:0; }
.zh-hk-body .info-down .num, .en-body .info-down .num{ color:var(--stock-red); }
.zh-hk-body .info-down .ico, .en-body .info-down .ico{ border-top-color:var(--stock-red); border-bottom:0; }
/* ====== END ==== 简体是  红升绿跌，繁体和英文是红跌绿升 */

.en-body .ipart4 .spart1 .stock-info .uk-wrap .tip .last{ display:inline-block; }
.en-body .ipart4 .spart1 .stock-info .uk-wrap .stock-logo{ bottom:22px; }


.ipart4 .spart1 .stock-base{ width:320px; background-color: var(--main-bgcolor); padding:10px 25px 25px; }
.ipart4 .spart1 .stock-base .tit{ border-bottom:1px solid #ebebeb; line-height: 50px; margin-bottom:20px;  }
.ipart4 .spart1 .stock-base .uk-wrap{ line-height: 1.2;}
.ipart4 .spart1 .stock-base .uk-wrap .spec{ color:#636363; }
.ipart4 .spart1 .stock-base .uk-grid-margin{ margin-top:10px; }

.ipart4 .uk-wrap .uk-margin-right-large{ margin-left:100px; }



/*公告通函弹出层*/
.ggmodal{  padding:85px 60px 60px;  }
.ggcontent{ border: 1px dashed #ccc; padding:10px; line-height:1.4;  }
.ggcontent .hd .uk-line{ text-decoration: underline; margin-bottom:40px; line-height:1.4;  }
.ggcontent .bd{ padding:5px 20px 40px; }
.ggcontent .bd .tit{ line-height:1.4; }
.ggcontent .bd ul{ margin-top:10px;}
.ggcontent .bd ul>li{ line-height:1.4; margin:10px 0; }
.ggcontent .bd ul>li>a{ color:var(--main-color); /*text-decoration:underline;*/ position:relative; padding-left:25px; display:block; }
.ggcontent .bd ul>li>a:hover{ color:var(--main-color); }
.ggcontent .bd ul>li>a>i{ position:absolute; left:0; top:0; width:20px; font-style:normal; text-align:right; }


.content{ line-height: 2; }

/*弹出层相关 投资者日志、企业管治都会用到*/
.my-modal-520 .uk-modal-dialog{ width:520px; }
.my-modal-650 .uk-modal-dialog{ width:520px; }
.my-modal-normal .uk-modal-dialog{ width: 650px; }
.my-modal-medium .uk-modal-dialog{ width: 900px; }
.uk-modal .back{ background:#fff; position:absolute; z-index:9; left:0; top:0; right:0; padding:12px 35px 10px; }
.hdmodal{ border-bottom: 1px solid #ebebeb; padding:75px 35px 80px; }
.hdmodal h1.name{ margin:0px 0 20px; padding: 12px 0; line-height: 1.4; border-top:1px dotted #c6c6c6; border-bottom:1px dotted #c6c6c6; }
.hdmodal h1.tit{ margin: 0; padding-top: 12px; line-height: 1.4; border-top:1px dotted #c6c6c6;  }
.hdmodal .infos{ border-bottom:1px dotted #c6c6c6; color:#a2a2a2; text-align: center; padding:10px 0 10px; margin-bottom: 20px; }
.hdmodal .enclosure { margin-bottom: 20px; }
.hdmodal .enclosure .uk-button{ padding:0 15px; height: 50px;}
.hdmodal{ line-height: 2; }



/*分页*/
.pages{ margin: 30px 0; color:#748185; }
.pages a{ color:#748185; }
.pages .pagination{ display: flex; }
.pages .pagination>li{ padding:0; height: 40px; line-height: 38px; padding:0; min-width:38px; text-align: center; border:1px solid #e8ecee;  background: #ffffff; margin-left:-1px; color:#748185; }
.pages .pagination>li:first-child{border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
.pages .pagination>li:last-child{border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.pages .pagination>li>a,.pages .pagination>li>span{ display: block;  }
.pages .pagination>li.active, .pages .pagination>li:hover{ color:#fff; background: var(--main-color); border-color:var(--main-color); }
.pagination>li:hover a{ color:#fff; }


.pages .uk-pagination .page-link{ border:1px solid #e8ecee; height:40px; line-height:40px; background:#f4f4f4; padding:0 10px; color:#748185; }
.pages .uk-pagination .page-prev{ border-top-left-radius:4px; border-bottom-left-radius:4px; }
.pages .uk-pagination .page-next{ border-top-right-radius:4px; border-bottom-right-radius:4px; }
.pages .uk-pagination .page-number{ margin:0 -1px; border:1px solid #e8ecee; height:40px; line-height:40px;  padding:0 10px; }

.pages .jump { margin-left:20px; }
.pages .jump select{ height: 34px; border:1px solid #e8ecee; color:#748185; line-height: 32px; border-radius: 4px; padding-left:10px; padding-right:10px; }
.pages .jump input{ width:50px; border:1px solid #e8ecee; height: 40px; border-radius: 4px; margin:0 5px; text-align: center; color:#748185; outline: none; }
.pages .jump button{ cursor: pointer; color:#748185; background:#f4f4f4; height: 40px; padding:0 10px; margin-left:5px; border:1px solid #e8ecee; border-radius: 4px; }


/*来源*/
.source{ margin-top:15px; color:#535353; }
.source .uk-flex a{ color:var(--main-color); padding:0 7px; }
.source .uk-flex a:last-child{ padding-right:0; }




@media screen and (max-width: 1440px) {
    .uk-container{ padding-left:20px; padding-right:20px; }
}


@media screen and (max-width: 1200px) {

}
