/* Write your styles */
@font-face {
  font-family: "Gotham";
  src: url('../fonts/Gotham-Medium.otf');
}
@font-face {
  font-family: "Gothamb";
  src: url('../fonts/Gotham-Bold.otf');
}
div,
section,
a,
p,
li,
ul,
span,
h1,
h2,
h3,
h4,
h5,
time {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
html,
body {
  background-color: #fff;
  font-family: "Gotham", "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.am-pureview-direction a {
  font-family: FontAwesome, sans-serif;
}
.zk {
  display: none;
}
.am-container {
  max-width: 1120px;
}
header {
  transition: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 40px;
  width: 100%;
  z-index: 999;
}
header .logo {
  height: 80px;
  transition: none;
  display: flex;
  vertical-align: middle;
  align-items: center;
  float: left;
}
header .logo img {
  height: 60px;
}
header .logo .l1 {
  display: inline-block;
}
header .logo .l2 {
  display: none;
}
header nav {
  float: right;
  height: 80px;
  transition: none;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
header nav > ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
header nav > ul > li {
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  list-style-type: none;
  position: relative;
  padding: 0 20px;
}
header nav > ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
header nav > ul > li > a::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: relative;
  left: 0;
  transition: all 0.4s ease-in-out;
}
header nav > ul > li > a:hover {
  color: #fff;
}
header nav > ul > li > a:hover::after {
  width: 100%;
}
header nav > ul > li.menu-item-has-children > a {
  position: relative;
}
header nav > ul > li.menu-item-has-children:after {
  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: 3px;
  right: 6px;
}
header nav > ul > li.current-menu-item a {
  color: #fff !important;
}
header nav > ul > li.current-menu-item a::after {
  width: 100%;
}
header nav > ul > li.current-menu-ancestor a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
header nav > ul > li > ul.sub-menu {
  background-color: #fff;
  position: absolute;
  display: none;
  top: 20px;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 5px 0;
}
header nav > ul > li > ul.sub-menu li {
  list-style-type: none;
}
header nav > ul > li > ul.sub-menu li a {
  padding: 5px 0;
  color: #333;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}
header nav > ul > li > ul.sub-menu li a:hover {
  background-color: #f5f5f5;
  color: #1954FF;
}
header nav > ul > li > ul.sub-menu li.current-menu-item a {
  color: #6e93ff !important;
}
header nav > ul > li.sup {
  cursor: pointer;
}
header nav > ul > li.sup:hover > ul.sub-menu {
  display: block;
}
header .lng {
  display: flex;
  position: relative;
  padding-left: 20px;
}
header .lng:before {
  content: "";
  display: inline-flex;
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
header .lng span {
  width: 0;
  overflow: hidden;
}
header .lng .aa {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}
header .lng .aa.cn {
  background-image: url(../img/cn.png);
}
header .lng .aa.en {
  background-image: url(../img/en.png);
}
.c-nav {
  padding: 4rem 0 0;
}
.c-nav .am-container > ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.c-nav .am-container > ul > li {
  list-style-type: none;
  background-color: #fff;
  margin: 0 1rem;
  padding: 1.5rem;
  width: 230px;
  cursor: pointer;
  border-bottom: 4px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 2px #D3D3D3;
  display: flex;
  justify-content: space-between;
}
.c-nav .am-container > ul > li.current-menu-item {
  border-bottom: 4px solid #0041FF;
  box-shadow: 0 2px 5px 4px #D3D3D3;
}
.c-nav .am-container > ul > li.current-menu-ancestor {
  border-bottom: 4px solid #0041FF;
  box-shadow: 0 2px 5px 4px #D3D3D3;
}
.c-nav .am-container > ul > li > ul.sub-menu {
  display: none;
}
.c-nav .am-container > ul > li:hover {
  border-bottom: 4px solid #0041FF;
  box-shadow: 0 2px 5px 4px #D3D3D3;
}
.c-nav .am-container > ul > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.c-nav .am-container > ul > li a:after {
  content: "";
  height: 37px;
  width: 50px;
  display: inline-flex;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-nav .am-container > ul > li a .left p {
  margin: 0;
  color: #333333;
  font-size: 16px;
}
.c-nav .am-container > ul > li a .left span {
  color: #858585;
  font-size: 14px;
}
.c-nav .am-container > ul > li:nth-child(1) a:after {
  background-image: url(../img/sd1.png);
}
.c-nav .am-container > ul > li:nth-child(2) a:after {
  background-image: url(../img/sd2.png);
}
.c-nav .am-container > ul > li:nth-child(3) a:after {
  background-image: url(../img/sd3.png);
}
.c-nav .am-container > ul > li:nth-child(4) a:after {
  background-image: url(../img/sd4.png);
}
.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
.pageload-overlay:after {
  content: "";
  height: 40px;
  background-image: linear-gradient(225deg, #93D5E0 0%, #248299 100%);
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.pageload-overlay svg path {
  fill: #e5f5f7;
}
.pageload-overlay.show {
  visibility: visible;
  z-index: 8888;
}
.pageload-overlay.pageload-loading:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.scene {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s, visibility 0s 0.15s;
  transition: opacity 0.15s, visibility 0s 0.15s;
}
.scene.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.scene svg {
  width: 300px;
  height: 300px;
  z-index: 99999;
  margin-left: -1.2rem;
}
.scene span {
  position: absolute;
}
.scene span img {
  height: 100px;
}
@keyframes loading1 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading2 {
  to {
    transform: rotate(-360deg);
  }
}
.main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.fixed {
  position: fixed;
  padding: 0 40px;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
header.fixed .logo {
  height: 60px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  float: left;
}
header.fixed .logo img {
  height: 30px;
}
header.fixed .logo .l1 {
  display: none;
}
header.fixed .logo .l2 {
  display: inline-block;
}
header.fixed nav {
  float: right;
  height: 60px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
header.fixed nav > ul > li {
  text-align: center;
  color: #fff;
  list-style-type: none;
}
header.fixed nav > ul > li.menu-item-has-children > a {
  position: relative;
}
header.fixed nav > ul > li.menu-item-has-children:after {
  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: 3px;
  right: 6px;
  color: #888 !important;
}
header.fixed nav > ul > li.current-menu-item > a {
  color: #6e93ff !important;
}
header.fixed nav > ul > li.current-menu-ancestor > a {
  color: #6e93ff;
}
header.fixed nav > ul > li a {
  color: #888;
  font-size: 16px;
  transition: none;
}
header.fixed nav > ul > li a:hover {
  color: #0085EA;
}
header.fixed .lng:before {
  background-color: #888 !important;
}
#m-header {
  display: none;
  position: fixed;
  z-index: 1200;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}
#m-header .mb-top {
  width: 100%;
  height: 50px;
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#m-header .mb-top .logo a img {
  height: 40px;
}
#m-header .mb-top .menu {
  position: absolute;
  right: 2rem;
  width: 20px;
  margin: 0;
  z-index: 1100;
  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: #000;
  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: 1000;
  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: 50px;
  line-height: 50px;
}
#m-header .mb-mcontainer .mb-content .mlogo img {
  height: 40px;
}
#m-header .mb-mcontainer .mb-content nav {
  margin-top: 2rem;
}
#m-header .mb-mcontainer .mb-content nav ul {
  padding-left: 0;
  width: 0;
}
#m-header .mb-mcontainer .mb-content nav ul li {
  width: 200px;
  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 nav ul li:nth-child(2) {
  transition-delay: 0.6s;
}
#m-header .mb-mcontainer .mb-content nav ul li:nth-child(3) {
  transition-delay: 0.8s;
}
#m-header .mb-mcontainer .mb-content nav ul li:nth-child(4) {
  transition-delay: 1s;
}
#m-header .mb-mcontainer .mb-content nav ul li:nth-child(5) {
  transition-delay: 1.2s;
}
#m-header .mb-mcontainer .mb-content nav ul li:nth-child(6) {
  transition-delay: 1.4s;
}
#m-header .mb-mcontainer .mb-content nav ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5;
  display: inline-block;
}
#m-header .mb-mcontainer .mb-content nav ul li.menu-item-has-children > a {
  position: relative;
}
#m-header .mb-mcontainer .mb-content nav ul li.menu-item-has-children > a:after {
  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 nav ul li.menu-item-has-children .sub-menu {
  height: 0;
  overflow: hidden;
  margin: 0;
}
#m-header .mb-mcontainer .mb-content nav ul li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
}
#m-header .mb-mcontainer .mb-content nav 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 nav ul li.menu-item-has-children a:hover .sub-menu {
  display: block;
}
#m-header .mb-mcontainer .mb-content nav ul li.current-menu-item > a {
  position: relative;
  color: #666;
}
#m-header .mb-mcontainer .mb-content nav 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 .mb-mcontainer .mb-content .mng {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  list-style-type: none;
  transform: skew(0, 0) rotate3d(0, 0, 0, 30deg);
  opacity: 0;
  transition-delay: 1.6s;
}
#m-header .mb-mcontainer .mb-content .mng span {
  position: relative;
  display: flex;
  line-height: 30px;
  justify-content: center;
  align-items: center;
  width: 130px;
  background-color: #FAFAFA;
}
#m-header .mb-mcontainer .mb-content .mng span:after {
  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);
  padding-left: 5px;
}
#m-header .mb-mcontainer .mb-content .mng a {
  display: flex;
  line-height: 30px;
  width: 130px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  visibility: hidden;
  opacity: 0;
}
#m-header .mb-mcontainer .mb-content .mng.active a {
  visibility: visible;
  opacity: 1;
}
#m-header.active {
  overflow: unset;
}
#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 nav ul {
  width: 100%;
}
#m-header.active .mb-content nav ul li {
  opacity: 1;
}
#m-header.active .mng {
  opacity: 1 !important;
}
#home .homeslider {
  height: 100vh;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
#home .homeslider .top {
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 99;
}
#home .homeslider .top .am-container {
  max-width: 1000px;
}
#home .homeslider .top .am-container .slogan {
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
#home .homeslider .top .am-container .slogan:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #F8E71C;
  display: inline-block;
  border-radius: 100px;
  right: -20px;
  bottom: 15px;
  position: absolute;
}
#home .homeslider .top .am-container .search #search-form {
  position: relative;
  width: 100%;
}
#home .homeslider .top .am-container .search #search-form .am-form-group {
  width: calc(90% - 140px);
  position: relative;
}
#home .homeslider .top .am-container .search #search-form .am-form-group input {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 28px;
  border: 0;
  color: #fff;
  font-size: 14px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding-left: 20px;
}
#home .homeslider .top .am-container .search #search-form .am-form-group input::-webkit-input-placeholder {
  color: #fff;
}
#home .homeslider .top .am-container .search #search-form button {
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  border: 0;
  width: 120px;
  color: #fff;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
  transition: all 0.25s ease-in-out;
}
#home .homeslider .top .am-container .search #search-form button:hover {
  box-shadow: none;
}
#home .homeslider .hx {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}
#home .homeslider .swiper-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}
#home .homeslider .swiper-container .haha {
  height: 50px;
  position: absolute;
  width: 100%;
  top: 50%;
}
#home .homeslider .swiper-container .haha .am-container {
  max-width: 1200px !important;
  height: 50px !important;
  position: relative;
}
#home .homeslider .swiper-container .hr {
  outline: none;
}
#home .homeslider .swiper-container .hr:after {
  content: "" !important;
}
#home .homeslider .swiper-container .hr img {
  height: 36px;
}
#home .homeslider .swiper-container .hl {
  outline: none;
}
#home .homeslider .swiper-container .hl:after {
  content: "" !important;
}
#home .homeslider .swiper-container .hl img {
  height: 36px;
}
#home .homeslider .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#home .homeslider .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center bottom;
}
#home .homeslider .swiper-container .swiper-wrapper .swiper-slide::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
#home .homeslider .swiper-container .swiper-pagination {
  bottom: 32%;
}
#home .homeslider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 20px;
  background-color: #fff;
}
#home .homeslider .bot {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 100;
  bottom: 15%;
  left: 0;
}
#home .homeslider .bot .am-container .item h3 {
  position: relative;
  color: #fff;
  font-size: 4.8rem;
  margin: 0;
  line-height: 1;
  display: flex;
  width: 100%;
  justify-content: center;
  letter-spacing: 1px;
}
#home .homeslider .bot .am-container .item h3 .count {
  display: inline-block;
}
#home .homeslider .bot .am-container .item h3 .jia {
  display: inline-block;
  margin-top: -5px;
}
#home .homeslider .bot .am-container .item h3 .zw {
  font-size: 4rem;
  margin-top: 5px;
}
#home .homeslider .bot .am-container .item p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0;
}
#home .about {
  padding: 100px 0;
}
#home .about .am-container .inner h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#home .about .am-container .inner h3:before {
  content: "";
  opacity: 0.7;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #F8E71C 100%);
  height: 17px;
  width: 130px;
  display: block;
  position: absolute;
  left: -8px;
  bottom: 3px;
  z-index: -1;
}
#home .about .am-container .inner hr {
  width: 40px;
  height: 3px;
  border-top: 3px solid #0041FF;
}
#home .about .am-container .inner p {
  font-size: 16px;
  color: rgba(39, 50, 55, 0.9);
  line-height: 1.8;
  margin-top: 2.5rem;
}
#home .service {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}
#home .service .am-container .title {
  text-align: center;
}
#home .service .am-container .title h3 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#home .service .am-container .title hr {
  width: 60px;
  border-top: 3px solid #fff;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#home .service .am-container .content {
  overflow: hidden;
  margin-top: 4rem;
}
#home .service .am-container .content .item {
  text-align: center;
}
#home .service .am-container .content .item img {
  height: 139px;
}
#home .service .am-container .content .item p {
  color: #fff;
  font-size: 2rem;
  margin-top: 0;
  font-weight: 600;
}
#home .project {
  padding: 100px 0;
}
#home .project .am-container .title {
  text-align: center;
}
#home .project .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#home .project .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#home .project .am-container .content {
  margin-top: 40px;
  position: relative;
}
#home .project .am-container .content .project-inner {
  display: flex;
  flex-wrap: wrap;
}
#home .project .am-container .content .project-inner .project-item {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
#home .project .am-container .content .project-inner .project-item .item-bd {
  height: 380px;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}
#home .project .am-container .content .project-inner .project-item .item-bd .cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#home .project .am-container .content .project-inner .project-item .item-bd a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.2);
}
#home .project .am-container .content .project-inner .project-item .item-bd a .bd {
  color: #fff;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2rem;
}
#home .project .am-container .content .project-inner .project-item .item-bd a .bd h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
}
#home .project .am-container .content .project-inner .project-item .item-bd a .bd p {
  margin: 0;
  font-size: 2rem;
}
#home .project .am-container .content .project-inner .project-item .item-bd a .k2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  color: #fff;
  opacity: 0;
  font-size: 24px;
}
#home .project .am-container .content .project-inner .project-item .item-bd:hover .cover {
  transform: scale(1.2);
}
#home .project .am-container .content .project-inner .project-item .item-bd:hover .k2 {
  opacity: 0.8;
}
#home .project .am-container .content .project-inner .project-item .item-bd:hover a .bd {
  background-color: rgba(0, 0, 0, 0.5);
}
#home .project .am-container .content .project-inner .project-item .item-bd:hover a .k1 {
  opacity: 0;
}
#home .project .am-container .content .more {
  text-align: center;
}
#home .project .am-container .content .more .m-btn {
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 150px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#home .project .am-container .content .more .m-btn:hover {
  box-shadow: none;
}
#home .news {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#home .news .am-container .title {
  text-align: center;
}
#home .news .am-container .title h3 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#home .news .am-container .title hr {
  width: 60px;
  border-top: 3px solid #fff;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#home .news .content {
  margin-top: 60px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#home .news .content .bd {
  padding: 0;
}
#home .news .content .bd .inner {
  text-align: left;
  position: relative;
  padding-left: 80px;
}
#home .news .content .bd .inner .swiper-button-prev {
  outline: none !important;
  color: #fff;
}
#home .news .content .bd .inner .swiper-button-prev:after {
  font-size: 30px;
}
#home .news .content .bd .inner .swiper-container {
  margin-right: -200px;
  height: 100%;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
#home .news .content .bd .inner .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
#home .news .content .bd .inner .swiper-container .swiper-wrapper .swiper-slide .cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#home .news .content .bd .inner .swiper-container .swiper-wrapper .swiper-slide .bd {
  width: 100%;
  padding: 0 30px;
  position: absolute;
  bottom: 30px;
  z-index: 9;
}
#home .news .content .bd .inner .swiper-container .swiper-wrapper .swiper-slide .bd h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#home .news .content .bd .inner .swiper-container .swiper-wrapper .swiper-slide .bd p {
  color: #fff;
  margin-top: 0;
  max-width: 320px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home .news .content .bd .inner .swiper-container .swiper-wrapper .swiper-slide .bd a {
  background-color: #fff;
  display: inline-block;
  width: 140px;
  color: #000;
  letter-spacing: 3px;
  text-align: center;
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
}
#home .news .content .bd .inner .swiper-container .swiper-wrapper .swiper-slide .bd a:hover {
  background: #f5f5f5;
}
#home .prospect {
  padding: 100px 0;
}
#home .prospect .am-container .title {
  text-align: center;
}
#home .prospect .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#home .prospect .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#home .prospect .am-container .content {
  max-width: 800px;
  margin: 40px auto 0;
}
#home .prospect .am-container .content p {
  color: #9A9A9A;
}
#home .contact {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}
#home .contact .am-container .title {
  text-align: center;
}
#home .contact .am-container .title h3 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#home .contact .am-container .title h3 span {
  display: inline-block;
  margin: 0 10px;
}
#home .contact .am-container .title hr {
  width: 60px;
  border-top: 3px solid #fff;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#home .contact .am-container .content p {
  font-size: 20px;
  letter-spacing: 10px;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}
#home .contact .am-container .content .more {
  text-align: center;
}
#home .contact .am-container .content .more .m-btn {
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 150px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#home .contact .am-container .content .more .m-btn:hover {
  box-shadow: none;
}
#about .banner {
  background-size: cover;
  background-position: center;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#about .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#about .f1 {
  padding: 100px 0;
}
#about .f1 .am-container .title {
  text-align: center;
}
#about .f1 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#about .f1 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#about .f1 .am-container .content {
  margin: 40px auto 0;
  max-width: 800px;
}
#about .f1 .am-container .content p {
  color: #9A9A9A;
}
#about .f2 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}
#about .f2 .am-container .inner:first-child {
  margin-bottom: 80px;
}
#about .f2 .am-container .inner .title {
  text-align: center;
}
#about .f2 .am-container .inner .title h3 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#about .f2 .am-container .inner .title hr {
  width: 60px;
  border-top: 3px solid #fff;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#about .f2 .am-container .inner .content {
  padding: 60px 0 0;
  text-align: center;
}
#about .f2 .am-container .inner .content img {
  width: 600px;
}
#about .f3 {
  padding: 100px 0;
}
#about .f3 .am-container {
  max-width: 1000px;
}
#about .f3 .am-container .inner {
  display: flex;
}
#about .f3 .am-container .inner .right .title {
  text-align: left;
}
#about .f3 .am-container .inner .right .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#about .f3 .am-container .inner .right .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin-top: 1.5rem;
}
#about .f3 .am-container .inner:nth-child(even) {
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
}
#about .f4 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
#about .f4 .am-container .title {
  text-align: center;
}
#about .f4 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#about .f4 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#about .f4 .am-container .content {
  margin-top: 40px;
}
#about .f4 .am-container .content .kk {
  display: none;
}
#about .f4 .am-container .content #ryg > li {
  margin-bottom: 10px;
}
#about .f4 .am-container .more {
  text-align: center;
  margin-top: 50px;
}
#about .f4 .am-container .more .m-btn {
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 150px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#about .f4 .am-container .more .m-btn:hover {
  box-shadow: none;
}
#about .f5 {
  padding: 100px 0;
}
#about .f5 .am-container .title {
  text-align: center;
}
#about .f5 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#about .f5 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#about .f5 .am-container .content {
  margin-top: 50px;
}
#about .f5 .am-container .content .left .swiper-container {
  height: 390px;
}
#about .f5 .am-container .content .left .swiper-container .swiper-wrapper {
  counter-reset: slider1counter;
}
#about .f5 .am-container .content .left .swiper-container .swiper-wrapper .swiper-slide:before {
  font-size: 30px;
  position: absolute;
  bottom: 30px;
}
#about .f5 .am-container .content .left .swiper-container .swiper-wrapper .swiper-slide img {
  height: 300px;
  cursor: pointer;
}
#about .f5 .am-container .content .left .swiper-container .swiper-wrapper .swiper-slide .tt {
  height: 90px;
  position: relative;
  display: flex;
  vertical-align: middle;
  align-items: center;
  text-align: center;
}
#about .f5 .am-container .content .left .swiper-container .swiper-wrapper .swiper-slide .tt h3 {
  bottom: 40px;
  left: 50px;
}
#about .f5 .am-container .content .left .swiper-container .swiper-wrapper .swiper-slide .tt h3:before {
  content: "0" counter(slider1counter);
  counter-increment: slider1counter;
  font-size: 30px;
  margin-right: 1rem;
}
#about .f5 .am-container .content .left .swiper-container .swiper-button-next {
  --swiper-navigation-color: #000;
  bottom: 15px;
  outline: none;
  top: unset;
  height: 14px;
}
#about .f5 .am-container .content .left .swiper-container .swiper-button-next:after {
  font-size: 16px;
  background: none;
  display: none;
}
#about .f5 .am-container .content .left .swiper-container .swiper-button-next img {
  height: 15px;
}
#about .f5 .am-container .content .left .swiper-container .swiper-button-prev {
  --swiper-navigation-color: #000;
  bottom: 15px;
  outline: none;
  top: unset;
  left: unset;
  right: 50px;
  height: 14px;
}
#about .f5 .am-container .content .left .swiper-container .swiper-button-prev:after {
  font-size: 16px;
  background: none;
  display: none;
}
#about .f5 .am-container .content .left .swiper-container .swiper-button-prev img {
  height: 15px;
}
#about .f5 .am-container .content .right .swiper-container {
  display: block;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper {
  display: block;
  counter-reset: slidercounter;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
  display: block;
  height: 130px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide .bd {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  width: calc(100% - 60px);
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide .bd .ntitle {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide .bd .ntitle .t1 {
  display: inline-flex;
  color: #7c7c7c;
  max-width: 280px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide .bd .ntitle .t2 {
  display: inline-flex;
  font-size: 12px;
  color: #a4a4a4;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide .bd .cc {
  position: relative;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide .bd .cc p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #8f8f8f;
  margin-top: 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide:before {
  content: "0" counter(slidercounter);
  counter-increment: slidercounter;
  font-size: 36px;
  color: #414141;
  width: 60px;
  display: inline-block;
  line-height: 90px;
  border-right: 3px solid #979797;
  padding-right: 15px;
  position: relative;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:before {
  color: #000;
  border-right: 3px solid #0041FF;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .ntitle .t1 {
  color: #434343;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .ntitle .t2 {
  color: #7e7e7e;
}
#about .f5 .am-container .content .right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .cc {
  color: #606060;
}
#about .f6 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
#about .f6 .am-container .title {
  text-align: center;
}
#about .f6 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#about .f6 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#about .f6 .am-container .content {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
#about .f6 .am-container .content .item {
  position: relative;
  top: 0;
  padding-top: 20px;
  cursor: pointer;
}
#about .f6 .am-container .content .item:hover {
  top: -10px;
}
#about .f6 .am-container .content .item .item-bd {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
#about .f6 .am-container .content .item .item-bd .top {
  height: 300px;
  background-position: center;
  background-size: cover;
}
#about .f6 .am-container .content .item .item-bd .bot {
  width: 100%;
  background-color: #fff;
  left: 0;
  bottom: 0;
  padding: 2rem 1.5em 1.5rem;
}
#about .f6 .am-container .content .item .item-bd .bot h3 {
  font-size: 16px;
  color: #4d4d4d;
  margin: 0;
  margin-bottom: 10px;
}
#about .f6 .am-container .content .item .item-bd .bot .p1 {
  font-size: 14px;
  color: #5a5a5a;
  margin: 1rem 0;
}
#about .f6 .am-container .content .item .item-bd .bot .p1 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#about .f6 .am-container .content .item .item-bd .bot .p2 {
  font-size: 14px;
  color: #000;
  margin: 0;
}
#about .f6 .am-container .content .item .item-bd .bot .p2 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#about .f6 .am-container .content .item .item-bd .bot .jt {
  position: absolute;
  right: 15px;
  bottom: 20px;
  height: 8px;
  filter: grayscale(100%);
  filter: gray;
}
#about .f6 .am-container .content .item .item-bd:hover .bot h3 {
  color: #000;
}
#about .f6 .am-container .content .item .item-bd:hover .bot .p1 {
  opacity: 1;
}
#about .f6 .am-container .content .item .item-bd:hover .bot .p2 {
  opacity: 1;
}
#about .f6 .am-container .content .item .item-bd:hover .bot .jt {
  filter: grayscale(0);
  filter: 0;
}
#about .f6 .am-container .more {
  text-align: center;
  margin-top: 50px;
}
#about .f6 .am-container .more .m-btn {
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 150px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#about .f6 .am-container .more .m-btn:hover {
  box-shadow: none;
}
#project .banner {
  background-size: cover;
  background-position: center;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#project .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#project .f1 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
#project .f1 .am-container .title {
  text-align: center;
}
#project .f1 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#project .f1 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#project .f1 .am-container .am-form {
  display: flex;
  justify-content: flex-end;
  padding: 0 1.5rem;
  margin-top: 60px;
}
#project .f1 .am-container .am-form .am-form-group {
  width: 150px;
  margin-bottom: 0;
}
#project .f1 .am-container .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
}
#project .f1 .am-container .content .item {
  margin-bottom: 2.5rem;
}
#project .f1 .am-container .content .item .item-bd {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  height: 400px;
  background-color: #fff;
  background-size: cover;
  background-position: center top;
  border-bottom: 4px solid #fff;
}
#project .f1 .am-container .content .item .item-bd .bot {
  position: absolute;
  width: 100%;
  background-color: #fff;
  left: 0;
  bottom: 0;
  padding: 2rem 1.5em 1.5rem;
  height: 140px;
}
#project .f1 .am-container .content .item .item-bd .bot h3 {
  font-size: 16px;
  color: #000000;
  margin: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#project .f1 .am-container .content .item .item-bd .bot .p1 {
  font-size: 14px;
  color: #5a5a5a;
  margin: 1rem 0;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 5px;
  padding-bottom: 5px;
}
#project .f1 .am-container .content .item .item-bd .bot .p2 {
  font-size: 14px;
  color: #666;
  margin: 0;
  opacity: 0;
}
#project .f1 .am-container .content .item .item-bd .bot .p2 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#project .f1 .am-container .content .item .item-bd .bot .ad {
  position: absolute;
  bottom: 10px;
  color: #9D9D9D;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 12px;
}
#project .f1 .am-container .content .item .item-bd .bot .ad i {
  font-size: 18px;
  margin-right: 5px;
}
#project .f1 .am-container .content .item .item-bd:hover {
  border-bottom: 4px solid #1954FF;
}
#project .f1 .am-container .content .item .item-bd:hover .bot {
  height: 220px;
}
#project .f1 .am-container .content .item .item-bd:hover .bot h3 {
  color: #000;
}
#project .f1 .am-container .content .item .item-bd:hover .bot .p2 {
  opacity: 1;
}
#project .f1 .am-container .more {
  text-align: center;
  margin-top: 50px;
}
#project .f1 .am-container .more .m-btn {
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 150px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#project .f1 .am-container .more .m-btn:hover {
  box-shadow: none;
}
#singlep .banner {
  background-size: cover;
  background-position: center;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
#singlep .banner .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
#singlep .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 9;
}
#singlep .f1 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
#singlep .f1 .am-container .title {
  text-align: center;
}
#singlep .f1 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#singlep .f1 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#singlep .f1 .am-container .content {
  margin-top: 50px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
#singlep .f1 .am-container .content p {
  color: #656565;
}
#singlep .f1 .am-container .content table {
  text-align: center;
}
#singlep .f1 .am-container .content table thead tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
#singlep .f1 .am-container .content table tbody tr td {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
#singlep .f2 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}
#singlep .f2 .am-container {
  max-width: 1000px;
}
#singlep .f2 .am-container .inner {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 3rem;
}
#singlep .f2 .am-container .inner .left img {
  border-radius: 5px;
}
#singlep .f2 .am-container .inner .right .title {
  text-align: left;
}
#singlep .f2 .am-container .inner .right .title h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
#singlep .f2 .am-container .inner .right .title h3:before {
  content: "";
  opacity: 0.7;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #0041FF 100%);
  height: 17px;
  width: 130px;
  display: block;
  position: absolute;
  left: -8px;
  bottom: 3px;
  z-index: -1;
}
#singlep .f2 .am-container .inner .right .title h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
}
#singlep .f2 .am-container .inner .right .title hr {
  width: 60px;
  border-top: 3px solid #fff;
  margin-top: 1.5rem;
}
#singlep .f2 .am-container .inner .right p {
  color: #fff;
  line-height: 2;
}
#singlep .f2 .am-container .inner:nth-child(odd) {
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
}
#singlep .f3 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#singlep .f3 .am-container .title {
  text-align: left;
  padding-left: 30px;
}
#singlep .f3 .am-container .title h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#singlep .f3 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #0041FF;
  margin-top: 1.5rem;
}
#singlep .f3 .content {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
#singlep .f3 .content .bd {
  padding: 0;
}
#singlep .f3 .content .bd .inner {
  text-align: left;
  position: relative;
  padding-left: 80px;
}
#singlep .f3 .content .bd .inner .swiper-button-prev {
  outline: none !important;
}
#singlep .f3 .content .bd .inner .swiper-button-prev img {
  height: 40px;
}
#singlep .f3 .content .bd .inner .swiper-button-prev:after {
  font-size: 30px;
  display: none;
}
#singlep .f3 .content .bd .inner .swiper-container {
  position: relative;
  margin-right: -30%;
  height: 100%;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
#singlep .f3 .content .bd .inner .swiper-container .swiper-wrapper.ps1 {
  position: relative;
}
#singlep .f3 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide {
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
#singlep .f3 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .left .lthum {
  height: 420px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}
#singlep .f3 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .bd {
  width: 100%;
}
#singlep .f3 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .bd h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
#singlep .f3 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .bd p {
  margin-top: 0;
  font-size: 14px;
  color: #7A7A7A;
  font-weight: bold;
}
#singlep .f3 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .bd a {
  letter-spacing: 3px;
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(0, 65, 255, 0.9);
  width: 150px;
  color: #fff;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#singlep .f3 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .bd a:hover {
  box-shadow: none;
}
#page-ms .banner {
  background-size: cover;
  background-position: center;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-ms .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-ms .f1 {
  padding: 100px 0;
}
#page-ms .f1 .am-container .title {
  text-align: center;
}
#page-ms .f1 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-ms .f1 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-ms .f1 .am-container .content {
  margin-top: 50px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
#page-ms .f1 .am-container .content .left img {
  border-radius: 10px;
}
#page-ms .f1 .am-container .content .right p {
  font-size: 16px;
  color: #7A7A7A;
  line-height: 1.66;
}
#page-ms .f1 .am-container .content .right .lx {
  display: flex;
  height: 100px;
}
#page-ms .f1 .am-container .content .right .lx img {
  width: 100px;
}
#page-ms .f1 .am-container .content .right .lx p {
  padding-left: 20px;
}
#page-ms .f2 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
#page-ms .f2 .am-container .title {
  text-align: center;
}
#page-ms .f2 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-ms .f2 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-ms .f2 .am-container .content {
  margin-top: 50px;
  overflow: hidden;
}
#page-ms .f2 .am-container .content .item {
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 3rem;
}
#page-ms .f2 .am-container .content .item .inner {
  border-radius: 6px;
  overflow: hidden;
}
#page-ms .f2 .am-container .content .item .inner a {
  display: flex;
  position: relative;
  flex-direction: column;
}
#page-ms .f2 .am-container .content .item .inner a .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, #0B0B0B 100%);
  border: 1px solid #979797;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
#page-ms .f2 .am-container .content .item .inner a .cover i {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
#page-ms .f2 .am-container .content .item .inner a .ms {
  display: flex;
  position: absolute;
  z-index: 9;
  color: #fff;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  font-size: 18px;
}
#page-ms .f2 .am-container .content .item .inner a .ck {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  opacity: 0;
}
#page-ms .f2 .am-container .content .item .inner a img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#page-ms .f2 .am-container .content .item .inner a:hover img {
  transform: scale(1.1);
}
#page-ms .f2 .am-container .content .item .inner a:hover .cover {
  opacity: 0;
}
#page-ms .f2 .am-container .content .item .inner a:hover .ms {
  opacity: 0;
}
#page-ms .f2 .am-container .content .item .inner a:hover .ck {
  opacity: 1;
}
#page-ld .banner {
  background-size: cover;
  background-position: center;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-ld .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-ld .f1 {
  padding: 100px 0;
}
#page-ld .f1 .am-container .title {
  text-align: center;
}
#page-ld .f1 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
  letter-spacing: 6px;
}
#page-ld .f1 .am-container .title h3 span {
  color: #A3A3A3;
  letter-spacing: 10px;
}
#page-ld .f1 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-ld .f1 .am-container .content {
  margin-top: 50px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
#page-ld .f1 .am-container .content .left img {
  border-radius: 10px;
}
#page-ld .f1 .am-container .content .right p {
  font-size: 16px;
  color: #7A7A7A;
  line-height: 2.2;
}
#page-ld .f2 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
#page-ld .f2 .am-container .title {
  text-align: center;
}
#page-ld .f2 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
  letter-spacing: 6px;
}
#page-ld .f2 .am-container .title h3 span {
  color: #A3A3A3;
  letter-spacing: 10px;
}
#page-ld .f2 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-ld .f2 .am-container .content {
  margin-top: 50px;
  overflow: hidden;
}
#page-ld .f2 .am-container .content .item .item-bd {
  cursor: pointer;
}
#page-ld .f2 .am-container .content .item .item-bd .top {
  position: relative;
}
#page-ld .f2 .am-container .content .item .item-bd .top .cover {
  background: rgba(0, 65, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  opacity: 0;
}
#page-ld .f2 .am-container .content .item .item-bd .top .cover .cbd p {
  margin: 1rem 0;
  color: #fff;
}
#page-ld .f2 .am-container .content .item .item-bd .top .cover .cbd p:before {
  content: "\f05d";
  display: inline-block;
  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);
  padding-right: 5px;
}
#page-ld .f2 .am-container .content .item .item-bd .bot {
  background-color: #fff;
  min-height: 210px;
  text-align: center;
  padding: 3rem 1.5rem 0;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}
#page-ld .f2 .am-container .content .item .item-bd .bot h3 {
  font-size: 20px;
  color: #565656;
}
#page-ld .f2 .am-container .content .item .item-bd .bot p {
  color: #747474;
}
#page-ld .f2 .am-container .content .item:hover .top .cover {
  opacity: 1;
}
#page-ld .f3 {
  padding: 100px 0;
}
#page-ld .f3 .am-container .title {
  text-align: center;
}
#page-ld .f3 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
  letter-spacing: 6px;
}
#page-ld .f3 .am-container .title h3 span {
  color: #A3A3A3;
  letter-spacing: 10px;
}
#page-ld .f3 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-ld .f3 .am-container .content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
#page-ld .f3 .am-container .content .item {
  text-align: center;
  margin-bottom: 3rem;
}
#page-ld .f3 .am-container .content .item img {
  height: 50px;
}
#page-ld .f3 .am-container .content .item h3 {
  font-size: 20px;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
#page-ld .f3 .am-container .content .item p {
  line-height: 2;
  color: #505050;
  margin-top: 0;
}
#page-ld .f4 {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
#page-ld .f4 .am-container .title {
  text-align: center;
}
#page-ld .f4 .am-container .title h3 {
  color: #CDCDCD;
  font-size: 3.2rem;
  letter-spacing: 6px;
}
#page-ld .f4 .am-container .title h3 span {
  color: #fff;
  letter-spacing: 10px;
}
#page-ld .f4 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-ld .f4 .am-container .content {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
#page-ld .f4 .am-container .content p {
  color: #fff;
  line-height: 2;
}
#page-ld .f5 {
  padding: 100px 0;
}
#page-ld .f5 .am-container .title {
  text-align: center;
}
#page-ld .f5 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
  letter-spacing: 6px;
}
#page-ld .f5 .am-container .title h3 span {
  color: #A3A3A3;
  letter-spacing: 10px;
}
#page-ld .f5 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-ld .f5 .am-container .content {
  margin-top: 50px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
#page-ld .f5 .am-container .content .right .inner {
  background: rgba(22, 67, 255, 0.8);
  margin-left: -100px;
  padding: 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#page-ld .f5 .am-container .content .right .inner p {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
#page-ld .f5 .am-container .content .right .inner span {
  font-size: 20px;
  color: #fff;
}
#page-contact .banner {
  background-size: cover;
  background-position: center;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-contact .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-contact .f1 {
  padding: 100px 0;
}
#page-contact .f1 .am-container {
  display: flex;
  align-items: center;
}
#page-contact .f1 .am-container .left .inner {
  padding: 3rem 4rem;
  padding-left: 5rem;
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
#page-contact .f1 .am-container .left .inner h3 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
#page-contact .f1 .am-container .left .inner p {
  margin-top: 0.2rem;
  position: relative;
  font-size: 14px;
}
#page-contact .f1 .am-container .left .inner .phone:before {
  content: "\f095";
  display: inline-flex;
  font-family: FontAwesome, sans-serif;
  position: absolute;
  left: -1.6rem;
}
#page-contact .f1 .am-container .left .inner .add:before {
  content: "\f041";
  display: inline-flex;
  font-family: FontAwesome, sans-serif;
  position: absolute;
  left: -1.6rem;
}
#page-contact .f1 .am-container .left .inner .mail:before {
  content: "\f0e0";
  display: inline-flex;
  font-family: FontAwesome, sans-serif;
  position: absolute;
  left: -1.8rem;
}
#page-contact .f1 .am-container .left .inner .wx:before {
  content: "\f1d7";
  display: inline-flex;
  font-family: FontAwesome, sans-serif;
  position: absolute;
  left: -2rem;
}
#page-contact .f1 .am-container .left .inner .ewm {
  display: flex;
  text-align: center;
}
#page-contact .f1 .am-container .left .inner .ewm .gzh {
  padding-right: 2rem;
}
#page-contact .f1 .am-container .left .inner .ewm .gzh div {
  margin-top: 1rem;
}
#page-contact .f1 .am-container .left .inner .ewm .kfh {
  padding-left: 2rem;
}
#page-contact .f1 .am-container .left .inner .ewm .kfh div {
  margin-top: 1rem;
}
#page-contact .f1 .am-container .right .inner {
  display: flex;
  flex-wrap: wrap;
}
#page-contact .f1 .am-container .right .inner h3.title {
  font-size: 24px;
}
#page-contact .f1 .am-container .right .inner form {
  display: flex;
}
#page-contact .f1 .am-container .right .inner form .sub_btn {
  text-align: right;
}
#page-contact .f1 .am-container .right .inner form .sub_btn input {
  margin: 0 5px;
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 160px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
  border: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none;
}
#page-contact .f1 .am-container .right .inner form .sub_btn input:hover {
  box-shadow: none;
  opacity: 0.6;
}
#page-contact .f2 {
  padding-bottom: 100px;
}
#page-contact .f2 .am-container {
  display: flex;
}
#page-contact .f2 .am-container img {
  border-radius: 6px;
}
#page-search {
  background-color: #f5f5f5;
}
#page-search .banner {
  background-size: cover;
  background-position: center top;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-search .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-search .content {
  padding: 100px 0;
}
#page-search .content .am-container {
  display: flex;
  flex-flow: column;
}
#page-search .content .am-container .title {
  text-align: center;
}
#page-search .content .am-container .title h3 {
  color: #3E3E3E;
  font-size: 2.4rem;
}
#page-search .content .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-search .content .am-container .project-inner .search-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
}
#page-search .content .am-container .project-inner .search-list .item {
  margin-bottom: 2.5rem;
}
#page-search .content .am-container .project-inner .search-list .item .item-bd {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  height: 400px;
  background-color: #fff;
  background-size: cover;
  background-position: center top;
}
#page-search .content .am-container .project-inner .search-list .item .item-bd .bot {
  position: absolute;
  width: 100%;
  background-color: #fff;
  left: 0;
  bottom: 0;
  padding: 2rem 1.5em 1.5rem;
  height: 140px;
}
#page-search .content .am-container .project-inner .search-list .item .item-bd .bot h3 {
  font-size: 18px;
  color: #000000;
  margin: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
}
#page-search .content .am-container .project-inner .search-list .item .item-bd .bot .p1 {
  font-size: 15px;
  color: #5a5a5a;
  margin: 1rem 0;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 5px;
  padding-bottom: 5px;
}
#page-search .content .am-container .project-inner .search-list .item .item-bd .bot .p2 {
  font-size: 14px;
  color: #666;
  margin: 0;
  opacity: 0;
}
#page-search .content .am-container .project-inner .search-list .item .item-bd .bot .ad {
  position: absolute;
  bottom: 10px;
  color: #9D9D9D;
  font-weight: bold;
}
#page-search .content .am-container .project-inner .search-list .item .item-bd:hover {
  border-bottom: 4px solid #1954FF;
}
#page-search .content .am-container .project-inner .search-list .item .item-bd:hover .bot {
  height: 220px;
}
#page-search .content .am-container .project-inner .search-list .item .item-bd:hover .bot h3 {
  color: #000;
}
#page-search .content .am-container .project-inner .search-list .item .item-bd:hover .bot .p2 {
  opacity: 1;
}
#page-search .content .am-container .news-inner {
  margin-top: 60px;
}
#page-search .content .am-container .news-inner .search-list {
  margin-top: 60px;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  top: 0;
  margin-bottom: 30px;
  box-sizing: border-box;
  outline: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
}
#page-search .content .am-container .news-inner .search-list .item .item-bd a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd a .left {
  width: 33.333%;
  height: 250px;
  background-size: cover;
  background-position: center;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd a .right {
  position: relative;
  width: 66.666%;
  height: 100%;
  padding: 0 2rem;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd a .right h3 {
  font-size: 20px;
  color: #747474;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd a .right hr {
  width: 40px;
  border-top: 3px solid #7C7C7C;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd a .right p {
  font-size: 16px;
  color: #cacaca;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd a .right span {
  font-size: 14px;
  color: #747474;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  top: -10px;
  border-right: 4px solid #1954FF;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd:hover a h3 {
  color: #000;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd:hover a p {
  color: #494949;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd:hover a span {
  color: #000;
}
#page-search .content .am-container .news-inner .search-list .item .item-bd:hover a hr {
  border-color: #1954FF;
}
#page-news .banner {
  background-size: cover;
  background-position: center top;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-news .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-news .f1 {
  padding: 100px 0 0;
  background-color: #f4f4f4;
}
#page-news .f1 .am-container {
  max-width: 1280px;
}
#page-news .f1 .am-container .title {
  text-align: center;
}
#page-news .f1 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-news .f1 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-news .f1 .am-container .content {
  margin-top: 40px;
  position: relative;
  padding: 0 60px;
}
#page-news .f1 .am-container .content .swiper-button-prev {
  color: #fff;
  background: #C1C1C1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  outline: none;
}
#page-news .f1 .am-container .content .swiper-button-prev:after {
  font-size: 18px;
  outline: none;
}
#page-news .f1 .am-container .content .swiper-button-next {
  color: #fff;
  background: #C1C1C1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  outline: none;
}
#page-news .f1 .am-container .content .swiper-button-next:after {
  font-size: 18px;
  outline: none;
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide {
  padding: 20px;
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  top: 0;
  box-sizing: border-box;
  outline: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner .top {
  height: 260px;
  background-position: center left;
  background-size: cover;
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner .bot {
  padding: 2rem 1rem;
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner .bot h3 {
  font-size: 18px;
  color: #747474;
  margin: 0;
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner .bot .p1 {
  font-size: 16px;
  color: #8f8f8f;
  margin: 1rem 0;
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner .bot .p1 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner .bot .p2 {
  font-size: 14px;
  color: #747474;
  margin: 0;
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner:hover {
  top: -10px;
  border-bottom: 4px solid #1954FF;
  box-sizing: border-box;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner:hover .bot h3 {
  color: #000;
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner:hover .bot .p1 {
  color: #303030;
}
#page-news .f1 .am-container .content .swiper-container .swiper-wrapper .swiper-slide .inner:hover .bot .p2 {
  color: #000;
}
#page-news .f2 {
  padding: 100px 0;
  background-color: #f4f4f4;
}
#page-news .f2 .am-container {
  max-width: 1120px;
}
#page-news .f2 .am-container .title {
  text-align: center;
}
#page-news .f2 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-news .f2 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-news .f2 .am-container .content {
  margin-top: 60px;
}
#page-news .f2 .am-container .content .item .item-bd {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  top: 0;
  margin-bottom: 30px;
  box-sizing: border-box;
  outline: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
}
#page-news .f2 .am-container .content .item .item-bd a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#page-news .f2 .am-container .content .item .item-bd a .left {
  width: 33.333%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/nn1.jpg);
}
#page-news .f2 .am-container .content .item .item-bd a .right {
  position: relative;
  width: 66.666%;
  height: 100%;
  padding: 0 2rem;
}
#page-news .f2 .am-container .content .item .item-bd a .right h3 {
  font-size: 20px;
  color: #747474;
}
#page-news .f2 .am-container .content .item .item-bd a .right hr {
  width: 40px;
  border-top: 3px solid #7C7C7C;
}
#page-news .f2 .am-container .content .item .item-bd a .right p {
  font-size: 16px;
  color: #cacaca;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#page-news .f2 .am-container .content .item .item-bd a .right span {
  font-size: 14px;
  color: #747474;
}
#page-news .f2 .am-container .content .item .item-bd:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  top: -10px;
  border-right: 4px solid #1954FF;
}
#page-news .f2 .am-container .content .item .item-bd:hover a h3 {
  color: #000;
}
#page-news .f2 .am-container .content .item .item-bd:hover a p {
  color: #494949;
}
#page-news .f2 .am-container .content .item .item-bd:hover a span {
  color: #000;
}
#page-news .f2 .am-container .content .item .item-bd:hover a hr {
  border-color: #1954FF;
}
#page-news .f2 .am-container .content .alm-load-more-btn {
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 150px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#page-news .f2 .am-container .content .alm-load-more-btn:hover {
  box-shadow: none;
}
#page-news-single .banner {
  background-size: cover;
  background-position: center bottom;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-news-single .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-news-single .article-content {
  padding: 100px 0;
}
#page-news-single .article-content .am-container .inner {
  max-width: 800px;
  margin: 0 auto;
}
#page-news-single .article-content .am-container .inner .top {
  color: #4976FB;
  text-transform: unset;
}
#page-news-single .article-content .am-container .inner .top .cat {
  font-weight: 600;
  color: #4976FB;
  text-transform: uppercase;
}
#page-news-single .article-content .am-container .inner .top .time {
  color: #4976FB;
}
#page-news-single .article-content .am-container .inner .top h2 {
  font-size: 32px;
  color: #000000;
  margin-top: 1rem;
}
#page-news-single .article-content .am-container .inner .bd p {
  font-size: 16px;
  color: #696969;
  line-height: 1.8;
}
#page-news-single .article-content .am-container .inner .bd img {
  max-width: 100% !important;
  height: auto !important;
  margin: 1rem 0;
}
#page-news-single .article-content .am-container .inner .bd h3 {
  font-size: 24px;
  border-left: 4px solid #4976FB;
  padding-left: 2rem;
  margin: 0;
  line-height: 2;
}
#page-news-single .article-content .am-container .inner .bd .gallery {
  margin: 1rem -0.5rem;
}
#page-news-single .article-content .am-container .inner .bd .gallery .gallery-item {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0.5rem;
}
#page-news-single .article-content .am-container .inner .bd .gallery .gallery-item img {
  border: 0;
  margin: 0.5rem 0;
}
#page-news-single .rel-news {
  background-color: #f4f4f4;
  padding: 100px 0;
}
#page-news-single .rel-news .am-container .title {
  text-align: center;
}
#page-news-single .rel-news .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-news-single .rel-news .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-news-single .rel-news .am-container .content {
  margin-top: 60px;
}
#page-news-single .rel-news .am-container .content .item .item-bd {
  border-radius: 6px;
  overflow: hidden;
  height: 280px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  align-items: center;
  cursor: pointer;
}
#page-news-single .rel-news .am-container .content .item .item-bd .left {
  width: 60%;
  padding: 1rem 1.5rem;
}
#page-news-single .rel-news .am-container .content .item .item-bd .left span.day {
  font-size: 24px;
  color: #606060;
}
#page-news-single .rel-news .am-container .content .item .item-bd .left p.ny {
  font-size: 16px;
  color: #c7c7c7;
  margin: 0;
  margin-bottom: 1rem;
}
#page-news-single .rel-news .am-container .content .item .item-bd .left h3 {
  font-size: 20px;
  color: #696969;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#page-news-single .rel-news .am-container .content .item .item-bd .left .i1 {
  width: 50px;
  height: 50px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1.5rem;
  bottom: 1.2rem;
  opacity: 1;
}
#page-news-single .rel-news .am-container .content .item .item-bd .left .i1 img {
  width: 29px;
}
#page-news-single .rel-news .am-container .content .item .item-bd .left .i2 {
  width: 50px;
  height: 50px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
  opacity: 0;
}
#page-news-single .rel-news .am-container .content .item .item-bd .left .i2 img {
  width: 45px;
}
#page-news-single .rel-news .am-container .content .item .item-bd .right {
  width: 40%;
  background-color: #333;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#page-news-single .rel-news .am-container .content .item .item-bd:hover {
  box-shadow: 1px 3px 16px 1px rgba(0, 0, 0, 0.1);
}
#page-news-single .rel-news .am-container .content .item .item-bd:hover .left h3 {
  color: #4976FB;
}
#page-news-single .rel-news .am-container .content .item .item-bd:hover .left p.ny {
  color: #7b7b7b;
}
#page-news-single .rel-news .am-container .content .item .item-bd:hover .left span.day {
  color: #000;
}
#page-news-single .rel-news .am-container .content .item .item-bd:hover .left .i1 {
  opacity: 0;
}
#page-news-single .rel-news .am-container .content .item .item-bd:hover .left .i2 {
  opacity: 1;
}
#page-jz {
  background-color: #f5f5f5;
}
#page-jz .banner {
  background-size: cover;
  background-position: center top;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-jz .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-jz #s_nav {
  background-color: #fff;
  height: 80px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
#page-jz #s_nav .am-container {
  max-width: 800px;
}
#page-jz #s_nav .am-container ul {
  text-align: center;
}
#page-jz #s_nav .am-container ul li a {
  line-height: 80px;
  font-size: 16px;
  color: #787878;
  display: inline-block;
  padding: 0 2px;
}
#page-jz #s_nav .am-container ul li a.am-active {
  color: #1755FF;
  font-weight: 600;
  border-bottom: 3px solid #1755FF;
}
#page-jz #s_nav.am-sticky {
  height: 60px;
}
#page-jz #s_nav.am-sticky .am-container ul li a {
  height: 60px;
  line-height: 60px;
}
#page-jz #step {
  background-color: #f5f5f5;
  padding: 30px 0;
}
#page-jz #step .am-container {
  max-width: 1000px;
}
#page-jz #step .am-container .inner {
  padding: 30px 0;
}
#page-jz #step .am-container .inner .item .item-bd {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  top: 0;
  margin-bottom: 30px;
  display: flex;
  vertical-align: middle;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}
#page-jz #step .am-container .inner .item .item-bd .left {
  width: 48%;
}
#page-jz #step .am-container .inner .item .item-bd .right {
  width: 52%;
  height: 100%;
}
#page-jz #step .am-container .inner .item .item-bd .right .title {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  padding: 0 2rem;
}
#page-jz #step .am-container .inner .item .item-bd .right .step {
  font-size: 36px;
  color: #c1c1c1;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
#page-jz #step .am-container .inner .item .item-bd .right .bd {
  padding: 0 2rem;
  padding-top: 2rem;
}
#page-jz #step .am-container .inner .item .item-bd .right .bd p {
  color: #000;
}
#page-jz #step .am-container .inner .item .item-bd .right .bd ul li {
  color: #747474;
  line-height: 2;
}
#page-jz #step .am-container .inner .item:nth-child(even) .item-bd {
  flex-direction: row-reverse;
}
#page-jz #step .am-container .inner .item:nth-child(even) .item-bd .right .step {
  right: 52%;
}
#page-jz #step .am-container #f3 .inner .item:nth-child(odd) .item-bd {
  flex-direction: row-reverse;
}
#page-jz #step .am-container #f3 .inner .item:nth-child(even) .item-bd {
  flex-direction: row !important;
}
#page-jzpt .banner {
  background-size: cover;
  background-position: center top;
  height: 35rem;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
#page-jzpt .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-jzpt .banner p {
  color: #fff;
  font-size: 24px;
}
#page-jzpt .f1 {
  padding: 100px 0;
}
#page-jzpt .f1 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-jzpt .f1 .am-container .title hr {
  width: 32px;
  border-top: 3px solid #0041FF;
  margin-top: 0rem;
}
#page-jzpt .f1 .am-container .content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
#page-jzpt .f1 .am-container .content .item {
  text-align: center;
  margin-bottom: 3rem;
}
#page-jzpt .f1 .am-container .content .item .cc {
  height: 80px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
#page-jzpt .f1 .am-container .content .item .cc img {
  width: 50px;
}
#page-jzpt .f1 .am-container .content .item h3 {
  font-size: 20px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#page-jzpt .f1 .am-container .content .item p {
  line-height: 2;
  color: #505050;
  margin-top: 0;
}
#page-jzpt .f2 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
#page-jzpt .f2 .am-container .content {
  display: flex;
}
#page-jzpt .f2 .am-container .content .left {
  padding-right: 5rem;
}
#page-jzpt .f2 .am-container .content .left .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-jzpt .f2 .am-container .content .left .title hr {
  width: 32px;
  border-top: 3px solid #0041FF;
  margin-top: 0rem;
}
#page-jzpt .f2 .am-container .content .left .mid {
  padding: 3rem 0;
}
#page-jzpt .f2 .am-container .content .left .mid p {
  color: #666666;
  line-height: 2;
}
#page-jzpt .f2 .am-container .content .left .bot h3 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 5px;
}
#page-jzpt .f2 .am-container .content .left .bot p {
  margin: 0;
  color: #565656;
  font-size: 20px;
}
#page-jzpt .f3 {
  padding: 100px 0;
}
#page-jzpt .f3 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-jzpt .f3 .am-container .title hr {
  width: 32px;
  border-top: 3px solid #0041FF;
  margin-top: 0rem;
}
#page-jzpt .f3 .content .am-tabs {
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}
#page-jzpt .f3 .content .am-tabs .am-tabs-nav {
  padding-left: 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 3rem;
}
#page-jzpt .f3 .content .am-tabs .am-tabs-nav li {
  list-style-type: none;
  float: left;
  padding-right: 30px;
}
#page-jzpt .f3 .content .am-tabs .am-tabs-nav li a {
  color: #868686;
  font-size: 16px;
}
#page-jzpt .f3 .content .am-tabs .am-tabs-nav li.am-active a {
  color: #626262;
  padding: 2px 2px;
  border-bottom: 3px solid #626262;
}
#page-jzpt .f3 .content .am-tabs-bd {
  border: 0;
}
#page-jzpt .f3 .content .am-tabs-bd .am-tab-panel {
  padding: 0 !important;
}
#page-jzpt .f3 .content .am-tabs-bd .am-tab-panel .am-gallery {
  padding: 0;
}
#page-jzpt .f3 .content .am-tabs-bd .am-tab-panel .am-gallery a {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  flex-direction: column;
}
#page-jzpt .f3 .content .am-tabs-bd .am-tab-panel .am-gallery a .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, 0.8);
  color: #c1c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  opacity: 0;
}
#page-jzpt .f3 .content .am-tabs-bd .am-tab-panel .am-gallery a img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#page-jzpt .f3 .content .am-tabs-bd .am-tab-panel .am-gallery a .ms {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  opacity: 0;
  text-align: center;
}
#page-jzpt .f3 .content .am-tabs-bd .am-tab-panel .am-gallery a:hover .cover {
  opacity: 1;
}
#page-jzpt .f3 .content .am-tabs-bd .am-tab-panel .am-gallery a:hover .ms {
  opacity: 1;
}
#page-jzpt .f3 .content .am-tabs-bd .am-tab-panel .am-gallery a:hover img {
  transform: scale(1.1);
}
#page-cz .banner {
  background-size: cover;
  background-position: center;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-cz .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-cz .f1 {
  padding: 100px 0;
}
#page-cz .f1 .am-container .content {
  display: flex;
  align-items: center;
}
#page-cz .f1 .am-container .content .right .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-cz .f1 .am-container .content .right .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin-top: 1.5rem;
}
#page-cz .f1 .am-container .content .right p {
  font-size: 16px;
  color: #7A7A7A;
  line-height: 1.8;
}
#page-cz .f2 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
#page-cz .f2 .am-container .title {
  text-align: center;
}
#page-cz .f2 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-cz .f2 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-cz .f2 .am-container .content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
#page-cz .f2 .am-container .content .item {
  text-align: center;
  margin-bottom: 3rem;
}
#page-cz .f2 .am-container .content .item .item-bd {
  background-color: #fff;
  padding: 4rem 3rem;
  height: 360px;
}
#page-cz .f2 .am-container .content .item .item-bd .top {
  height: 60px;
}
#page-cz .f2 .am-container .content .item .item-bd .top img {
  width: 50px;
}
#page-cz .f2 .am-container .content .item .item-bd h3 {
  font-size: 20px;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
#page-cz .f2 .am-container .content .item .item-bd p {
  line-height: 2;
  color: #505050;
  margin-top: 0;
  text-align: left;
}
#page-cz .f2 .am-container .content .item:nth-child(1) .item-bd .top img {
  width: 58px;
}
#page-cz .f2 .am-container .content .item:nth-child(2) .item-bd .top img {
  width: 54px;
}
#page-cz .f2 .am-container .content .item:nth-child(3) .item-bd .top img {
  width: 48px;
}
#page-cz .f2 .am-container .content .item:nth-child(4) .item-bd .top img {
  width: 36px;
}
#page-cz .f2 .am-container .content .item:nth-child(5) .item-bd .top img {
  width: 52px;
}
#page-cz .f2 .am-container .content .item:nth-child(6) .item-bd .top img {
  width: 53px;
}
#page-cz .f3 {
  padding: 100px 0;
}
#page-cz .f3 .am-container .title {
  text-align: center;
}
#page-cz .f3 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-cz .f3 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-cz .f3 .am-container .content {
  margin-top: 50px;
}
#page-cz .f3 .am-container .content .inner {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 2rem;
}
#page-cz .f3 .am-container .content .inner .left img {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#page-cz .f3 .am-container .content .inner .right h3 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
#page-cz .f3 .am-container .content .inner .right p {
  line-height: 2;
  color: #000;
}
#page-cz .f3 .am-container .content .inner .right ul li {
  color: #767676;
}
#page-cz .f4 {
  padding: 100px 0;
  background-size: cover;
  background-position: center bottom;
}
#page-cz .f4 .am-container .title {
  text-align: center;
}
#page-cz .f4 .am-container .title h3 {
  color: #fff;
  font-size: 3.2rem;
}
#page-cz .f4 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #fff;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-cz .f4 .am-container .content {
  max-width: 680px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
#page-cz .f4 .am-container .content p {
  color: #fff;
  line-height: 2;
}
#page-az {
  background-color: #f5f5f5;
}
#page-az .banner {
  background-size: cover;
  background-position: center bottom;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-az .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-az #top {
  padding: 100px 0;
}
#page-az #top .am-container .content .inner {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 2rem;
}
#page-az #top .am-container .content .inner .left img {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#page-az #top .am-container .content .inner .right h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
#page-az #top .am-container .content .inner .right p {
  line-height: 2;
  color: #646464;
}
#page-az #top .am-container .content .inner .right ul li {
  color: #767676;
}
#page-az #city {
  padding: 0 0 100px;
}
#page-az #city .am-container > h3.title {
  font-size: 32px;
  text-align: center;
}
#page-az #city .am-container .more {
  margin-top: 50px;
  text-align: center;
}
#page-az #city .am-container .more .m-btn {
  margin: 0 5px;
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 160px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#page-az #city .am-container .more .m-btn:hover {
  box-shadow: none;
  opacity: 0.6;
}
#page-az #city .am-container .s1 {
  padding: 0 60px;
  position: relative;
}
#page-az #city .am-container .s1 .t_content {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#page-az #city .am-container .s1 .t_content .left h3 {
  font-size: 32px;
}
#page-az #city .am-container .s1 .t_content .left p {
  color: #333;
}
#page-az #city .am-container .s1 .t_content .right {
  outline: none;
}
#page-az #city .am-container .s1 .t_content .right img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  outline: none;
}
#page-az #city .am-container .f4 .g-content {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
#page-az #city .am-container .f4 .g-content:nth-child(even) {
  flex-direction: row-reverse;
}
#page-az #city .am-container .f4 .g-content .left {
  padding: 0 50px 20px;
}
#page-az #city .am-container .f4 .g-content .left .swiper-button-prev,
#page-az #city .am-container .f4 .g-content .left .swiper-button-next {
  outline: none;
  background-color: #0041FF;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 30px;
}
#page-az #city .am-container .f4 .g-content .left .swiper-button-prev:after,
#page-az #city .am-container .f4 .g-content .left .swiper-button-next:after {
  font-size: 14px;
}
#page-az #city .am-container .f4 .g-content .left .swiper-pagination {
  width: 100%;
  bottom: 0;
  left: 0;
}
#page-az #city .am-container .f4 .g-content .left .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #0041FF;
  opacity: 0.6;
  margin: 0 3px;
  outline: none;
}
#page-az #city .am-container .f4 .g-content .left .swiper-pagination-bullet-active {
  opacity: 1;
}
#page-az #city .am-container .f4 .g-content .left .swiper-slide img {
  border-radius: 6px;
}
#page-az #city .am-container .f4 .g-content .right h3 {
  font-size: 18px;
}
#page-az #city .am-container .f4 .g-content .right p {
  color: #333;
}
#page-dz {
  background-color: #f5f5f5;
}
#page-dz .banner {
  background-size: cover;
  background-position: center bottom;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-dz .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-dz #city {
  padding: 100px 0 100px;
}
#page-dz #city .am-container .title {
  text-align: center;
}
#page-dz #city .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-dz #city .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-dz #city .am-container .more {
  margin-top: 50px;
  text-align: center;
}
#page-dz #city .am-container .more .m-btn {
  margin: 0 5px;
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 160px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#page-dz #city .am-container .more .m-btn:hover {
  box-shadow: none;
  opacity: 0.6;
}
#page-dz #city .am-container .f1 {
  padding: 0 60px;
  position: relative;
}
#page-dz #city .am-container .f1 .swiper-button-prev,
#page-dz #city .am-container .f1 .swiper-button-next {
  outline: none;
}
#page-dz #city .am-container .f1 #sd1 {
  padding: 60px 0;
}
#page-dz #city .am-container .f1 #sd1 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}
#page-dz #city .am-container .f1 #sd1 .swiper-wrapper .swiper-slide h3 {
  position: absolute;
  left: 3rem;
  top: 0;
  color: #fff;
  font-size: 2.4rem;
}
#page-dz #city .am-container .f1 #sd1 .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #0041FF;
  opacity: 0.6;
}
#page-dz #city .am-container .f1 #sd1 .swiper-pagination-bullet-active {
  opacity: 1;
}
#page-dz #city .am-container .f2 {
  padding: 10px 60px;
  position: relative;
}
#page-dz #city .am-container .f2 #sd2 {
  padding: 20px 0 20px;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide {
  height: 1px;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  height: auto !important;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner {
  padding: 30px 0;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item .item-bd {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  top: 0;
  margin-bottom: 30px;
  display: flex;
  vertical-align: middle;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item .item-bd .left {
  height: 100%;
  min-height: 330px;
  background-size: cover;
  background-position: center;
  width: 48%;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item .item-bd .right {
  width: 52%;
  height: 100%;
  padding: 2rem 2rem 3rem;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item .item-bd .right .title {
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item .item-bd .right .step {
  font-size: 36px;
  color: #c1c1c1;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item .item-bd .right .bd h4 {
  margin: 0;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item .item-bd .right .bd p {
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item .item-bd .right .bd ul {
  margin: 0;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item .item-bd .right .bd ul li {
  color: #747474;
  line-height: 1.8;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item:nth-child(even) .item-bd {
  flex-direction: row-reverse;
}
#page-dz #city .am-container .f2 #sd2 .swiper-wrapper .swiper-slide .inner .item:nth-child(even) .item-bd .right .step {
  right: 52%;
}
#page-xc {
  background-color: #fafafa;
}
#page-xc .banner {
  background-size: cover;
  background-position: center bottom;
  height: 35rem;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
#page-xc .banner h3 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}
#page-xc .f1 {
  background-color: #fafafa;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#page-xc .f1 .am-container .title {
  text-align: center;
}
#page-xc .f1 .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-xc .f1 .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-xc .f1 .content {
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}
#page-xc .f1 .content .bd {
  padding: 0;
}
#page-xc .f1 .content .bd .inner {
  text-align: left;
  position: relative;
  padding-left: 60px;
}
#page-xc .f1 .content .bd .inner .swiper-button-prev {
  outline: none !important;
}
#page-xc .f1 .content .bd .inner .swiper-button-prev img {
  height: 30px;
}
#page-xc .f1 .content .bd .inner .swiper-button-prev:after {
  font-size: 30px;
  display: none;
}
#page-xc .f1 .content .bd .inner .swiper-container {
  position: relative;
  height: 100%;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 {
  position: relative;
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  vertical-align: middle;
  align-items: center;
  min-height: 300px;
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .left {
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .left img {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .right {
  padding: 20px 20px;
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .right .bd {
  width: 100%;
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .right .bd h4 {
  margin-bottom: 0;
  font-size: 18px;
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .right .bd h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .right .bd p {
  margin-top: 0;
  font-size: 14px;
  color: #7A7A7A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .right .bd a {
  letter-spacing: 3px;
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(0, 65, 255, 0.9);
  width: 150px;
  color: #fff;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#page-xc .f1 .content .bd .inner .swiper-container .swiper-wrapper.ps1 .swiper-slide .right .bd a:hover {
  box-shadow: none;
}
#page-xc .am-tabs {
  margin-top: 60px;
}
#page-xc .am-tabs .am-tabs-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  border-bottom: 0;
}
#page-xc .am-tabs .am-tabs-nav li {
  list-style-type: none;
  display: inline-flex;
}
#page-xc .am-tabs .am-tabs-nav li.am-active a {
  color: #0041FF;
  border-bottom: 2px solid #0041FF;
}
#page-xc .am-tabs .am-tabs-nav li a {
  font-size: 20px;
  color: #646464;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
#page-xc .am-tabs .am-tabs-nav li:not(:last-child):after {
  font-family: FontAwesome, sans-serif;
  content: "\f072";
  display: inline-block;
  color: #646464;
  font-size: 20px;
  transform: rotate(45deg);
  margin: 0 20px 0 15px;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 {
  padding: 60px 0 100px;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .s-nav {
  margin-bottom: 6rem;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .s-nav ul {
  display: flex;
  justify-content: center;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .s-nav ul li {
  list-style-type: none;
  display: inline-flex;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .s-nav ul li.active a {
  color: #0041FF;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .s-nav ul li a {
  font-size: 20px;
  color: #646464;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .s-nav ul li:not(:last-child):after {
  font-family: FontAwesome, sans-serif;
  content: "\f072";
  display: inline-block;
  color: #646464;
  font-size: 20px;
  transform: rotate(45deg);
  margin: 0 20px 0 15px;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content {
  display: flex;
  flex-wrap: wrap;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content .item {
  margin-bottom: 3rem;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content .item .item-bd {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  height: 360px;
  background-size: cover;
  background-position: center;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content .item .item-bd a {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content .item .item-bd a img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content .item .item-bd a .ck {
  color: #fff;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  opacity: 0;
  right: 2.5rem;
  bottom: 1.5rem;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content .item .item-bd a .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  padding: 2rem;
  color: #fff;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content .item .item-bd a .cover h3 {
  font-size: 16px;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content .item .item-bd a .cover p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  -webkit-user-drag: auto;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content .item .item-bd a:hover .cover {
  opacity: 1;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .content .item .item-bd a:hover .ck {
  opacity: 0.8;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .more {
  text-align: center;
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .more .m-btn {
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 150px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#page-xc .am-tabs .am-tabs-bd .am-tab-panel .f2 .am-container .more .m-btn:hover {
  box-shadow: none;
}
#page-xc .rq {
  padding: 100px 0;
}
#page-xc .rq .am-container {
  max-width: 900px;
}
#page-xc .rq .am-container .title {
  text-align: center;
}
#page-xc .rq .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-xc .rq .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-xc .rq .am-container .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
#page-xc .rq .am-container .more {
  text-align: center;
}
#page-xc .rq .am-container .more .m-btn {
  margin-top: 40px;
  background: rgba(0, 65, 255, 0.9);
  border-radius: 28px;
  width: 150px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 3px 16px 1px rgba(0, 65, 255, 0.5);
}
#page-xc .rq .am-container .more .m-btn:hover {
  box-shadow: none;
}
#page-xc .xc-list {
  padding: 60px 0 100px;
}
#page-xc .xc-list .am-container .title {
  text-align: center;
}
#page-xc .xc-list .am-container .title h3 {
  color: #3E3E3E;
  font-size: 3.2rem;
}
#page-xc .xc-list .am-container .title hr {
  width: 60px;
  border-top: 3px solid #3E3E3E;
  margin: 0 auto;
  margin-top: 1.5rem;
}
#page-xc .xc-list .am-container .content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
#page-xc .xc-list .am-container .content .item .item-bd a {
  color: #333;
}
#page-xc .xc-list .am-container .content .item .item-bd img {
  border-radius: 6px;
}
#page-xc .xc-list .am-container .content .item .item-bd .bot h3 {
  font-size: 18px;
  margin-top: 1.5rem;
}
footer {
  padding-top: 100px;
  padding-bottom: 20px;
  background-size: cover;
  background-position: center;
}
footer .am-container {
  max-width: 1024px;
}
footer .am-container .content {
  margin-bottom: 30px;
}
footer .am-container .content .logo {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
footer .am-container .content .logo img {
  height: 80px;
}
footer .am-container .content .logo h3 {
  color: #dedede;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
footer .am-container .content .inner {
  display: flex;
}
footer .am-container .content .inner .lx {
  position: relative;
  width: 33.333%;
  float: left;
}
footer .am-container .content .inner .lx h3 {
  margin-bottom: 40px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  position: relative;
}
footer .am-container .content .inner .lx h3:after {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  background-color: #979797;
  position: absolute;
  bottom: -15px;
  z-index: 1;
}
footer .am-container .content .inner .lx h3:before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -15px;
  z-index: 2;
}
footer .am-container .content .inner .lx .bd ul {
  margin: 0;
  padding: 0;
}
footer .am-container .content .inner .lx .bd ul li {
  list-style-type: none;
}
footer .am-container .content .inner .lx .bd ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
footer .am-container .content .inner .lx .bd .am-form .am-form-group label {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}
footer .am-container .content .inner .lx .bd .am-form .am-form-group input {
  background: none;
  border: 0;
  border-bottom: 1px solid #979797;
  width: 60%;
  font-size: 14px;
  padding-left: 0;
  color: #fff;
}
footer .am-container .content .inner .lx .bd .am-form button {
  font-size: 14px;
  color: #fff;
  background-color: rgba(31, 67, 119, 0.45);
  border: 0;
  padding: 10px 20px;
  letter-spacing: 2px;
}
footer .am-container .content .inner .lx3 .bd ul li {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}
footer .am-container .content .inner .lx3 .bd ul li .t1 {
  width: 80px;
}
footer .am-container .content .inner .lx3 .bd ul li .t2 {
  max-width: 240px;
}
footer .am-container .content .inner .lx3 .bd ul li a.wechat {
  position: relative;
  font-size: 15px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #fff;
}
footer .am-container .content .inner .lx3 .bd ul li a.wechat img {
  position: absolute;
  width: 120px;
  top: -130px;
  right: 0px;
  z-index: -1;
  opacity: 0;
}
footer .am-container .content .inner .lx3 .bd ul li a.wechat:hover {
  color: #c5c5c5;
}
footer .am-container .content .inner .lx3 .bd ul li a.wechat:hover img {
  z-index: 999;
  opacity: 1;
}
footer .am-container .cop {
  border-top: 1px solid #4e4e4e;
  padding-top: 10px;
  margin-top: 80px;
}
footer .am-container .cop p {
  font-size: 13px;
  color: #a2a2a2;
  margin-bottom: 0;
}
.am-pureview {
  z-index: 999999;
}
.o-menu {
  background-color: #fff;
  text-align: center;
}
.o-menu .inner ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.o-menu .inner ul li {
  list-style-type: none;
  float: left;
  padding: 0 20px;
}
.o-menu .inner ul li a {
  color: #787878;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  line-height: 50px;
  display: inline-block;
}
.o-menu .inner ul li.active a {
  color: #1755FF;
  font-weight: bold;
  border-bottom: 2px solid #1755FF;
}
.o-menu .inner ul li:hover a {
  color: #1755FF;
  font-weight: bold;
  border-bottom: 2px solid #1755FF;
}
.old-list .am-container .content .item .item-bd .bot h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #333;
}
.old-container .am-container {
  max-width: 960px;
}
.old-container .am-container .inner {
  padding: 60px 0 40px;
}
.old-container .am-container .inner img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
