input:-moz-placeholder,  
textarea:-moz-placeholder {  
    color: rgba(255,255,255,0.8);  
font-size:14px;
}  
input:-ms-input-placeholder,  
textarea:-ms-input-placeholder {  
     color: rgba(255,255,255,0.8);  
font-size:14px;
}  
input::-webkit-input-placeholder,  
textarea::-webkit-input-placeholder {  
       color: rgba(255,255,255,0.8); 
font-size:14px;
}








.main-box {
    height: auto;
    margin: 0 auto;
background:#ffffff;
}

.main-box .header-top-background-img {
    width: 100%;
    height: 154px;
    background-image: url(../../images/backgroundImg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.main-box .header-top-background-img .header-top-edition-heart {
    margin: 0 auto;
    width: 1440px;
    height: 154px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-box .header-top-background-img .header-top-edition-heart .header-top-logo {
    width: 783px;
    height: 114px;
    z-index: 999;
}
.main-box .header-top-background-img .header-top-edition-heart .header-top-logo a img{
    width: 783px;
    height: 114px;
}

.main-box .header-top-background-img .header-top-edition-heart .header-top-title {
    color: aliceblue;
    font-size: 48px
}

.main-box .header-top-background-img .header-top-edition-heart .header-top-input {
    width: 371px;
    height: 49px;
    background-color: rgba(8, 8, 8, 0.18);
    display: flex;
    border-radius: 7px
}

.main-box .header-top-background-img .header-top-edition-heart .header-top-input input {
    width: 322px;
    height: 49px;
    line-height: 30px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    border-radius: 7px 0 0 7px;
    background-color: rgba(8, 8, 8, 0);
    text-align: left
}

.main-box .header-top-background-img .header-top-edition-heart .header-top-input div {
    border-radius: 7px;
    width: 49px;
    height: 49px;
    background-color: #fe8931
}

.main-box .header-top-background-img .header-top-edition-heart .header-top-input div:hover {
    cursor: pointer
}

.main-box .header-top-background-img .header-top-edition-heart .header-top-input span {
    color: white;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    line-height: 49px;
    font-size: 24px
}

.main-box .header-bottom {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background-color: #0c24b4
}

.main-box .header-bottom .header-list {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.main-box .header-bottom .header-list li {
    line-height: auto;
    color: #fff;
    font-size: 20px;
    width: 15%;
    cursor: pointer;
    text-align: center;
    position: relative
}

.main-box .header-bottom .header-list li:hover {
    background-color: #3e64e2
}

.main-box .header-bottom .header-list li:hover div {
    z-index: 5;
    position: absolute;
    top: 100%;
    width: 100%;
    height: auto;
    background-color: rgba(62, 100, 226, 0.4);
    transition: .5s
}

.main-box .header-bottom .header-list li a {
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    width: 88%;
    height: 100%;
    display: block;
    text-align: center
}

.main-box .header-bottom .header-list li div {
    top: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    margin: 0 auto;
    width: 100%;
    height: 0
}

.main-box .header-bottom .header-list li div a {
    opacity: 1;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px
}


.main-box .header-bottom .header-list li div a:hover {
background-color:rgb(12,36,180);
    color: #ffffff;
}

.main-box .main-box {
    margin-top: -160px;
    width: 100%;
    background-color: #f7fbfe
}




.main-box .copyright {
    width: 100%;
    height: 470px;
    background-image: url(../../images/backgroundBottom.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.main-box .copyright .zhezhaoceng {
    width: 100%;
    height: 100%;
    background-color: rgba(19, 50, 148, 0.85)
}

.main-box .copyright .zhezhaoceng .center-top-content {
    margin: 0 auto;
    width: 1440px;
    height: 270px;
    border-bottom: 2px solid #fff;
    display: flex;
    justify-content: space-between
}

.main-box .copyright .zhezhaoceng .center-top-content .links {
    width: 52%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-box .copyright .zhezhaoceng .center-top-content .links a {
    width: 120px;
    height: 126px;
    overflow: hidden;
    display: block;
    text-align: center
}

.main-box .copyright .zhezhaoceng .center-top-content .links a .svg {
    position: relative;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 45px
}

.main-box .copyright .zhezhaoceng .center-top-content .links a .svg img {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
    margin: auto;
    width: 48px;
    height: 48px
}

.main-box .copyright .zhezhaoceng .center-top-content .links a span {
    display: block;
    margin-top: 17px;
    color: #fff;
    font-size: 14px;
    font-family: SourceHanSansSC-regular
}

.main-box .copyright .zhezhaoceng .center-top-content .links a:hover{
                                 opacity: 0.8;
}

.main-box .copyright .zhezhaoceng .center-top-content .or-code {
    width: 44%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.main-box .copyright .zhezhaoceng .center-top-content .or-code .or-code-content {
    width: 138px;
    overflow: hidden;
    text-align: center
}

.main-box .copyright .zhezhaoceng .center-top-content .or-code .or-code-content img {
    width: 138px;
    height: 138px;
    display: block
}

.main-box .copyright .zhezhaoceng .center-top-content .or-code .or-code-content span {
    display: block;
    margin-top: 17px;
    color: #fff;
    font-size: 14px;
    font-family: SourceHanSansSC-regular
}


.main-box .copyright .zhezhaoceng .center-bottom-content {
    margin: 0 auto;
    width: 1440px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-box .copyright .zhezhaoceng .center-bottom-content .logo-bottom {
    width: 382px;
    height: 110px;
    margin-left: 60px
}

.main-box .copyright .zhezhaoceng .center-bottom-content .logo-bottom img {
    width: 100%;
    height: 100%
}

.main-box .copyright .zhezhaoceng .center-bottom-content .banquan {
    width: 580px;
    height: 120px;
    text-align: left;
    font-family: SourceHanSansSC-regular
}

.main-box .copyright .zhezhaoceng .center-bottom-content .banquan p {
    color: #fff;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    line-height: 40px
}







