/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 html, body, div, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, sub, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video, input {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font-weight: normal;
   vertical-align: baseline;
 }
html, body {
    width:100%;
    margin: 0 auto;
  
}
body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
}
  
li {
    list-style: none;
}
a {
      text-decoration: none;
      cursor: pointer;
      cursor: pointer;
    
}
.widthShow{
    min-height: 100vh;
    background-color: #E9EFFF;
}
.nav-top{
    height:48Px;
    margin:0 auto;
    background-color: #fff;
}
.nav{
    max-width:1024Px;
    height:48Px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-left{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}
.nav-left .logoname{
    /* margin-left: 2pxx; */
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333641;
    position: relative;
}
.nav-left .logo{
    width:26Px;
    height: 26Px;
    position: relative;
    margin-right:5px;
    /* top: -2Px; */
}
.nav-left .line{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC,-apple-system;
    font-weight: 400;
    color: #333641;
    padding:0 10px;
}
.nav-left .plant{
    /* width:63px;
    height:16px;
    position: relative;
    top:1px; */
    font-size: 16px;
    font-family: FZLTZHPro--GB1-4, FZLTZHPro--GB1,-apple-system;
    font-weight: bold;
    color: #333641;
}
.nav-right .login{
    background: #F5F4FA;
    border-radius: 15px;
    width: 60px;
    height: 28px;
    font-size: 14px;
    font-family: FZLTZHPro--GB1-4, FZLTZHPro--GB1,-apple-system;
    font-weight: normal;
    color: #333641;
    display: inline-block;
    text-align: center;
    line-height: 28px;  
}
.nav-right .login:hover{
    background: #BACDF9;
}
.nav-right .logout{
   
    display: inline-block;
    font-size: 14px;
    width: 60px;
    height: 28px;
    font-family: FZLTHPro--GB1-4, FZLTHPro--GB1,-apple-system;
    font-weight: normal;
    color: #333641;
    text-align: center;
    line-height: 28px;
}
.nav-right .logout:hover{
    background: #F5F4FA;
    border-radius: 15px;
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}
.center{
    background-color:#E9EFFF;
    /* min-height: 100vh; */
    position: relative;
    /* height: calc(100vh - 48px); */
}
.center-view{
    margin: 0 auto;
    /* padding-bottom: 190px; */
    /* min-height: 100vh; */
}
.center-heading{
    height: 736px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.contentbg{
    background: url('../images/logobg.png') no-repeat 28% center;
    /* background-size: 100% 100%; */
    height: 679px;
    position: absolute;
    border: none;
    left: 41.5%;
    top: 45%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1274px; 
}
.content{
    width: 1024px;
    margin:0 auto;
    position: relative;
    position: absolute;
    right: 0px;
    /* height: 300px; */
}
.content h2{
    font-size: 48px;
    font-family: FZLTCHPro--GB1-4, FZLTCHPro--GB1,-apple-system;
    font-weight: normal;
    color: #333641;
    position: absolute;
    top: 178px;
    right:84px;
}
.content img{
    position: absolute;
    top: 178px;
    right:-40px;
    width: 552px;
    height: 193px;
}
.content h3{
    font-size: 30px;
    font-family: FZLTHPro--GB1-4, FZLTHPro--GB1,-apple-system;
    font-weight: normal;
    color: #333641;
    line-height: 61px;
    letter-spacing: 15px;
    position: absolute;
    top: 235px;
    right: 274px;
}

.center ul{
    max-width: 1024px;
    margin:0 auto;
    padding-top:480px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    /* right: 0; */
}
.center ul li{
    width: 241px;
    height: 197px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF4FF 100%);
    box-shadow: 0px 5px 16px 0px rgba(196,205,226,0.55), inset 0px 0px 3px 2px #FFFFFF;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.center ul a {
    margin-right: 19px;
    cursor: pointer;
}
.center ul li:hover{
    background: linear-gradient(180deg, #E9EFFF 0%, #CDDDFD 100%);
    box-shadow: 0px 6px 20px 0px rgba(196,205,226,0.55), inset 0px 0px 4px 2px #FFFFFF;
}
.center ul li:hover >div{
    background: linear-gradient(180deg, #EEF6FF 0%, #E0EFFF 100%);
    box-shadow: 0px 2px 7px 0px rgba(178,196,235,0.15), inset 0px 0px 2px 0px rgba(255,255,255,0), inset 0px 0px 2px 0px rgba(156,177,255,0.15);
}
.center ul a:last-child{
    margin-right:0;
}
.center ul li img{
    width: 100px;
    height: 100px;
}
.center ul li>div{
    width: 213px;
    height: 163px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(178,196,235,0.15), inset 0px 0px 2px 0px rgba(255,255,255,0), inset 0px 0px 2px 0px rgba(156,177,255,0.15);
    border-radius: 7px;
    backdrop-filter: blur(1.201804511278195px);
    text-align: center;
}
.center ul li .fontname{
    font-size: 28px;
    font-family: FZLTHPro--GB1-4, FZLTHPro--GB1,-apple-system;
    font-weight: normal;
    color: #333641;
    display: block;
}
footer{
    background-color:#E9EFFF;
    padding: 0px 0 56px 0;
}
.footerContent{
    max-width: 1024px;
    margin:0 auto;
    text-align: center;
    font-size: 14px;
    font-family: FZLTHPro--GB1-4, FZLTHPro--GB1,-apple-system;
    font-weight: normal;
    color: #333641;
}
.footerContent img{
    width:99px;
    height:19px;  
    position: relative;
    top:2px;
}
.footerContent p{
    align-items: center;
    display: flex;
    justify-content: center;
}
.footerContent p span{
    padding-left:10px;
}
.footerContent h2{
    padding-top:7px;
}
.other{
    letter-spacing:3px;
}
/* h5 */
/* html{
	font-size: 100px;
	height: 100%;
} */
.h5show{
    background-color:#E9EFFF;
    min-height: 100vh;
}
.h5-nav{
    max-width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.h5-nav-left{
    position: relative;
}
.h5-nav-left .h5-logo{
    width:21px;
    height:21px;
    position: absolute;
    left: 14px;
}
.h5-nav-left .h5-logoname{
    font-size:12px;
    font-family: PingFangSC-Regular, PingFang SC,-apple-system;
    font-weight: 400;
    color: #333641;
    position: relative;
    margin-left: 38px;
}
.h5-nav-left .h5-line{
    font-size: 12px;
    margin: 0px 2px;
    position: relative;
    /* top: -1px; */
}
.h5-nav-left .h5-plant{
    /* width:48px;
    height:12px;
    position: relative;
    top: 1px; */
    font-size: 12px;
    font-family: FZLTZHPro--GB1-4, FZLTZHPro--GB1,-apple-system;
    font-weight: bold;
    color: #333641;
}
.h5-nav-right{
    padding-right: 14px;
}
.h5-nav-right .h5-login{
    width:40px;
    height: 21px;
    background: #F5F4FA;
    border-radius:15px;
    font-size: 12px;
    font-family: FZLTZHPro--GB1-4, FZLTZHPro--GB1;
    font-weight: normal;
    color: #333641;
    display: inline-block;
    text-align: center;
    margin-right:4px;
    line-height: 22px;
}
.h5-nav-right .h5-logout{
    width: 40px;
    height: 21px;
    font-size: 12px;
    font-family: FZLTHPro--GB1-4, FZLTHPro--GB1;
    font-weight: normal;
    color: #333641;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}
.h5-nav-right .h5-login:hover{
    background: #BACDF9;
}
.h5-nav-right .h5-logout:hover{
    background: #F5F4FA;
    border-radius: 15px;
}
.h5-center{
    background: url("../images/h5bgnew.png") no-repeat 0 0;
    /* background: url("../images/h5bgnew.png") no-repeat 0 -40px; */
    /* height: calc(100vh - 40px); */
    background-size: 100% auto;
    position: relative;
    background-color: #E9EFFF;
    /* min-height: 724px; */
}
.h5-center .topImg{
    position: absolute;
    left:21px;
    top:37px;
    width: 194px;
    height: 44px;
}
.h5-center h2{
    font-size: 25px;
    font-family: FZLTCHPro--GB1-4, FZLTCHPro--GB1;
    font-weight: normal;
    color: #333641;
    position: absolute;
    left:21px;
    top:37px;
}
.h5-center h3{
    position: absolute;
    left: 47px;
    top: 70px;
    letter-spacing: 6px;
}
.h5-center-top {
    padding-top:330px;
}
.h5-center ul {
    width: 100%;
    margin:0 auto;
   
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.h5-center ul li{
    display: inline-block;
    width: 135px;
    height: 118px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF4FF 100%);
    box-shadow: 0px 3px 10px 0px rgba(196,205,226,0.55), inset 0px 0px 2px 1px #FFFFFF;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom:20px;
}
.h5-center ul li:nth-child(2n){
    margin-left: 20px;
}
.h5-center ul li>div{
    width: 120px;
    height: 98px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(178,196,235,0.15), inset 0px 0px 1px 0px rgba(255,255,255,0), inset 0px 0px 1px 0px rgba(156,177,255,0.15);
    border-radius: 4px;
    backdrop-filter: blur(0.721082706766917px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.h5-center ul li>div img{
    width:60px;
    height: 60px;
}
.h5-center ul li a{
    display: block;
   
}
.h5-center ul li .h5-fontname{
    font-size: 16px;
    font-family: FZLTHPro--GB1-4, FZLTHPro--GB1;
    font-weight: normal;
    color: #333641;
    display: block;
    position: relative;
    top: -5px;
}
/* .othernew{
    background: linear-gradient(180deg, #E9EFFF 0%, #CDDDFD 100%) !important;
    box-shadow: 0px 4px 12px 0px rgba(196,205,226,0.55), inset 0px 0px 2px 1px #FFFFFF !important;
}
.othernewDiv{
    background: linear-gradient(180deg, #EEF6FF 0%, #E0EFFF 100%) !important;
    box-shadow: 0px 2px 7px 0px rgba(178,196,235,0.15), inset 0px 0px 2px 0px rgba(255,255,255,0), inset 0px 0px 2px 0px rgba(156,177,255,0.15) !important;
    border-radius: 4px !important;
    backdrop-filter: blur(1.201804511278195px) !important;
} */
/* .h5-center ul li:hover{
    background: linear-gradient(180deg, #E9EFFF 0%, #CDDDFD 100%);
    box-shadow: 0px 4px 12px 0px rgba(196,205,226,0.55), inset 0px 0px 2px 1px #FFFFFF;
}
.h5-center ul li:hover>div{
    background: linear-gradient(180deg, #EEF6FF 0%, #E0EFFF 100%);
    box-shadow: 0px 2px 7px 0px rgba(178,196,235,0.15), inset 0px 0px 2px 0px rgba(255,255,255,0), inset 0px 0px 2px 0px rgba(156,177,255,0.15);
    border-radius: 4px;
    backdrop-filter: blur(1.201804511278195px);
} */
.h5-footer{
    text-align: center;
    padding-top:18px;
    padding-bottom:14px;
}
.h5-footer p{
    font-size: 10px;
    font-family: FZLTHPro--GB1-4, FZLTHPro--GB1;
    font-weight: normal;
    color: #333641;
    line-height: 15px;
    position: relative;
}
.h5-footer p span{
    padding:0 5px;
}
.h5-footer img{
    width:88px;
    height:17px;
    position: relative;
    top:-1px;
}
.h5-footer-other .line{
    padding:0 1px 0 10px;
    position: relative;
    font-size: 10px;
    top: -1px;
}
.h5-footer  .aother{
    height: 17px;
}
.h5-footer-other{
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show{
    display: none;
}
.newwidthShow{
    min-height: 100vh;
}
.newCenter{
    /* width:1024px;
    margin:0 auto; */
    width:100%;
    background: linear-gradient(0deg, #FFFFFF 0%, #E9EFFF 100%);
    height: 250px;
}
.newCenter img {
    width:1024px;
    margin:0 auto;
    display: block;
}

.newh5show{
    min-height: 100vh;
}
.newh5-center{
    margin-bottom:22px;
}
.newh5-center img{
    width:100%
}
.newwidthShow footer{
    background: #fff;
    margin-top:500px;
}
.otherfont{
    width: 1024px;
    margin: 0 auto;
    font-size: 14px;
    font-family: "SimSun";
}
.otherfont p{
    line-height: 24px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-family: "SimSun";
}
.h5newStyle{
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 19px !important;
    text-align: justify;
    box-sizing: border-box;
}