body,
dl,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

img {
    border: 0;
}

button,
input,
select,
textarea {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th,
ol {
    padding: 0;
}

li {
    list-style: none;
}

html {
    min-width: 100rem;
    overflow: auto;
    min-width: 1760px;
}

body {
    overflow: hidden;
    position: relative;
}

@media screen and (min-device-width: 1536px) and (max-device-width: 1900px) {
    html {
        font-size: 13.83px;
        min-width: 1518px;
    }
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1535px) {
    html {
        font-size: 10.66px;
        min-width: 1160px;
    }
}

@media screen and (min-device-width: 1098px) and (max-device-width: 1279px) {
    html {
        font-size: 9.14px;
        min-width: 1000px;
    }
}

@media screen and (min-device-width: 960px) and (max-device-width: 1097px) {
    html {
        font-size: 9.14px;
        min-width: 40rem;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 959px) {
    html {
        font-size: 6.4px;
        min-width: 28rem;
    }
}
.header {
    width: 100%;
    height: 6.25rem;
    background-color: rgba(51, 51, 51, 0.3);
    position: absolute;
    z-index: 10;
}

.header-this {
    border-bottom: 0.38rem solid #0193de;
}

.nav {
    width: 100%;
    height: 6.25rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.nav-logo {
    width: 5.63rem;
    height: 4.88rem;
    margin-top: 0.625rem;
    float: left;
    margin-left: 8.938rem;
}

.nav-list {
    width: 77.5rem;
    float: right;
    display: flex;
    justify-content: space-between;
    margin-right: 12.5rem;
}

.nav-list li {
    flex-grow: 1;
    line-height: 5.87rem;
    margin: 0 1.5rem;
    text-align: center;
}

.nav-list li a,
.nav-phone {
    color: #ffffff;
    font-size: 1.125rem;
    font-family: "source han sans cn";
}


.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #333333;
    padding-bottom: 2.5rem;
    margin-top: 2.5rem;
}

.footer-t {
    width: 87.5rem;
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
}

.footer-t-logo {
    width: 8.69rem;
    height: 7.5rem;
    margin-top: 2.56rem;
    margin-right: 6.88rem;
}

.footer-nav li {
    float: left;
    width: 6rem;
    margin-right: 3.7rem;
    font-size: 1.13rem;
    font-weight: bold;
    color: #ffffff;
}

.footer-nav li span {
    display: block;
    margin-bottom: 1.5rem;
}

.footer-nav-item li {
    float: none;
    margin-bottom: 0.938rem;
    line-height: 1.125rem;
}

.footer-nav-item li:nth-of-type(5) {
    margin-bottom: 0;
}

.footer-nav-item li a {
    font-size: 1.13rem;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.8;
}

.footer-divider {
    height: 5.06rem;
    width: 0.13rem;
    background-color: #9a9188;
    opacity: 0.5;
    margin-top: 1.19rem;
}

.footer-phone {
    margin-left: 4rem;
    color: #ffffff;
}

.footer-phone-h5 {
    width: 4.44rem;
    height: 1.13rem;
    font-size: 1.13rem;
    font-weight: bold;
}

.footer-phone-num,
.footer-phone-email {
    height: 1.63rem;
    line-height: 1.63rem;
    margin-top: 0.875rem;
    box-sizing: border-box;
    opacity: 0.8;
}

.footer-wx {
    margin-top: 1.06rem;
    display: flex;
}

.footer-wx img {
    width: 5.19rem;
    height: 5.25rem;
}

.footer-wx-intro {
    font-size: 1rem;
    margin-top: 1.25rem !important;
    margin-left: 1.44rem !important;
    margin-bottom: 0 !important;
    flex-direction: column;
    line-height: 1rem !important;
    color: #ffffff;
}

.footer-wx-intro span {
    display: block;
    margin-bottom: 1rem;
    margin-top: 0;
}

.footer-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
    color: #ffffff;
}

.footer-b div:nth-of-type(1) {
    margin-bottom: 0.94rem;
    font-size: 1rem;
    opacity: 0.6;
}

.footer-b div:nth-of-type(2) {
    margin-bottom: 0.94rem;
    font-size: 0.88rem;
    opacity: 0.4;
}

.footer-b div:nth-of-type(2) a {
    margin-bottom: 0.94rem;
    font-size: 0.88rem;
    color: #ffffff;
    margin-left: 0.25rem;
}

.login-footer-emblem {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.15rem;
    width: 0.875rem;
    height: 0.875rem;
    background-image: ;
    background-repeat: no-repeat;
    background-size: 0.875rem auto;
    margin-right: 0.5rem;
}

.footer-b div:nth-of-type(3) a {
    color: #ffffff;
    font-size: 0.88rem;
    opacity: 0.4;
}

/* �������԰� */
.popupboard {
	z-index: 50;
	width: 5rem;
	position: fixed;
	right: 0.9375rem;
	top: 13.875rem;
}
.popupboard-items {
	padding: 1.25rem 0;
	background: #ffffff;
	border: 1px solid #eeeeee;
	box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.1);
}
.popupboard-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}
.popupboard-item-position {
	position: relative;
	cursor: pointer;
}
.goback-index {
	cursor: pointer;
	display: none;
	margin-top: 0.625rem;
	width: 5rem;
	height: 5rem;
	padding: 1.25rem;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #eeeeee;
	box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.1);
}
.goback-index:hover .goback-icon {
	background-position: 0 -28.125rem;
}
.goback-icon {
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	background-image: url(/uploads/image/cibase/popupboard-sprites.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 -25rem;
}
.popupboard-item-icon {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(/uploads/image/cibase/popupboard-sprites.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.zixun-icon {
	background-position: 0rem 0rem;
}
.dingzhi-icon {
	background-position: 0rem -6.25rem;
}
.baojia-icon {
	background-position: 0rem -12.5rem;
}
.dianhua-icon {
	background-position: 0rem -18.75rem;
}

.popupboard-item:hover .zixun-icon {
	background-position: 0 -3.0625rem;
}
.popupboard-item:hover .dingzhi-icon {
	background-position: 0 -9.375rem;
}
.popupboard-item:hover .baojia-icon {
	background-position: 0 -15.625rem;
}
.popupboard-item:hover .dianhua-icon {
	background-position: 0 -21.875rem;
}
.popupboard-item:hover .popupboard-item-msg {
	color: #0193de;
}
.popupboard-item-msg {
	font-size: 0.875rem;
	margin-top: 0.6875rem;
	font-family: microsoft yahei;
	font-weight: 400;
	color: #999999;
	line-height: 0.9375rem;
}
.popupboard-item:hover .popupboard-item-phone {
	display: block;
}
.popupboard-phone-box {
	left: -12.5rem;
	bottom: 0.625rem;
	position: absolute;
	box-sizing: border-box;
	padding: 0.3125rem;
}
.popupboard-item-phone {
	text-align: center;
	width: 11.75rem;
	height: 3.75rem;
	background: #ffffff;
	border: 0.0625rem solid #eeeeee;
	box-shadow: 0rem 0.3125rem 0.9375rem 0rem rgba(51, 51, 51, 0.1);
	display: none;
	font-size: 1.25rem;
	font-family: microsoft yahei;
	font-weight: bold;
	color: #333333;
	line-height: 3.75rem;
}
.popupboard-item-line {
	margin-top: 1.25rem;
	display: block;
	width: 4.0625rem;
	height: 0.0625rem;
	background: #e6e6e6;
}
.popupboard-item-plan,
.popupboard-item-offer,
.popupboard-item-position {
	margin-top: 1.25rem;
}

/* �л����԰汾 */
.nav {
	overflow: visible;
}

.switch-language-box {
	position: relative;
}
.switch-language-box:hover .show-icon {
	background-position: 0 -1.875rem;
}
.switch-language-box:hover .switch-language-option {
	display: block;
} 

.show-icon {
	display: block;
	position: absolute;
	right: -0.875rem;
	top: 2.375rem;
	width: 1.25rem;
	height: 1.25rem;
	margin: auto 0;
	background-image: url(/uploads/image/cibase/switch-language-sprites.png);
	background-size: 100% auto;
	background-position: 0 0;
}
.switch-language-option {
	display: none;
	position: absolute;
	bottom: -0.9375rem;
	left: 0.625rem;
	width: 5.5rem;
	line-height: 2.5rem;
	background: #ffffff;
	box-shadow: 0rem 0.3125rem 0.9375rem 0rem rgba(51, 51, 51, 0.2);
	border-radius: 0.25rem;
	font-size: 1rem !important;
	font-family: microsoft yahei;
	font-weight: 400;
	color: #666666 !important;
}
.switch-language-option:hover {
 color: #0193de !important;
}
.popupboard-item a {
    align-items: center;
    display: flex;
    flex-direction: column;
}