html,
body {
	height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
form,
select,
textarea,
input,
button,
table,
fieldset {
	margin: 0;
}

ul,
ol,
li,
textarea,
input,
button,
th,
td,
fieldset {
	padding: 0;
}

button,
textarea,
input {
    font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
	outline: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

li {
	list-style: none;
}

img {
	vertical-align: middle;

	border: none;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	box-sizing: border-box;
	width: 100%;
}

th,
td {
	border: 1px solid #ccc;
	padding: 6px;
}

th {
	background: #f7f7f7;
}

a {
	color: #06c;
}

a:hover {
	color: #17d;
}

@font-face {
    font-family: 'fzkt';
    src: url('../assets/fzkatjw.ttf') format('truetype');
}

body {
    font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
    font-size: 12px;
    color: #27282d;
}

.wrap {
    width: 1280px;
    margin: auto;
    position: relative;
}

.header {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0s;
    z-index: 2;
}

.header-title {
    background: #A2DACA url(../assets/logo.png) no-repeat;
    background-size: cover;
    width: 512px;
    height: 89px;
    margin: 20px 27px;
    padding: 8px 18px 15px;
    line-height: 18px;
}

.header-title .cn {
    display: none;
    font-size: 26px;
    line-height: 35px;
    width: 476px;
    text-align-last: justify;
}

.header-title .en {
    display: none;
    font-family: Verdana;
    font-size: 25px;
    line-height: 30px;
    margin-top: 1px;
    opacity: 0.85;
    width: 454px;
    text-align-last: justify;
    letter-spacing: 1px;
}

.header-login a {
    font-size: 20px;
    color: #fff;
    margin-right: 60px;
}

.header-float {
    position: fixed;
    left: calc(50% - 640px);
    top: -81px;
    width: 1280px;
    height: 81px;
    background: #6CCFE1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
    z-index: 9;
}

.header-logo {
    display: flex;
    align-items: center;
    padding: 9px 0 9px 13px;
}

.header-logo img {
    display: block;
    height: 63px;
}

.header-logo img + img {
    margin-left: 9px;
}

.footer {
    height: 351px;
    position: relative;
    background: url(../assets/dialog-bg.jpg) no-repeat bottom;
}

.footer-logo {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    display: block;
    height: 100px;
}

.footer-logo img + img {
    margin-left: 17px;
}

.footer-contact {
    position: absolute;
    right: 69px;
    top: 45px;
}

.footer-contact-title {
    font-size: 24px;
    font-family: Verdana;
    font-weight: bold;
    line-height: 30px;
}

.footer-contact dl {
    margin: 14px 0 0 37px;
    font-size: 16px;
    line-height: 21px;
}

.footer-contact dt ~ dd {
    font-family: Verdana;
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .wrap {
        width: 100vw;
    }

    .header {
        display: none;
    }

    .header-login a {
        font-size: 0;
        margin-right: 18px;
    }
    .header-login a i {
        font-size: 16px;
        font-weight: bold;
        margin-right: 5px;
    }

    .header-float {
        width: 100%;
        height: 61px;
        left: 0;
        top: 0!important;
    }

    .header-logo img {
        height: 43px;
    }

    .footer {
        height: auto;
        padding: 20px 20px 40px;
    }

    .footer-logo {
        position: static;
    }

    .footer-logo img {
        height: 40px;
    }

    .footer-logo img + img {
        margin-left: 10px;
    }

    .footer-contact {
        position: static;
        margin-top: 20px;
    }

    .footer-contact-title {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-contact dl {
        margin-left: 0;
        font-size: 12px;
        line-height: 16px;
    }
}