html {
  font-size: 10px;
}

body {
  margin: 0;
}

/* 
头部样式
*/
#top {
  width: 100%;
  height: 10vh;
  line-height: 6vh;
  position: fixed;
  left: 0%;
  right: 0%;
  top: 0;
  background: #04115C;
}

.top-img {
  float: left;
  width: 23%;
  height: 10vh;
  line-height: 13vh;
  text-align: right;
}

.logo-img {
  width: 16.4rem;
}

.nav-list {
  float: left;
  width: 77%;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 0 -4%;
  padding: 0;
  height: 100%;
  line-height: 10vh;
}

.nav-list li {
  width: 9%;
  list-style-type: none;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  margin-left: 4%;
}

.nav-list li a {
  text-decoration: none;
  color: #fff
}

.nav-list .about-li,
.nav-list .production-intro,
.nav-list .info-open {
  position: relative;
}

.nav-list .about-li .about-content {
  display: none;
  background-color: #04115C;
  position: absolute;
  left: 1.5rem;
  top: 6vh;
  width: 9.5rem;
  text-align: left;
}

.nav-list .production-intro .production-content {
  display: none;
  background-color: #04115C;
  position: absolute;
  left: 1.2rem;
  top: 6vh;
  width: 11rem;
  text-align: left;
}

.nav-list .about-li .about-content p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 20%;
  padding-right: 5%;
}

.nav-list .production-intro .production-content p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 19%;
  padding-right: 13%;
}

.nav-list .about-li .about-content p a,
.nav-list .production-intro .production-content p a,
.nav-list .info-open .info-content p a {
  color: rgba(255, 255, 255, 0.65);
}

.nav-list .about-li .about-content p a:hover,
.nav-list .production-intro .production-content p a:hover,
.nav-list .info-open .info-content p a:hover {
  color: #fff;
}

.nav-list .info-open .info-content {
  display: none;
  background-color: #04115C;
  position: absolute;
  left: 0.3rem;
  top: 3vh;
  width: 14rem;
  text-align: left;
}

.nav-list .info-open .info-content p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-left: 8%;
}

/* 
banner
*/

#banner {
  overflow: hidden;
  margin-top: 10vh;
}

#banner img {
  width: 100%
}

/* 

中间内容区
首页
*/
.info-content {
  overflow: hidden;
  padding: 0;
  width: 70%;
  margin: 3rem auto 0;
}

.info-content .new-content {
  float: left;
  width: 62%;
}

.info-content .new-content .new-title {
  overflow: hidden;
  height: 4rem;
  line-height: 4rem;
}

.info-content .new-content .new-title img {
  display: inline-block;
  width: 2rem;
  vertical-align: middle;
}

.info-content .company-intro {
  float: left;
  width: 33%;
  margin-left: 4%;
}

.enterprise-dynamic-title {
  width: 11.2rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  background: #0F30FF;
  border-radius: 0.2rem;
  text-align: center;
  border-radius: 3.4rem;
}

.contentBox {
  overflow: scroll;
  margin: 4rem auto 0;
}

.contentBox img {
  float: left;
  width: 39%;
  height: 24rem;
}

.contentBox ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 61%;
  height: 30rem;
  overflow-y: auto;
}

.contentBox ul::-webkit-scrollbar {
  display: none;
}

.contentBox ul li {
  overflow: hidden;
  padding: 1.1rem 1.6rem 1.4rem;
  list-style-type: none;
  font-size: 1.4rem;
  color: #3E3E40;
  box-shadow: inset 0px -1px 0px #F6F6F6;
  height: 6rem;
  box-sizing: border-box;
}

.contentBox ul li .title {
  float: left;
  width: 70%;
  line-height: 2rem;
}

.contentBox ul li .title a {
  color: #3E3E40;
  text-decoration: none;
}

.contentBox::-webkit-scrollbar {
  display: none;
}

/* 
中间内容区
关于我们
*/
.about-middle-container {
  overflow: hidden;
  padding: 0;
  width: 70%;
  height: 55vh;
  margin: 3rem auto 0;
}

.about-middle-container .left-list {
  float: left;
  width: 20%;
  height: 100%;
  padding: 0;
  margin: 0;
  padding-top: 1rem;
  background: #fff;
}

.about-middle-container .left-list li {
  font-size: 1.6rem;
  list-style-type: none;
  height: 4.8rem;
  line-height: 4.8rem;
  padding-left: 2.4rem;
  background-color: #fff;
  border-right: none;
}

.about-middle-container .left-list li#summery,
.about-middle-container .left-list li#drug,
.about-middle-container .left-list li#info {
  background-color: rgba(40, 70, 255, 0.1);
  border-right: 0.4rem solid #2846FF;
}

.about-middle-container .right-content {
  float: left;
  width: 72%;
  height: 65vh;
  margin-left: 2%;
  background: #fff;
  padding: 2.4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  overflow: auto;
}

.right-content-summery,
.right-content-drug,
.right-content-info {
  display: block;
}

.right-content-com {
  padding-top: 0 !important;
}

.right-content-com img {
  /* width: 70%; */
  height: 55vh;
  display: block;
  margin: 0 auto;
}

.right-content-event img {
  height: 36vh;
  padding-left: 2.4rem;
}

.right-content-source .certificate-left {
  float: left;
  width: 50%;
  text-align: center;
}

.right-content-source .certificate-left img {
  width: 80%;
}

.right-content-source .certificate-right {
  float: left;
  width: 50%;
  text-align: center;
}

.right-content-source .certificate-right img {
  width: 80%;
}

/* 
中间内容区
产品介绍
*/
.right-content-drug {
  position: relative;
}

.right-content-drug .title {
  font-size: 1.6rem;
  color: #2A2B2E;
}

.right-content-drug .title img {
  width: 3%;
  vertical-align: middle;
}

.right-content-drug .right-content-detail {
  text-align: center;
  position: relative;
}

.right-content-drug .right-content-detail span {
  position: absolute;
  top: 80%;
  right: 4%;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background-color: #2846FF;
  border-radius: 50px;
}

.right-content-drug .mid-img {
  height: 25vh;
}

.right-content-drug .footer .left-img {
  float: left;
  width: 30%;
}

.right-content-drug .footer .right-img {
  float: right;
  width: 30%;
  margin-right: 3rem;
}

.right-content-organize p {
  font-size: 1.4rem;
  color: #2A2B2E;
  margin: 0;
}

.right-content-organize img {
  width: 55vh;
  display: block;
  margin: 0 auto;
}

/* 
中间内容区
合作客户
*/
.cooper-mid {
  overflow: hidden;
  padding: 0;
  width: 70%;
  height: 43vh;
  margin: 3rem auto 0;
}

.cooper-mid ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.cooper-mid ul li {
  float: left;
  list-style-type: none;
  width: 22%;
  background-color: #fff;
  overflow: hidden;
  height: 11vh;
  margin-bottom: 4rem;
  margin-right: 4rem;

}

/* .cooper-mid ul li.mid {
  margin-left: 4rem;
  margin-right: 4rem;
} */
.cooper-mid ul li img {
  width: 92%;
  display: block;
  margin-left: 1.1rem;
  margin-top: 1.2rem;
  height: 9vh;
}

/* 
中间内容区
信息披露
*/
.info-middle-container {
  overflow: hidden;
  padding: 0;
  width: 70%;
  height: 60vh;
  margin: 3rem auto 0;
}

/* 中间内容区 */
.contact-container {
  overflow: hidden;
  padding: 0;
  width: 70%;
  height: 43vh;
  margin: 3rem auto 0;
  background-color: #fff;
  padding: 2.4rem;
  box-sizing: border-box;
}

.contact-container .left {
  float: left;
  width: 30%;
}

.contact-container .left p {
  font-size: 1.4rem;
  color: #3E3E40;
}

.contact-container .left p:nth-child(1) {
  font-size: 1.6rem;
  color: #2846FF;
  margin: 0;
}

.contact-container .right {
  float: left;
  width: 70%;
  height: 37vh;
  padding: 0.4rem 0 0 3rem;
  box-sizing: border-box;
  text-align: right;
}

.contact-container .right img {
  /* width: 100%; */
  height: 100%;
}

/* 信息披露--分页 */
.paging-content {
  margin-top: 2.4rem;
}

.paging-content .all-num,
.paging-content .page-number,
.paging-content .input-num {
  float: right;
}

.paging-content .all-num {
  margin-right: 1.2rem;
  margin-top: 0.2rem;
}

.paging-content .page-number span {
  display: inline-block;
  margin-right: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 3.2rem;
  background: #F1F5FF;
  border-radius: 0.4rem;
}

.paging-content .page-number span:first-child {
  color: #fff;
  background: #2846FF;
}

.paging-content .input-num input {
  display: inline-block;
  width: 3.4rem;
  height: 2.7rem;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 0.4rem;
}

.paging-content .input-num input:focus {
  outline: 1px solid #D9D9D9;
}

/* 中间无内容 */
.no-content {
  padding: 5rem 0 12.5rem;
  text-align: center;
}

.no-content img {
  width: 15%;
}

.no-content .btn {
  margin-top: 3rem;
  text-align: center;
}

.no-content .btn button {
  color: #fff;
  width: 13.6rem;
  height: 4rem;
  background: #2846FF;
  border: none;
  border-radius: 10rem;
}

/* 
低部样式
*/
.footer-content {
  background: #04115C;
  position: relative;
  margin: 5rem auto 0;
  color: #fff;
  overflow: hidden;
}

.footer-content .footer {
  width: 70%;
  margin: 0px auto;
  padding: 4rem 0 0;
  overflow: hidden;
}

.footer-content .footer .blueBox-title,
.footer-content .footer .code-content {
  float: left;
}
.footer-content .beian {
  font-size: 1.4rem;
  margin: 4rem 0 2.4rem;
  text-align: center;
  color: #fff;
}
.footer-content .beian .ba-title{
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-content .beian .ba-title img{
  width: 16px;
  height: 17px;
  margin-right: 5px;  
  vertical-align: middle;
}
.footer-content .beian a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding:0 5px;
    line-height: 20px;
    vertical-align: middle;
}
.footer-content .beian a span{
  display: inline-block;
  vertical-align: middle;
}

.footer-content .footer .code-content {
  text-align: center;
}

.blueBox-title .title {
  font-size: 1.6rem;
}

.blueBox-title ul {
  margin: 1.5rem 0 0;
  padding: 0;
}

.blueBox-title ul li {
  padding-top: 1.6rem;
  font-size: 1.4rem;
  list-style-type: none;
  color: rgba(255, 255, 255, 0.85);
}

.code-content {
  margin-left: 10%;
}

.code-content img {
  width: 13.6rem;
  height: 13.6rem;
}

.code-content p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.85);
}

.number {
  font-size: 1.4rem;
  margin: 4rem 0 2.4rem;
  text-align: center;
}

.number a {
  color: #fff;
  text-decoration: none;
}
.number span{
  display: block;
  padding-bottom: 10px;
  color: #fff;
}
/* 宣传活动页面 */
.activity-container-page {
  margin: 0 auto 100px;
  width: 800px;
}

.activity-container-page .title {
  margin: 30px 0;
  font-size: 26px;
  font-weight: 600;
}

.activity-container-page .time {
  margin: 10px 0;
  font-size: 12px;
  color: #999;
}

.activity-container-page .activity-title {
  margin: 20px 0;
  font-size: 24px;
  color: #2846FF;
}

.activity-container-page .activity-title-content {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

.activity-container-page .activity-image {
  width: 800px;
}

.activity-container-page .activity-image img {
  width: 100%;
}

.activity-image-publicity {
  display: flex;
  margin-bottom: 20px;
}

.activity-image-publicity img {
  padding-right: 5px;
  width: 49%;
}

.activity-title-publicity {
  margin: 16px 0;
  font-size: 16px;
  color: #2846FF;
}

.activity-title-content span {
  font-weight: 600;
}