/* Write your styles */
div,
section,
a,
p,
li,
ul,
span,
h1,
h2,
h3,
h4,
h5,
i,
time {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
html,
body {
  background-color: #FBFCFC;
  font-weight: 500;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif;
}
body {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  font-size: 14px;
  overflow-x: hidden;
}
body.active {
  opacity: 1;
}
.fenye {
  text-align: center;
  width: 100%;
}
.fenye .wp-pagenavi a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid #D2382D;
  color: #C6A785;
  border-radius: 0;
  margin-right: 5px;
}
.fenye .wp-pagenavi a:hover {
  background-color: #D2382D;
  color: #fff;
}
.fenye .wp-pagenavi span {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid #D2382D;
  color: #C6A785;
  border-radius: 0;
  margin-right: 5px;
}
.fenye .wp-pagenavi span.current {
  background-color: #D2382D;
  color: #fff;
}
.am-container {
  max-width: 1200px;
}
.am-container::before {
  display: none;
}
.am-container::after {
  display: none;
}
.content {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}
.primary-title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
}
.primary-title h3 {
  font-size: 32px;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 2px;
}
.primary-title h4 {
  margin-top: 0;
  color: #969797;
  text-transform: uppercase;
  margin-bottom: 0;
}
.primary-title::before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  background-image: url(../img/dd.png);
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.more {
  text-align: center;
  margin-top: 30px;
}
.more a {
  display: inline-block;
  color: #fff;
  background-color: #08345C;
  background-image: linear-gradient(227deg, #094277 0%, #08345C 76%);
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.more a i {
  margin-left: 5px;
}
.more a:hover {
  background-color: #08345C;
}
.more a:hover i {
  margin-left: 15px;
}
header {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  display: flex;
  align-items: center;
}
header .am-container {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
header .am-container .logo {
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .am-container .logo img {
  height: 38px;
  width: auto;
}
header .am-container nav {
  height: 80px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header .am-container nav > ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
header .am-container nav > ul > li {
  list-style-type: none;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}
header .am-container nav > ul > li > a {
  font-size: 16px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 80px;
}
header .am-container nav > ul > li > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
header .am-container nav > ul > li .sub-menu {
  position: absolute;
  padding-left: 0;
  left: 10px;
  top: 60px;
  padding-top: 20px;
  height: 25px;
  display: none;
  min-width: 320px;
  flex-wrap: wrap;
}
header .am-container nav > ul > li .sub-menu li {
  list-style-type: none;
}
header .am-container nav > ul > li .sub-menu li a {
  position: relative;
  color: #fff;
  margin-right: 20px;
  line-height: 25px;
}
header .am-container nav > ul > li .sub-menu li a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s ease-in-out;
  background-color: #fdd832;
}
header .am-container nav > ul > li .sub-menu li a:hover {
  color: #fdd832;
}
header .am-container nav > ul > li .sub-menu li a:hover::after {
  width: 100%;
}
header .am-container nav > ul > li.current-menu-item > a,
header .am-container nav > ul > li.current-page-ancestor > a,
header .am-container nav > ul > li:hover > a {
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .am-container nav > ul > li.current-menu-item > a::after,
header .am-container nav > ul > li.current-page-ancestor > a::after,
header .am-container nav > ul > li:hover > a::after {
  width: 100%;
}
header .am-container nav > ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.1);
}
header .am-container nav > ul > li:hover .sub-menu {
  display: flex;
}
header .am-container .lng a {
  color: #fff;
}
header .am-container .lng a:first-child {
  margin-right: 10px;
}
header.fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
header.fixed .am-container nav > ul > li a {
  color: #000;
}
#m-header {
  display: none;
  position: relative;
  z-index: 1200;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}
#m-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
#m-header .mb-top {
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1100;
}
#m-header .mb-top .logo a img {
  height: 30px;
}
#m-header .mb-top .menu {
  position: absolute;
  right: 2rem;
  width: 20px;
  margin: 0;
  z-index: 1300;
  transform: scale(1);
  transition: all 0.6s ease-in-out;
}
#m-header .mb-top .menu .icon {
  height: 16px;
}
#m-header .mb-top .menu .icon > span {
  display: block;
  background-color: #C6A785;
  height: 2px;
  width: 20px;
  position: absolute;
  transition: all 1s ease-in-out;
  border-radius: 2px;
}
#m-header .mb-top .menu .icon > span:first-child {
  top: 0;
}
#m-header .mb-top .menu .icon > span:nth-child(2) {
  top: 6px;
  right: 0;
}
#m-header .mb-top .menu .icon > span:nth-child(3) {
  top: 12px;
}
#m-header .mb-mcontainer {
  position: fixed;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: 1200;
  transition: all 0.6s ease-in-out;
}
#m-header .mb-mcontainer .mb-content {
  width: 100%;
  text-align: center;
  display: flex;
  vertical-align: middle;
  align-items: center;
  flex-flow: column;
  position: absolute;
  top: 0;
}
#m-header .mb-mcontainer .mb-content .mlogo {
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
}
#m-header .mb-mcontainer .mb-content .mlogo a {
  line-height: 50px;
  display: block;
}
#m-header .mb-mcontainer .mb-content .mlogo a img {
  height: 40px;
}
#m-header .mb-mcontainer .mb-content ul {
  padding-left: 0;
  width: 0;
  margin-top: 60px;
}
#m-header .mb-mcontainer .mb-content ul.syst {
  margin-top: 30px;
}
#m-header .mb-mcontainer .mb-content ul li {
  width: 200px;
  margin: 0 auto;
  list-style-type: none;
  transform: skew(0, 0) rotate3d(0, 0, 0, 30deg);
  opacity: 0;
  transition-delay: 0.4s;
}
#m-header .mb-mcontainer .mb-content ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5;
  display: inline-block;
}
#m-header .mb-mcontainer .mb-content ul li.menu-item-has-children > a {
  position: relative;
}
#m-header .mb-mcontainer .mb-content ul li.menu-item-has-children > a::before {
  content: "\f107";
  display: inline-flex;
  font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  top: 12px;
  right: -18px;
}
#m-header .mb-mcontainer .mb-content ul li.menu-item-has-children .sub-menu {
  margin: 0;
}
#m-header .mb-mcontainer .mb-content ul li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
}
#m-header .mb-mcontainer .mb-content ul li.menu-item-has-children .sub-menu.show {
  height: 220px;
  border-top: 2px solid #000;
  padding-top: 10px;
}
#m-header .mb-mcontainer .mb-content ul li.menu-item-has-children a:hover .sub-menu {
  display: block;
}
#m-header .mb-mcontainer .mb-content ul li.current-menu-item > a {
  position: relative;
  color: #666;
}
#m-header .mb-mcontainer .mb-content ul li.current-menu-item > a:after {
  content: "";
  width: 120%;
  height: 6px;
  left: -10%;
  top: 45%;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 251, 0, 0.6);
}
#m-header.active {
  height: 100vh;
}
#m-header.active .mb-mcontainer {
  width: 100%;
}
#m-header.active .mb-top .menu .icon > span:first-child {
  transform: rotate(405deg);
  transform-origin: center;
  top: 6px;
}
#m-header.active .mb-top .menu .icon > span:nth-child(2) {
  right: -40px;
}
#m-header.active .mb-top .menu .icon > span:last-child {
  transform: rotate(-405deg);
  transform-origin: center;
  top: 6px;
}
#m-header.active .mb-top .logo {
  margin-top: -100px;
}
#m-header.active .mb-content ul {
  width: 100%;
}
#m-header.active .mb-content ul li {
  opacity: 1;
}
#m-header.active .mb-content ul li:nth-child(2) {
  transition-delay: 0.6s;
}
#m-header.active .mb-content ul li:nth-child(3) {
  transition-delay: 0.8s;
}
#m-header.active .mb-content ul li:nth-child(4) {
  transition-delay: 1s;
}
#m-header.active .mb-content ul li:nth-child(5) {
  transition-delay: 1.2s;
}
#m-header.active .mb-content ul li:nth-child(6) {
  transition-delay: 1.4s;
}
#m-header.active .mb-content ul li:nth-child(7) {
  transition-delay: 1.6s;
}
#m-header.active .mng {
  opacity: 1 !important;
}
.banner {
  height: 50vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.banner .am-container {
  text-align: center;
  margin-top: 20px;
}
.banner .am-container h4 {
  font-size: 32px;
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.banner .am-container h3 {
  font-size: 44px;
  margin: 0;
  color: #FFD910;
}
#home #homeslider {
  height: 100vh;
  width: 100%;
  position: relative;
}
#home #homeslider .am-container {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#home #homeslider .am-container h2 {
  font-size: 81px;
  text-align: center;
  color: #fff;
  letter-spacing: 8px;
  font-weight: 300;
}
#home #homeslider .am-container h2 span {
  padding: 0 15px;
}
#home #homeslider .swiper-container {
  position: relative;
  z-index: 1;
}
#home #homeslider .swiper-container .swiper-wrapper .swiper-slide {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
}
#home #homeslider .swiper-container .swiper-pagination-bullet {
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
}
#home #homeslider .down {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-animation: down 1.2s linear infinite;
  animation: down 1.2s linear infinite;
}
#home #homeslider .down img {
  height: 40px;
  opacity: 0.5;
}
#home .f1 {
  padding-top: 100px;
}
#home .f1 .am-container .inner {
  padding: 50px;
}
#home .f1 .am-container .inner h4 {
  color: #fff;
  font-size: 24px;
}
#home .f1 .am-container .inner .top {
  display: flex;
  flex-wrap: wrap;
}
#home .f1 .am-container .inner .top .left {
  width: 45%;
  padding-right: 40px;
}
#home .f1 .am-container .inner .top .left .k1 {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
#home .f1 .am-container .inner .top .left .k1 hr {
  border-color: #fff;
  width: 70%;
  margin-bottom: 0;
}
#home .f1 .am-container .inner .top .left .k1 span {
  color: #fff;
}
#home .f1 .am-container .inner .top .left a {
  color: #fff;
}
#home .f1 .am-container .inner .top .left a i {
  margin-left: 10px;
}
#home .f1 .am-container .inner .top .right {
  margin-top: -150px;
  width: 55%;
}
#home .f1 .am-container .inner .bot {
  margin-top: 30px;
}
#home .f1 .am-container .inner .bot .bd {
  border: 1px solid #fff;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
#home .f1 .am-container .inner .bot .bd a {
  display: block;
  width: 33.333%;
  color: #fff;
  padding: 20px 0;
  border-right: 1px solid #fff;
}
#home .f1 .am-container .inner .bot .bd a:last-child {
  border: 0;
}
#home .f1 .am-container .inner .bot .bd a i {
  margin-left: 30px;
}
#home .f1 .am-container .inner .bot .bd a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#home .f2 {
  padding-bottom: 80px;
}
#home .f2 .am-container .inner {
  display: flex;
  flex-wrap: wrap;
}
#home .f2 .am-container .inner .item {
  margin-bottom: 30px;
  position: relative;
  top: 0;
}
#home .f2 .am-container .inner .item:hover {
  top: -10px;
}
#home .f2 .am-container .inner .item .bd {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#home .f2 .am-container .inner .item .bd .bot {
  padding: 20px 10px;
  display: flex;
  align-items: center;
}
#home .f2 .am-container .inner .item .bd .bot img {
  width: 60px;
  height: 60px;
}
#home .f2 .am-container .inner .item .bd .bot .right {
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
}
#home .f2 .am-container .inner .item .bd .bot .right::before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 10px;
}
#home .f2 .am-container .inner .item .bd .bot .right h4 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  color: #000;
}
#home .f2 .am-container .inner .item .bd .bot .right p {
  margin-top: 5px;
  font-size: 13px;
  color: #000;
}
#home .f3 {
  position: relative;
  z-index: 1;
}
#home .f3 .inner {
  max-width: 85%;
  padding-left: 15%;
  padding-right: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#home .f3 .inner .left {
  width: 60%;
  text-align: center;
}
#home .f3 .inner .left .item {
  color: #fff;
  padding: 30px 20px;
  border: 1px solid #fff;
  margin-bottom: 30px;
}
#home .f3 .inner .left .item h4 {
  font-size: 18px;
  margin: 1rem 0;
}
#home .f3 .inner .left .item hr {
  width: 15px;
  border-top: 2px solid #fff;
  margin: 0 auto;
}
#home .f3 .inner .left .item p {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
#home .f3 .inner .right {
  width: 40%;
  padding-left: 80px;
}
#home .f3 .inner .right .primary-title::before {
  background-image: url(../img/dd1.png);
}
#home .f3 .inner .right .primary-title h3 {
  color: #fff;
}
#home .f3 .inner .right .primary-title h4 {
  color: #3d6286;
}
#home .f3 .inner .right .more {
  text-align: left;
}
#home .f3 .inner .right .more a {
  background-image: none;
  background-color: #fff;
  color: #1f3485;
}
#home .f4 {
  position: relative;
  z-index: 2;
  padding-left: 10%;
  padding-right: 15%;
}
#home .f4 .inner {
  background-color: #FBFCFC;
  margin-top: -60px;
  padding-left: 10%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#home .f4 .inner .left {
  width: 30%;
}
#home .f4 .inner .left .more {
  text-align: left;
}
#home .f4 .inner .right {
  width: 70%;
  padding-right: 50px;
  padding-left: 50px;
}
#home .f4 .inner .right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eeefef;
  padding: 20px;
}
#home .f4 .inner .right .item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#home .f4 .inner .right .item:last-child {
  border-bottom: 1px solid #eeefef;
}
#home .f4 .inner .right .item .info .time {
  color: #C2C4CC;
}
#home .f4 .inner .right .item .info .cat {
  background-color: #eceff1;
  padding: 6px 25px;
  margin-left: 15px;
  color: #000;
  font-size: 12px;
  border: 1px solid #DEE2E5;
}
#home .f4 .inner .right .item .info h3 {
  margin-top: 15px;
  margin-bottom: 0;
  color: #646464;
  font-size: 16px;
}
#home .f5 {
  padding: 150px 0;
}
#home .f5 .am-container {
  display: flex;
  justify-content: flex-end;
}
#home .f5 .am-container .primary-title h3 {
  color: #fff;
}
#home .f5 .am-container .primary-title h4 {
  color: #f5f5f5;
}
#home .f5 .am-container .more {
  text-align: left;
}
#home .f5 .am-container .more a {
  background-image: none;
  background-color: #fff;
  color: #1f3485;
}
#team .f1 .am-container {
  display: flex;
  flex-wrap: wrap;
}
#team .f1 .am-container .item {
  margin-bottom: 30px;
}
#team .f1 .am-container .item .bd {
  position: relative;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
#team .f1 .am-container .item .bd .bot {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: calc(-100% + 92px);
  left: 0;
}
#team .f1 .am-container .item .bd .bot .tt {
  position: relative;
  padding: 0 30px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
#team .f1 .am-container .item .bd .bot .tt h3 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
}
#team .f1 .am-container .item .bd .bot .tt > p {
  font-size: 14px;
  color: #09355F;
  margin: 0;
  margin-bottom: 15px;
}
#team .f1 .am-container .item .bd .bot .tt hr {
  width: 30px;
  margin: 0 auto;
  margin-top: 0;
  border-top: 2px solid #09355F;
}
#team .f1 .am-container .item .bd .bot .profile {
  position: relative;
  padding: 0 30px 20px;
  height: calc(100% - 140px);
  overflow-y: scroll;
}
#team .f1 .am-container .item .bd .bot .profile p {
  text-align: left;
  font-weight: normal;
  color: #676767;
  line-height: 1.8;
}
#team .f1 .am-container .item .bd:hover .bot {
  bottom: 0;
}
#team .f2 {
  padding-top: 0;
}
#case .f1 {
  padding-bottom: 80px;
}
#case .f1 .big-title {
  padding-bottom: 150px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
#case .f1 .big-title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5%;
  height: 100%;
  background-color: #FBFCFC;
}
#case .f1 .big-title.t2::before {
  left: unset;
  right: 0;
}
#case .f1 .big-title .am-container .primary-title::before {
  background-image: url(../img/dd1.png);
}
#case .f1 .big-title .am-container .primary-title h3 {
  color: #fff;
}
#case .f1 .big-title .am-container .primary-title h4 {
  color: #a1b1c0;
}
#case .f1 > .am-container {
  margin-top: -100px;
}
#case .f1 > .am-container .inner {
  display: flex;
  flex-wrap: wrap;
}
#case .f1 > .am-container .inner .item {
  margin-bottom: 30px;
  position: relative;
  top: 0;
}
#case .f1 > .am-container .inner .item:hover {
  top: -10px;
}
#case .f1 > .am-container .inner .item .bd {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#case .f1 > .am-container .inner .item .bd .bot {
  padding: 20px 10px;
  display: flex;
  align-items: center;
}
#case .f1 > .am-container .inner .item .bd .bot img {
  width: 60px;
  height: 60px;
}
#case .f1 > .am-container .inner .item .bd .bot .right {
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
}
#case .f1 > .am-container .inner .item .bd .bot .right::before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 10px;
}
#case .f1 > .am-container .inner .item .bd .bot .right h4 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  color: #000;
}
#case .f1 > .am-container .inner .item .bd .bot .right p {
  margin-top: 5px;
  font-size: 13px;
  color: #000;
}
#case .f2 {
  padding-bottom: 80px;
}
#case .f2 > .am-container .inner {
  display: flex;
  flex-wrap: wrap;
}
#case .f2 > .am-container .inner .item {
  margin-bottom: 30px;
  position: relative;
  top: 0;
}
#case .f2 > .am-container .inner .item:hover {
  top: -10px;
}
#case .f2 > .am-container .inner .item .bd {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#case .f2 > .am-container .inner .item .bd .bot {
  padding: 20px 10px;
  display: flex;
  align-items: center;
}
#case .f2 > .am-container .inner .item .bd .bot img {
  width: 60px;
  height: 60px;
}
#case .f2 > .am-container .inner .item .bd .bot .right {
  padding-left: 20px;
  margin-left: 10px;
  position: relative;
}
#case .f2 > .am-container .inner .item .bd .bot .right::before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 10px;
}
#case .f2 > .am-container .inner .item .bd .bot .right h4 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  color: #000;
}
#case .f2 > .am-container .inner .item .bd .bot .right p {
  margin-top: 5px;
  font-size: 13px;
  color: #000;
}
#about .f0 .am-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .f0 .am-container .item {
  width: 24%;
  position: relative;
  top: 0;
}
#about .f0 .am-container .item .top {
  background-color: #fff;
  padding: 30px 20px;
}
#about .f0 .am-container .item .top hr {
  width: 10px;
  border-top: 2px solid #1C2850;
}
#about .f0 .am-container .item .top h3 {
  color: #000;
  font-size: 16px;
  margin: 0;
}
#about .f0 .am-container .item .top h4 {
  color: #858585;
  margin: 0;
  text-transform: uppercase;
}
#about .f0 .am-container .item:hover {
  top: -10px;
}
#about .f1 {
  padding-top: 150px;
}
#about .f1 .am-container {
  padding: 60px 80px;
  display: flex;
  flex-wrap: wrap;
}
#about .f1 .am-container .left {
  width: 45%;
  margin-top: -120px;
}
#about .f1 .am-container .right {
  color: #fff;
  padding-left: 40px;
  width: 55%;
}
#about .f1 .am-container .right p {
  color: #cdd6df;
}
#about .f1 .am-container .right p.bb {
  font-weight: bold;
  color: #fff;
}
#about .f1 .am-container .right p b {
  font-size: 20px;
  color: #fff;
  padding: 0 5px;
}
#about .f2 .title {
  margin-bottom: 30px;
}
#about .f2 .inner {
  background-size: cover;
  background-position: center;
}
#about .f2 .inner .am-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .f2 .inner .am-container .item {
  width: 48%;
  color: #fff;
  padding: 30px 20px;
  border: 1px solid #fff;
  text-align: center;
}
#about .f2 .inner .am-container .item h4 {
  font-size: 18px;
  margin: 1rem 0;
}
#about .f2 .inner .am-container .item hr {
  width: 15px;
  border-top: 2px solid #fff;
  margin: 0 auto;
}
#about .f2 .inner .am-container .item p {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
#about .f3 .am-container .inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#about .f3 .am-container .inner .item .bd hr {
  width: 15px;
  border-top: 2px solid #0A355F;
  margin: 0;
}
#about .f3 .am-container .inner .item .bd h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
}
#about .f3 .am-container .inner .item .bd p {
  margin-top: 5px;
  text-transform: uppercase;
  color: #646464;
}
#about .f4 {
  display: flex;
  flex-wrap: wrap;
}
#about .f4 .item {
  background-size: cover;
  background-position: center;
  height: 360px;
  width: 33.333%;
  padding: 60px 0 0 60px;
}
#about .f4 .item .primary-title::before {
  background-image: url(../img/dd1.png);
}
#about .f4 .item .primary-title h3 {
  color: #fff;
  font-size: 24px;
}
#about .f4 .item .primary-title h4 {
  color: #a1b2c1;
}
#about .zc .am-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#about .zc .am-container .left {
  width: 40%;
  text-align: center;
}
#about .zc .am-container .left h3 {
  font-size: 28px;
  color: #192C62;
}
#about .zc .am-container .right {
  width: 60%;
}
#about .zc .am-container .right p {
  color: #4D4D4D;
  font-size: 16px;
  line-height: 2.2;
}
#about .f5 {
  padding-bottom: 20px;
}
#about .f5 .am-container .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#about .f5 .am-container .item .left {
  width: 50%;
  padding-right: 60px;
}
#about .f5 .am-container .item .left .tt {
  display: flex;
  align-items: center;
}
#about .f5 .am-container .item .left .tt span {
  text-transform: uppercase;
}
#about .f5 .am-container .item .left h3 {
  font-size: 24px;
  margin: 15px 0 0;
}
#about .f5 .am-container .item .left hr {
  width: 40px;
  display: inline-block;
  margin: 0;
  margin-right: 20px;
  border-top: 1px solid #0A355F;
}
#about .f5 .am-container .item .left h4 {
  color: #969797;
  text-transform: uppercase;
  margin: 20px 0;
}
#about .f5 .am-container .item .left p {
  color: #646464;
}
#about .f5 .am-container .item .right {
  width: 50%;
}
#about .f5 .am-container .item:nth-child(even) {
  flex-direction: row-reverse;
}
#about .f5 .am-container .item:nth-child(even) .left {
  padding-right: 0;
  padding-left: 60px;
}
#about .f6 {
  background-color: #fff;
}
#about .f6 .am-container .primary-title {
  margin-bottom: 40px;
}
#about .f6 .am-container .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#about .f6 .am-container .inner .item {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
}
#about .f6 .am-container .inner .item span {
  width: 220px;
}
#about .f6 .am-container .inner .item img {
  width: 30px;
  margin-right: 10px;
}
#about .f7 .am-container {
  position: relative;
  max-width: 800px;
}
#about .f7 .am-container .nav {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
#about .f7 .am-container .nav::before {
  content: '';
  display: block;
  width: 1px;
  height: 140px;
  margin-left: 4px;
  background-color: #D8D9DC;
}
#about .f7 .am-container .nav ul {
  margin: 0;
  padding: 0;
}
#about .f7 .am-container .nav ul li {
  position: relative;
  margin-bottom: 30px;
  list-style-type: none;
  display: flex;
  align-items: center;
}
#about .f7 .am-container .nav ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #D8D9DC;
  border-radius: 4px;
  margin-left: -4px;
}
#about .f7 .am-container .nav ul li:last-child {
  margin-bottom: 0;
}
#about .f7 .am-container .nav ul li a {
  padding-left: 1.5rem;
  color: #8B7981;
  font-size: 16px;
  line-height: 1;
}
#about .f7 .am-container .nav ul li.active a {
  font-size: 20px;
  color: #000;
}
#about .f7 .am-container .nav ul li.active::before {
  background-color: #1C2850;
}
#about .f7 .am-container .inner {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#about .f7 .am-container .inner .left {
  width: 100px;
  font-size: 24px;
  font-weight: bold;
}
#about .f7 .am-container .inner .right {
  width: 400px;
}
#about .f7 .am-container .inner .right .item {
  margin-bottom: 30px;
}
#about .f7 .am-container .inner .right .item h3 {
  color: #4A4A4A;
  font-size: 16px;
}
#about .f7 .am-container .inner .right .item p {
  color: #919797;
}
#news .f1 .am-container {
  max-width: 1000px;
}
#news .f1 .am-container .nav {
  margin-bottom: 50px;
}
#news .f1 .am-container .nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  border-left: 1px solid #E9EBF3;
}
#news .f1 .am-container .nav ul li {
  list-style: none;
  width: 140px;
  border-right: 1px solid #E9EBF3;
  text-align: center;
}
#news .f1 .am-container .nav ul li a {
  color: #000;
  font-size: 16px;
  line-height: 40px;
}
#news .f1 .am-container .nav ul li.current-menu-item a {
  color: #08345C;
  border-bottom: 2px solid #08345C;
}
#news .f1 .am-container .inner .primary-title {
  margin-bottom: 40px;
}
#news .f1 .am-container .inner .primary-title h3 {
  font-size: 24px;
  line-height: 1.5;
}
#news .f1 .am-container .inner .bd .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eeefef;
  padding: 30px 20px;
}
#news .f1 .am-container .inner .bd .item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#news .f1 .am-container .inner .bd .item:last-child {
  border-bottom: 1px solid #eeefef;
}
#news .f1 .am-container .inner .bd .item .info .time {
  color: #C2C4CC;
}
#news .f1 .am-container .inner .bd .item .info .cat {
  background-color: #eceff1;
  padding: 6px 25px;
  margin-left: 15px;
  color: #000;
  font-size: 12px;
  border: 1px solid #DEE2E5;
}
#news .f1 .am-container .inner .bd .item .info h3 {
  margin-top: 15px;
  margin-bottom: 0;
  color: #646464;
  font-size: 16px;
}
#news article .am-container {
  max-width: 960px;
}
#news article .am-container .info .time {
  color: #C2C4CC;
}
#news article .am-container .info .cat {
  background-color: #eceff1;
  padding: 6px 25px;
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  border: 1px solid #DEE2E5;
}
#news article .am-container h2 {
  font-size: 24px;
}
#news article .am-container .inner {
  border-bottom: 1px solid #E9EBF3;
  padding-bottom: 50px;
}
#news article .am-container .inner p {
  font-size: 14px;
  color: #343434;
  line-height: 2;
}
#news article .am-container .inner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#news article .am-container .nav {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news article .am-container .nav a {
  color: #08345C;
}
#news article .am-container .nav p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 40%;
  margin: 0;
}
#news article .am-container .nav p:nth-child(2) {
  text-align: right;
}
#contact .f1 .am-container .inner {
  padding: 20px;
}
#contact .f1 .am-container .inner .bd {
  padding: 40px 40px;
  background: #FFFFFF;
  box-shadow: 0 5px 24px 0 rgba(8, 52, 92, 0.03);
}
#contact .f1 .am-container .inner .bd > h3 {
  text-align: center;
  font-size: 24px;
  color: #08345C;
  margin-bottom: 30px;
}
#contact .f1 .am-container .inner .bd form .tt {
  font-size: 18px;
  color: #08345C;
  padding-bottom: 10px;
  border-bottom: 1px solid #08345C;
  margin-bottom: 20px;
}
#contact .f1 .am-container .inner .bd form .t1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
#contact .f1 .am-container .inner .bd form .t1 .am-form-group {
  width: 48%;
}
#contact .f1 .am-container .inner .bd form .t1 .am-form-group:last-child {
  width: 100%;
}
#contact .f1 .am-container .inner .bd form .t1 .am-form-group label {
  font-size: 14px;
  color: #676767;
}
#contact .f1 .am-container .inner .bd form .t1 .am-form-group input {
  border-color: #E9EBF3;
}
#contact .f1 .am-container .inner .bd form .t1 .am-form-group textarea {
  border-color: #E9EBF3;
}
#contact .f1 .am-container .inner .bd form .sub {
  text-align: center;
}
#contact .f1 .am-container .inner .bd form .sub button {
  background-color: #08345c;
  color: #fff;
  padding: 15px 30px;
}
#contact .f2 .am-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#contact .f2 .am-container .primary-title {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
#contact .f2 .am-container .primary-title::before {
  background-image: url(../img/dd1.png);
}
#contact .f2 .am-container .primary-title h3 {
  color: #fff;
}
#contact .f2 .am-container .bd {
  overflow: hidden;
  max-width: 400px;
  background-color: #fff;
  padding: 40px 30px;
}
#contact .f2 .am-container .bd .item {
  margin-bottom: 20px;
}
#contact .f2 .am-container .bd .item:last-child {
  margin-bottom: 0;
}
#contact .f2 .am-container .bd .item h3 {
  color: #8C8C8C;
  margin: 0;
}
#contact .f2 .am-container .bd .item p {
  margin: 0;
}
#contact .f2 .am-container .bd .item hr {
  width: 15px;
  margin: 10px 0;
  border-width: 2px;
}
#job .f1 .am-container {
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#job .f1 .am-container .left h4 {
  color: #aaa;
  margin: 0;
}
#job .f1 .am-container .left h3 {
  font-size: 26px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #1b1b24;
  margin-top: 10px;
}
#job .f1 .am-container .left p {
  color: #000;
}
#job .f1 .am-container .left p a {
  color: #0069da;
}
#job .f1 .am-container .right .am-panel-group {
  counter-reset: count;
}
#job .f1 .am-container .right .am-panel-group > .am-panel {
  border: 0;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
#job .f1 .am-container .right .am-panel-group > .am-panel > .am-panel-hd {
  color: #444;
  background-color: #fff;
  border: 0;
  padding: 0;
}
#job .f1 .am-container .right .am-panel-group > .am-panel > .am-panel-hd .am-panel-title {
  padding: 2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#job .f1 .am-container .right .am-panel-group > .am-panel > .am-panel-hd .am-panel-title .career-title {
  font-weight: 600;
  color: #3758ff;
}
#job .f1 .am-container .right .am-panel-group > .am-panel > .am-panel-hd .am-panel-title .career-title::before {
  content: counter(count) ".";
  counter-increment: count;
}
#job .f1 .am-container .right .am-panel-group > .am-panel > .am-panel-hd .am-panel-title .view {
  font-size: 16px;
  padding: 5px 20px;
  transform: rotate(180deg);
  letter-spacing: 1px;
}
#job .f1 .am-container .right .am-panel-group > .am-panel > .am-panel-hd .am-panel-title.am-collapsed .career-title {
  color: #000;
}
#job .f1 .am-container .right .am-panel-group > .am-panel > .am-panel-hd .am-panel-title.am-collapsed .view {
  transform: rotate(0);
}
#job .f1 .am-container .right .am-panel-group > .am-panel > .am-panel-hd .am-panel-title:hover .career-title {
  color: #3758ff;
}
#job .f1 .am-container .right .am-panel-group > .am-panel .am-panel-collapse .am-panel-bd {
  padding: 0rem 2.5rem 3rem;
  border-top: 0;
}
#job .f1 .am-container .right .am-panel-group > .am-panel .am-panel-collapse .am-panel-bd .content {
  padding: 0;
}
#job .f1 .am-container .right .am-panel-group > .am-panel .am-panel-collapse .am-panel-bd .content h3 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
#job .f1 .am-container .right .am-panel-group > .am-panel .am-panel-collapse .am-panel-bd .content p {
  line-height: 2;
  font-size: 14px;
}
footer {
  padding-top: 60px;
  padding-bottom: 10px;
  background-color: #f8f8f8;
}
footer .am-container .inner {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .am-container .inner .left .logo {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .am-container .inner .left .logo span {
  text-transform: uppercase;
  font-weight: 900;
  color: #0A355F;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #dedede;
}
footer .am-container .inner .left > p {
  color: #646464;
  line-height: 2;
}
footer .am-container .inner .left .bot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .am-container .inner .left .bot .item {
  padding-right: 25px;
}
footer .am-container .inner .left .bot .item h4 {
  margin-bottom: 0;
  color: #636363;
}
footer .am-container .inner .left .bot .item p {
  margin-top: 5px;
  color: #636363;
}
footer .am-container .inner .right {
  text-align: center;
}
footer .am-container .inner .right img {
  height: 120px;
  width: 120px;
}
footer .am-container .inner .right p {
  color: #5f6060;
  margin-top: 5px;
}
footer .am-container .cop {
  text-align: center;
  font-size: 14px;
  color: #adadad;
}
@keyframes down {
  25% {
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.wp_nav {
  padding: 2rem;
  text-align: center;
}
.wp_nav .page-numbers,
.wp_nav .dots:hover,
.wp_nav .pages:hover {
  border: 1px solid #eee;
  text-decoration: none;
  background: #fff;
  display: inline-block;
  margin: 5px;
  padding: 0.5em 1em;
  font-size: 14px;
}
.wp_nav .current,
.wp_nav .current:hover,
.wp_nav a.page-numbers:hover {
  text-decoration: none;
  background: #D2382D;
  color: #fff;
  border-color: #fff;
}
.wp_nav .pages,
.wp_nav .pages:hover {
  vertical-align: middle;
  color: #fff;
  width: 120px;
}
.wp_nav .current,
.wp_nav .current:hover,
.wp_nav a.page-numbers:hover {
  text-decoration: none;
  background: #D2382D;
  color: #fff;
  border-color: #fff;
}
.wp_nav a {
  color: #333;
}
