input::-webkit-input-placeholder{
    position:relative;
    /*left:20px;*/
}
input{
    padding:0 2px;
    font-size: 14px;
    border: 0.5px solid #CCD2E3;
    outline: none;
}
textarea{
    padding: 2px;
    font-size: 18px;
    outline: none;
}
a{
    text-decoration-line: none;
}
:root{
    --sectionMargin:20px;
    --contentWidth:1200px;
    --leftMargin:0px;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1220px;
    height: auto;
    background: linear-gradient(0deg, #CCD2E3 0%, rgba(204,210,227,0) 100%);
    vertical-align: center;
    font-size:14px;
    font-family: "Microsoft YaHei", "Arial", sans-serif;
}
ul,li,p{
    padding:0;
    margin:0;
    /*list-style:none*/
}
.headTop{
    position: relative;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background-color: #F8F8F8;
    z-index: 999;
}

.dateSearch{
    width:100%;
    height: 55px;
    line-height: 55px;
    background-color: #002C5E;
    margin: 0 auto;
}
.dateAndSearch{
    width: 1200px;
    margin: 0 auto;
}
.dateTemp{
    position: relative;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #FFFFFF;
}
.date{
    float: left;
}
.temp{
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;

}

.search{
    float: left;
    margin-left: 28px;
    display: none;
    width: 270px;
    line-height: 51px;
}
.searchInput{
    display: inline;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: 0.5px solid #CCD2E3;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
}
.searchBtn{
    display: inline;
    margin-left: 11px;
    width: 55px;
    height: 36px;
    padding: 10px;
    line-height: 36px;
    font-size: 14px;
    background-color: #99A8C1;
    color: #FEFEFE;
    border: 0.5px solid #99A8C1;
    border-radius: 4px;
    cursor: pointer;
}

.webSiteIntroduce{
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    height: 145px;
    /*line-height: 7.27rem;*/
    background: url(/image/introduceBack.png);
    background-size: 100% 100%;

}
.introduceDetail{
    width: 1193px;
    height: 145px;
    margin: 0 auto;
}
.webSiteIcon{
    float: left;
    margin-top: 22px;
    /*margin-left: 50px;*/
    width: 432px;
    height: 100px;
    /*margin-left: calc(var(--leftMargin) + 4px) ;*/
    /*margin-left:420px;*/
}
#marquee{
    float: left;
    width: 710px; /* 根据需要设置 */
    height: 145px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    margin-left: 25px;
}
.introduceRight{
    /*float: left;*/
    /*width: 600px;*/
    margin: 37px 0 auto 0px;

    display: inline-block;
    height: auto; /* 或者设置一个固定的高度 */
    width: 100%; /* 根据需要设置 */
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}
.tipsTitle{
    float: left;
    /*width: 354px;*/
    margin: 45px 0 auto 31px;
    /*margin-left: 98px;*/
    font-size: 30px;
    color: #002C5E;
    background: linear-gradient(0deg, #002C5E 0%, #3468CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.userInfo{
    float: left;
    display:  none;
    flex-direction:  column;
    align-items:  center;
    max-width: 120px;
    line-height: 10px;
    margin: 0px 0 auto 226px;
    text-align: center;
    color: #FFFFFF;


}
.userHead{
    margin: 5px auto;
    width: 30px;
    height: 30px;
}
.userName{
    max-width: 100px;
    margin-top:  0px;
    font-size:  14px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/

}
.loginImg{
    float: left;
    width: 20px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin-left: 10px;
}
.login{

    float: left;
    /*display: none;*/
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #00B4BF;
    color: #FFFFFF;
    border-radius: 20px;
    margin-top: 8px;
    margin-left: 514px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}
.sign{
    float: left;
    /*display: inline;*/
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #409EFF ;
    color: #FFFFFF;
    border-radius: 20px;
    margin-left: 10px;
    margin-top: 8px;
    text-align: center;
    padding: 0 8px;
    cursor: pointer;
}
.check{
    float: left;
    /*display: inline;*/
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #3468CD;
    color: #FFFFFF;
    border-radius: 20px;
    margin-left: 10px;
    margin-top: 8px;
    text-align: center;
    padding: 0 8px;
    cursor: pointer;
}
.bottomNavBack{
    position: relative;
    width: 100%;
    height: 88px;
    line-height: 88px;
    /*background: url(/image/bottomNavBack.png);*/
    background-size: 100% 100%;
    text-align: center;
    z-index: 2;
}
.bottomNav{
    width: 100%;
    height: 88px;
    line-height: 88px;
    background: url(/image/navBack.png);
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}
.navBack{
    margin:  0 auto;
    width: 1200px;
}
.navUl{
    /*margin: 0 auto;*/
    width: 1200px;
    display:flex;
    flex-direction:row;
    color: #002C5E;
    justify-content:center;
    list-style:none;
    /*margin-left: 360px;*/
}
.navCur {
    background-color: #00B4BF;
    width: 120px;
    color: #FFFFFF;
    height: 100%;
}
.navUl li{
    /*display:inline-block;*/
    width: 120px;
    height: 138px;
    line-height: 60px;
    cursor: pointer;

    font-size: 18px;
    font-weight: bold;
    display:  flex;
    flex-direction:  column;
    justify-content:  center;
    align-items:  center;
    padding-top: 6px;
    position: relative;
}
.navUl li .navLiImg{
    width: 70px;
    height: 70px;

}

.navUl li:hover{
    color: #FFFFFF;
    background-color: #00B4BF;
    width: 120px;
    height: 138px;
    line-height: 60px;
}

.navUl li:hover ul{
    display: block;
}
.hoverBackUl,.hoverBackUl1,.hoverBackUl3,.hoverBackUl4,.hoverBackUl5,.hoverBackUl6{
    display: none;
    position: absolute;
    top: 100% ;
    left: 0;
    /*transform:  translate(-20%,  0);  !*  设置ul相对于li的位置  *!*/
    margin:0px auto;
    background-color: rgba(0,44,94,0.9);
    width: 250px;
    /*display:flex;*/
    /*flex-direction:row;*/
    justify-content:center;
    list-style:none;
}


.hoverBack2,.hoverBack3,.hoverBack4,.hoverBack5{
    display: none;
    /*position: absolute;*/
    margin:  0 auto;
    max-width: var(--contentWidth);
    background-color: #F1F3F7;
    z-index: 99;
    text-align: center;
}

.hoverBack2 .hoverUl{

    margin: 0px auto;
    background-color: #002C5E;
    width: calc(var(--contentWidth) );
    height: 372px;
    /*!*display:flex;*!*/
    /*!*flex-direction:row;*!*/
    /*!*justify-content:center;*!*/
    /*list-style:none;*/
    /*text-align: left;*/
    list-style-type:  none;
    display:  flex;
    flex-wrap:  wrap;
    /*justify-content:  space-between;*/
}
.hoverBack3 .hoverUl,.hoverBack5 .hoverUl{
    margin: 0px auto;
    background-color: #002C5E;
    width: calc(var(--contentWidth) );
    height: 160px;
    /*!*display:flex;*!*/
    /*!*flex-direction:row;*!*/
    /*!*justify-content:center;*!*/
    /*list-style:none;*/
    /*text-align: left;*/
    list-style-type:  none;
    display:  flex;
    flex-wrap:  wrap;
    /*justify-content:  space-between;*/
}
.hoverBack4 .hoverUl{
    margin: 0px auto;
    background-color: #002C5E;
    width: calc(var(--contentWidth) );
    height: 215px;
    /*!*display:flex;*!*/
    /*!*flex-direction:row;*!*/
    /*!*justify-content:center;*!*/
    /*list-style:none;*/
    /*text-align: left;*/
    list-style-type:  none;
    display:  flex;
    flex-wrap:  wrap;
    /*justify-content:  space-between;*/
}
.hoverBackUl li,.hoverBackUl1 li,.hoverBackUl3 li,.hoverBackUl4 li,.hoverBackUl5 li,.hoverBackUl6 li{
    margin:0 auto;
    /*display:inline-block;*/
    width: 100%;
    height: 50px;
    line-height: 50px;
    /*height: 100%;*/
    /*line-height: 4rem;*/
    cursor: pointer;
    color: #FFFFFF;
    font-size: 18px;
    position: relative;
    font-weight: normal;

}
.hoverBackUl li .navRight,.hoverBackUl1 li .navRight,.hoverBackUl3 li .navRight,.hoverBackUl4 li .navRight,.hoverBackUl5 li .navRight,.hoverBackUl6 li .navRight
{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    display: none;
}
.hoverBackUl li:hover,.hoverBackUl1 li:hover,.hoverBackUl3 li:hover,.hoverBackUl4 li:hover,.hoverBackUl5 li:hover,.hoverBackUl6 li:hover{
    margin:0 auto;
    background-color: #01B4BF;
    width: 100%;
    height: 50px;
    line-height: 50px;

    /*border-radius: 8px;*/
    /*height: 100%;*/
}
.hoverBackUl li:hover .navRight,.hoverBackUl1 li:hover .navRight,.hoverBackUl3 li:hover .navRight,.hoverBackUl4 li:hover .navRight,.hoverBackUl5 li:hover .navRight,.hoverBackUl6 li:hover .navRight
{
    display: block;
}


.hoverBack2 .hoverUl li,.hoverBack3 .hoverUl li,.hoverBack4 .hoverUl li,.hoverBack5 .hoverUl li{

    width: 400px;
    /*height: 60px;*/
    /*line-height: 60px;*/
    /*height: 100%;*/
    /*line-height: 4rem;*/
    /*padding: 0px 20px;*/
    text-align: center;
    margin-left: 0px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 18px;
    height: 53px;
    line-height: 53px;
    /*text-align: left;*/
    position: relative;
}
.hoverBack2 .hoverUl li:hover,.hoverBack3 .hoverUl li:hover,.hoverBack4 .hoverUl li:hover,.hoverBack5 .hoverUl li:hover{
    margin-left: 0px;
    background-color:#01B4BF;
    /*padding: 0px 40px;*/
    /*border-radius: 8px;*/
    width: 400px;
    height: 53px;
    line-height: 53px;
    /*width: 9.09rem;*/
    /*height: 100%;*/
}
.hoverBack2 .hoverUl li .navRight,.hoverBack3 .hoverUl li .navRight,.hoverBack4 .hoverUl li .navRight,.hoverBack5 .hoverUl li .navRight{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    top:40%;
    display: none;
}

.hoverBack2 .hoverUl li:hover .navRight,.hoverBack3 .hoverUl li:hover .navRight,.hoverBack4 .hoverUl li:hover .navRight,.hoverBack5 .hoverUl li:hover .navRight{
    display: block;
}

.leftDirectory{
    float: left;
    width: 300px;
    /*height: 23.64rem;*/
    background-color: #FFFFFF;
    border-radius: 8px;
    padding-bottom: 40px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}
.directioryTop{
    float: left;
    margin-top: 6px;
    width: 100%;
    height: 56px;
    line-height:56px;
}
.titleIcon{
    float: left;
    margin-top: 20px;
    width: 10px;
    height: 40px;
    background: #3468CD;
    border-radius: 0 10px 10px 0;
}
.titleStr{
    float: left;
    margin-top: 12px;
    margin-left: 8px;
    font-size: 18px;
    color: #4A4E58;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.directoryUl{
    float: left;
    width: 100%;
    margin-top: 20px;
    list-style: none;
}
.directoryUl li{
    position: relative;
    width: 100%;
    height: 54px;
    line-height: 54px;
    cursor: pointer;



}
.directoryUl li:hover{
    background-color:#3468CD;
    color: #FFFFFF;
}
.directoryUl li .directoryStr{
    float: left;
    width: 88%;
    height: 53.2px;
    line-height: 53.2px;
    /*background-color: red;*/
    border-bottom: 1px solid #CCD2E3;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.directoryUl li:last-child .directoryStr{
    border-bottom: 1px solid #FFFFFF;
}
.cur{
    background-color:#3468CD;
    color: #FFFFFF;
}
.rightIcon{
    position: absolute;
    width: 29px;
    height: 29px;
    margin-top: 16px;
    right: 20px;
    background: url(/image/rightIcon-unSelect.png);
    background-size: 100% 100%;
}
.rightIcon.cur{
    background: url(/image/rightIcon-Select.png);
    background-size: 100% 100%;
}

.navNext{
    display: inline;
    cursor: pointer;
}



.footerBack{
    /*position: absolute;*/
    /*margin-top: -1250px;*/
    width: 100%;
    /*height:250px;*/
    z-index: -2;
}
.footer{
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-width:1200px;
    height: 250px;
    background: url(/image/footer.png);
    background-size: 100% 100%;
}
.yunBack{
    margin-top: -1250px;
    background: url(/image/backImg.png);
    background-size: 100% 100%;
    width: 100%;
    height: 1250px;
}
.footerContent{
    width: 1200px;
    margin: 0 auto;
}
.footerTitle{
    float: left;
    width: 60%;
    height: 30px;
    margin-left: 20px;
    margin-top:30px;
    font-size: 18px;
    color: #FFFFFF;
}
.footerDetail{
    line-height: 30px;
    float: left;
    width: var(--contentWidth);
    margin-left: 20px;
    margin-top:10px;
    text-align: justify;
}
.beiWord a{
    margin-left: 20px;
    /*color: #076ea8;*/
    color: #FFFEFE;
    font-weight: 400;
    cursor: pointer;
}
.footer a:hover{
    /*color: #076ea8;*/
    color:#00f0ff;
}
.friendLink{
    margin-right: 34px;
    color: #FFFEFE;
    font-size: 14px;
    cursor: pointer;
    display: inline;
}
.friendLink:hover{
    /*color:#3468CD;*/
    color:#00f0ff;
}
.beiWord{
    position: absolute;
    display: block;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #FFFEFE;
    font-size: 14px;
    bottom: 10px;
}

.goTop{
    bottom: 50px;
    left: 52%;
    margin-left: 588px;
    position: fixed;
    z-index: 10000;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: #CCD4E0;
    cursor: pointer;
}
.goTop img{
    margin-top: 15%;
    margin-left: 30%;
    display: block;
    width: 29px;
    height: 29px;

}
.goTop p{
    margin-top: 6px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}