﻿@charset "UTF-8";
html,
body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
  font-size: inherit;
}

img {
  border: none;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*ie9以下提示*/
.ie_low_version {
  display: block;
  height: 70px;
  background: #c72525;
  color: white;
  line-height: 70px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  font-size: 16px;
  text-align: center;
}

.ie_low_version > div {
  padding: 0 40px;
}

.ie_low_version span {
  float: right;
  display: block;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  color: black;
  text-align: center;
  font-size: 14px;
  margin-top: 23px;
  cursor: pointer;
}

.ie_low_version a {
  color: white;
  margin: 0 2px;
}

.ie_low_version + div {
  margin-top: 70px;
}

/*公共方法*/
.center-area {
  max-width: 1200px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.transitionLable {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
}

.transitionLable.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#back-top {
  position: fixed;
  bottom: 75px;
  right: 50px;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#back-top .img {
  width: 22px;
  height: 22px;
  background: url(../images/top.png) no-repeat center;
  background-size: cover;
}

#back-top .word {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  line-height: 17px;
}

#back-top.active {
  opacity: 0.8;
}

#back-top.active:hover {
  opacity: 1;
}
header{ background:url(../images/topbg.jpg) center top}
header .header-top {
  text-align: right;
  background: #9f1414;
  width: 100%;
  height: 44px;
  border-bottom: 4px solid #bb945c;
  display: none;
}

header .header-top a {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  padding-left: 27px;
  display: inline-block;
}

header .header-middle {
  font-size: 0;
  position: relative;
  padding: 30px 0;
}

header .header-middle .logo {
  width: 306px;
  height: 75px;
  background: url(../images/logo2x.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

header .header-middle .slogan {
  width: 620px;
  height: 33px;
  background: url(../images/slogan2x.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3%;
}

header .header-middle .search-container {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .header-middle .search-container .searchValue {
  width: 140px;
  height: 20px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  font-size: 14px;
  padding-left: 8px;
  color: #404040;
}

header .header-middle .search-container .search-button {
  width: 16px;
  height: 16px;
  background: url(../images/search2x.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

header .header-middle .search-container .fa-times {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 13px;
  color: #333333;
  display: none;
  cursor: pointer;
}

header .header-middle .mobile-menu {
  display: none;
}

header .header-middle .mobile-search {
  display: none;
}

header .nav {
  border-top: 1px solid #f2ede7;
  border-bottom: 1px solid #f2ede7;
  background: #b70202;
}

header .nav ul {
  font-size: 0;
}

header .nav ul > li {
  display: inline-block;
  vertical-align: middle;
  width: 12.5%;
  text-align: center;
  position: relative;
}

header .nav ul > li a {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height: 22px;
  padding: 19px 0;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  position: relative;
}

header .nav ul > li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #ffffff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

header .nav ul > li > ul {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: auto;
  display: none;
  z-index: 99;
}

header .nav ul > li > ul > li {
  width: 100%;
  background:  #b70202;;
}

header .nav ul > li > ul > li > ul {
  display: none !important;
}

footer .friendly-link {
  padding: 15px 0;
  background: #ebe1d5;
  font-size: 0;
}

footer .friendly-link .btn-group {
  width: 245px;
  height: 30px;
  background: #ffffff;
}

footer .friendly-link .btn-group .btn {
  width: 100%;
  background: #ffffff;
  border: 1px solid #f6bdb5;
  color: rgba(0, 0, 0, 0.5);
}

footer .friendly-link .btn-group .caret {
  position: absolute;
  right: 12px;
  top: 14px;
}

footer .friendly-link .btn-group .dropdown-menu {
  width: 100%;
}

footer .friendly-link .btn-group:not(:first-child) {
  margin-left: calc((100% - 735px) / 2);
}

footer .footer {
  height: 179px;
  background: #f1f1f1;
}

footer .footer .center-area {
  position: relative;
  font-size: 0;
}

footer .footer .footer-logo {
  width: 256px;
  height: 66px;
  background: url(../images/logo2x.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  margin-top: 34px;
}

footer .footer .code {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 0;
}

footer .footer .code .alumnus,
footer .footer .code .school {
  display: inline-block;
  vertical-align: top;
}

footer .footer .code .school {
  margin-left: 18px;
}

footer .footer .code .code-img {
  display: block;
  width: 76px;
  height: 76px;
  background-image: url(../images/xyh2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

footer .footer .code p {
  opacity: 0.7;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #9b0b0b;
  line-height: 17px;
}

footer .footer .code span {
  display: block;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #212a33;
  line-height: 17px;
}

footer .footer .info {
  display: inline-block;
  vertical-align: top;
  margin-top: 34px;
  margin-left: 11%;
}

footer .footer .info p span {
  opacity: 0.7;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #212a33;
  line-height: 28px;
}

@media (min-width: 993px) {
  header .nav  .sub_nav a:hover{
	  text-decoration:underline
  }
  header .nav .center-area > ul > li:hover > a::after {
    width: 100%;
    background: #c72525;
  }
}

@media (max-width: 1060px) {
  header .header-middle .slogan {
    display: none;
  }
}

@media (max-width: 992px) {
  body.active {
    overflow: hidden;
  }
  header .header-top {
    border-bottom: none;
    height: 6px;
  }
  header .header-top a {
    display: none;
  }
  header .header-top a.active {
    display: block;
    position: absolute;
    top: 66px;
    right: 46px;
    z-index: 9;
  }
  header .header-top a.active:first-child {
    right: 196px;
  }
  header .header-top a.active:nth-child(2) {
    right: 120px;
  }
  header .header-middle .logo {
    width: 136px;
    height: 33px;
    background: url(../images/logo-mobile.png) no-repeat center;
    background-size: cover;
  }
  header .header-middle {
    padding: 9px 0;
  }
  header .header-middle .search-container {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    background: #fff;
    z-index: 999999;
    height: 51px;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s, transform 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s, transform 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s, transform 0.5s,
 -webkit-transform 0.5s;
    font-size: 0;
  }
  header .header-middle .search-container.show {
    opacity: 1;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  header .header-middle .search-container .searchValue {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    height: 46px;
    border-radius: 0;
    padding-left: 32px;
  }
  header .header-middle .search-container .fa-times {
    display: block;
  }
  header .header-middle .mobile-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .header-middle .mobile-menu i {
    font-size: 24px;
    color: #aa1218;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .header-middle .mobile-search {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 46px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .header-middle .mobile-search i {
    font-size: 20px;
  }
  header .nav {
    display: none;
    width: 100%;
    height: calc(100vh - 57px);
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 57px;
    padding: 40px 24px 24px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #9b0b0b;
    z-index: 2;
  }
  header .nav ul > li {
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0;
  }
  header .nav ul > li a {
    color: white;
    width: 100%;
    text-align: left;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 0 16px;
  }
  header .nav ul > li i {
    position: absolute;
    top: 16px;
    right: 0;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 26px;
    line-height: 20px;
    z-index: 99;
    cursor: pointer;
  }
  header .nav ul > li > ul {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding-left: 24px;
    display: none;
    background: #9b0b0b;
  }
  header .nav ul > li > ul > li {
    background: #9b0b0b;
  }
  footer .friendly-link {
    padding: 24px 0;
  }
  footer .friendly-link .btn-group {
    display: block;
    margin: 0 auto 14px auto;
  }
  footer .friendly-link .btn-group:not(:first-child) {
    margin: 0 auto 14px auto;
  }
  footer .footer {
    height: 330px;
    overflow: hidden;
  }
  footer .footer .footer-logo {
    display: block;
    margin: 26px auto 0 auto;
  }
  footer .footer .code {
    position: inherit;
    text-align: center;
  }
  footer .footer .code .school {
    margin-left: 30px;
  }
  footer .footer .info {
    margin-top: 44px;
    display: block;
    margin-left: 0;
    text-align: center;
  }
  footer .footer .info p span {
    font-size: 10px;
    line-height: 18px;
  }
  footer .footer .footer-logo {
    width: 136px;
    height: 33px;
    background: url(../images/logo-mobile.png) no-repeat center;
    background-size: cover;
  }
}
/*# sourceMappingURL=common.css.map */