﻿/* 公共样式 */
/* 警告, 本系统为rem布局 */
html {
    font-family: FZLTTHJW--GB1-0, FZLTTHJW--GB1;
}
#header{
    width: 100%;
    height: 5.625rem;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    z-index: 200;
}
.back-header {
    width: 100%;
    height: 5.625rem;
    background-color: #081a3c;
}
.common-header{
    width: 100%;
}
.common-header-back {
    width: 100%;
    height: 5.625rem;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common-logo .logo{
    width: 15.3125rem;
    margin-left: 4.375rem;
    cursor: pointer;
}
.common-navs-btns{
    display: flex;
    flex: 1;
    height: 100%;
}
.common-navs{
  	flex: 1;
    display: flex;
    justify-content: center;
    /* margin-right: 10.25rem; 20250828注释掉，用于增加交流会菜单*/
    height: 100%;
}
.common-nav-item{
    flex-shrink: 0;
    /* margin-left: 5.5rem; */
    font-size: 1.3rem;
	/* font-size:1rem;   20250310 */
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
    position: relative;
}
.common-nav-item > div > i{
  	transition: all 0.5s;
  	transform: rotate(90deg);
  	font-style: normal;
  	display: inline-block;
  	margin-left: 4px;
}
.common-nav-item > *{
    padding: 0 2rem;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.common-nav-item.active,.common-nav-item:hover{
    color: #247ee3;
  	font-weight: bold;
}
.common-nav-item.active > *,.common-nav-item:hover > *{
    color: #247ee3;
}
.common-nav-item.active::after{
    content: '';
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    margin-left: -2.3rem;
    width: 4.6rem;
    border-bottom: 2px solid #247ee3;
}
.common-nav-item-submenue{
  	font-weight: normal;
    font-size: 1rem;
    box-shadow: #000 0 0 10px 0;
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(255,255,255,0.8);
    padding: 1.2em;
    display: none;
    border-radius: 0.6em;
}
.common-nav-item-submenue::before{
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(255,255,255,0.8);
}
.common-nav-item:hover .common-nav-item-submenue {
    display: block;
}
.common-nav-item:hover > div > i{
  	transform: rotate(0deg);
}
.common-nav-item-submenue .nva-item-submenue-item{
    text-align: center;
    white-space: nowrap;
    height: 1.875rem;
    line-height: 1.875rem;
    color: #000;
    display: flex;
  	justify-content: center;
}
.common-nav-item-submenue .nva-item-submenue-item.active .nav-inner,
.common-nav-item-submenue .nva-item-submenue-item:hover .nav-inner {
    color: #237EE3;
  	font-weight: bold;
}
.common-nav-item-submenue .nva-item-submenue-item .nav-inner{
    text-decoration: none;
    color: #000;
}
.common-nav-item:nth-child(1){
    margin-left: 0;
}
.common-btn-bar {
    display: flex;
    align-items: center;
}
.common-btn-bar .common-search, .common-btn-bar .common-lang{
    width: 7.625rem;
    height: 2.125rem;
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.common-btn-bar .common-search img, .common-btn-bar .common-lang img{
    width: 1.3125rem;
    height: 1.3125rem;
    margin-right: .625rem;
}
.common-btn-bar .common-search span, .common-btn-bar .common-lang span{
    color: #247ee3;
}
.common-btn-bar .common-lang{
    margin-left: 1.25rem;
    margin-right: 4.375rem;
}
.common-search-mask{
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 80;
    display: none;
}
.common-search-close {
    position: absolute;
    right: 0;
    top: 1.5rem;
    opacity: 0.5;
    font-size: 1.8rem;
    cursor: pointer;
}
.common-search-area{
    display: none;
    width: 100%;
    height: 12.8125rem;
    background-color: #e7e9eb;
    position: fixed;
    top: 5.625rem;
    z-index: 100;
}
.common-search-area-inner{
    display: flex;
    width: 100%;
    justify-content: center;
}
.common-search-area .common-search-content{
    position: relative;
    width: 82.5rem;
}
.common-search-area .common-search-content .common-search-title{
    padding: 2.5rem 0 1.25rem 0;
    font-size: 1.75rem;
    color: #3f3f3f;
    font-weight: 600;
}
.common-search-op{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.common-search-op .common-search-input{
    width: 79.375rem;
    height: 3.75rem;
    background-color: #fff;
    border-radius: 1.875rem;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 1.25rem;
    margin-right: 20px;
}
.common-search-op .common-search-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.25rem;
    height: 3.75rem;
    background-color: #2e84e3;
    flex-shrink: 0;
    border-radius: 1.875rem;
    font-size: 1.25rem;
    color: #fff;
    cursor: pointer;
}
.common-search-op .common-search-btn img{
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: .625rem;
}
#container{
    width: 100%;
}
.common-footer{
    width: 100%;
    background: #5595e3;
    display: flex;
    justify-content: center;
}
.common-info {
    width: 82.5rem;
}
.common-info-box {
    display: flex;
    justify-content: space-between;
}
.common-info-left{
    flex: 1;
}
.common-info-right{
    width: 10rem;
}
.common-footer-logo{
    padding-top: 2.8125rem;
}
.common-company-info{
    padding-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}
.common-info-item{
    width: 49%;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 2rem;
    display: flex;
}
.common-info-label {
    width: 4em;
    display: flex;
    justify-content: space-between;
}
.common-qr-code{
    padding-top: 2.8125rem;
    display: flex;
    justify-content: center;
    width: 10rem;
}
.common-qr-code img{
    width: 5.8125rem;
    height: 5.8125rem;
    margin-bottom: .875rem;
}
.common-qrcode-des{
    font-size: 1rem;
    color: #fff;
    margin-bottom: .3125rem;
    text-align: center;
}
.common-company-info-line{
    height: 0;
    width: 100%;
    border-top: 2px solid #a7cdf6;
    padding-bottom: 2rem;
}
.common-company-info-copy-right{
    text-align: center;
    width: 100%;
    font-size: .875rem;
    color: #fff;
    padding-bottom: 1rem;
}
.common-company-info-code{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    color: #fff;
    padding-bottom: 2rem;
}
.common-company-info-code span{
    margin-left: .3125rem;
}
/* @media screen and (max-width:1280) {
    .common-info-left{
        margin-right: 5.5vw;
    }
} */

/* 公共 静态banner位置 */
.container-banner {
    position: relative;
    width: 100%;
    height: 45rem;
  	background-color: #000;
}

.container-banner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  	opacity: 0.8;
}

@keyframes bannerText {
    0% {
        opacity: 0;
        top: 8rem;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

.container-banner .banner-text {
    animation: bannerText 1s forwards;
  	padding-top: 15rem;
    padding-left: 21rem;
    padding-bottom: 1rem;
    line-height: 2em;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
  	text-shadow: 0px 3px 3px #000;
}

.container-banner .banner-desc {
    animation: bannerText 1s forwards;
    padding-left: 21rem;
    line-height: 1.6em;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 1.8rem;
  	text-shadow: 0px 2px 2px #000;
}

/* 内容区盒子 */
.container-box {
  	position: relative;
    background-color: #E7F2F8;
    padding-bottom: 7.5rem;
    /* padding-top: 3.75rem; */
}

@keyframes identifier {
    0% {
        opacity: 0;
        top: 0;
    }
    100% {
        opacity: 1;
        top: -6.5rem;
    }
}

/* 公共,信息栏tab切换 */
.container-navigation {
    animation: identifier 1s forwards;
    width: 80rem;
    margin: auto;
    height: 4.375rem;
    background-color: #fff;
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 3.75rem;
    margin-bottom: 1.875rem;
  	position: absolute;
    left: 50%;
    margin-left: -37.5rem;
    z-index: 2;
    top: -6.375rem;
}
.nav-tit img {
    width: .6875rem;
    height: .8125rem;
    margin-right: 1.25rem;
    display: none;
}
.nav-tit.nav-active img {
    display: inline-block;
}
.nav-tit {
    height: 100%;
    padding: 0 2.56rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    border-radius: 1rem;
    color: #000;
}
.nav-tit:hover{
    background-color: rgba(81, 146, 229, 0.3);
}
.nav-active{
    font-size: 1.125rem;
    font-weight: bold;
    color: #237DE3;
}

/* 公共分页列表 */
.container-list {
    width: 75rem;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 2rem 3.75rem 2rem 3.75rem;
    overflow: hidden;
}
.list-box-title{
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: normal;
    color: #3F3F3F;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: .125rem solid #f5f5f5;
    box-sizing: border-box;
    align-items: center;
    height: 6rem;
}
.list-box-title:hover {
    color: #237DE3;
}
.list-box-title:hover .dian{
    background: #237DE3;
}
.list-box-title:hover .list-date{
    color: #237DE3;
}
.list-warp{
    display: flex;
    align-items: center;
    height: .625rem;
}
.list-tit-text{
    width: 47.625rem;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
}

/* 公共,分页器样式 */
.container-pages-box{
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 2.5rem;
}
.pages-num, .ui-pagination-page-item{
    display: inline-block;
    padding: 0 2rem;
    margin: 0 0.55rem;
    background: #FFFFFF;
    border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
    opacity: 1;
    text-align: center;
    line-height: 2.75rem;
    color: #3D8BE7;
    box-shadow: .25rem 0px .625rem 0px #3D8BE7;
    cursor: pointer;
}
.pages-active, .ui-pagination-page-item.active{
    border: .125rem solid #3D8BE7;
}
.pages-btn{
    text-decoration: none;
    padding: 0 2.5rem;
    margin: 0 1.25rem;
    height: 3.75rem;
    background: #FFFFFF;
    box-shadow: .25rem 0px .625rem 0px #3D8BE7;
    border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
    opacity: 1;
    /* border: .125rem solid #3D8BE7; */
    text-align: center;
    line-height: 3.75rem;
    color: #3D8BE7;
    cursor: pointer;
}

/* 公共,详情页样式 */
.details-title{
    color: #237DE3;
    font-size: 2.25rem;
    text-align: center;
  	line-height: 3.25rem;
    margin-top: 1.1875rem;
    font-weight: 600;
    margin-bottom: .625rem;
}
.details-date{
    display: flex;
    justify-content: center;
    color: #8F8F8F;
    font-size: 1.125rem;
}
.details-date div{
    margin-right: 1.25rem;
}
.details-content{
    width: 56.4rem;
    margin: auto;
    margin-top: 3.5625rem;
    text-indent:2em;
    color: #3F3F3F;
    font-size: 1.2rem;
    line-height: 1.875rem;
	text-align: justify; /* add by wzn 20240603 */
}
.details-content table {
    border-collapse: collapse;
}
.details-content table p {
    margin: 0;
}
.details-content table td {
    border: 1px solid gray;
}
.details-content > img,.details-content > p > img {
    max-width: 100%;
    margin: 0 auto;
}
.details-video{
    width: 100%;
    height: 34.875rem;
}
.details-video video{
    width: 100%;
    height: 100%;
}

.go-to-top {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 45rem;
    cursor: pointer;
}

.go-to-top img {
    width: 4rem;
    margin-bottom: 1rem;
}

.go-to-top img:nth-child(2) {
  	display: none;
}

.go-to-top:hover img:nth-child(1) {
  	display: none;
}

.go-to-top:hover img:nth-child(2) {
  	display: block;
}