body{
    margin: 0px;
    font-family: '思源黑体';
    color: #282828;
}
ul {
    list-style: none; /* 去除列表项前面的符号 */
    padding: 0;      /* 移除内边距 */
    margin: 0;       /* 移除外边距 */
}

li {
    display: inline-block;   /* 将列表项显示为块状元素 */
    text-align: center; /* 左对齐文本 */
    line-height: normal; /* 正常行高 */
}
a{
    text-decoration: none !important;
}

.wind-control{
    margin: 81px auto;
    margin-bottom: 0px;
    width: 1210px;
}

.wind-control .wc-t{
    font-size: 32px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-bottom: 21px;
}
.wind-control .wc-exp{
    font-size: 30px;
    font-weight: normal;
    height: 29px;
    line-height: 29px;
    color: #2B2B2D;
}
.footer{
    width: 100%;
    margin-top: 65px;
    background-image: url(../../static/images/foot_bg.png);
    height: 337px;
    background-size: cover;
}
.footer .ft{
    padding-top: 92px;
}
.footer .ft .wc-t{
    font-size: 34px;
}
.footer .ft .wc-exp{
    font-size: 17px;
}
.footer .ft .wc-t, .footer .ft .wc-exp{
    color: #F5F7FC;
    text-align: left;
}

.footer-ft{
    width: 100%;
    height: 495px;
background: #041247;
}
.footer .ft .consult{
    margin-top: 28px;
}
.footer .ft .consult a{
    width: 179px;
    height: 44px;
    background-color: white;
    color: #313596;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
}

body{
    background-image: url(../../static/images/bg.png);
    background-size: cover;
}
.top{
    width: 100%;
    height: 960px;
}
.top .menu-con{
    padding-top: 31px;
    width: 1416px;
    height: 79px;
    display: flex;
    margin: 0 auto;
}
.top .menu-con img{
    width: 330px;
    height: 79px;
}
.top .menu-con .menu{
    display: inline-block;
    width: 574px;
    margin-left: 275px;
    line-height: 79px;
    flex: 1;
}
.top .menu-con .menu ul .login img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}
.top .menu-con .menu ul .login a{
    width: 56px;
    height: 23px;
    background: linear-gradient(0deg, #0846DE 0%, #3B6EE8 100%);
    border-radius: 5px;
    opacity: 0.73;
    display: inline-block;
    font-size: 16px;
    color: white;
    line-height: 23px;
}

.top .menu-con .menu ul li{
    margin-left: 49px;
}
.top .menu-con .menu ul li:first-child{
    margin-left: 0px;
}
.top .menu-con .menu ul li a{
    color: white;
    font-size: 18px;
}
.top .menu-con .menu ul li .act{
    color: #F18E16;   
}
.top .menu-con .menu ul li a:hover{
    color: #F18E16;
}
.top .exp{
    width: 1276px;
    margin: 0px auto 0px;
    color: white;
}
.top .exp .big-title{
    font-size: 36px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    animation: sonBanRun 1s ease both .2s;
}
.top .exp .sm-title{
    font-size: 16px;
    width: 574px;
    margin-bottom: 30px;
    line-height: 30px;
    animation: sonBanRun 1s ease both .2s;
}
.top .exp  .consult{
    animation: sonBanRun 1s ease both .2s;
}
.top .exp .consult a{
    width: 150px;
    height: 45px;
    background-color: white;
    color: #313596;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
}
.mtg0{
    margin-top: 0px !important;
}
.mbg0{
    margin-bottom: 0px !important;
}
.auto-con{
    width: 1210px;
    margin: 0 auto;
}

.index-menu{
    position: absolute;
    width: 100% !important;
    height: 128px !important;
    background-image: unset !important;
    top: 0px;
    background-size: unset;
    z-index:999;
}
.menu-act{
    background: white;
    opacity: 0.6;
}
.menu-act .menu-con .menu ul li a{
    color: #282828 !important;
}
.menu-act .menu-con .menu ul li .act,.menu-act .menu-con .menu ul li a:hover{
    color: #164CD0 !important;
}

.skip {
    padding: 14px 0;
}
.skip ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 650px;
}
.skip ul li {
    display: inline;
    padding: 0 35px;
    cursor: pointer;
    color: white;
}
.site {
    text-align: center;
    color: #6b6b6b;
    font-size: 14px;
    margin-top: 4px;
}
.site span {
    margin-right: 20px;
    color: white;
}
.copyright {
    font-size: 12px;
    color: white;
    text-align: center;
    margin-top: 6px;
}
