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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
input,
textarea,
select,
button,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: none;
}

html {
    line-height: 1;
}

ol,
ul,
dl {
    list-style: none;
}

table,
.rc-table table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

s,
a {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.hgheg {
    margin: auto;
}

a:focus,
a:active,
input,
textarea,
button {
    outline-style: none;
    border: none;
    text-decoration: none;
}

input,
textarea,
button {
    background: none;
}

em,
strong,
i {
    font-style: normal;
    font-weight: normal;
}

body {
    color: #333;
    background-color: #fff;
    min-width: 1200px;
}

html,
body,
input,
textarea,
select {
    font-family: "Microsoft Yahei", Arial, "Lantinghei SC", "Helvetica Neue" !important;
    font-size: 14px;
    line-height: 1.5;
}

label>* {
    pointer-events: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.hide {
    display: none;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-b-40 {
    padding: 40px 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr50 {
    margin-right: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml50 {
    margin-left: 50px;
}

.w25 {
    width: 25px;
}

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w100p {
    width: 100%;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.after-clear:after {
    content: "";
    clear: both;
    display: block;
}

.main-nav {
    background: rgba(1, 26, 33, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: background-color 0.4s ease;
}

.main-nav.active {
    background: #011A21;
}

.main-nav .nav-container {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    white-space: nowrap;
}

.main-nav .site-logo {
    float: left;
}

.main-nav .site-logo a {
    display: block;
    width: 112px;
    text-align: center;
    line-height: 60px;
    font-size: 0;
}

.main-nav .site-logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.main-nav .nav-item {
    float: left;
    margin-left: 50px;
    position: relative;
    z-index: 3;
}

.main-nav .nav-item a {
    float: left;
    width: 115px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.main-nav .nav-hover {
    width: 110px;
    height: 100%;
    background: #005CDA;
    transform: skew(-20deg);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.main-nav .side-info {
    padding: 14px 0;
    width: 380px;
    font-size: 0;
    letter-spacing: -1px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 380px;
}

.main-nav .side-info .btn-primary,
.main-nav .side-info .contact-phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}

.main-nav .side-info .btn-primary {
    min-width: 60px;
    padding: 0 8px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border: 1px solid #fff;
    margin-right: 10px;
    border-radius: 3px;
    transition: background 0.4s ease;
}

.main-nav .side-info .btn-primary:hover {
    border-color: #005CDA;
    background: #005CDA;
    color: #fff;
}

.main-nav .side-info .contact-phone {
    color: #99a6b6;
    font-size: 12px;
}

.page-footer {
    background: #182433;
    color: #93a0af;
}

.page-footer .footer-container {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0 20px;
}

.page-footer .contact-info dt {
    font-size: 18px;
    font-weight: bold;
}

.page-footer .contact-info dt b {
    font-size: 38px;
}

.page-footer .contact-info dd {
    line-height: 24px;
    margin-top: 10px;
}

.page-footer .contact-info .footer-logo {
    width: 112px;
    margin-top: 20px;
}

.page-footer .contact-info .footer-logo img {
    display: block;
}

.page-footer .contact-address ul {
    overflow: hidden;
    zoom: 1;
}

.page-footer .contact-address li {
    float: left;
    min-width: 90px;
    margin-left: 25px;
    font-weight: bold;
    line-height: 32px;
}

.page-footer .contact-address li em,
.page-footer .contact-address li span {
    display: block;
}

.page-footer .contact-address em {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.page-footer .copyright-info {
    margin-top: 55px;
    padding: 20px 0;
    text-align: center;
    color: #46566b;
}

.main-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.sub-desc {
    color: #999;
    font-size: 24px;
    text-align: center;
}

.quote {
    display: inline-block;
    width: 57px;
    height: 53px;
}

.quote-top {
    background: url(../images/quote_top.png) no-repeat center center;
}

.quote-bottom {
    background: url(../images/quote_bottom.png) no-repeat center center;
}

.main-ban {
    background: url(../images/fba_main_ban.jpg) no-repeat center top;
}

.main-ban .ban-container {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    min-height: 110px;
    padding: 110px 0 60px;
}

.main-ban .ban-container strong {
    display: block;
    font-size: 32px;
    font-weight: bold;
}

.main-ban .ban-container p {
    font-size: 20px;
    margin-top: 16px;
    font-weight: bold;
}

.fba-container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
}

.fba-container .content-item {
    display: none;
    padding: 20px 0;
}

.fba-nav {
    width: 220px;
    background: #fff;
    position: absolute;
    top: 35px;
    left: 0;
}

.fba-nav.fixed {
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -600px;
}

.fba-nav span {
    padding: 0 20px;
    display: block;
    height: 50px;
    line-height: 50px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.fba-nav span.active,
.fba-nav span:hover {
    background: #005CDA;
    color: #fff;
}

.fbsj {
    display: block;
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #F7F7F7;
}

.fenye {
    width: 100%;
    margin: 0 auto;
}

.fenye span a {
    color: #011A21;
}

.zuobian {
    float: left;
}

.youbian {
    float: right;
}

.biaoti {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

.module-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.cont-desc {
    color: #666;
    line-height: 28px;
    text-indent: 2em;
    font-size: 15px;
    padding: 20px 0 30px 0;
}

.paglist {
    text-align: center;
    margin-top: 10px;
}

.paglist span a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #9999;
    margin: 0 5px;
    border-radius: 5px;
}

.neirong p {
    line-height: 30px;
    font-size: 16px;
}

.neirong img {
    padding: 20px;
}

.page-status {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #9999;
    margin: 0 5px;
    border-radius: 5px;
}

.page-num-current {
    background-color: #005CDA;
    color: white!important;
}

.paglist span a:hover {
    background-color: #005CDA;
    color: white!important;
}

.paglist span a {
    color: #333;
}

.content-mod {
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc;
}

.content-mod .sub-cont-title {
    display: block;
    font-size: 22px;
    color: #333333;
    letter-spacing: 3px;
}

.newslist ul {
    text-align: center;
}

.newslist ul li {
    display: inline-block;
    width: 32%;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    transition: all 0.5s;
}

.newslist ul li:hover .newsdate span {
    color: #005CDA;
}

.newsdingwei {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.newsdate {
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.newsdate span:first-child {
    font-size: 25px;
    color: rgb(90, 87, 87);
    font-weight: bold;
}

.newsdate span:last-child {
    font-size: 14px;
    color: rgb(179, 172, 172);
}

.newstitle,
.newscontact {
    color: black;
}

.newstitle {
    display: block;
    padding: 30px 0;
    font-weight: bold;
    font-size: 16px;
    width: 88%;
    margin: 0 auto;
}

.newsimg {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}

.newslist {
    padding: 20px 0;
}

.newscontact {
    padding: 10px 20px;
    color: #333333;
    width: 88%;
    margin: 0 auto;
}

.newslist ul li:hover {
    background-color: #005CDA;
    box-shadow: 10px 10px 10px #999999;
    border: 1px solid rgb(179, 172, 172, 0);
}

.newslist ul li:hover .newstitle,
.newslist ul li:hover .newscontact {
    color: white;
}

.content-mod a {
    color: #005CDA;
}

.content-mod a span {
    color: #dcdcdc;
}

.content-mod a:hover strong,
.content-mod a:hover p {
    color: #005CDA;
}

.content-mod a:hover {
    text-decoration: none;
}

.advantage-cont {
    margin-top: 15px;
    line-height: 28px;
}

.advantage-cont .sub-cont {
    text-indent: 1em;
    color: #666;
}

.advantage-title {
    display: block;
    font-weight: bold;
}

.field-item {
    line-height: 28px;
}

.field-item p {
    overflow: hidden;
    zoom: 1;
}

.field-item label,
.field-item span {
    float: left;
}

.field-item span {
    color: #666;
}

.item-figure {
    margin-top: 10px;
}

.item-figure img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.special {
    color: #f8800b;
    font-weight: normal;
}

.weaken {
    color: #999;
    font-weight: normal;
}

.note {
    color: #e63250;
    font-weight: bold;
}

.quote-info {
    border: 1px solid #E1E9EB;
    border-radius: 3px;
    padding: 50px 60px;
    background: #EDF3FA;
    margin-top: 10px;
    line-height: 28px;
    position: relative;
}

.quote-info .quote-top {
    position: absolute;
    top: 15px;
    left: 20px;
}

.quote-info .quote-bottom {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.quote-info p {
    position: relative;
    z-index: 2;
}

.address-mod {
    overflow: hidden;
}

.address-mod ul {
    margin-top: 25px;
    overflow: hidden;
    width: 1200px;
}

.address-mod li {
    float: left;
    width: 458px;
    margin-right: 20px;
}

.address-mod .table-item {
    margin-bottom: 20px;
}

.address-mod table {
    width: 100%;
    border: 1px solid #99a6b6;
}

.address-mod table th,
.address-mod table td {
    border: 1px solid #99a6b6;
    line-height: 32px;
    text-align: center;
    padding: 0 15px;
}

.address-mod table .tb-header th,
.address-mod table .tb-header td {
    background: #99a6b6;
    color: #fff;
}

@media screen and (max-width:700px) {
    .main-ban .ban-container {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .main-ban .ban-container strong,
    .module-title,
    .biaoti {
        font-size: 25px;
    }
    .main-ban .ban-container p {
        font-size: 18px;
    }
    .fba-container,
    .fba-nav {
        width: 100%;
    }
    .fba-nav span {
        width: 25%;
        display: inline-block;
        padding: 0 10px;
    }
    .fba-nav.fixed {
        left: 0;
        margin-left: 0;
    }
    .fba-content {
        width: 100%!important;
        margin-left: 0!important;
        margin-top: 160px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .newslist,
    .page-status {
        display: none;
    }
    .fbsj {
        padding: 10px 0;
    }
    .xiangguan ul li {
        width: 100%!important;
    }
}

.xiangguan {
    width: 100%;
    padding: 20px 0;
}

.xiangguan ul li {
    display: inline-block;
    line-height: 30px;
    width: 33%;
}

.xiangguan ul li a {
    color: #333;
}