/* CSS Document */
/*
Theme Name: Oppenheimer
Theme URI: https://www.oppenheimer.com/
Description: 爱永的作品。
Author: 爱永
Author URI: http://www.aysheji.com/
Date:2026-04-08
Version: 1.0
License: 爱永许可认证
License URI: http://www.aysheji.com/
Tags: 网站开发定制
*/


.header_langcon{display: flex;  justify-content: flex-end; padding:0 20px;}
.header_lang{ width:165px; position:relative; }

.header_langbtn{ cursor:pointer;display: flex; align-items: center; line-height: 30px; padding: 10px 15px;}
.header_langbtn img{width: 24px;  height: 16px;  margin-right: 10px;}
.header_langbtn span{color: #1D1E28;  font-size: 16px;}
.header_langbtn:after{ content:""; display:block; width:10px; height:6px; margin-left:10px; background:url(images/icon_lang.svg) no-repeat center center;transition:all 0.3s; -webkit-transition:all 0.3s; }

.header_langlist{position: absolute;  z-index: 777;  cursor: pointer;  transition: all .8s cubic-bezier(.3,1.1,.4,1.1);    width:165px; background:#fff; right:0;transform: translateY(20px); visibility:hidden; opacity: 0;}
.header_langlist ul{padding: 0;  margin: 0;}
.header_langlist li{list-style: none;}
.header_langlist li a{display: block;  text-decoration: none;  padding: 10px 15px;color: #1D1E28; }
.header_langlist li a:hover{ background:#6070a0; color:#fff;}
.header_langlist li img{width: 24px;  height: 16px;  margin-right: 10px;}
.header_langlist li span{  font-size: 16px;}
  
.header_lang:hover .header_langlist{ transform: translateY(0px); opacity:1; visibility:visible;}
.header_lang:hover .header_langbtn:after{transform: rotate(180deg);}
@media(max-width:768px){
    .header_langcon{ padding:0;}
    .header_lang, .header_langlist{ width:105px;}
    .header_langbtn span, .header_langlist li span{ font-size:14px;}
}


.company-links{ width:50%;}
ul.footer-contactlist{}
ul.footer-contactlist li{ display:flex; gap:10px; align-items:center; color: #2b6d9f;}
ul.footer-contactlist li img{ width:20px; height:auto;}


/*分页样式开始*/
#pageabc{text-align:center;margin:60px 0 0 0;clear:both;height:auto;overflow:hidden;color:#333;line-height:23px;}
#pageabc a.noallowed{cursor: not-allowed;}
#pageabc span,#pageabc a{font-size:16px;color:#595757;padding:6px 14px; border-radius:5px; border:1px solid #ccc; background:#fff; text-decoration:none;margin:3px 5px;display:inline-block;text-align:center;}
#pageabc a:hover,#pageabc a.current{color:#fff;background-color:#2b6d9f;border:1px solid #2b6d9f;}
/*分页样式结束*/

.single-newsall{ justify-content:center;}
.singlenews img{ max-width:100%;}


@media(max-width:768px){
	.company-links{ width:100%;}
}

