@font-face {
  font-family: 'syht';
  src: url('../fonts/syht.otf');
}
@font-face {
  font-family: 'bebas';
  src: url('../fonts/bebas.otf');
}
body,
html {
  font-family: 'syht';
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}
i {
  font-style: normal;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
ul,
table {
  margin: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.content {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}
.banner a {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.banner img {
  width: 100% !important;
}
.am-header {
  display: none;
  border-bottom: 2px solid #052653;
}
.am-header-default {
  background: #fff !important;
}
.am-header-default .am-header-nav > a i {
  color: #052653;
}
.am-menu-offcanvas1 .am-menu-toggle {
  color: #052653;
}
.am-menu-offcanvas1 .am-menu-toggle i {
  display: none;
}
.am-menu {
  display: none;
}
a:hover .pic img {
  scale: 1.1;
}
a .pic {
  overflow: hidden;
}
a .pic img {
  transition: all 0.3s ease-in-out;
}
.header {
  display: block;
  background: #fff;
}
.header .content {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .content .logo a {
  display: block;
}
.header .content .nav > ul {
  display: flex;
}
.header .content .nav > ul > li {
  padding: 0 10px;
  text-align: center;
  height: 100px;
  line-height: 100px;
  position: relative;
  margin: 0 14px;
}
.header .content .nav > ul > li.active > a {
  color: #052653;
  font-weight: bold;
}
.header .content .nav > ul > li:hover ul {
  display: block;
}
.header .content .nav > ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
  display: none;
}
.header .content .nav > ul > li ul li a {
  display: block;
  min-width: 100%;
  padding: 0 10px;
  height: 40px;
  background-color: #ffffff;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
  white-space: nowrap;
}
.header .content .nav > ul > li ul li a:hover {
  background-color: #052653;
  color: #fff;
}
.header .content .nav > ul > li > a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.header .content .nav > ul > li > a:hover {
  color: #052653;
  font-weight: bold;
}
.header .content .tel {
  display: flex;
  align-items: center;
  height: 40px;
}
.header .content .tel .word {
  margin-left: 10px;
}
.header .content .tel .word h5 {
  font-size: 14px;
  color: #666666;
  margin: 0;
}
.header .content .tel .word h6 {
  font-size: 18px;
  color: #052653;
  margin: 0;
  font-family: 'bebas';
}
.index_banner {
  position: relative;
}
.index_banner .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
}
.index_banner .header .content .nav > ul > li:hover,
.index_banner .header .content .nav > ul > li.active {
  border-bottom: 1px solid #fff;
}
.index_banner .header .content .nav > ul > li > a {
  color: #fff;
}
.index_banner .header .content .tel .word h5,
.index_banner .header .content .tel .word h6 {
  color: #fff;
}
.index_banner .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index_banner .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100% !important;
}
.index_banner .slide .swiper-container .swiper-button-prev {
  left: 60px;
}
.index_banner .slide .swiper-container .swiper-button-next {
  right: 60px;
  left: auto;
}
.index_banner .slide .swiper-container .swiper-button-prev,
.index_banner .slide .swiper-container .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_banner .slide .swiper-container .swiper-button-prev span,
.index_banner .slide .swiper-container .swiper-button-next span {
  font-size: 20px;
}
.index_banner .slide .swiper-container .swiper-button-disabled {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.index_banner .slide .swiper-container .swiper-button-disabled span {
  color: #fff;
}
.index_banner .slide .swiper-container .swiper-pagination {
  bottom: 20px;
}
.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 0;
}
.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.page ul {
  display: flex;
  justify-content: center;
}
.page ul li {
  margin: 0 5px;
}
.page ul li.active a {
  background-color: #052653;
  color: #fff;
}
.page ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cbd7f2;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.page ul li a:hover {
  background-color: #052653;
  color: #fff;
}
.tel_item {
  background: url(../images/tel_banner.jpg) no-repeat center;
  background-size: 100% 100%;
}
.tel_item .content {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tel_item .content h5 {
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}
.tel_item .content h6 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 20px 0 40px;
}
.tel_item .content .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel_item .content .btn a {
  margin: 0 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.tel_item .content .btn a:first-child {
  font-family: 'bebas';
  font-size: 22px;
}
.tel_item .content .btn a:hover {
  background-color: #ffc54d;
  border: solid 1px #ffc54d;
  color: #052653;
}
.footer .content .top {
  height: 117px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .content .top .logo a {
  display: block;
}
.footer .content .top .nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .content .top .nav ul li {
  margin: 0 29px;
}
.footer .content .top .nav ul li a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.footer .content .top .nav ul li a:hover {
  color: #052653;
}
.footer .content .top .qrcode ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .content .top .qrcode ul li {
  cursor: pointer;
  position: relative;
}
.footer .content .top .qrcode ul li:nth-child(2) {
  margin: 0 10px;
}
.footer .content .top .qrcode ul li:hover .qrcodeimg {
  display: block;
}
.footer .content .top .qrcode ul li:hover .img {
  background-color: #052653;
}
.footer .content .top .qrcode ul li:hover .img .img1 {
  display: none;
}
.footer .content .top .qrcode ul li:hover .img .img2 {
  display: block;
}
.footer .content .top .qrcode ul li .qrcodeimg {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 63px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  display: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  /* 白色发光效果 */
}
.footer .content .top .qrcode ul li .qrcodeimg img {
  width: 55px;
}
.footer .content .top .qrcode ul li .img {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #052653;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .content .top .qrcode ul li .img .img1 {
  display: block;
}
.footer .content .top .qrcode ul li .img .img2 {
  display: none;
}
.footer .content .bottom {
  border-top: 1px solid #cbd7f2;
  height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .content .bottom p {
  font-size: 14px;
  color: #666666;
}
#question_page .item1 .content {
  padding: 90px 0;
}
#question_page .item1 .content .list {
  overflow: hidden;
}
#question_page .item1 .content .list ul {
  margin: 0 -15px 30px;
  overflow: hidden;
}
#question_page .item1 .content .list ul li {
  width: 25%;
  margin: 0 0 30px;
  float: left;
  padding: 0 15px;
}
#question_page .item1 .content .list ul li a {
  display: block;
  height: 165px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #dbdfe9;
  padding: 30px 30px 0 30px;
}
#question_page .item1 .content .list ul li a .text_q {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#question_page .item1 .content .list ul li a .text_q span {
  width: 20px;
  height: 20px;
  background-color: #052653;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
#question_page .item1 .content .list ul li a .text_q h5 {
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
  top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#question_page .item1 .content .list ul li a .text_a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#question_page .item1 .content .list ul li a .text_a span {
  width: 20px;
  height: 20px;
  background-color: #ffc54d;
  border-radius: 4px;
  font-size: 14px;
  color: #815d12;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
#question_page .item1 .content .list ul li a .text_a h5 {
  width: calc(100% - 20px);
  font-size: 14px;
  color: #666666;
  position: relative;
  top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#question_page .item1 .content .list ul li a .line {
  width: 40px;
  height: 2px;
  background-color: #dbdfe9;
  margin: 5px 0 10px 30px;
}
#case_page .item1 {
  background: #f5f8ff;
}
#case_page .item1 .content {
  padding: 90px 0;
}
#case_page .item1 .content .list ul {
  margin: 0 -15px 30px;
}
#case_page .item1 .content .list ul li {
  width: 33.33%;
  margin: 0 0 30px;
  float: left;
  padding: 0 15px;
}
#case_page .item1 .content .list ul li a {
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #ffffff;
  padding: 10px 10px 30px;
  transition: all 0.3s ease;
}
#case_page .item1 .content .list ul li a:hover {
  border: solid 1px #052653;
  transform: translateY(-20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#case_page .item1 .content .list ul li a:hover span {
  background-color: #052653;
  color: #fff;
}
#case_page .item1 .content .list ul li a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
#case_page .item1 .content .list ul li a .pic img {
  max-width: 100%;
  border-radius: 20px;
  max-height: 250px;
}
#case_page .item1 .content .list ul li a h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}
#case_page .item1 .content .list ul li a span {
  display: block;
  width: 100px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 17px;
  border: solid 1px #052653;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #052653;
  margin: 0 auto;
}
#service_page .item1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 0;
}
#service_page .item1 .content .word {
  width: 640px;
}
#service_page .item1 .content .word h5 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
}
#service_page .item1 .content .word .text {
  margin-bottom: 20px;
}
#service_page .item1 .content .word .text h6 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#service_page .item1 .content .word .text h6 span {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
}
#service_page .item1 .content .word .text p {
  font-size: 16px;
  color: #666666;
  padding-left: 30px;
}
#service_page .item1 .content .pic {
  width: 640px;
}
#service_page .item1 .content .pic img {
  width: 100%;
}
#service_page .item2 {
  background-color: #f5f8ff;
}
#service_page .item3 .content {
  padding: 90px 0;
}
#service_page .item3 .content .tit {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#service_page .item3 .content .list_all {
  margin: 40px 0 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 406px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 20px 0;
  display: flex;
  justify-content: center;
}
#service_page .item3 .content .list_all .list {
  width: 33.33%;
}
#service_page .item3 .content .list_all .list:nth-child(2) ul {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#service_page .item3 .content .list_all .list .small_tit {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  text-align: center;
}
#service_page .item3 .content .list_all .list .line {
  width: 38px;
  height: 4px;
  background-color: #ffc54d;
  margin: 15px auto 20px;
}
#service_page .item3 .content .list_all .list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px;
}
#service_page .item3 .content .list_all .list ul li {
  width: 33.33%;
  margin-bottom: 15px;
}
#service_page .item3 .content .list_all .list ul li .pic {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service_page .item3 .content .list_all .list ul li h5 {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
#service_page .item3 .content .word {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
}
#service_page .item3 .content .word i {
  color: #f40000;
}
#service_page .item4 {
  background: #f5f8ff;
}
#service_page .item4 .content {
  padding: 90px 0;
}
#service_page .item4 .content .tit {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#service_page .item4 .content .center {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#service_page .item4 .content .center .left {
  width: 670px;
  height: 250px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#service_page .item4 .content .center .left .word {
  width: 50%;
  margin-left: 30px;
  padding-top: 10px;
}
#service_page .item4 .content .center .left .word h5 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
#service_page .item4 .content .center .left .word .line {
  width: 40px;
  height: 4px;
  background-color: #ffc54d;
  margin: 15px 0;
}
#service_page .item4 .content .center .left .word p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #666666;
}
#joinus_page .item1 .content {
  padding: 90px 0;
}
#joinus_page .item1 .content .list {
  margin-bottom: 60px;
}
#joinus_page .item1 .content .list ul li {
  margin-bottom: 20px;
  padding: 0 60px;
  background-color: #f5f8ff;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0);
}
#joinus_page .item1 .content .list ul li:first-child {
  background-color: #052653 !important;
  box-shadow: none !important;
}
#joinus_page .item1 .content .list ul li:first-child .top {
  border-bottom: 1px solid #052653 !important;
}
#joinus_page .item1 .content .list ul li:first-child .top {
  height: 60px;
}
#joinus_page .item1 .content .list ul li:first-child .top .items {
  color: #fff;
}
#joinus_page .item1 .content .list ul li:first-child .top .items:first-child {
  color: #fff;
}
#joinus_page .item1 .content .list ul li.active {
  border: solid 1px #052653;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#joinus_page .item1 .content .list ul li.active .top {
  border-bottom: 1px solid #e5e5e5;
}
#joinus_page .item1 .content .list ul li.active .top .open img {
  transform: rotate(180deg);
}
#joinus_page .item1 .content .list ul li.active .word {
  display: block;
}
#joinus_page .item1 .content .list ul li .top {
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
#joinus_page .item1 .content .list ul li .top .items {
  width: 10%;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
#joinus_page .item1 .content .list ul li .top .items:first-child {
  width: 30%;
  text-align: left;
  font-size: 18px;
  color: #333333;
}
#joinus_page .item1 .content .list ul li .top .open {
  cursor: pointer;
}
#joinus_page .item1 .content .list ul li .word {
  overflow: hidden;
  padding: 30px 0 0;
  display: none;
}
#joinus_page .item1 .content .list ul li .word h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
#joinus_page .item1 .content .list ul li .word p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 30px;
}
#download_page .item1 {
  background: #f5f8ff;
}
#download_page .item1 .content {
  padding: 90px 0;
}
#download_page .item1 .content .list ul {
  margin: 0 -15px 30px;
}
#download_page .item1 .content .list ul .clear {
  clear: both;
}
#download_page .item1 .content .list ul li {
  width: 33.33%;
  margin: 0 0 30px;
  float: left;
  padding: 0 15px;
}
#download_page .item1 .content .list ul li a {
  transition: all 0.3s ease;
  display: block;
  height: 220px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px rgba(0, 0, 0, 0);
  padding: 40px 40px 0 40px;
}
#download_page .item1 .content .list ul li a:hover {
  border: solid 1px #052653;
  transform: translateY(-20px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#download_page .item1 .content .list ul li a:hover h5 span {
  text-decoration: underline;
  text-decoration-color: #052653;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#download_page .item1 .content .list ul li a .pic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#download_page .item1 .content .list ul li a .pic img {
  max-width: 100%;
  max-height: 60px;
}
#download_page .item1 .content .list ul li a h5 {
  margin-bottom: 5px;
}
#download_page .item1 .content .list ul li a h5 span {
  font-size: 20px;
  color: #333333;
  line-height: 1;
}
#download_page .item1 .content .list ul li a p {
  font-size: 14px;
  color: #666666;
}
#aboutservice_page .item1 .content {
  padding: 90px 0;
}
#aboutservice_page .item1 .content .tit {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#aboutservice_page .item1 .content .list {
  overflow: hidden;
  margin-top: 40px;
}
#aboutservice_page .item1 .content .list ul {
  margin: 0 -16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aboutservice_page .item1 .content .list ul li {
  padding: 0 16px;
  width: 33.33%;
}
#aboutservice_page .item1 .content .list ul li .center {
  height: 313px;
  background-color: #f5f8ff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 40px 0;
}
#aboutservice_page .item1 .content .list ul li .center .pic {
  width: 120px;
  height: 120px;
  border: solid 1px #052653;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aboutservice_page .item1 .content .list ul li .center h5 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0;
}
#aboutservice_page .item1 .content .list ul li .center p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 1.2;
  text-align: center;
}
#aboutservice_page .item2 {
  background-color: #f5f8ff;
}
#aboutservice_page .item2 .content {
  padding: 80px 0 90px;
}
#aboutservice_page .item2 .content .center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#aboutservice_page .item2 .content .center .word {
  padding-top: 44px;
}
#aboutservice_page .item2 .content .center .word h5 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 60px;
}
#aboutservice_page .item2 .content .center .word .list_p p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 15px;
}
#aboutservice_page .item2 .content .center .word .list_p p span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffc54d;
  transform: rotate(45deg);
  margin-right: 12px;
}
#aboutservice_page .item2 .content .center .word .btn {
  margin-top: 60px;
}
#aboutservice_page .item2 .content .center .word .btn a {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  border: solid 1px #052653;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #052653;
}
#aboutservice_page .item2 .content .center .word .btn a:hover {
  background-color: #052653;
  border: solid 1px #052653;
  color: #fff;
}
#aboutservice_page .item2 .content .center .pic {
  position: relative;
}
#aboutservice_page .item2 .content .center .pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#aboutservice_page .item2 .content .center .pic img {
  max-width: 100%;
}
#aboutservice_page .item3 {
  background-image: linear-gradient(0deg, #ffffff 0%, #f5f8ff 100%);
}
#aboutservice_page .item3 .content {
  height: 398px;
}
#aboutservice_page .item3 .content .list_all {
  transform: translateY(-60px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 368px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px 20px 0;
  display: flex;
  justify-content: center;
}
#aboutservice_page .item3 .content .list_all .list {
  width: 33.33%;
}
#aboutservice_page .item3 .content .list_all .list:nth-child(2) ul {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#aboutservice_page .item3 .content .list_all .list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px;
}
#aboutservice_page .item3 .content .list_all .list ul li {
  width: 33.33%;
  margin-bottom: 15px;
}
#aboutservice_page .item3 .content .list_all .list ul li .pic {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aboutservice_page .item3 .content .list_all .list ul li h5 {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
#aboutservice_page .item4 .content {
  padding-bottom: 90px;
}
#aboutservice_page .item4 .content .tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#aboutservice_page .item4 .content .list {
  overflow: hidden;
  margin-top: 40px;
}
#aboutservice_page .item4 .content .list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
#aboutservice_page .item4 .content .list ul li {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
#aboutservice_page .item4 .content .list ul li .center {
  height: 218px;
  background-color: #f5f8ff;
  border-radius: 20px;
  padding: 30px 30px 0;
}
#aboutservice_page .item4 .content .list ul li .center h5 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 28px;
}
#aboutservice_page .item4 .content .list ul li .center h5 span {
  width: 6px;
  height: 22px;
  background-color: #ffc54d;
  display: inline-block;
  margin-right: 11px;
  transform: translateY(3px);
}
#aboutservice_page .item4 .content .list ul li .center p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 1.2;
  margin-bottom: 10px;
}
#aboutservice_page .item4 .content .list ul li .center p span {
  color: #052653;
}
#aboutservice_page .item5 {
  background-color: #f5f8ff;
}
#aboutservice_page .item5 .content {
  padding: 90px 0;
}
#aboutservice_page .item5 .content .tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#aboutservice_page .item5 .content .slide {
  margin-top: 40px;
}
#aboutservice_page .item5 .content .slide .swiper-container .swiper-wrapper {
  padding: 20px 0 50px;
}
#aboutservice_page .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #ffffff;
  padding: 10px 10px 30px;
  transition: all 0.3s ease;
}
#aboutservice_page .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
  transform: translateY(-20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: solid 1px #052653;
}
#aboutservice_page .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover span {
  background-color: #052653;
  color: #fff;
}
#aboutservice_page .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
#aboutservice_page .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  border-radius: 20px;
  max-height: 250px;
}
#aboutservice_page .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}
#aboutservice_page .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a span {
  display: block;
  width: 100px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 17px;
  border: solid 1px #052653;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #052653;
  margin: 0 auto;
}
#aboutservice_page .item5 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #052653;
}
#aboutservice_page .item6 .content {
  padding: 90px 0 60px;
}
#aboutservice_page .item6 .content .tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#aboutservice_page .item6 .content .list {
  margin-top: 40px;
  overflow: hidden;
}
#aboutservice_page .item6 .content .list ul {
  margin: 0 -15px 0;
  overflow: hidden;
}
#aboutservice_page .item6 .content .list ul li {
  width: 25%;
  margin: 0 0 30px;
  float: left;
  padding: 0 15px;
}
#aboutservice_page .item6 .content .list ul li a {
  display: block;
  height: 165px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #dbdfe9;
  padding: 30px 30px 0 30px;
}
#aboutservice_page .item6 .content .list ul li a .text_q {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#aboutservice_page .item6 .content .list ul li a .text_q span {
  width: 20px;
  height: 20px;
  background-color: #052653;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
#aboutservice_page .item6 .content .list ul li a .text_q h5 {
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
  top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#aboutservice_page .item6 .content .list ul li a .text_a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#aboutservice_page .item6 .content .list ul li a .text_a span {
  width: 20px;
  height: 20px;
  background-color: #ffc54d;
  border-radius: 4px;
  font-size: 14px;
  color: #815d12;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
#aboutservice_page .item6 .content .list ul li a .text_a h5 {
  width: calc(100% - 20px);
  font-size: 14px;
  color: #666666;
  position: relative;
  top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#aboutservice_page .item6 .content .list ul li a .line {
  width: 40px;
  height: 2px;
  background-color: #dbdfe9;
  margin: 5px 0 10px 30px;
}
#aboutus_page .item1 .content {
  padding: 90px 0;
}
#aboutus_page .item1 .content .tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
  font-weight: bold;
  line-height: 1;
}
#aboutus_page .item1 .content .center {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 60px;
}
#aboutus_page .item1 .content .center .word {
  width: calc(50% - 30px);
}
#aboutus_page .item1 .content .center .word p {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 20px;
}
#aboutus_page .item1 .content .center .word p span {
  font-weight: bold;
  color: #333333;
}
#aboutus_page .item1 .content .center .pic {
  width: calc(50% -30px);
}
#aboutus_page .item1 .content .center .pic img {
  width: 100%;
}
#aboutus_page .item1 .content .list ul {
  display: flex;
}
#aboutus_page .item1 .content .list ul li {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#aboutus_page .item1 .content .list ul li:nth-child(2) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#aboutus_page .item1 .content .list ul li .pic {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border: solid 1px #cbd7f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#aboutus_page .item1 .content .list ul li h5 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin: 20px 0 10px;
}
#aboutus_page .item1 .content .list ul li p {
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
#aboutus_page .item2 {
  background-color: #f5f8ff;
}
#aboutus_page .item2 .content {
  padding: 90px 0;
}
#aboutus_page .item2 .content .tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#aboutus_page .item2 .content .list {
  overflow: hidden;
  margin-top: 40px;
}
#aboutus_page .item2 .content .list ul {
  margin: 0 -5px;
  display: flex;
  justify-content: space-between;
}
#aboutus_page .item2 .content .list ul li {
  cursor: pointer;
  padding: 0 5px;
  width: 16%;
  transition: all 0.3s ease-in-out;
}
#aboutus_page .item2 .content .list ul li.active,
#aboutus_page .item2 .content .list ul li:hover {
  width: 36%;
}
#aboutus_page .item2 .content .list ul li.active .center .cover,
#aboutus_page .item2 .content .list ul li:hover .center .cover {
  align-items: flex-start;
}
#aboutus_page .item2 .content .list ul li.active .center .cover .pic,
#aboutus_page .item2 .content .list ul li:hover .center .cover .pic {
  margin-bottom: 40px;
}
#aboutus_page .item2 .content .list ul li.active .center .cover h5,
#aboutus_page .item2 .content .list ul li:hover .center .cover h5 {
  margin-bottom: 20px;
}
#aboutus_page .item2 .content .list ul li.active .center .cover p,
#aboutus_page .item2 .content .list ul li:hover .center .cover p {
  display: block;
}
#aboutus_page .item2 .content .list ul li .center {
  height: 530px;
  position: relative;
}
#aboutus_page .item2 .content .list ul li .center .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  padding: 0 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#aboutus_page .item2 .content .list ul li .center .cover .pic {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#aboutus_page .item2 .content .list ul li .center .cover h5 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#aboutus_page .item2 .content .list ul li .center .cover p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #ffffff;
  display: none;
}
#aboutus_page .item3 .content {
  padding: 90px 0;
}
#aboutus_page .item3 .content .tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#aboutus_page .item3 .content .slide {
  margin-top: 40px;
}
#aboutus_page .item3 .content .slide .swiper-container .swiper-wrapper {
  padding: 0 0 50px;
}
#aboutus_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
#aboutus_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#aboutus_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  border-radius: 20px;
  max-height: 250px;
}
#aboutus_page .item3 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #052653;
}
#aboutus_page .item4 {
  background-color: #f5f8ff;
}
#aboutus_page .item4 .content {
  padding: 90px 0;
}
#aboutus_page .item4 .content .tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#aboutus_page .item4 .content .slide {
  margin-top: 40px;
}
#aboutus_page .item4 .content .slide .swiper-container .swiper-wrapper {
  padding: 0 0 50px;
}
#aboutus_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
#aboutus_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}
#aboutus_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  max-height: 80px;
}
#aboutus_page .item4 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #052653;
}
#newsdetail_page .breadnav {
  background: #f5f8ff;
}
#newsdetail_page .breadnav .content {
  height: 76px;
  line-height: 76px;
}
#newsdetail_page .breadnav .content .am-breadcrumb {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#newsdetail_page .breadnav .content ol .am-active {
  color: #333333;
}
#newsdetail_page .breadnav .content ol li a {
  font-size: 14px;
  color: #888888;
}
#newsdetail_page .breadnav .content ol li a:hover {
  color: #052653;
}
#newsdetail_page .item1 {
  background: #f5f8ff;
  padding-bottom: 90px;
}
#newsdetail_page .item1 .content {
  padding: 90px 0 100px;
  background: #fff;
}
#newsdetail_page .item1 .content .tit {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 0 90px;
}
#newsdetail_page .item1 .content .data {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
#newsdetail_page .item1 .content .center {
  margin-top: 60px;
  padding: 0 100px;
}
#newsdetail_page .item1 .content .center p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
#newsdetail_page .item1 .content .center img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
#newsdetail_page .item2 .content {
  padding: 90px 0;
}
#newsdetail_page .item2 .content .tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#newsdetail_page .item2 .content .slide {
  margin-top: 40px;
  padding: 0 100px;
  position: relative;
}
#newsdetail_page .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
#newsdetail_page .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}
#newsdetail_page .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  max-height: 250px;
}
#newsdetail_page .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#newsdetail_page .item2 .content .slide .swiper-button-prev,
#newsdetail_page .item2 .content .slide .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #052653;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}
#newsdetail_page .item2 .content .slide .swiper-button-disabled {
  background-color: #e5e5e5;
  color: #666666;
}
#news_page .content {
  padding: 90px 0;
  display: flex;
  justify-content: space-between;
}
#news_page .content .left {
  width: 1000px;
}
#news_page .content .left .tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
  font-weight: bold;
  line-height: 40px;
}
#news_page .content .left .slide {
  margin-top: 40px;
}
#news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
#news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word h5 {
  text-decoration: underline;
  text-decoration-color: #052653;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
#news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  width: 60%;
}
#news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
}
#news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  width: 40%;
  background-color: #f5f8ff;
  padding: 30px 30px 0;
}
#news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #052653;
  font-weight: bold;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .word .more {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .word .more .data {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
#news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .word .more span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
#news_page .content .left .slide .swiper-container .swiper-pagination {
  width: 33%;
  left: 50%;
  bottom: 40px;
}
#news_page .content .left .slide .swiper-container .swiper-pagination-bullet-active {
  background-color: #052653;
}
#news_page .content .left .list {
  margin-top: 30px;
}
#news_page .content .left .list ul li:last-child a {
  border-bottom: none;
}
#news_page .content .left .list ul li a {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  overflow: hidden;
  padding: 30px 0;
}
#news_page .content .left .list ul li a:hover .word h5 {
  color: #052653;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #052653;
  text-decoration-thickness: 1px;
}
#news_page .content .left .list ul li a .pic {
  width: 20%;
  border-radius: 20px;
}
#news_page .content .left .list ul li a .pic img {
  width: 100%;
}
#news_page .content .left .list ul li a .word {
  width: 80%;
  padding-left: 20px;
}
#news_page .content .left .list ul li a .word h5 {
  color: #333;
  padding-bottom: 2px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#news_page .content .left .list ul li a .word p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_page .content .left .list ul li a .word .more {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news_page .content .left .list ul li a .word .more .data {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
#news_page .content .left .list ul li a .word .more span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
#news_page .content .right {
  width: 340px;
}
#news_page .content .right .item1 {
  margin-bottom: 60px;
}
#news_page .content .right .item1 .tit {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 40px;
}
#news_page .content .right .item1 .tit span {
  width: 4px;
  height: 24px;
  background-color: #ffc54d;
  display: inline-block;
  margin-right: 11px;
  transform: translateY(3px);
}
#news_page .content .right .item1 .list {
  background-color: #f5f8ff;
  border-radius: 20px;
  padding: 0 30px;
}
#news_page .content .right .item1 .list ul li:last-child a {
  border-bottom: none;
}
#news_page .content .right .item1 .list ul li a {
  display: block;
  border-bottom: dashed 1px #cbd7f2;
  padding: 25px 0;
}
#news_page .content .right .item1 .list ul li a .text_q {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
#news_page .content .right .item1 .list ul li a .text_q span {
  width: 20px;
  height: 20px;
  background-color: #052653;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
#news_page .content .right .item1 .list ul li a .text_q h5 {
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
  top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_page .content .right .item1 .list ul li a .text_a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#news_page .content .right .item1 .list ul li a .text_a span {
  width: 20px;
  height: 20px;
  background-color: #ffc54d;
  border-radius: 4px;
  font-size: 14px;
  color: #815d12;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}
#news_page .content .right .item1 .list ul li a .text_a h5 {
  width: calc(100% - 20px);
  font-size: 14px;
  color: #666666;
  position: relative;
  top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news_page .content .right .item1 .list ul li a .line {
  width: 40px;
  height: 2px;
  background-color: #dbdfe9;
  margin: 5px 0 10px 30px;
  display: none;
}
#news_page .content .right .item2 .tit {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
#news_page .content .right .item2 .tit span {
  width: 4px;
  height: 24px;
  background-color: #ffc54d;
  display: inline-block;
  margin-right: 11px;
  transform: translateY(3px);
}
#news_page .content .right .item2 .list {
  background-color: #f5f8ff;
  border-radius: 20px;
  padding: 0 30px;
}
#news_page .content .right .item2 .list ul li:last-child a {
  border-bottom: none;
}
#news_page .content .right .item2 .list ul li a {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  overflow: hidden;
  padding: 30px 0;
}
#news_page .content .right .item2 .list ul li a:hover .word h5 {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #052653;
  text-decoration-thickness: 1px;
}
#news_page .content .right .item2 .list ul li a .pic {
  width: 100px;
  border-radius: 10px;
}
#news_page .content .right .item2 .list ul li a .pic img {
  width: 100%;
}
#news_page .content .right .item2 .list ul li a .word {
  width: 170px;
  padding-left: 10px;
}
#news_page .content .right .item2 .list ul li a .word h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
#news_page .content .right .item2 .list ul li a .word .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news_page .content .right .item2 .list ul li a .word .more .data {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
#index_page .content {
  padding: 100px 0;
}
#index_page .content .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#index_page .content .tit .left {
  background: url(../images/index_tit_bg.png) no-repeat left top;
  padding-left: 19px;
}
#index_page .content .tit .left h5 {
  font-size: 40px;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
#index_page .content .tit .left h6 {
  line-height: 1;
  font-size: 20px;
  color: #999999;
}
#index_page .content .tit .right a {
  display: flex;
  width: 100px;
  height: 36px;
  border-radius: 18px;
  border: solid 1px #052653;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #052653;
}
#index_page .content .tit .right a:hover {
  background: #052653;
  color: #fff;
}
#index_page .item1 {
  background: url(../images/index_item1_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
#index_page .item1 .content .list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px;
}
#index_page .item1 .content .list ul li {
  width: 33.33%;
  padding: 0 15px;
}
#index_page .item1 .content .list ul li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#index_page .item1 .content .list ul li a:hover {
  transform: translateY(-20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#index_page .item1 .content .list ul li a:hover .word {
  border: solid 1px #052653;
  border-top: 0 solid #000;
}
#index_page .item1 .content .list ul li a:hover .word h5 {
  position: relative;
}
#index_page .item1 .content .list ul li a:hover .word h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 1px;
  background: #052653;
}
#index_page .item1 .content .list ul li a:hover .word .more img:nth-child(1) {
  display: none;
}
#index_page .item1 .content .list ul li a:hover .word .more img:nth-child(2) {
  display: inline-block;
}
#index_page .item1 .content .list ul li a .pic {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
#index_page .item1 .content .list ul li a .pic img {
  width: 100% !important;
}
#index_page .item1 .content .list ul li a .word {
  border: solid 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  background: #fff;
  padding: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#index_page .item1 .content .list ul li a .word h5 {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  line-height: 1;
  text-overflow: ellipsis;
  padding-bottom: 20px;
}
#index_page .item1 .content .list ul li a .word p {
  padding-top: 10px;
  border-top: solid 1px #e5e5e5;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
#index_page .item1 .content .list ul li a .word .more {
  text-align: right;
}
#index_page .item1 .content .list ul li a .word .more img:nth-child(1) {
  display: inline-block;
}
#index_page .item1 .content .list ul li a .word .more img:nth-child(2) {
  display: none;
}
#index_page .item2 {
  background-color: #e9f0ff;
}
#index_page .item2 .content .list_all {
  margin: 40px 0 30px;
  height: 406px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 20px 0;
  display: flex;
  justify-content: center;
}
#index_page .item2 .content .list_all .list {
  width: 33.33%;
}
#index_page .item2 .content .list_all .list:nth-child(2) ul {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#index_page .item2 .content .list_all .list .small_tit {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  text-align: center;
}
#index_page .item2 .content .list_all .list .line {
  width: 38px;
  height: 4px;
  background-color: #ffc54d;
  margin: 15px auto 20px;
}
#index_page .item2 .content .list_all .list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px;
}
#index_page .item2 .content .list_all .list ul li {
  width: 33.33%;
  margin-bottom: 15px;
}
#index_page .item2 .content .list_all .list ul li .pic {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index_page .item2 .content .list_all .list ul li h5 {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
#index_page .item2 .content .word {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
}
#index_page .item2 .content .word i {
  color: #f40000;
}
#index_page .item3 {
  background: url(../images/index_item3_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
}
#index_page .item3 .content .slide .swiper-container {
  padding-bottom: 40px;
}
#index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0 120px;
}
#index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  border: solid 1px #052653;
}
#index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 17px 23px;
  margin-bottom: 30px;
}
#index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #052653;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
}
#index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 1;
}
#index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
}
#index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .text {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 1;
  margin-top: 20px;
}
#index_page .item3 .content .slide .swiper-container .swiper-button-prev {
  left: 0px;
}
#index_page .item3 .content .slide .swiper-container .swiper-button-next {
  right: 0px;
  left: auto;
}
#index_page .item3 .content .slide .swiper-container .swiper-button-prev,
#index_page .item3 .content .slide .swiper-container .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #052653;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index_page .item3 .content .slide .swiper-container .swiper-button-prev span,
#index_page .item3 .content .slide .swiper-container .swiper-button-next span {
  font-size: 20px;
  color: #fff;
}
#index_page .item3 .content .slide .swiper-container .swiper-button-disabled {
  background: #ffffff;
  opacity: 1;
}
#index_page .item3 .content .slide .swiper-container .swiper-button-disabled span {
  color: #666;
}
#index_page .item3 .content .slide .swiper-container .swiper-pagination {
  bottom: 0px;
}
#index_page .item3 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
}
#index_page .item3 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #052653;
}
#index_page .item4 {
  background: url(../images/index_item4_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
}
#index_page .item4 .content .slide .swiper-container {
  padding: 20px 0 40px;
}
#index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  transition: all 0.3s ease;
  display: block;
  height: 220px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px rgba(0, 0, 0, 0);
  padding: 40px 40px 0 40px;
}
#index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
  border: solid 1px #052653;
  transform: translateY(-20px);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover h5 span {
  color: #052653;
  position: relative;
}
#index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover h5 span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #052653;
}
#index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  max-height: 60px;
}
#index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a h5 {
  margin-bottom: 5px;
}
#index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a h5 span {
  font-size: 20px;
  color: #333333;
  line-height: 1;
}
#index_page .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a p {
  font-size: 14px;
  color: #666666;
}
#index_page .item4 .content .slide .swiper-container .swiper-pagination {
  bottom: 0px;
}
#index_page .item4 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
}
#index_page .item4 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #052653;
}
#index_page .item5 .content {
  overflow: hidden;
}
#index_page .item5 .content .center {
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#index_page .item5 .content .center .left {
  width: 33.33%;
  padding: 0 15px;
}
#index_page .item5 .content .center .left a {
  display: block;
  border-radius: 20px;
  padding: 20px;
  background-color: #f5f8ff;
}
#index_page .item5 .content .center .left a:hover .word h5 {
  color: #052653;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  /* 调整下划线的粗细 */
  text-underline-offset: 5px;
}
#index_page .item5 .content .center .left a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
#index_page .item5 .content .center .left a .pic img {
  display: block;
  max-width: 100%;
  max-height: 293px;
}
#index_page .item5 .content .center .left a .word h5 {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0;
}
#index_page .item5 .content .center .left a .word P {
  font-size: 14px;
  color: #666666;
}
#index_page .item5 .content .center .right {
  width: 66.66%;
  padding: 0 15px;
  overflow: hidden;
}
#index_page .item5 .content .center .right ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
#index_page .item5 .content .center .right ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
#index_page .item5 .content .center .right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index_page .item5 .content .center .right ul li a:hover .word h5 {
  color: #052653;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
#index_page .item5 .content .center .right ul li a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  width: 135px;
}
#index_page .item5 .content .center .right ul li a .pic img {
  max-width: 100%;
  height: 90px;
  display: block;
}
#index_page .item5 .content .center .right ul li a .word {
  padding-left: 20px;
  width: 70%;
}
#index_page .item5 .content .center .right ul li a .word h5 {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
#index_page .item5 .content .center .right ul li a .word P {
  font-size: 14px;
  color: #666666;
}
#index_page .item6 {
  background-color: #f5f8ff;
}
#index_page .item6 .content .center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#index_page .item6 .content .center .pic {
  border-radius: 20px;
  overflow: hidden;
}
#index_page .item6 .content .center .pic img {
  width: 100%;
}
#index_page .item6 .content .center .word {
  padding-top: 15px;
  width: 50%;
}
#index_page .item6 .content .center .word .text {
  margin-top: 55px;
}
#index_page .item6 .content .center .word .text p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #333333;
}
#index_page .item6 .content .center .word .more {
  margin-top: 60px;
}
#index_page .item6 .content .center .word .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 38px;
  border: solid 1px #052653;
  border-radius: 19px;
  font-size: 16px;
  color: #052653;
}
#index_page .item6 .content .center .word .more a:hover {
  background-color: #052653;
  color: #fff;
}
#index_page .item6 .content .slide {
  margin-top: 60px;
}
#index_page .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
#index_page .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}
#index_page .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  max-height: 80px;
}
#index_page .item6 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #052653;
}
#contact_page .item1 .content {
  padding: 90px 0;
}
#contact_page .item1 .content .tit {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 40px;
}
#contact_page .item1 .content .list {
  overflow: hidden;
}
#contact_page .item1 .content .list ul {
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact_page .item1 .content .list ul li {
  padding: 0 15px;
  width: 33.33%;
}
#contact_page .item1 .content .list ul li a {
  display: flex;
  height: 268px;
  background-color: #f5f8ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 55px;
}
#contact_page .item1 .content .list ul li a .pic {
  width: 120px;
  height: 120px;
  border: solid 1px #052653;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#contact_page .item1 .content .list ul li a .word {
  text-align: center;
}
#contact_page .item1 .content .list ul li a .word h5 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 1;
  margin: 15px 0 10px;
}
#contact_page .item1 .content .list ul li a .word p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
#contact_page .item1 .content .list ul li a .word p span {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #005fe0;
  font-family: 'bebas';
}
#contact_page .item2 .map img {
  width: 100%;
}
#contact_page .item3 {
  background: url(../images/contact_item3_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 90px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#contact_page .item3 .left {
  margin-right: 166px;
}
#contact_page .item3 .left .tit {
  font-size: 46px;
  color: #ffffff;
  padding: 95px 0 80px;
}
#contact_page .item3 .left .text {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
}
#contact_page .item3 .left .qrcode ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#contact_page .item3 .left .qrcode ul li {
  cursor: pointer;
  position: relative;
}
#contact_page .item3 .left .qrcode ul li:nth-child(2) {
  margin: 0 10px;
}
#contact_page .item3 .left .qrcode ul li:hover .qrcodeimg {
  display: block;
}
#contact_page .item3 .left .qrcode ul li:hover .img {
  background-color: #fff;
}
#contact_page .item3 .left .qrcode ul li:hover .img .img1 {
  display: block;
}
#contact_page .item3 .left .qrcode ul li:hover .img .img2 {
  display: none;
}
#contact_page .item3 .left .qrcode ul li .qrcodeimg {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 63px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  display: none;
}
#contact_page .item3 .left .qrcode ul li .qrcodeimg img {
  width: 55px;
}
#contact_page .item3 .left .qrcode ul li .img {
  width: 50px;
  height: 50px;
  background-color: #525e68;
  border: solid 1px #525e68;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact_page .item3 .left .qrcode ul li .img .img1 {
  display: none;
}
#contact_page .item3 .left .qrcode ul li .img .img2 {
  display: block;
}
#contact_page .item3 .form {
  width: 800px;
  height: 640px;
  background-color: #052653;
  padding: 60px 60px 0;
}
#contact_page .item3 .form .tit {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
}
#contact_page .item3 .form form div {
  margin-bottom: 40px;
}
#contact_page .item3 .form form div p {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}
#contact_page .item3 .form form div input::placeholder {
  color: #aec4d8;
}
#contact_page .item3 .form form div input {
  width: 100%;
  background: none;
  outline: none;
  display: block;
  height: 40px;
  border-bottom: solid 1px #f6f7f8;
  border-left: 0;
  border-top: 0 solid #000;
  border-right: 0;
  font-size: 16px;
  color: #fff;
  padding: 0;
  /* 去除内边距 */
  background-color: transparent;
  /* 去除背景色 */
}
#contact_page .item3 .form form button {
  width: 220px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 21px;
  border: none;
}
.side_nav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 0 5px;
}
.side_nav ul li {
  border-bottom: solid 1px #e5e5e5;
  padding: 5px 0;
}
.side_nav ul li:last-child {
  border-bottom: 0;
}
.side_nav ul li a {
  display: flex;
  position: relative;
}
.side_nav ul li a:hover .word {
  display: block;
}
.side_nav ul li a:hover .pic {
  background-color: #eaf1fe;
}
.side_nav ul li a:hover .pic .img2 {
  display: block;
}
.side_nav ul li a:hover .pic .img1 {
  display: none;
}
.side_nav ul li a .word {
  position: absolute;
  top: 50%;
  left: -145px;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  display: none;
}
.side_nav ul li a .word img {
  width: 100px !important;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.side_nav ul li a .word p {
  font-size: 14px;
  line-height: 1;
  color: #333333;
}
.side_nav ul li a .word h5 {
  font-size: 20px;
  color: #005fe0;
}
.side_nav ul li a .pic {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_nav ul li a .pic .img2 {
  display: none;
}
.side_nav ul li a .pic .img1 {
  display: block;
}
@media screen and (max-width: 1400px) {
  #case_page .item1 .content .list {
    padding: 0 15px;
  }
  #download_page .item1 .content .list {
    padding: 0 15px;
  }
  #aboutservice_page .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #aboutservice_page .content .list {
    padding: 0 15px;
  }
  #aboutservice_page .item2 .content .center {
    align-items: center;
  }
  #aboutservice_page .item2 .content .center .pic {
    width: 50%;
  }
  #aboutservice_page .item3 .content .list_all .list ul {
    padding: 0;
  }
  #service_page .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #service_page .item1 .content .word {
    width: 49%;
  }
  #service_page .item1 .content .pic {
    width: 49%;
  }
  #service_page .item3 .content .list_all .list ul {
    padding: 0;
  }
  #service_page .item4 .content .center .left {
    width: 49%;
    height: auto;
  }
  #service_page .item4 .content .center .left .word {
    margin-left: 5px;
  }
  #aboutus_page .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #aboutus_page .item2 .content .list ul li .center .cover {
    padding: 0 10px 30px;
  }
  #joinus_page .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #contact_page .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #news_page .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #news_page .content .left {
    width: 70%;
  }
  #news_page .content .left .slide .swiper-container .swiper-wrapper .swiper-slide a .word .more {
    margin-top: 10px;
  }
  #news_page .content .right {
    width: 29%;
  }
  #index_page .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #index_page .item2 .content .list_all .list ul {
    padding: 0 10px;
  }
  #index_page .item6 .content .center .pic {
    width: 49%;
  }
  #index_page .item6 .content .center .word .more {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    display: none;
  }
  .am-header {
    display: block;
  }
  .am-menu {
    display: block;
  }
  .footer .content .top {
    height: 150px;
    align-items: flex-end;
    padding: 20px 0;
  }
  .footer .content .top .logo,
  .footer .content .top .nav {
    display: none;
  }
  .footer .content .top .qrcode {
    display: block;
    width: 100%;
  }
  .footer .content .top .qrcode ul li {
    margin: 0 30px;
  }
  .footer .content .top .qrcode ul li .qrcodeimg {
    display: block;
  }
  .footer .content .bottom {
    height: auto;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .content .bottom p {
    text-align: center;
  }
  #question_page .item1 .content {
    padding: 10px 0;
  }
  #question_page .item1 .content .list ul {
    padding: 0 10px;
    margin-bottom: 0px;
  }
  #question_page .item1 .content .list ul li {
    width: 50%;
    margin: 0 0 10px;
  }
  #question_page .item1 .content .list ul li a {
    height: 165px;
  }
  #case_page .item1 .content {
    padding: 10px 0;
  }
  #case_page .item1 .content .list ul {
    margin-bottom: 0;
  }
  #case_page .item1 .content .list ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #case_page .item1 .content .list ul li a:hover {
    transform: none;
  }
  #download_page .item1 .content {
    padding: 10px 0;
  }
  #download_page .item1 .content .list ul {
    margin-bottom: 0;
  }
  #download_page .item1 .content .list ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #download_page .item1 .content .list ul li a:hover {
    transform: none;
  }
  #aboutservice_page .content {
    padding: 20px 10px !important;
  }
  #aboutservice_page .content .tit {
    font-size: 25px !important;
  }
  #aboutservice_page .item1 .content .list {
    margin-top: 20px;
  }
  #aboutservice_page .item1 .content .list ul li .center {
    padding: 30px 15px;
  }
  #aboutservice_page .item2 .content .center .word {
    width: 45%;
  }
  #aboutservice_page .item2 .content .center .word h5 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #aboutservice_page .item2 .content .center .word .btn {
    margin-top: 10px;
  }
  #aboutservice_page .item3 .content {
    height: auto;
  }
  #aboutservice_page .item3 .content .list_all {
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    transform: none;
  }
  #aboutservice_page .item3 .content .list_all .list {
    padding-left: 5px;
    padding-right: 5px;
  }
  #aboutservice_page .item3 .content .list_all .list ul li h5 {
    font-size: 12px;
  }
  #aboutservice_page .item4 .content .list ul li {
    width: 50%;
  }
  #aboutservice_page .item5 .content .slide {
    margin-top: 0px;
  }
  #aboutservice_page .item6 .content .list ul li {
    width: 50%;
  }
  #service_page .content {
    padding: 20px 10px !important;
  }
  #service_page .content .tit {
    font-size: 25px !important;
  }
  #service_page .item1 .content .word {
    width: 49%;
  }
  #service_page .item1 .content .word h5 {
    font-size: 25px;
  }
  #service_page .item1 .content .pic {
    width: 49%;
  }
  #service_page .item3 .content {
    height: auto;
  }
  #service_page .item3 .content .list_all {
    margin-top: 20px;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    transform: none;
  }
  #service_page .item3 .content .list_all .list {
    padding-left: 5px;
    padding-right: 5px;
  }
  #service_page .item3 .content .list_all .list ul li h5 {
    font-size: 12px;
  }
  #service_page .item4 .content .center {
    margin-top: 20px;
  }
  #service_page .item4 .content .center .left {
    width: 49%;
    height: auto;
    flex-direction: column;
  }
  #service_page .item4 .content .center .left .pic {
    width: 100%;
    text-align: center;
  }
  #service_page .item4 .content .center .left .word {
    width: 100%;
    text-align: center;
    margin-left: 5px;
  }
  #service_page .item4 .content .center .left .word .line {
    margin: 10px auto;
  }
  #aboutus_page .content {
    padding: 20px !important;
  }
  #aboutus_page .content .tit {
    font-size: 25px !important;
  }
  #aboutus_page .item1 .content .center .word {
    width: 49%;
  }
  #aboutus_page .item1 .content .center .word p {
    font-size: 12px;
  }
  #aboutus_page .item1 .content .center .pic {
    width: 49%;
  }
  #aboutus_page .item2 .content .list {
    margin-top: 20px;
  }
  #aboutus_page .item2 .content .list ul li .center .cover h5 {
    font-size: 16px;
  }
  #aboutus_page .item3 .content .slide {
    margin-top: 20px;
  }
  #aboutus_page .item4 .content .slide {
    margin-top: 20px;
  }
  #joinus_page .content {
    padding: 20px 10px !important;
  }
  #joinus_page .content .tit {
    font-size: 25px !important;
  }
  #joinus_page .item1 .content .list {
    margin-bottom: 20px;
  }
  #contact_page .content {
    padding: 20px 10px !important;
  }
  #contact_page .content .tit {
    font-size: 25px !important;
    margin-bottom: 20px !important;
  }
  #contact_page .item3 {
    padding: 0 10px;
  }
  #contact_page .item3 .left {
    margin-right: 10px;
  }
  #contact_page .item3 .form {
    padding: 40px 20px;
  }
  #newsdetail_page .item1 {
    padding-bottom: 20px;
  }
  #newsdetail_page .item1 .content {
    padding: 20px;
  }
  #newsdetail_page .item1 .content .tit {
    font-size: 25px;
  }
  #newsdetail_page .item1 .content .center {
    margin-top: 20px;
  }
  #newsdetail_page .item2 .content {
    padding: 20px;
  }
  #newsdetail_page .item2 .content .tit {
    font-size: 25px;
  }
  #newsdetail_page .item2 .content .slide {
    margin-top: 20px;
  }
  #news_page .content {
    padding: 20px 10px !important;
  }
  #news_page .content .tit {
    font-size: 25px !important;
    margin-bottom: 0px !important;
  }
  #news_page .content .left {
    width: 100%;
  }
  #news_page .content .left .slide {
    display: none;
  }
  #news_page .content .left .list {
    margin-top: 0px;
  }
  #news_page .content .left .list ul li a .pic {
    display: flex;
    align-items: center;
  }
  #news_page .content .left .list ul li a .word .more {
    margin-top: 5px;
  }
  #news_page .content .right {
    width: 29%;
    display: none;
  }
  #index_page .content {
    padding: 20px 10px !important;
  }
  #index_page .content .tit {
    font-size: 25px !important;
    margin-bottom: 20px !important;
  }
  #index_page .item1 .content .list ul {
    align-items: flex-start;
  }
  #index_page .item1 .content .list ul li a .word {
    height: 130px;
    padding: 10px;
  }
  #index_page .item1 .content .list ul li a .word h5 {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  #index_page .item1 .content .list ul li a .word p {
    font-size: 12px;
  }
  #index_page .item1 .content .list ul li a .word .more {
    display: none;
  }
  #index_page .item2 .content .list_all {
    padding: 20px 0px 0;
  }
  #index_page .item2 .content .list_all .list ul {
    padding: 0 5px;
  }
  #index_page .item2 .content .list_all .list ul li h5 {
    font-size: 12px;
  }
  #index_page .item5 .content .center .left {
    display: none;
  }
  #index_page .item5 .content .center .right {
    width: 100%;
  }
  #index_page .item6 .content .center {
    flex-direction: column;
  }
  #index_page .item6 .content .center .pic {
    width: 100%;
    text-align: center;
  }
  #index_page .item6 .content .center .word {
    width: 100%;
  }
  #index_page .item6 .content .center .word .text {
    margin-top: 0;
  }
  #index_page .item6 .content .center .word .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .am-breadcrumb > li:last-child {
    display: none;
  }
  .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tel_item .content h5 {
    font-size: 25px;
  }
  #question_page .item1 .content {
    padding: 10px 0;
  }
  #question_page .item1 .content .list ul {
    padding: 0 10px;
    margin-bottom: 0px;
  }
  #question_page .item1 .content .list ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  #question_page .item1 .content .list ul li a {
    height: 165px;
  }
  #case_page .item1 .content .list ul li {
    width: 100%;
  }
  #download_page .item1 .content .list ul li {
    width: 100%;
  }
  #aboutservice_page .content {
    padding: 20px  !important;
  }
  #aboutservice_page .content .tit {
    font-size: 25px !important;
  }
  #aboutservice_page .item1 .content .list {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #aboutservice_page .item1 .content .list ul {
    flex-direction: column;
  }
  #aboutservice_page .item1 .content .list ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #aboutservice_page .item1 .content .list ul li .center {
    padding: 30px 15px;
  }
  #aboutservice_page .item2 .content .center {
    flex-direction: column;
  }
  #aboutservice_page .item2 .content .center .word {
    width: 100%;
    padding-top: 10px;
  }
  #aboutservice_page .item2 .content .center .word h5 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  #aboutservice_page .item2 .content .center .word .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #aboutservice_page .item2 .content .center .pic {
    width: 100%;
  }
  #aboutservice_page .item3 .content {
    height: auto;
    padding-top: 0 !important;
  }
  #aboutservice_page .item3 .content .list_all {
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    transform: none;
  }
  #aboutservice_page .item3 .content .list_all .list {
    padding-left: 5px;
    padding-right: 5px;
  }
  #aboutservice_page .item3 .content .list_all .list ul li {
    width: 100%;
  }
  #aboutservice_page .item3 .content .list_all .list ul li h5 {
    font-size: 12px;
  }
  #aboutservice_page .item4 .content .list ul li {
    width: 100%;
  }
  #aboutservice_page .item5 .content .slide {
    margin-top: 0px;
  }
  #aboutservice_page .item6 .content .list ul li {
    width: 100%;
  }
  #service_page .content {
    padding: 20px  !important;
  }
  #service_page .content .tit {
    font-size: 25px !important;
  }
  #service_page .item1 .content {
    padding-top: 0 !important;
    flex-direction: column;
  }
  #service_page .item1 .content .word {
    width: 100%;
  }
  #service_page .item1 .content .word h5 {
    font-size: 25px;
    text-align: center;
    margin: 20px auto;
  }
  #service_page .item1 .content .pic {
    width: 100%;
  }
  #service_page .item3 .content {
    height: auto;
  }
  #service_page .item3 .content .list_all {
    margin-top: 20px;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    transform: none;
    flex-direction: column;
  }
  #service_page .item3 .content .list_all .list {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #service_page .item3 .content .list_all .list .small_tit {
    font-size: 20px;
  }
  #service_page .item3 .content .list_all .list:nth-child(2) ul {
    border-left: 0 solid #000;
    border-right: 0 solid #000;
  }
  #service_page .item3 .content .list_all .list ul li h5 {
    font-size: 12px;
  }
  #service_page .item4 .content .center {
    margin-top: 20px;
    flex-direction: column;
  }
  #service_page .item4 .content .center .left {
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-bottom: 10px;
  }
  #service_page .item4 .content .center .left .pic {
    width: 100%;
    text-align: center;
  }
  #service_page .item4 .content .center .left .word {
    width: 100%;
    text-align: center;
    margin-left: 5px;
  }
  #service_page .item4 .content .center .left .word .line {
    margin: 10px auto;
  }
  #aboutus_page .content {
    padding: 20px !important;
  }
  #aboutus_page .content .tit {
    font-size: 25px !important;
  }
  #aboutus_page .item1 .content .tit {
    text-align: center;
  }
  #aboutus_page .item1 .content .center {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #aboutus_page .item1 .content .center .word {
    width: 100%;
  }
  #aboutus_page .item1 .content .center .word p {
    font-size: 16px;
  }
  #aboutus_page .item1 .content .center .pic {
    width: 100%;
  }
  #aboutus_page .item1 .content .list ul {
    align-items: flex-start;
  }
  #aboutus_page .item1 .content .list ul li:nth-child(2) {
    border: none;
  }
  #aboutus_page .item1 .content .list ul li h5 {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin: 5px 0;
  }
  #aboutus_page .item1 .content .list ul li p {
    font-size: 14px;
    text-align: center;
  }
  #aboutus_page .item2 .content .list {
    margin-top: 20px;
  }
  #aboutus_page .item2 .content .list ul {
    flex-direction: column;
  }
  #aboutus_page .item2 .content .list ul li {
    width: 100% !important;
  }
  #aboutus_page .item2 .content .list ul li .center {
    height: 300px !important;
  }
  #aboutus_page .item2 .content .list ul li .center .cover {
    align-items: flex-start;
  }
  #aboutus_page .item2 .content .list ul li .center .cover h5 {
    font-size: 16px;
  }
  #aboutus_page .item2 .content .list ul li .center .cover .pic {
    margin-bottom: 40px;
  }
  #aboutus_page .item2 .content .list ul li .center .cover h5 {
    margin-bottom: 20px;
  }
  #aboutus_page .item2 .content .list ul li .center .cover p {
    display: block;
  }
  #joinus_page .content {
    padding: 20px !important;
  }
  #joinus_page .content .tit {
    font-size: 25px !important;
  }
  #joinus_page .item1 .content .list {
    margin-bottom: 20px;
  }
  #joinus_page .item1 .content .list ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #joinus_page .item1 .content .list ul li .top .items {
    font-size: 16px !important;
    width: 20%;
  }
  #joinus_page .item1 .content .list ul li .top .items:nth-child(4),
  #joinus_page .item1 .content .list ul li .top .items:nth-child(5) {
    display: none;
  }
  #contact_page .content {
    padding: 20px  !important;
  }
  #contact_page .content .tit {
    font-size: 25px !important;
    margin-bottom: 20px !important;
  }
  #contact_page .item1 .content .list ul {
    flex-direction: column;
  }
  #contact_page .item1 .content .list ul li {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #contact_page .item3 {
    padding: 0 10px;
    flex-direction: column;
  }
  #contact_page .item3 .left {
    width: 100%;
    margin-right: 0;
  }
  #contact_page .item3 .left .tit {
    padding: 20px 0;
    font-size: 25px;
    text-align: center;
  }
  #contact_page .item3 .left .text {
    text-align: center;
  }
  #contact_page .item3 .left .qrcode {
    margin-bottom: 10px;
  }
  #contact_page .item3 .left .qrcode ul {
    justify-content: center;
  }
  #contact_page .item3 .form {
    width: 100%;
    padding: 40px 20px;
    height: auto;
  }
  #contact_page .item3 .form .tit {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #newsdetail_page .item1 .content .tit {
    padding: 0;
  }
  #newsdetail_page .item1 .content .center {
    padding: 0;
  }
  #newsdetail_page .item2 .content {
    padding: 20px;
  }
  #newsdetail_page .item2 .content .tit {
    font-size: 25px;
  }
  #newsdetail_page .item2 .content .slide {
    margin-top: 20px;
    padding: 0;
  }
  #newsdetail_page .item2 .content .slide .swiper-button-prev,
  #newsdetail_page .item2 .content .slide .swiper-button-next {
    display: none;
  }
  #news_page .content {
    padding: 20px !important;
  }
  #news_page .content .tit {
    font-size: 25px !important;
    margin-bottom: 0px !important;
  }
  #news_page .content .left {
    width: 100%;
  }
  #news_page .content .left .slide {
    display: none;
  }
  #news_page .content .left .list {
    margin-top: 0px;
  }
  #news_page .content .left .list ul li a {
    flex-direction: column;
    padding: 10px 0;
  }
  #news_page .content .left .list ul li a .pic {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #news_page .content .left .list ul li a .pic img {
    width: 100% !important;
  }
  #news_page .content .left .list ul li a .word {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #news_page .content .left .list ul li a .word .more {
    margin-top: 5px;
  }
  #news_page .content .right {
    width: 29%;
    display: none;
  }
  .index_banner .slide .swiper-container .swiper-button-prev,
  .index_banner .slide .swiper-container .swiper-button-next {
    display: none;
  }
  #index_page .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #index_page .content .tit .left h5 {
    font-size: 25px;
  }
  #index_page .content .tit .left h6 {
    font-size: 14px;
  }
  #index_page .item1 .content .list ul {
    flex-direction: column;
  }
  #index_page .item1 .content .list ul li {
    margin-bottom: 10px;
    width: 100%;
  }
  #index_page .item1 .content .list ul li a .word {
    height: auto;
  }
  #index_page .item2 .content .list_all {
    margin-top: 20px;
    height: auto;
    flex-direction: column;
  }
  #index_page .item2 .content .list_all .list {
    width: 100%;
  }
  #index_page .item2 .content .list_all .list .small_tit {
    font-size: 18px;
  }
  #index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0;
  }
  #index_page .item3 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
    line-height: 1.5;
  }
  #index_page .item5 .content .center .right ul li {
    width: 100%;
  }
}
