@charset "UTF-8"; body {
    overflow-x: hidden;
    overflow-y: auto;
}

body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd {
    margin: 0px;
}

input,button,ul,ol {
    margin: 0px;
    padding: 0px;
}

body,input,button,form {
    font-size: 14px;
    line-height: 28px;
    font-family: "microsoft yahei","宋体", "Arial";
    color: #333;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 14px;
    font-weight: normal;
}

ul,ol,li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img,iframe {
    border: 0px;
}

em,i {
    font-style: normal;
}

button,input,select,textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1244 {
    width: 1244px;
    margin: 0 auto;
}

a {
    color: #4F4F4F;
    text-decoration: none;
}

a:hover {
    color: #4F4F4F;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease, .ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease, .noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa;
}

/*清除浮动*/
.clearfix {zoom: 1;}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.space3 {
    letter-spacing: 3px;
}
.space4 {
    letter-spacing: 4px;
}
.space16 {
    letter-spacing: 16px;
}
.paddingtop90 {
    padding-top: 90px;
}
.marginbottom90 {
    margin-bottom: 90px;
}
.marginbottom40 {
    margin-bottom: 40px;
}
* {
    box-sizing: border-box;
}


/* banner开始 */
.bannerMain {
    position: relative;
}
.bannerMain .bannerImg {
    width: 100%;
    height: 596px;
}
.bannerCon {
    top: 18.4%;
    left: 0;
    right: 0;
}
.title {
    width: 212px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title .top {
    text-align: center;
    margin-bottom: 10px;
}
.title .top span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 40px;
    color: #333333;
    vertical-align: middle;
    margin-right: 15px;
}
.title .top img {
    width: 31px;
    vertical-align: middle;
}
.title .letter {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    text-align: left;
}
.intro li {
    position: relative;
    padding-left: 14px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
}
.intro li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 8px;
    left: 0px;
    border-radius: 2px;
    background: #12171B;
}
/* 关于我们开始 */
.aboutLeft {
    width: 50%;
}
.aboutLeft img {
    width: 100%;
}
.aboutRight {
    width: 50%;
    padding-left: 20px;
    padding-top: 75px;
}
/* 产品中心开始 */
.productList {
    display: flex;
    width: 100%;
    /* 让项紧贴容器边缘 */
    margin: 0;
    padding: 0;
}
.productList li{
    flex: 1; /* 等宽 */
    /* 每个项占三分之一，但要减去部分间隔 */
    flex-basis: calc((100% - 40px) / 3);
}
.productList li:nth-child(2){
    margin: 0 20px;
}
.productList li img {
    width: 100%;
}
.productList li p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
/* 应用领域开始 */
.applicationItem {
    width: 291px;
    position: relative;
}
.applicationItem>img {
    width: 100%;
}
.applicationLeft .applicationItem:nth-child(1){
    margin-right: 20px;
}
.applicationLeft .applicationItem:nth-child(2){
    margin-right: 10px;
}
.applicationright .applicationItem:nth-child(1){
    margin-left: 10px;
}
.applicationright .applicationItem:nth-child(2){
    margin-left: 20px;
}
.overlay {
    position: absolute;
    left: 20px;
    top: 70px;
}
.overlay img {
    width: 56px;
    height: 56px;
}
.overlay p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/* 新闻动态开始 */
.newsCon {
    padding-left: 355px;
    height: 287px;
}
.newsConLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 355px;
    background: #E0E0E0;
    height: 100%;
    line-height: 0;
}
.newsConLeft img {
    width: 100%;
}
.newsConLeft h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 16px;
    padding: 0 20px;
}
.newsConLeft p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 0 20px;
}
.newsConRight {
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, #EBEBEB 0%, rgba(217,217,217,0) 100%);
    padding-left: 20px;
    padding-top: 20px;
}
.newsList {
    width: calc(100% - 200px);
}
.newsList li {
    position: relative;
    padding-left: 88px;
    margin-bottom: 20px;
}
.newsList li .newsInfoLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background: #FFFFFF;
    padding-top: 10px;
}
.newsList li .newsInfoLeft h3 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.newsList li .newsInfoLeft p {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    text-align: center;
}
.newsList li .newsInfoRight {
    width: 100%;
    height: 68px;
    border-top: 1px solid;
    border-image: linear-gradient(90deg, rgba(86, 204, 242, 0.5), rgba(86, 204, 242, 0)) 1 1;
}
.newsList li .newsInfoRight h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 10px;
}
.newsList li .newsInfoRight p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.newsList li:hover .newsInfoLeft,
.newsList li.active .newsInfoLeft {
    background: linear-gradient( 139deg, #56CCF2 0%, #FFFFFF 100%);
}
.newsList li:hover .newsInfoRight,
.newsList li.active .newsInfoRight {
    padding-left:20px
}
.newsList li:hover .newsInfoRight h3,
.newsList li.active .newsInfoRight h3 {
    color: #0490DF;
}
.newsList li:hover .newsInfoRight p,
.newsList li.active .newsInfoRight p {
    color: #0490DF;
}





/* 产品页开始 */
.proBanner img {
    width: 100%;
    height: 891px;
}
.productMain {
    background: #FFFFFF;
    margin-top: -838px;
    position: relative;
}
.productMain .proNav {
    padding-left: 300px;
    height: 720px;
}
.productMain .proNav .proNavLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 720px;
    background: linear-gradient( 138deg, #B9F3FF 0%, #FFFFFF 100%);
    padding: 20px 20px 0px 30px;
}
.productMain .proNav .proNavRight {
    padding: 20px 20px 0px 40px;
    width: 100%;
    height: 100%;
}
.proItem {
    display: none;
}
.navTitle {
    margin-bottom: 23px;
}
.navTitle img {
    width: 20px;
    vertical-align: middle;
    margin-right: 20px;
}
.navTitle span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    font-style: normal;
    text-transform: none;
    vertical-align: middle;
}
.proNavList {
    margin-bottom: 40px;
}
.proNavList li {
    margin-bottom: 20px;
    cursor: pointer;
}
.proNavList li span {
    display: inline-block;
    vertical-align: middle;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-size: 16px;
    font-style: normal;
    text-transform: none;
}
.proNavList li span:nth-child(1) {
    width: 28px;
    height: 28px;
    background: #56CCF2;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
}
.proNavList li span:nth-child(2) {
    width: 210px;
    height: 28px;
    line-height: 18px;
    background: linear-gradient( 90deg, rgba(86,204,242,0.5) 0%, rgba(217,217,217,0) 100%);
    padding: 5px 0px 5px 10px;
    color: #333333;
    font-weight: 400;
}
.proNavList li.active span:nth-child(2) {
    color: #0074B6;
    font-weight: bold;
}
.proConTitle {
    margin-bottom: 10px;
}
.proConTitle img{
    width: 20px;
    margin-right: 20px;
    vertical-align: middle;
}
.proConTitle span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    vertical-align: middle;
}
.proContact p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.proContact p:last-of-type {
    margin-top: 10px;
}
.proTitle {
    height: 34px;
    background: linear-gradient( 90deg, rgba(86,204,242,0.6) 0%, rgba(217,217,217,0) 100%);
    padding: 0px 10px;
    margin-bottom: 20px;
    line-height: 34px;
}
.proTitle span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-style: normal;
    text-transform: none;
}
.proTitle span:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 10px;
}
.proTitle span:nth-child(2) {
    font-weight: 500;
    font-size: 20px;
    color: #0074B6;
}
.proTitle span:nth-child(3) {
    font-weight: 300;
    font-size: 16px;
    color: #828282;
    letter-spacing: 8px;
}
.proLeftImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 537px;
    height: 357px;
    display: block;
}
.proOneCon {
    padding-left: 537px;
    height: 357px;
}
.proOneConInfo {
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(86,204,242,0.6) 0%, rgba(217,217,217,0) 100%);
    padding: 31px 10px 0px;
}
.proOneConInfo .proOneConInfoUl li {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    padding-left: 20px;
}
.proOneConInfo .proOneConInfoUl li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 16px;
    left: 5px;
    border-radius: 2px;
    background: #12171B;
}
.proOneConInfo button {
    width: 156px;
    height: 30px;
    background: linear-gradient( 180deg, #56CCF2 0%, #2F80ED 100%);
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 30px;
    border: none;
    outline: none;
    text-align: center;
}
.proOneimgList {
    margin-top: 20px;
}
.proOneimgList li {
    float: left;
    margin-right: 10px;
    line-height: 0;
}
.proOneimgList li.active {
    border: 1px solid #56CCF2;
}
.proOneimgList li img {
    width: 100px;
    height: 67px;
}
.proOneInfoList li {
    position: relative;
    padding-left: 14px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
}
.proOneInfoList li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 8px;
    left: 0px;
    border-radius: 2px;
    background: #12171B;
}
.imagingList {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-right: -10px;
}
.imagingList li {
    flex: 1;
    line-height: 0;
}
.imagingList li img {
    width: 100%;
    /* width: 208px; */
}
.imagingLast {
    width: 100%;
    margin-top: 10px;
}
.showList {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-right: -10px;
}
.showList li {
    flex: 1;
    line-height: 0;
}
.showList li img {
    width: 135px;
    height: 123px;
}
.showList li .desBox {
    height: 29px;
    line-height: 29px;
    background: linear-gradient( 270deg, rgba(178,236,255,0.05) 0%, rgba(178,236,255,0.6) 50%, rgba(178,236,255,0.05) 100%);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
.funcList {

}
.funcList > li {
    overflow: hidden;
    margin-bottom: 20px;
    
}
.funcList > li img {
    float: left;
    width: 260px;
    height: 135px;
}
.funcList > li .funcCon {
    margin-left: 270px;
}
.funcList > li .funcCon h3 {
    height: 29px;
    background: linear-gradient( 90deg, rgba(86,204,242,0.6) 0%, rgba(217,217,217,0) 100%);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    font-style: normal;
    text-transform: none;
    padding-left: 10px;
    line-height: 29px;
    margin-bottom: 20px;
}
.funcCon li {
    position: relative;
    padding-left: 15px;
}
.funcCon li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 12px;
    left: 4px;
    border-radius: 2px;
    background: #0277BA;
}
.funcCon li span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.funcCon li span:nth-child(1){
    color: #0277BA;
    font-weight: bold;
}
.funcList > li:last-child h3 {
    margin-bottom: 6px;
}
.funcList > li:last-child .funcCon li {
    margin-bottom: 6px;
}
.tableBox table {
    width: 100%;
}
.tableBox thead tr th{
    line-height: 32px;
    background: linear-gradient( 90deg, rgba(86,204,242,0.6) 0%);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 20px;
}
.tableBox tbody tr td {
    line-height: 32px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 20px;
}
.tableBox tbody tr:nth-child(2n + 1) td {
    background: linear-gradient( 90deg, rgba(86,204,242,0.3) 0%);
}
.tableBox tbody tr:nth-child(2n) td {
    background: linear-gradient( 90deg, rgba(86,204,242,0.1) 0%);
}

.specs {
    overflow: hidden;
    margin-top: 20px;
}
.specs img {
    float: left;
    width: 224px;
}
.specs .specsCon {
    margin-left: 234px;
    height: 179px;
    background: linear-gradient( 90deg, rgba(86,204,242,0.6) 0%, rgba(217,217,217,0) 100%);
    padding: 20px 10px 0px;
}
.specs .specsCon .specsConList li {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 14px;
    color: #0277BA;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.specs .specsCon .specsConList li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 8px;
    left: 10px;
    border-radius: 2px;
    background: #0277BA;
}
/* 产品页结束 */

/* 应用领域页开始 */
.appBannerMain .tempWrap {
    margin: 0 auto;
}
.appBannerImg {
    width: 100%;
    height: 596px;
}
.slideBanner li{
    position: relative;
}
.appbannerCon {
    top: 28%;
    left: 0;
    right: 0;
}
.marginAuto {
    margin-left: auto;
    margin-right: auto;
}
.dropList {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}
.dropList li {
    float: left;
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    margin-right: 10px;
}
.dropList li.on {
    width: 40px;
    background: #FFFFFF;
}
.title.aiTitle {
    width: 368px;
}
.title.aiTitle .top span {
    margin-right: 0;
}
.title.aiTitle .space4 {
    letter-spacing: 5px;
}
.aiList {
    display: flex;
    width: 100%;
    /* 让项紧贴容器边缘 */
    margin: 0;
    padding: 0;
}
.aiList>li{
    height: 370px;
    background: rgba(178,236,255,0.6);
    padding: 40px 5px 40px 20px;
    flex: 1; /* 等宽 */
    /* 每个项占三分之一，但要减去部分间隔 */
    flex-basis: calc((100% - 40px) / 3);
}
.aiList>li:nth-child(2){
    margin: 0 24px;
}
.aiListTop {
    position: relative;
    padding-top: 90px;
}
.topTitle {
    position: absolute;
    top: 0;
    left: 0;
}
.topTitle > img {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -8px;
    top: -6px;
}
.topTitle::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 21px;
    height: 21px;
    border: 4px solid #56CCF2;
    border-right: none;
    border-bottom: none;
}
.topTitle::after{
    display: block;
    content: " ";
    position: absolute;
    width: 21px;
    height: 21px;
    border: 4px solid #56CCF2;
    border-left: none;
    border-top:none;
    right: 0px;
    bottom: 0px;
}
.topTitle h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 36px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 21px;
}
.aiListTop p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #4F4F4F;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.aiListCenter {
    width: 104px;
    height: 44px;
    background: linear-gradient( 0deg, #56CCF2 0%, #2F80ED 100%);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 44px;
    text-shadow: 0px 4px 5px rgba(0,0,0,0.25);
    font-style: normal;
    text-transform: none;
    margin: 22px 0;
    text-align: center;
}
.aliListBottom li {
    position: relative;
    padding-left: 24px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #4F4F4F;
    line-height: 32px;
    font-style: normal;
    text-transform: none;
}
.aliListBottom li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 14px;
    left: 10px;
    border-radius: 2px;
    background: #4F4F4F;
}
.appApplication .top {
    text-align: left;
}
.appContent {
    position: relative;
    padding-left: 318px;
}
.appContentLeft {
    width: 318px;
    position: absolute;
    left: 0;
    top: 0;
}
.appContentLeft .appleftItem {
    height: 220px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 36px;
    color: #333333;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEEEEE;
    border-bottom: 1px solid #FFFFFF;
}
.appContentLeft .appleftItem.active {
    background: #007FC8;
    color: #FFFFFF;
}
.appContentRight {
    width: 100%;
    height: 660px;
    border: 1px solid #EEEEEE;
    padding: 40px 0px 0px 30px;
}
.appContentRight > div {
    display: none;
    height: 100%;
}
.appConList {
    display: grid;
    grid-template-columns: repeat(4, 200px); /* 改为2就是每行2个 */
    gap: 20px;
}
.medical {
    grid-template-columns: repeat(4, 200px); /* 改为2就是每行2个 */
}
.safe {
    grid-template-columns: repeat(3, 200px); /* 改为2就是每行2个 */
}
.special {
    grid-template-columns: repeat(3, 200px); /* 改为2就是每行2个 */
}
.appConList li {
    width: 200px;
    height: 180px;
    background: rgba(178,236,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.appConList li .boxCenter {
    text-align: center;
}
.appConList li .boxCenter img {
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 auto;
}
.appConList li .boxCenter p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
/* 应用领域页结束 */
/* 关于我们页面 */
.briefIntro .title {
    width: 180px;
}
.introCon p{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.missionCon {
    position: relative;
}
.missionCon img {
    width: 100%;
    height: auto;
    display: block;
}
.missionConTitle {
    position: absolute;
    left: 100px;
    top: 39px;
}
.missionConTitle h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 40px;
    margin-bottom: 20px;
}
.missionConTitle p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.certificateList {
    display: grid;
    grid-template-columns: repeat(5, 220px); /* 改为2就是每行2个 */
    gap: 36px;
}
.certificateList li {
    
}
.certificateList li img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
/* .certificateList li > div {
    width: 220px;
    height: 288px;
    margin-bottom: 20px;
    border: 8px solid #4A1F11;
} */
.certificateList li p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
/* 关于我们页面结束 */
/* 联系我们页面开始*/
.contactCon {
    top: 22.1%;
}
.conBannerLeft {
    width: 410px;
}
.conBannerLeft h3{
    height: 114px;
    line-height: 114px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 96px;
    color: rgba(255,255,255,0.1);
    /* text-shadow: 0px 0px 90px #FFFFFF; */
    text-align: left;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 1px #FFFFFF;
    text-stroke: 1px #FFFFFF;
    margin-bottom: 22px;
    letter-spacing: 2px;
}
.conBannerLeft p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.contacMethod > div {
    width: 50%;
    height: 394px;
}
.contacMethod .left {
    background: #007FC8;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #56CCF2;
    padding: 40px 100px 0px 40px;
}
.conMess li{
    padding: 4px 0px;
    height: 56px;
    border-bottom: 1px dashed #2D9CDB;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: justified;
    font-style: normal;
    text-transform: none;
}
.conMess li:last-child {
    line-height: 24px;
}
.contacMethod .left h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}
.contacMethod .left h3 img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.contacMethod .right {
    background: #F2F2F2;
    padding: 40px 20px 0px 40px;
}
.contacMethod .right h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
    padding-left: 80px;
}
.contacMethod .right h3 img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.formItem {
    position: relative;
    padding-left: 80px;
}
.formItem label {
    position: absolute;
    left: 0;
    top: 0px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    width: 80px;
}
.formItem label.star {
    top: 9px;
}
.formItem label.star::before {
    display: block;
    content: "*";
    position: absolute;
    color: #FF4D4F;
    left: 0;
    top: 2px;
}
.formItem input {
    height: 40px;
    margin-bottom: 44px;
}
.formItem input,
.formItem textarea {
    width: 100%;
    background: #FFFFFF;
    outline: none;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D9D9D9;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 12px;
}
.formItem textarea {
    height: 58px;
}
.formItem input:focus,
.formItem textarea:focus {
    border: 1px solid #40A9FF;
    box-shadow: 0px 0px 0px 2px rgba(24,144,255,0.2);
}
.formItem button {
    width: 114px;
    height: 40px;
    background: #1890FF;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.04);
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #1890FF;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
/* 联系我们页面结束 */
/* 新闻页开始 */
.newsCenter {
    display: flex;
    justify-content: space-between;
}
.newsCenter > div {
    width: 575px;
}
.newsCenter > div img {
    display: block;
    width: 100%;
    height: auto;
}
.newsCenter > div h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
    margin: 20px 0px 10px;
}
.newsCenter > div p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #4F4F4F;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
}
.newsPageList li {
    position: relative;
    padding-left: 110px;
    margin-bottom: 20px;
    cursor: pointer;
}
.newsPageList li .newsInfoLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: #F2F2F2;
    padding-top: 20px;
}
.newsPageList li .newsInfoLeft h3 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.newsPageList li .newsInfoLeft p {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.newsPageList li .newsInfoRight {
    width: 100%;
    height: 90px;
    border-top: 1px solid #E0E0E0;
    padding-top: 20px;
}
.newsPageList li .newsInfoRight h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.newsPageList li .newsInfoRight p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #4F4F4F;
    line-height: 20px;
    font-style: normal;
    text-transform: none;
}
.newsPageList li:hover .newsInfoRight h3,
.newsPageList li.active .newsInfoRight h3 {
    color: #007FC8;
}
.pagination>li a{
    margin: 0 4px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D9D9D9;
    color: rgba(0,0,0,0.85);
}
.pagination>li:hover a,
.pagination>li.current a {
    border: 1px solid #1890FF;
    color: #1890FF;
    background: #fff;
}
.pagination>li.disabled a {
    border: 1px solid #D9D9D9;
    color: #D9D9D9;
    cursor: not-allowed;
}
/* 新闻页结束 */
/* 新闻详情页开始 */
.newsDetail {
    position: relative;
    margin-top: -200px;
}
.newsDetailMain {
    padding: 60px 100px 50px;
    background: linear-gradient( 180deg, #F2F2F2 0%, #FFFFFF 100%);
    margin-top: -80px;
}
.newsDetailMain h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.newsDetailMain .time {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #4F4F4F;
    line-height: 12px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 4px;
}
.newsDetailMain .text {
    margin-top: 30px;
}
.newsDetailMain .text p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}
.newsDetailMain .text img {
    width: 100%;
}
/* 新闻详情页结束 */
