* {
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

.f-weight {
    font-weight: 600;
}

.t-align {
    text-align: center;
}

.f-style {
    font-style: italic;
}

.t-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-sizing {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.j-c-center {
    justify-content: center;
}

.j-c-spacebetween {
    justify-content: space-between;
}

.j-c-spacearound {
    justify-content: space-around;
}

.j-c-flexstart {
    justify-content: flex-start;
}

.j-c-flexend {
    justify-content: flex-end;
}

.a-i-center {
    align-items: center;
}

.a-i-flexstart {
    align-items: flex-start;
}

.a-i-flexend {
    align-items: flex-end;
}

.f-d-column {
    flex-direction: column;
}

.f-w-wrap {
    flex-wrap: wrap;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.c-pointer {
    cursor: pointer;
}

html, body {
    position: relative;
    height: 100%;
}

body {
    font: 17px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.h100 {
    height: 100%;
}

.headerTop {
    height: 42px;
    font-size: 14px;
    color: #ffffff;
    background: #0270b9;
}

.headerLeft a,
.headerRight a {
    color: #ffffff;
    display: inline-block;
    padding-right: 10px;
}

.headerLeft a:not(:first-of-type),
.headerRight a:not(:first-of-type) {
    margin-left: 10px;
}

.oldSty {
    height: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    background: #d78f13;
    border-radius: 20px;
    padding: 0px 15px !important;
    box-sizing: border-box;
}

.headerCenter {
    height: 450px;
    text-align: center;
    background: url(/ntsrmzf/resource/theme/images/header-BG27.png) no-repeat;
    background-size: 100% 100%;
}

.headerSearch {
    height: 52px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    padding: 0px 25px;
    box-sizing: border-box;
    margin-right: 15px;
}

.headerSearch input {
    width: 360px;
    height: 100%;
    font-size: 15px;
    background: transparent;
}

.xtong {
    width: 110px;
    height: 52px;
    color: #ffffff;
    background: url(../images/xtong-BG.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xtong img {
    margin-right: 5px;
}

header nav {
    height: 62px;
    color: #ffffff;
    background: url(../images/home-BG1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
   position: relative;
}

header nav a {
    width: calc(100% / 8);
    height: 48px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 48px;
    border-radius: 2px;
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}

header nav a:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 18px;
    background: #8fa8bb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

header nav a:hover {
    background: rgba(66, 145, 242, 0.59);
}
header nav::before {
    content: "";
    width: 1400px;
    height: 1px;
    background: #8fa8bb;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
footer {
    font-size: 13px;
    border-top: 1px solid #015293;
}

.footerTop {
    border-bottom: 1px solid #9e9e9e;
    padding: 25px 0px 20px;
    box-sizing: border-box;
}

.select-1,
.select-2 {
    width: 165px;
    height: 30px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
}

.select-1 {
    justify-content: center;
}

.select-2 {
    justify-content: space-between;
    padding: 0px 10px;
    box-sizing: border-box;
}

.select-1 img {
    margin-right: 5px;
}

.footerBottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    box-sizing: border-box;
}

.footerBottom div div:not(:last-of-type) {
    margin-bottom: 10px;
}

.selectList {
    background: #f7f7f7;
    padding: 10px 20px;
    box-sizing: border-box;
    display: none;
    margin-top: 10px;
}

.selectList a {
    width: 269px;
    line-height: 28px;
}
.headerLeft {
    position: relative;
}

.headerLeft a {
    line-height: 20px;
}

.headerLeft a img {
    height: 20px;
margin-bottom:3px;
}

.downloadCode {
    width: 100px;
    position: absolute;
    top: 42px;
    left: 65px;
    display: none;
}

.wechatCode {
    width: 100px;
    position: absolute;
    top: 42px;
    left: 175px;
    display: none;
}
.headerSearch input::placeholder {
    color: #ffffff;
}

.rightSearch {
font-size: 13px;
    border-radius: 20px;
    background: #ffffff;
    padding: 0px 15px;
    box-sizing: border-box;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.rightSearch input {
    width: 180px;
    height: 27px;
    background: #ffffff;
}
.rightSearch input::placeholder {
        color: #000;  
    }

.rightSearch img {
    height: 15px;
}