@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: none
}

body {
    font-size: 12px;
    color: #393939;
    _overflow: hidden;
    overflow-x: hidden;
    background: #fff;
    width: 100%;
    *cursor: default
}

a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-family: "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal
}

li {
    list-style-type: none
}

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

a {
    outline: 0
}

a,
time {
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    background-color: transparent
}

a {
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

a:active,
a:hover {
    text-decoration: none
}

a,
a:active,
area {
    text-decoration: none;
    outline: 0;
    background-color: transparent
}

:focus {
    -moz-outline-style: none
}

input {
    -webkit-appearance: none!important
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

button,
input,
select,
textarea {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}

caption {
    display: none
}

.phoneTop {
    display: none
}

.clearfix {
    *zoom: 1
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: '';
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.disno {
    display: none
}

.disbk {
    display: block
}

.distb {
    display: table
}

.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .justify:after {
        position: absolute;
        content: ".";
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 0
    }
}

.toe {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.wrapper {
    width: 100%;
    max-width: 750px;
    min-height: calc(100vh - 138px);
    margin: 0 auto;
    overflow: hidden
}

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

.wl_blank {
    width: 100%;
    height: .1rem;
    background-color: #efeff9
}

.mark {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 50;
    left: 0;
    top: 0
}

body {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: url(../images/topBg.png) left top/100% 937px;
    background-repeat: no-repeat;
    background-size: 100% 937px;
    background-position: left top
}

.publicWidth {
    width: calc(100% - 60px);
    margin: 0 auto
}

.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 67px auto 0;
    background-color: #fff;
    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, .0800)
}

.wrapper .modularTop {
    width: calc(100% - 80px);
    padding: 0 40px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: relative
}

.searchShowCon {
    display: none;
    position: absolute;
    right: 230px;
    top: 50%;
    transform: translateY(-50%)
}

.searchShow {
    width: 200px;
    display: flex;
    align-items: center
}

.searchShow span {
    width: 20px;
    margin-left: 10px
}

.searchShow span img {
    display: block;
    width: 100%
}

.wrapper .modularTop .logo {
    width: 431px
}

.wrapper .modularTop .right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.wrapper .modularTop .right>div {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: #0b1220
}

.wrapper .modularTop .right .search {
    width: auto;
    font-size: 16px;
    color: #0b1220;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px
}

.wrapper .modularTop .right .search.on {
    border-radius: 15px;
    border: 1px solid #999;
    height: 30px;
    padding: 0 10px
}

.wrapper .modularTop .right .search img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: inline-block
}

#searchId {
    width: 150px;
    outline: 0;
    border: none;
    text-indent: 10px;
    display: none
}

.wrapper .modularTop .right .login img {
    width: 16px;
    margin-right: 10px
}

.wrapper .modularTop .right .login {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    display: flex
}

.wrapper .modularTop .right .login::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #b4b6b9;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.wrapper .nav {
    width: 100%;
    height: 60px;
    background: #2079f7;
    display: flex;
    flex-wrap: wrap
}

.wrapper .nav a {
    display: block;
    flex: 1;
    height: 100%;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-right: 1px solid #fff
}

.wrapper .nav a:last-child {
    border-right: none
}

.userXq {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.userXq .img {
    margin-right: 10px
}

.footer {
    width: 100%
}

.footer .Links {
    width: 100%;
    height: 173px;
    background: #354253;
    border-radius: 0;
    opacity: 1;
    overflow: hidden
}

.footer .Links .LinksCon {
    width: 1190px;
    height: 101px;
    border: 1px solid rgba(214, 214, 214, .6);
    opacity: 1;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 10px
}

.footer .Links .LinksCon .title {
    width: 223px;
    height: 20px;
    background: #354253;
    opacity: 1;
    border-left: 1px solid rgba(214, 214, 214, .6);
    border-right: 1px solid rgba(214, 214, 214, .6);
    position: absolute;
    left: calc((100% - 223px)/ 2);
    top: -10px;
    color: #e1e1e1;
    text-align: center;
    line-height: 20px
}

.LinksCon_con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.footer .Links .LinksCon .LinksCon_left {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap
}

.footer .Links .LinksCon .LinksCon_left .Links_list {
    font-size: 14px;
    font-weight: 400;
    color: #e1e1e1;
    padding: 0 10px;
    margin: 5px 0
}

.footer .Links .LinksCon .LinksCon_Right {
    width: 50px;
    height: 39px;
    background: rgba(255, 255, 255, .3);
    border-radius: 9px;
    opacity: 1;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0
}

.LinksCon_Right.Pc {
    display: block
}

.LinksCon_Right.Mobile {
    display: none
}

.footer .copyRight {
    background: #262e40;
    padding: 20px 0
}

.footer .copyRight div {
    width: 100%;
    height: auto;
    border-radius: 0;
    opacity: 1;
    font-size: 14px;
    text-align: center;
    color: #ececec;
    line-height: 30px
}

.mobileNav {
    display: none
}

.pcNav {
    display: block
}

.location {
    margin: 40px 0!important;
    color: #999!important
}

.location a {
    color: #000!important
}

.Shoucang {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto
}

.Shoucang i {
    font-size: 20px;
    cursor: pointer;
    color: #ffe710
}

.Shoucang span {
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer
}

.returnPrev {
    display: none
}

@media only screen and (max-width:1300px) {
    .footer .Links .LinksCon {
        width: 90%;
        padding: 0 10px
    }
}

@media only screen and (max-width:750px) {
    .phoneTop {
        display: flex;
        width: 100%;
        justify-content: center;
        position: fixed;
        top: 0;
        height: .8rem;
        font-size: .36rem;
        align-items: center;
        background-color: #2079f7;
        color: #fff;
        border-bottom: 1px solid #f0f0f0;
        z-index: 10
    }
    #app {
        margin-top: 2.3rem
    }
    .phoneTop a {
        position: absolute;
        left: .3rem;
        font-size: .36rem;
        color: #fff
    }
    .mobileNav {
        display: block
    }
    .pcNav {
        display: none
    }
    .wrapper {
        width: 100%;
        margin: 0 auto
    }
    .publicWidth {
        width: calc(100% - 30px)
    }
    .footer .Links {
        height: auto
    }
    .footer .Links .LinksCon {
        height: auto;
        padding: 20px 10px;
        margin: .5rem auto .3rem
    }
    .wrapper .modularTop {
        width: calc(100% - 30px);
        padding: 0 15px;
        height: 1.5rem
    }
    .wrapper .modularTop .right>div {
        font-size: .24rem
    }
    .wrapper .modularTop .logo {
        width: 5rem
    }
    .wrapper .mobileNav .headernav {
        width: .5rem
    }
    .monild_nav {
        width: 100%;
        display: none;
        height: calc(100% - 1.5rem);
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 1.5rem;
        background: #fff;
        padding: 0 20px;
        box-sizing: border-box;
        z-index: 1000
    }
    .monild_nav a {
        display: block;
        width: 100%;
        min-height: 1rem;
        line-height: 1rem;
        font-size: .34rem;
        color: #3b426b;
        border-bottom: 1px solid #e6e7fb
    }
    .monild_nav .search {
        width: 100%;
        font-size: 16px;
        color: #0b1220;
        display: flex;
        align-items: center
    }
    .monild_nav .login {
        margin-right: 0;
        margin: .9rem auto .1REM;
        font-size: .3rem;
        vertical-align: middle;
        font-weight: 400;
        background: #f1f3f8;
        color: #27274a;
        line-height: .88rem;
        width: 6rem;
        height: .88rem;
        border-radius: .08REM;
        padding: 0;
        text-align: center
    }
    .monild_nav .search {
        margin-right: 0;
        margin: .2rem auto .1rem;
        font-size: .3rem;
        vertical-align: middle;
        font-weight: 400;
        background: #3a67ce;
        color: #fff;
        line-height: .88rem;
        width: 6rem;
        height: .88rem;
        border-radius: .08REM;
        padding: 0;
        text-align: center;
        display: block
    }
    .monild_nav .search i {
        font-size: .3rem;
        margin-right: .1rem
    }
    .monild_nav .search input {
        border: 1px solid #999;
        border-radius: .3rem
    }
    .monild_nav .search img {
        width: 14px;
        margin-right: 10px
    }
    .monild_nav .login img {
        width: 16px;
        height: 22px;
        margin-right: 10px
    }
    .footer .Links .LinksCon .LinksCon_left {
        width: 100%
    }
    .footer .Links .LinksCon .LinksCon_Right {
        width: 50%;
        margin: .2rem auto 0rem;
        height: auto;
        padding: .1rem 0
    }
    .LinksCon_Right.Pc {
        display: none
    }
    .LinksCon_Right.Mobile {
        display: block
    }
    .page .el-pagination {
        white-space: break-spaces
    }
    .subscribe {
        width: 1rem!important;
        height: 1rem!important
    }
    .footer .copyRight {
        width: 80%;
        margin: 0 auto;
        padding: .2rem 10%;
        line-height: .4rem
    }
    .publicWidth {
        width: 90%!important
    }
    .projecDetailsTitle {
        font-size: .3rem!important
    }
    .wrapper .modularTop {
        position: fixed;
        left: 0;
        top: .8rem!important;
        z-index: 10;
        border-bottom: 1px solid #f0f0f0
    }
    .el-message-box {
        width: 300px
    }
    .monild_nav a.userXq {
        border: 1px solid #2e84f5;
        font-size: .28rem;
        vertical-align: middle;
        font-weight: 400;
        color: #2e84f5;
        line-height: .8rem;
        width: 6rem;
        height: .8rem;
        border-radius: 4px;
        padding: 0;
        text-align: center;
        min-height: .8rem;
        justify-content: center;
        margin: 0 auto
    }
    .returnPrev {
        display: block;
        z-index: 99;
        position: fixed;
        width: .7rem;
        height: .7rem;
        right: .2rem;
        top: 2rem
    }
    .returnPrev img {
        width: 100%
    }
    .footer .Links .LinksCon .LinksCon_left .Links_list {
        margin: .05rem 0;
        font-size: .28rem;
        line-height: .36rem
    }
    .footer .copyRight {
        font-size: .28rem
    }
    .location {
        margin: .4rem 0!important;
        color: #999!important;
        font-size: .3rem!important;
        line-height: .44rem!important
    }
    .location a {
        font-size: .3rem!important
    }
}

@media (max-width:800px) {
    .selectBox>div {
        width: 100%!important
    }
}