@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

/* 通用样式 */
*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.container {
  width: 1200px;
  margin: 0 auto;
}


/* 头部 */
/* #header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
} */

.header {
  background-color: #04136f;
  padding-top: 2px;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  height: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-nav-item.active .header-nav-link,
.header-nav-item:hover .header-nav-link{
  color: #5ffff7;
  background: url("../images-new/header-active.png") no-repeat center bottom;
  background-size: 100%;
  border-bottom: 2px solid #5ffff7;
}

.header-nav-link {
  display: block;
  padding: 0 21px;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
}

.ca-login {
  margin-top: 8px;
}

.ca-login .header-nav-link {
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  border: 1px solid #fff;
}

.ca-login:hover  .header-nav-link,
.ca-login.active  .header-nav-link {
  
  background: none;
  border-bottom: 0;
  background-color: #fff;
  color: #2f328d;
}

/* 底部 */
.footer {
  height: 60px;
  background-color: #0f1221;
  font-size: 15px;
  color: #b0b4cc;
  padding-top: 12px;
}

.footer p {
  padding-left: 21px;
  background: url("../images-new/index/footer-icon.png") left center no-repeat;
  line-height: 51px;
}

.footer a {
  color: #b0b4cc;
}

.footer .tel {
  font-size: 24px;
  background: transparent;
}

.sub-banner {
    height: 200px;
    color: #fff;
    background: url(../images/sub_banner_default.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.sub-banner .container {
    position: relative;
    height: 100%;
}
.sub-banner-name {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.sub-banner-name-cn {
    line-height: 50px;
    font-size: 40px;
}
.sub-banner-name-en {
    line-height: 28px;
    font-size: 18px;
}
.top {
    height: 40px;
    line-height: 40px;
    background: #202738;
    color: #c7d7ec;
}
.top .quit, .top .welcome {
    padding: 0 5px;
}
.top .quit {
    margin-left: 25px;
}
.top .contact {
    float: left;
}
.r {
    float: right !important;
}