.delay-13s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6;
}
.delay-14s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay-15s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-16s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay-17s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.delay-18s {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
.delay-20s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
/* 页眉 */
.header {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.header .head {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 20px 0;
  border-bottom: solid 1px rgba(176, 159, 159, 0.1);
  background-color: rgba(0, 0, 0, 0.04);
  z-index: 9;
}
.header .head .content {
  display: flex;
  align-items: center;
  width: 1300px;
  margin: 0 auto;
}
.header .head .logo {
  width: 259px;
  height: 59px;
}
.header .head .logo img {
  display: block;
  width: 100%;
}
.header .head .navs {
  margin-left: auto;
}
.header .head .navs .item {
  display: inline-block;
  margin-right: 28px;
  color: #fff;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}
.header .head .search-box {
  position: relative;
  height: 24px;
  padding-top: 6px;
  padding-left: 20px;
}
.header .head .search-box::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: '';
  width: 1px;
  height: 14px;
  border-left: 1px solid #ffffff60;
}
.header .head .search-box .icon-search {
  width: 13px;
  height: 13px;
}
.header .banner {
  position: relative;
  width: 100%;
}
.header .banner .title {
  position: absolute;
  width: 100%;
  height: 142px;
  left: 0;
  top: 50%;
  margin-top: -70px;
  text-align: center;
}
.header .banner .title .cn {
  font-size: 72px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 36px;
}
.header .banner .title .en {
  font-family: "Alternate";
  font-size: 30px;
  font-family: Roboto Condensed;
  font-weight: 400;
  color: #f3f3f3;
}
.header .banner .bg {
  width: 100%;
}
.header .banner .bg img {
  display: block;
  width: 100%;
}
.header-2 {
  width: 100%;
  background-color: #fff;
}
.header-2 .head {
  width: 100%;
  height: 100px;
  padding: 20px 0;
  border-bottom: solid 1px rgba(176, 159, 159, 0.2);
  background-color: rgba(0, 0, 0, 0.04);
  z-index: 9;
}
.header-2 .head .content {
  display: flex;
  align-items: center;
  width: 1300px;
  margin: 0 auto;
}
.header-2 .head .logo {
  width: 259px;
  height: 59px;
}
.header-2 .head .logo img {
  display: block;
  width: 100%;
}
.header-2 .head .navs {
  margin-left: auto;
}
.header-2 .head .navs .item {
  display: inline-block;
  margin-right: 28px;
  color: #333;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-2 .head .navs .item:hover {
  color: #00257A;
}
.header-2 .head .search-box {
  position: relative;
  height: 24px;
  padding-top: 6px;
  padding-left: 20px;
}
.header-2 .head .search-box::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: '';
  width: 1px;
  height: 14px;
  border-left: 1px solid #333;
}
.header-2 .head .search-box .icon-search {
  width: 13px;
  height: 13px;
}
/* 页脚 */
.footer {
  width: 100%;
  background: url(../../img/images/footerBg.png) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.footer .content {
  width: 1300px;
  margin: 0 auto;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.footer .top .footLogo {
  width: 259px;
  height: 59px;
}
.footer .top .footLogo img {
  display: block;
  width: 100%;
  height: 59px;
}
.footer .top .foot-nav a.item {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 40px;
}
.footer .bottom {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 40px 0;
  text-align: center;
}
.footer .bottom span {
  margin: 0 20px;
}
/*分页*/
.page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page ul li {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  border: solid 1px #0A3E9E;
  margin: 0 14px;
  color: #5c5c5c;
  cursor: pointer;
  background-color: #fff;
}
.page ul li:hover {
  color: #0A3E9E;
}
.page ul li.cur {
  color: #fff;
  border-color: #0A3E9E;
  background-color: #0A3E9E;
}
/* 置顶 */
.sidebar {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 8%;
  right: 15px;
  z-index: 9;
}
.sidebar .side {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../../img/icon/back.png) center center no-repeat;
  background-color: #626262;
  background-size: 25px 25px;
}
a:link {
  text-decoration: none;
}
.showdiv {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -khtml-opacity: 1 !important;
}
/* 分辨率 */
