@charset "utf-8";

/* --- RESETS  CSS --- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
select,
input,
select,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
footer,
header,
hgroup,
.nav,
section,
figure {
    margin: 0;
    padding: 0;
}

html,
body {
    -webkit-text-size-adjust: none;
    font-family: Microsoft Yahei, arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, sans-serif;
    color: #535353;
    font-size: 14px;
}

/*for chrome */
img {
    border: 0;
    vertical-align: middle;
}

em {
    font-style: normal;
}

ol,
ul,
li {
    list-style: none outside none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
    font: 100% arial, helvetica, clean, sans-serif;
    vertical-align: middle;
}

select {
    height: 22px;
    line-height: 22px;
}

select option {
    padding: 3px;
}

article,
aside,
footer,
header,
hgroup,
.nav,
section {
    display: block;
}

a:focus,
input[type=button],
input[type=submit],
button {
    outline: none;
    border: none;
}

input,
button,
a {
    outline: 0 none !important;
    blr: expression(this.onFocus=this.blur());
}

input::placeholder,
textarea::placeholder {
    color: #949494;
}

button::-moz-focus-inner {
    border: none;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .67em;
}

a {
    text-decoration: none;
    color: #333333;
}

input {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl_f {
    clear: both;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tove {
    overflow: hidden;
    zoom: 1;
}

.textover {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mainColor {
    color: #1290F7;
}

.pageWidth {
    width: 1280px;
    margin: 0 auto;
}

.page1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
}

.header .page1200 {
    display: flex;
    height: 60px;
    align-items: center;
}

.header .logo {
    flex-basis: 230px;
    flex-shrink: 0;
    /*禁止挤压*/
}

.header .headerNav {
    flex-grow: 1;
}

.header .headerNav a {
    display: inline-block;
    margin-right: 63px;
    font-size: 18px;
    color: #4A4A4A;
}

.header .headerNav a:last-child {
    margin-right: 0;
}

.header .headerNav a.active,
.header .headerNav a:hover {
    color: #256B89;
}

.header .headerNav a.active {
    font-weight: 600;
}

.footer {
    background: #121C32;
}

.footer .footerDiv {
    display: flex;
    height: 173px;
    justify-content: space-between;
}

.footer .aboutUs .title {
    padding-top: 30px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.footer .aboutUs p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.footer .webLink {
    padding-top: 30px;
}

.footer .webLink .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.footer .webLink .link a {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    display: block;
}

.footer .Copyright {
    margin: 0 auto;
    align-self: flex-end;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.footer .phone {
    padding-top: 30px;
}

.footer .phone .time {
    font-size: 16px;
    color: #fff;
}

.footer .phone .time span {
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
}

.footer .phone .phoneNum {
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    margin-top: 10px;
}

.pageBarRight {
    position: fixed;
    top: 35%;
    right: 20px;
}

.pageBarRight .icoBtn img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 3px 6px #c8c8c8;
    cursor: pointer;
}

.pageBarRight .icoBtn {
    margin-bottom: 10px;
}

.pageBarRight .contactEwm {
    position: relative;
}

.pageBarRight .contactEwm .ewmDiv {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    right: 75px;
    min-width: 178px;
    -webkit-box-shadow: 0 3px 6px #c8c8c8;
    box-shadow: 0 3px 6px #c8c8c8;
    border-radius: 4px;
    padding: 10px 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #fff;
    display: none;
}

.pageBarRight .contactEwm:hover .ewmDiv {
    display: block;
}

.pageBarRight .contactEwm .topIco {
    width: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    margin-right: -14px;
    z-index: 10;
    transform: rotate(90deg);
}

.pageBarRight .contactEwm .ewmDiv .ewm {
    width: 150px;
}

.pageBarRight .returnTop {
    display: none;
}
