/* 通用 */
html, body {
  font-family: 'Noto Serif TC', "Microsoft YaHei", sans-serif;
  scroll-behavior:smooth; 
  overflow-x:hidden;
  background-color: #f8f8f8;
}

a:hover{
  text-decoration:none;
  cursor:pointer;
}
.overflow{
  display: -webkit-box;
  display: -moz-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2; /*显示行数*/
}

/* 背景视频 */
video{  
  /* position: -webkit-sticky;  */
  position: absolute;  
  right: 0px;  
  bottom: 0px; 
  min-width: 100%;  
  min-height: 100%;  
  height: auto;  
  width: auto;
  z-index: -1;
  /*加滤镜*/
  /* filter: blur(15px);  */
  /* 背景模糊设置 */
  /* -webkit-filter: grayscale(100%);   */
  /* 背景灰度设置 */
  /* filter:grayscale(100%);  */
}  
source{  
  min-width: 100%;  
  min-height: 100%;  
  height: auto;  
  width: auto;  
} 
.pc_bg,.phone_bg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
}

h2{
  font-size: 55px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  letter-spacing: 4px;
}
.spacing{
  margin-top:80px;
}
.bottom_img{
  bottom: 5px;
}
.top_img{
  top: 2px;
}
@media screen and (max-width: 575px) {
  .spacing{
    margin-top:20px;
  }
}

/* 标题小横线 */
.line{
  border-bottom-style: solid;
  border-width:1px;
  border-color: #dddddd;
}

/* 面包屑小导航导航背景 */
.nav_top{
  position: relative;
  width: 100%;
}
.nav_top .title{
  width: 100%;
  padding: 100px 0;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-image: url('../images/bg_company.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
.nav_top .info{
  width: 100%;
  padding: 160px 0 100px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background-image: url('../images/bg_company.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
.nav_top .info p{
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}
.nav_top .info .title2{
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
}
.nav_top .info .title1,
.nav_top .info .setLocation{
  font-size: 26px;
}
.nav_top .box{
  width: 380px;
  margin: auto;
}
.nav_top .info .code,
.nav_top .info .stockQuote,
.nav_top .info .updateTime{
  display: flex;
  font-size: 18px;
  line-height: 29px;
}
.nav_top .info .code p,
.nav_top .info .stockQuote p,
.nav_top .info .updateTime p{
  width: 200px;
  text-align: end;
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 577px) {
  .nav_top .title{
    font-size: 28px;
  }
  .nav_top .info .title2{
    font-size: 18px;
  }
  .nav_top .info .title1,
  .nav_top .info .setLocation{
    font-size: 20px;
  }
  .nav_top .info .code,
  .nav_top .info .stockQuote,
  .nav_top .info .updateTime{
    font-size: 16px;
  }
}
/* 菜单导航 */
.menu_nav{
  background: #1d578c;
}
.menu_nav a{
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.menu_nav a:hover{
  color: #C70608;
}
.menu_nav ul{
  justify-content: space-between;
}

.body{
  margin: auto;
  display: flex;
  padding: 0;
}
.body .body_nav{
  background-color: #ffffff;
  margin: 30px auto;
  padding: 0;
  width: 280px;
}
.body_nav a{
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  border-bottom:1px solid #dddddd;
}
.body_nav a:hover,
.body_nav a.active{
  color: #ffffff;
  background-color: #1d578c;
}
.body .body_nav #nav_moblie{
  display: none;
}
.body .body_nav #nav_moblie #headingOne button{
  padding: 0;
}
.body_nav #nav_moblie #collapseOne a:hover,
.body_nav #nav_moblie #collapseOne a.active{
  color: #1d578c;
  background-color: unset;
}
i.bi.bi-chevron-down,
i.bi.bi-chevron-right {
  float: right;
}
@media only screen and (max-width: 768px) {
  .body{
    margin: auto;
    display: block;
  }
  .body .body_nav{
    width: 100%;
  }
  .body .body_nav #nav_moblie{
    display: block;
   }
  .body .body_nav .nav_pc{
    display: none;
  }
}

/* 面包屑小导航 */
._nav{
  height: 38px;
  opacity: 1;
  background: #ffffff;
  position:relative;
  border-bottom-style:solid;
  /* border-top-style: solid; */
  border-width:1px;
  border-color: #dddddd;
  margin: 16px auto 30px;
}
._nav>div{
  margin-top: 4px;
}
._nav a,._nav span{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
._nav span{
  color: #C70608;
}
._nav a:hover{
  color: #C70608;
}
._nav .text{
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  ._nav{
    height: auto;
    padding: 16px 0;
  }
}

/* 导航栏 */
#header{
  background-color: rgba(0, 0, 0, 0);
}
#header.change{
  background-color: rgba(0, 0, 0,0.5);
}

#header button{
  margin-right: 0px;
  border:unset;
}
#header .logo img{
  height: 75px;
  padding: 15px;
}
#header li{
  padding: 0 5px;
}
#header li a{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
}
#header #navbarSupportedContent{
  justify-content: flex-end;
}
#header .bi-list{
  color: #FD4A1E;
  font-size: 35px;
}
li.dropdown{
  margin-left:10px;
  width: 120px;
}
#header li .dropdown-menu{
  border: none;
  min-width: 120px;
}
#header li .dropdown-menu a{
  color: #333333;
}
#header li a.active{
  color: #fd0101;
}
#header li a:hover{
  color: #fd0101;
  cursor:pointer
}
.dropdown-menu:hover{
  background-color: #fefefe;  
}
.dropdown-item:hover{
  background-color: #fefefe;  
}
#header li a#navbarDropdown{
  position: relative;
  top: 4px;
  float: left;
  display: inline;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  #header #navbarSupportedContent{
    min-width: 250px;
  }
  .navbar-nav .dropdown-menu{
    background: rgba(0, 0, 0, 0);
    position:relative;
    left:-25px;
    top: 0;
  }
  #header li .dropdown-menu a{
    color: #ffffff;
  }
  li.dropdown{
    margin-left:54px;
    width: 120px;
  }
  #header .navMune {
   width: 200px;
   right:unset;
  }
  #header li a#navbarDropdown{
    position: relative;
    top: 0;
    left: 10px;
    float: left;
    display: inline;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #header li .dropdown-menu {
    border: none;
  }
}

/* 首页 */
#home{
  height: 100vh;  
}
#home .content{
  position: relative;
  top: 33%;
  justify-content: center; 
}
#home h1{
  font-size: 100px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  letter-spacing: 7px;
  text-align: center;
  mix-blend-mode: difference;
}
#home p{
  font-size: 33px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  #home h1{
    font-size: 100px;
  }
  #home p{
    font-size:32px;
  }
}
@media screen and (max-width: 575px) {
  #home h1{
    font-size: 90px;
  }
  #home p{
    font-size: 28px;
  }
}
@media screen and (max-width: 425px) {
  #home h1{
    font-size: 66px;
  }
  #home p{
    font-size:22px;
  }
}
@media screen and (max-width: 375px) {
  #home h1{
    font-size: 62px;
  }
}
@media screen and (max-width: 360px) {
  #home h1{
    font-size: 54px;
  }
  #home p{
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  #home h1{
    font-size: 50px;
  }
  #home p{
    font-size: 17px;
  }
}
@media screen and (max-width: 290px) {
  #home h1{
    font-size: 44px;
  }
  #home p{
    font-size: 15px;
  }
}

/* 透明渐变 */
#gradient_img{
  position: relative;
  top: 2px;
  background-image: url('../images/touming02.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  padding-top: 8%;
}
#gradient{
  background:rgba(0, 0, 0, 0) ;
}
#gradient_img p{
  font-family: 'Noto Serif TC', "Microsoft YaHei", sans-serif;
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  margin: 0;
  padding: 50px 0;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  #gradient_img p{
    font-size: 38px;
  }
}
@media screen and (max-width: 500px) {
  #gradient_img p{
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  #gradient_img p{
    font-size: 22px;
  }
}
@media screen and (max-width: 330px) {
  #gradient_img p{
    font-size: 20px;
  }
}
@media screen and (max-width: 290px) {
  #gradient_img p{
    font-size: 17px;
  }
}

/* 核心业务 */
#service{
  position: relative;
  top:0;
}
#service .part .content{
  background:rgba(0, 0, 0,0.5);
  box-shadow: 0px 0px 30px 0px undefined;
}
#service .part1{
  position: relative;
  background-image: url('../images/bg_01.jpg');
  background-size: cover;
  /* background-size: 100%; */
  background-repeat: no-repeat;
  background-position: 75% 0;
  height:90vh;
}
#service .part1 .content{
  z-index: 1;
  position: absolute;
  top: 25%;
  left: 40px;
  padding: 2%;
}
#service .part2{
  position: relative;
  z-index: 1;
  background-image: url('../images/bg_03.jpg');
  background-size: cover;
  /* background-size: 100%; */
  background-repeat: no-repeat;
  background-position: 80% 0;
  height:90vh;
}
#service .part2 .content{
  position: absolute;
  top:30%;
  right: 40px;
  padding:2%;
}
#service .part3{
  position: relative;
  z-index: 1;
  background-image: url('../images/bg_04.jpg');
  background-size: cover;
  /* background-size: 100%; */
  background-repeat: no-repeat;
  background-position: 80% 0;
  height: 90vh;
}
#service .part3 .content{
  position: absolute;
  top: 26%;
  left: 40px;
  padding:3%
}
#service h3{
  font-family: 'Noto Serif TC', "Microsoft YaHei", sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 6px;
  margin-bottom: 6%;
}
#service p{
  font-size: 30px;
  font-weight: 100;
  text-align: left;
  color: #ffffff;
  letter-spacing: 4px;
  margin-bottom: 3%;
}
@media screen and (min-width: 2150px){
  #service .part1{
    height:116vh;
  } 
  #service .part2{
    height:116vh;
  }
  #service .part3{
    height:110vh;
  }
  #service .part1 .content{
    top: 30%;
  }
}
@media screen and (max-width: 1024px) {
  #service .part1 .content{
    top: 18%;
  }
}
@media screen and (max-width: 960px) {
  #service p{
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  #service h3{
    font-size: 38px;
  }
  h2{
    font-size: 38px;
  } 
}
@media screen and (max-width: 605px) {
  #service .part1 .content{
    padding: 4% 3% 4% 6%;
  }
  #service .part2 .content{
    padding: 4% 3% 4% 6%;
  }
  #service .part3 .content{
    padding: 4% 3% 4% 6%;
  }
}
@media screen and (max-width: 575px) {
  #service .part1{
    background-image: url('../images/phone_bg_02-1.jpg');
    background-size: cover;
    /* background-position: center; */
  }
  #service .part2{
    background-image: url('../images/phone_bg_03-1.jpg');
    background-size: cover;
    /* background-position: center; */
  }
  #service .part3{
    background-image: url('../images/phone_bg_04-1.jpg');
    background-size: cover;
    /* background-position: center; */
  }
  #service .part1 .content{
    top: 30%;
    left: 0;
  }
  #service .part2 .content{
    top:30%;
    max-width: 100%;
    right: 0;
  }
  #service .part3 .content{
    left: 0;
    top: 35%;
  }
  #service p{
    margin-bottom: 2%;
  }
  h2{
    font-size: 34px;
  }
  #service h3{
    font-size: 34px;
  }
}
@media screen and (max-width: 450px) {
  h2{
    font-size: 27px;
  }
  #service h3{
    font-size: 27px;
  }
  #service p{
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  h2{
    font-size: 22px;
  }
  #service h3{
    font-size: 22px;
  }
  #service p{
    font-size: 17px;
  }
}
@media screen and (max-width: 320px) {
  h2{
    font-size: 20px;
  }
  #service h3{
    font-size: 20px;
  }
  #service p{
    font-size: 15px;
  }
}
@media screen and (max-width: 280px) {
  h2{
    font-size: 18px;
  }
  #service h3{
    font-size: 18px;
  }
  #service p{
    font-size: 14px;
  }
}

/* 品牌案例 */
#works .part{
  z-index: 1;
  background-image: url('../images/bg_05.jpg');
  background-size: contain;
  background-size: 100% 100%; 
  background-repeat: no-repeat;
  padding-bottom:6%;
  position: relative;
}
#works .introduce_img{
  max-width: 48%;
}
#works .introduce{
  margin-left: 2%;
  position: relative;
}
#works .introduce>div{
  position: relative;
  top: 25%;
}
#works p{
  font-size: 24px;
  font-weight: 100;
  text-align: left;
  color: #ffffff;
  letter-spacing: 1px;
}
#works .box_img{
  height: 132px;
  padding-left: 0px;
}
#works .logo_icon2{
  max-height: 66px;
  position: relative;
  top: 18%;
}
#works .logo_icon3{
  max-height: 132px;
}
#works .Tag{
  max-width: 25%;
  display: inline;
}
#works .text{
  max-width: 75%;
  display: inline;
}
@media screen and (min-width: 2000px){
  #works .text{
    max-width: 80%;
  }
}
@media screen and (max-width: 1700px){
  #works .introduce>div{
    top: 18%;
  }
}
@media screen and (max-width: 1600px){
  #works .introduce>div{
    top: 8%;
  }
}
@media screen and (max-width: 1500px){
  #works .introduce>div{
    top: 12%;
  }
}
@media screen and (max-width: 1400px){
  #works .introduce>div{
    top: 0%;
  }
  #works p{
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px){
  #works .introduce_img{
    max-width: unset;
  }
  #works .introduce{
    margin-top: 7%;
    margin-left: 0;
  }
  #works .box_img{
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  #works p{
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  #works .introduce{
    margin-left:0;
  }
  #works p{
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #works .part {
    padding-bottom: 12%;
  }
  #works p{
    font-size: 20px;
  }
  #works .Tag{
    max-width: 50%;
    display: block;
    margin-right: 20%;
  }
  #works .text{
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 400px) {
  #works p{
    font-size: 17px;
  }
}
@media screen and (max-width: 320px) {
  #works p{
    font-size: 15px;
  }
}

/* 关于我们 */
#about .part{
  height: 100vh;
  background-image: url('../images/bg593.jpg');
  z-index: 1;
  background-size: cover;
  /* background-size: 100%; */
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#about .part>div{
  position: absolute;
  top: 25%;
  margin-left: 8.333333%;
  margin-right: 8.333333%;
}
#about p{
  font-size: 30px;
  font-weight: 100;
  text-align: left;
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: 1%;
}
@media screen and (min-width: 1800px) {
  #about .part>div{
    top: 24%;
  }
}
@media screen and (max-width: 1800px) {
  #about .part>div{
    top: 24%;
  }
}
@media screen and (max-width: 997px) {
  #about .part>div{
    top: 19%;
  }
}
@media screen and (max-width: 650px) {
  #about .part>div{
    top: 8%;
  }
  #about p{
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  #about .part{
    background-image: url('../images/phone_bg_06-1.jpg');
    background-size: cover;
    background-position: center;
  }
  #about .part>div {
    top: 18%;
  }
  #about p{
    font-size: 20px;
  }
}
@media screen and (max-width:400px) {
  #about .part>div {
    top: 15%;
  }
  #about p{
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  #about p{
    font-size: 15px;
  }
  #about p.content{
    font-size: 15px;
  }
}

/* 联系我们 */
#contact .part{
  background-image: url('../images/bg_07.jpg');
  z-index: 1;
  background-size: contain;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom:40px;
  padding-top: 40px;
  position: relative;
}

#contact p{
  font-size: 27px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}

#contact p.title{
  font-size: 30px;
  color: #fd4a1e;
  margin-bottom: 50px;
  width: 90%;
}
#contact form{
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  color: #000000;
}
#contact button{
  font-size: 27px;
}
#contact .captcha_label{
  margin-right: 2%;
}
#message_btn{
  width: 200px;
  background: #141414;
  color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  #contact label{
    font-size: 22px;
  }
  #contact button{
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #contact p{
    font-size: 18px;
  }
  #contact label{
    font-size: 18px;
  }
  #contact button{
    font-size: 18px;
  }
  #contact .captcha_label{
    margin-top: 10px;
  }
}

/* 公告主页 */
/* 分页器 */
#announcement .productData .testPC{
  display: block;
  font-size: 14px;
}
#announcement .productData .testMmobile{
  text-align: center;
  display: none;
  font-size: 14px;
}
#announcement .data-container{
  min-height: 410px;
}
.myPagination{
  margin: 35px auto;
  justify-content: center;
  align-items: center;
}
.myPagination li{
  margin: auto 5px;
  border: 1px solid #aaa !important;
}
@media only screen and (max-width: 768px) {
  #announcement .productData .testPC{
    display: none;
  }
  #announcement .productData .testMmobile{
    text-align: center;
    display: block;
  }
  .myPagination{
    margin: 15px auto;
  }
}
/* 页面 */
#announcement .list{
  width: 100%;
  margin: 60px auto 55px;
  font-size: 30px;
  color: #000;
  z-index: 1;
  position: relative;
  min-height: 60vh;
}
#announcement .list .box{
  width: calc(33% - 15px);
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10); 
  margin: 0 7.5px 15px; 
  display:inline-block;
  height: fit-content;
}
#announcement .box .image{
  text-align: center;
  margin: auto;
}
#announcement .box .image img{
  width: 100%;
}
#announcement .box .text{
  position: relative;
  margin:20px;
  padding-bottom: 10px;
}
#announcement .box .text p{
  margin: 0;
}
#announcement .box .stockCode{
  font-size: 17px;
  font-weight: 400;
  color: #008988;
  letter-spacing: 0.19px;
}
#announcement .box .companyName{
  font-size: 17px;
  font-weight: 400;
  color: #006dab;
  letter-spacing: 0.22px;
  display: -webkit-box;
  display: -moz-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#announcement .box .noticeName{
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  height: 51px;
  letter-spacing: 0.2px;
  display: -webkit-box;
  display: -moz-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#announcement .box .companyName:hover,
#announcement .box .noticeName:hover{
  color: #c70607;
}
#announcement .box .date{
  font-size: 15px;
  font-weight: 400;
  color: #006dab;
  letter-spacing: 0.18px;
}
@media only screen and (max-width: 992px) {
  #announcement .list .box{
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  #announcement .list {
    margin: 15px auto;
  }
  #simulatorDetail .main {
    margin: 30px auto 15px;
  }
}
@media only screen and (max-width: 577px) {
  #announcement .list .box{
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  #announcement .box .stockCode {
    font-size: 18px;
  }
  #announcement .box .companyName {
    font-size: 18px;
  }
  #announcement .box .noticeName {
    font-size: 18px;
  }
  #announcement .box .date {
    font-size: 16px;
  }
}

/* 公司 ===》 */
/* 简介 */
#companyHome h1{
  font-size: 34px;
  font-weight: 500;
  color: #333333;
}
#companyHome h1 a{
  font-size: 12px;
  color: rgb(89, 89, 252);
}
#companyHome .introduction{
  margin: 40px auto;
}
#companyHome .introduction .details{
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
#companyHome .introduction .details .image,
#companyHome .introduction .details .image_moblie,
#companyHome .introduction .details .text{
 padding: 0;
}
#companyHome .introduction .details .image_moblie{
  display: none;
  margin: 16px auto;
}
#companyHome .introduction .details .text{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
  letter-spacing: 2px;
  padding-right: 30px;
}
#companyHome .introduction .details .text p{
  text-indent: 2rem;
}
#companyHome .introduction .details .text .web{
  margin-top: 16px;
  text-indent: unset;
}
#companyHome .introduction .details .text .web a{
  color: #333333;
}
#companyHome .introduction .details .text .web a:hover{
  color: rgb(89, 89, 252);
}
#companyHome .report{
  margin: 40px auto;
}
#companyHome .report h1{
  color: #010101;
}
#companyHome .report .row{
  margin:auto 0;
  justify-content: space-between;
}
#companyHome .report .title a{
  font-size: 18px;
  font-weight: 400;
  color: #0468dc;
}
#companyHome .report .box{
  display: flex;
  width: calc(50% - 15px);
  margin: 15px 0px 15px; 
  /* display:inline-block; */
}
#companyHome .report .box .image img{
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
#companyHome .report .box .text{
  margin-left: 16px;
}
#companyHome .report .box .text .year{
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 400;
  color: #010101;
  letter-spacing: 2px;
}
#companyHome .report .box .text a{
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #010101;
  letter-spacing: 1.6px;
}
#companyHome .report .box .text .image img{
  width: 140px;
}
#companyHome .report .box .text ul{
  padding-left: 20px;
}
#companyHome .report .box .text li a:hover{
  color: #1d578c;
}
#companyHome .menu{
  text-align: center;
  justify-content: space-between;
}
#companyHome .menu .box{
  position: relative;
  width: calc(25% - 15px);
  margin: 15px 0px 15px; 
}
#companyHome .menu .box img{
  width: 100%;
}
#companyHome .menu .box .title{
  position: absolute;
  font-size: 18px;
  bottom: 4px;
  left: 15px;
  right: 15px;
  z-index: 1;
  color: rgb(255, 255, 255);
  margin: 8px 15px;
}
@media only screen and (max-width: 991px) {
  #companyHome .menu .box{
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  #companyHome .introduction .details .text{
    padding-right: 0px;
  }
  #companyHome .introduction .details .image_moblie{
    display: block;
  }
  #companyHome .introduction .details .image{
    display: none;
  }
  #companyHome .report .box{
    width: calc(100% - 15px);
  }
  #companyHome .menu{
    justify-content: center;
  }
  #companyHome .menu .box{
    width: calc(100% - 15px);
  }
}
@media only screen and (max-width: 577px) {
  #companyHome h1{
    font-size: 24px;
  }
  #companyHome .introduction .details .text{
    font-size: 16px;
  }
  #companyHome .report .title a {
    font-size: 14px;
  }
  #companyHome .report .box .text a {
    font-size: 14px;
  }
}

/* 报告页 */
#report .content{
  margin:30px auto 50px;
  background-color: #ffffff;
}
#report .content h1{
  font-size: 28px;
  font-weight: 400;
  color: #1d578c;
  margin-bottom: 30px;
}
#report .content .box{
  display: flex;
  justify-content: space-between;
  margin: auto 8px;
  padding: 16px 0;
  border-bottom: solid 1px #dddddd;
}
#report .content .box:last-child{
  border-bottom: none;
}
#report .content .box p{
  font-size: 20px;
  font-weight: 400;
  color: #010101;
  letter-spacing: 2px;
}
#report .content .box .text ul{
  padding-left: 20px;
}
#report .content .box .text li a{
  font-size: 16px;
  font-weight: 400;
  color: #010101;
  letter-spacing: 1.6px;
}
#report .content .box .text li a:hover{
  color: #1d578c;
}
#report .content .box .image img{
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}

/* 公告 通函 申报表 */
#announcements .content{
  margin:30px auto 50px;
  background-color: #ffffff;
}
#announcements .content .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#announcements .content h1{
  /* margin: 30px 0; */
  font-size: 28px;
  font-weight: 400;
  color: #1d578c;
}
#announcements .content h1 .year{
  font-size: 22px;
  font-weight: 400;
  color: #1d578c;
}
#announcements .content #yearData{
  padding: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #1d578c;
  letter-spacing: 1.8px;
  width: 150px;
  outline: none;
}
#announcements .content table th,
#announcements .content table td{
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  padding: 12px 0;
}
#announcements .content table,
#announcements .content table a{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
#announcements .content table a:hover{
  color: #1d578c;
}
#announcements .content table tbody .day{
  width: 200px;
  padding-right: 12px;
}
#announcements .content table tbody .day a{
  color: #666666;
}
#announcements .content table tbody .day a:hover{
  color: #1d578c;
}
@media screen and (max-width: 575px) {
  #announcements .content .title{
    display: block;
  }
  #announcements .content table tbody .day{
    width: 100px;
  }
}
/* 公司资料 */
#information .content{
  margin:30px auto 50px;
  background-color: #ffffff;
}
#information .content h1{
  margin: 30px 0;
  font-size: 28px;
  font-weight: 400;
  color: #1d578c;
}
#information .content .table-responsive{
  width: 80%;
  margin: 50px auto;
}
@media only screen and (max-width: 768px) {
  #information .content .table-responsive{
    width: 100%;
  }
}

/* 股价图标 */
#stockQuotesAndCharts .content{
  margin:30px auto 50px;
  background-color: #ffffff;
}
#stockQuotesAndCharts .content h1{
  margin: 30px 0;
  font-size: 28px;
  font-weight: 400;
  color: #1d578c;
}
#stockQuotesAndCharts .content .dataBody{
  /* display: flex;
  justify-content: space-between; */
}
#stockQuotesAndCharts .content .dataBody .table-responsive{
  /* width: calc(66.6% - 30px); */
  margin: 16px auto;
}
#stockQuotesAndCharts .content .dataBody .table td, 
#stockQuotesAndCharts .content .dataBody .table th {
  padding: 8px;
}
#stockQuotesAndCharts .content .dataBody .images{
  /* width: calc(33.3% - 30px); */
  margin: 16px auto;
}
@media only screen and (max-width: 768px) {
  #stockQuotesAndCharts .content .dataBody .images svg{
    width: 100%;
  }
}
/* 《===公司  */

/* 404 */
#err{
  height: 100vh;
  width: 100%;
  background-image: url('../images/bg_404.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
}
#err .contect{
  position: relative;
  top: 30%;
}
#err .contect p{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fefefb;
  line-height: 107px;
}
#err .contect a{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fefefb;
  padding: 4px 20px;
  background-color: #fc411b;
}

/* 页脚 */
footer .part{
  background-color: #121212;
  background-image: url('../images/bottom_bg.png');
  z-index: 1;
  background-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
footer p{
  font-family: 'Amplitude','Arial Narrow',sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  color: #999;
  letter-spacing: 0px;
  display: inline;
}
footer span{
  font-family: 'Amplitude','Arial Narrow',sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  display: inline;
}
footer .content img{
  margin-bottom: 20px;
  height: 54px;
}
footer .content{
  margin-bottom: 7%;
  position: relative;
  top: 15%;
}
footer .box1{
  width: 25px;
  margin-right: 5px;
  position: relative;
}
footer .box1>img{
  position: relative;
  bottom: 2px;
}
footer .box2{
  width: 80px;
  margin-right: 10px;
}
footer .copyright{
  font-size: 16px;
  width: 100%;
  border-top-style:solid;
  border-width:0.5px;
  border-color: #333333;
}
footer a {
  color: #999;
}
footer a:hover {
  color: #fff;
}

@media screen and (min-width: 2200px) {
  footer .content p{
    width: 66%;
  }
}
@media screen and (max-width: 991px) {
  footer .content{
   max-width: 80%;
  }
  footer .content img{
    margin-bottom: 20px;
  }
  footer .flex{
    max-width: 40%;
  }
  footer .box{
    margin-left: 20%;
  }
}
@media screen and (max-width: 575px) {
  footer .content{
    max-width: 100%;
  }
  footer .content img{
    height: 45px;
  }
   footer .flex{
    max-width: 100%;
  }
  footer .box{
    margin-left: 37%;
  }
  footer p{
    font-size: 16px;
  }  
  /* .pagination{
    position: absolute;
    bottom:5%;
    right: 10%;
    max-width: 25%;
  } */
}
@media screen and (max-width: 500px) {
  .box1{
    margin-left: unset;
  }
  footer .box{
    margin-left: 28%;
  }
}

/* 轮播 */
.swiper-container{
  --swiper-navigation-size: 80px;/* 设置按钮大小 */
}
.swiper-pagination{
  padding-top: 3%;
  text-align: center;
  --swiper-pagination-color: #fd4a1e;
}
.swiper-wrapper{
  height: auto;
}
.swiper-slide{
  height: auto;
}
.swiper-pagination-bullet{
  width: 30px;
  margin: 0 4px;
  border-radius: 0;
  background: #ffffff;
  opacity: 0.7;
}
.swiper-pagination-bullet-active{
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-button-prev{
  left: 2.5%;
}
.swiper-button-next{
  right: 2.5%;
}
.swiper-button-next,.swiper-button-prev{
  background-color: rgba(47, 47, 47, 0.1);
}
.swiper-button-next:hover,.swiper-button-prev:hover{
  background-color: rgb(0, 0, 0);
}
@media screen and (max-width: 500px) {
  .swiper-container{
    --swiper-navigation-size: 0px;/* 设置按钮大小 */
  }
}
/* 模态弹窗 */
#success .modal-content{
  border-radius: 10px;
  width: 80%;
}
#success .modal-body{
  height: 40%;
  background: #ffffff;
  text-align: center;
  border-radius: 10px;
}
#success .modal-body p{
  font-size: 20px;
  text-align: center;
  padding: 26px 0;
}
#success .modal-body button{
  width: 180px;
  height: 50px;
  background: #141414;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
}

/* 分页器 */
.page-link{
  font-weight: normal;
  color: #646464;
  letter-spacing: -0.96px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2E2E2E;
  border-color: #2E2E2E;
}
.page-link:hover {
  z-index: 3;
  color: #fff;
  background-color: #2E2E2E;
  border-color: #2E2E2E;
}
#id-pagination-container{
  margin-bottom: 55px;
}
#id-pagination-container{
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #id-pagination-container {
    margin-bottom: 30px;
  }
}

/* 返回顶部 */
.back-to-top {
  position: fixed;
  display: none;
  background: #1d578c;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 20px;
  bottom: 150px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  display: block;
  font-size: 20px;
  padding-top: 12px;
  color: #fff;
}