/* 设置页面基本样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* html {
    font-size: 625%;
} */

/* html {
	font-size:26.66666vw;
}
*/
a {
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    width: 100%;
}

.header-nav {
    width: 100%;
    height: 2.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.9375rem;
}

.icon-menu {
    width: 1.1875rem;
    height: 1rem;
    background: url(../imgs/icon_menu_list.png) no-repeat;
    background-size: contain;
}

.logo {
    width: 4.9375rem;
    height: 1.8125rem;
}

.menu-list {
    position: absolute;
    right: 0;
    top: 2.75rem;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    border-radius: 0pt 0pt 20pt 20pt;
    -webkit-border-radius: 0pt 0pt 20pt 20pt;
    -moz-border-radius: 0pt 0pt 20pt 20pt;
    -ms-border-radius: 0pt 0pt 20pt 20pt;
    -o-border-radius: 0pt 0pt 20pt 20pt;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1.25rem 0 0 0;
}

.menu-list li {
    margin-bottom: 1.25rem;
}

.menu-list li a {
    color: #111E36;
}
.menu-list .cur a{
    color: #2A43E5;
}

.font-text {
    color: #fff;
    position: absolute;
    top: 6.875rem;
    left: 2.375rem;
}

.text-title {
    font-size: 1.875rem;
}

.text-desc {
    font-size: 1.375rem;
    margin-top: 0.5rem;
}

.banner-wrap {
    position: relative;
}

.common-content {
    padding: 0 0.9375rem;
}

.footer {
    background: #0B1D31;
    padding: 0 1.875rem;
    position: relative;
}

.link-list-wrap {
    padding-top: 0.0625rem;
}

.link-list-wrap .title {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
}

.link-list-wrap a {
    color: #fff;
    font-size: 0.875rem;
    opacity: 0.8;
}

.link-list-wrap .list-item {
    margin-top: 1.5625rem;
    line-height: 2.1875rem;
}

.contact-item {
    color: #fff;
    font-size: 0.875rem;
}

.ercode-wrap {
    position: absolute;
    right: 2rem;
    top: 2.375rem;
    font-size: 0.875rem;
}

.img-ercode {
    width: 6.8125rem;
    height: 6.6875rem;
}

.code-title {
    margin-top: 0.75rem;
    color: #fff;
}

.l-item {}

.copyright {
    font-size: 0.6875rem;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    padding: 1.25rem 0 1.5625rem 0;
    border-top: 0.0625rem solid #fff;
    margin-top: 1.875rem;
}

.tel {
    background: url(../imgs/icon-phone.png) no-repeat;
    background-size: 1.25rem;
    background-position: left center;
    padding-left: 2.1875rem;
}

.pos {
    background: url(../imgs/icon-position.png) no-repeat;
    background-size: 1.25rem;
    background-position: left center;
    padding-left: 2.1875rem;
}

.webset {
    background: url(../imgs/icon-webset.png) no-repeat;
    background-size: 1.25rem;
    background-position: left center;
    padding-left: 2.1875rem;
}