@charset "utf-8";

/*样式重置*/


body, h1, h2, h3, h4, h5, h6, p, dl, dd, ol, ul, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

em, i {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}

sub, sup {
}

a:focus {
    outline: none;
}

b {
    font-weight: normal;
}

img {
    border: none;
    vertical-align: top;
}

#rightBackIndex {
    position: absolute;
    right: 0;
    color: #FFF;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    top: 2rem;
    padding: 0.12rem 0;
    width: 0.7rem;
    z-index: 999;
    background: #FA7E54;
    border-radius: 10px 0px 0px 10px;
}

/*却掉图片间隙*/
input, textarea {
    vertical-align: middle;
    outline: none;
    border: none;
    background: none;
    box-sizing: content-box;
}

textarea {
    resize: none;
    overflow: auto;
}

table {
    border-spacing: 0px;
    border: none;
    border-collapse: collapse;
}

/*\5b8b\4f53 宋体*/
input, select, button, textarea {
    font-size: 12px;
    font-family: tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
    background: #fff;
}


/* html,body{height: 100%;overflow-: hidden;} */
.box {
    height: auto;
    overflow: hidden;

}

.backtop {
    cursor: pointer;
    position: absolute;
    right: -80px;
    bottom: 20%;
}

.isfixed {
    position: fixed;
    top: 0;
}

.back_top {
    width: 1.787rem;
    position: absolute;
    bottom: 0;
    right: 0;


}

.back_top img {
    display: block;
    width: 100%;
}

.footer {
    background: #030612;
}

.footer .logo {
    width: 3rem;
    padding: 0.44rem 0;
    margin: 0 auto;
}

.footer .logo img {
    display: block;
    width: 100%;
}

.footer .box {
    height: auto;
}

.footer .Collapsing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.347rem;
    font-family: MicrosoftJhengHeiLight;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.253rem;
    box-sizing: border-box;
    padding: 0.413rem 1rem;
}

.footer .Collapsing img {
    display: block;
    width: 0.347rem;
}

.footer .coll_body {
    display: none;
    background: #060B1F;
    font-size: 0.347rem;
    font-family: MicrosoftJhengHeiLight;
    font-weight: 300;
    color: #D6E0FF;
    line-height: 0.253rem;
    padding: 0 1rem;
}

.footer .coll_body a {
    display: block;
    text-align: left;
    padding: 0.4rem 0;
}

.footer .current {
    background-image: url(images/pro_down.png);
}

.footer .footer_icon {
    display: flex;
    align-items: center;
    padding: 0.507rem 0 0.693rem;
    justify-content: center;
}

.footer .footer_icon a {
    display: block;
    width: 1.24rem;
}

.footer .footer_icon a img {
    display: block;
    width: 100%;
}

.footer .footer_icon a:nth-child(2) {
    margin: 0 1.133rem;
}

.footer p {
    padding-bottom: 0.44rem;
    text-align: center;
    font-size: 0.267rem;
    font-family: MicrosoftJhengHeiLight;
    font-weight: 400;
    color: #2A4786;
    line-height: 0.267rem;
    opacity: 0.5;
}


