html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
    sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
}
/* custom */
a {
  outline: none;
  color: #16418a;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
a:focus {
  outline: none;
}
input,
button {
  background: none;
  border: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}
input::-webkit-input-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
    sans-serif;
  color: #ccc;
}
input:-moz-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
    sans-serif;
  color: #ccc;
}
input::-moz-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
    sans-serif;
  color: #ccc;
}
input:-ms-input-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
    sans-serif;
  color: #ccc;
}
textarea::-webkit-input-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
    sans-serif;
  color: #ccc;
}
textarea:-moz-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
    sans-serif;
  color: #ccc;
}
textarea::-moz-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
    sans-serif;
  color: #ccc;
}
textarea:-ms-input-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma,
    sans-serif;
  color: #ccc;
}

.main-color {
  color: #2555a1;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1420px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../font/iconfont.woff") format("woff"),
    url("../font/iconfont.ttf") format("truetype"),
    url("../font/iconfont.svg#iconfont") format("svg");
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.bg-f5 {
  background: #f5f5f5;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #999;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.swiper-pagination-bullet-active {
  background: #2555a1;
}
.flex-1 {
  flex: 1;
}
header .head-nav {
  height: 80px;
}
header .head-nav .logo {
  height: 100%;
}
header .head-nav .logo img {
  height: 100%;
}
header .head-nav ul {
  padding-left: 5%;
}
header .head-nav ul li:hover a,
header .head-nav ul li.active a {
  color: #2555a1;
}
header .head-nav .info .kf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 24px;
  border-left: 1px #e5e5e5 solid;
  border-right: 1px #e5e5e5 solid;
}
header .head-nav .info .search {
  width: 80px;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
header .head-nav .info .search:hover {
  background: #2555a1;
}
header .head-nav .info .search:hover .icon {
  color: #fff;
}
header .menu {
  align-items: center;
  padding-right: 3%;
}
@keyframes navtop {
  0% {
    top: 120%;
  }
  100% {
    top: 100%;
  }
}
footer {
  background: #0f1c30;
}
footer .content h3 {
  color: #f5f5f5;
}
footer .content ul li {
  margin-right: 10%;
}
footer .content ul li:last-child {
  margin-right: 0;
}
footer .content ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}
footer .content ul li a:hover {
  color: #fff;
}
footer .content p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 22px;
  max-width: 290px;
}
footer .content .contact {
  align-items: flex-start;
}
footer .content .contact .code {
  border-left: 1px rgba(255, 255, 255, 0.2) solid;
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
}
footer .content .contact .code .img {
  width: 100px;
}
footer .content .contact p {
  color: rgba(255, 255, 255, 0.2);
}
footer .content .contact a {
  color: rgba(255, 255, 255, 0.2);
}
footer .content .contact a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .links span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer .links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer .links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .copyright {
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  margin-left: 10px;
}
footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.foot-suspended {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 3%;
  z-index: 9999;
}
.foot-suspended .link {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.foot-suspended .link a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot-suspended .link a .icon {
  font-size: 18px;
  color: #2555a1;
}
.foot-suspended .link a:hover {
  color: #333;
}
.foot-suspended .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 50%;
  background: #2555a1;
  border-radius: 18px;
  color: #fff;
}
.foot-suspended .tel .icon {
  color: rgba(255, 255, 255, 0.7);
}
.menu-container-mask {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  z-index: 9999;
}
.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.top-menu-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.top-menu-list.active {
  transform: translateX(-100%);
}
.top-menu-list > li {
  height: 48px;
  line-height: 48px;
}
.top-menu-list > li li:first-child,
.top-menu-list > li:first-child {
  height: 45px;
}
.top-menu-list > li li:first-child > a,
.top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 45px;
}
.top-menu-list > li a {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a span {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li a .icon {
  color: #666;
  font-size: 14px;
}
.top-menu-list > li .title-name {
  height: 100%;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  display: none;
}
.top-menu-list ul.active {
  display: block;
}
.navbar-nav-more-body {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.navbar-nav-more-body .box-shadown {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.navbar-nav-more-body .offcanva {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.navbar-nav-more-body .offcanvas-body {
  position: relative;
}
.navbar-nav-more-body .offcanvas-end {
  width: 60%;
  z-index: 999999;
}
.navbar-nav-more-body .top-menu-list {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  font-size: 1rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list.active {
  transform: translateX(-100%);
}
.navbar-nav-more-body .top-menu-list > li {
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0;
}
.navbar-nav-more-body .top-menu-list > li li:first-child,
.navbar-nav-more-body .top-menu-list > li:first-child {
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li li:first-child > a,
.navbar-nav-more-body .top-menu-list > li:first-child > a {
  background-color: #f7f7f7;
  height: 2.8rem;
}
.navbar-nav-more-body .top-menu-list > li a {
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav-more-body .top-menu-list > li a:hover {
  color: #2555a1;
}
.navbar-nav-more-body .top-menu-list ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  height: 100%;
  padding: 0;
  display: none;
}
.navbar-nav-more-body .top-menu-list ul.active {
  display: block;
}
.navbar-nav-more-body .top-menu-list .icon {
  font-size: 16px;
  color: #666;
}
.navbar-nav-more-body .top-menu-list ul.active .icon {
  margin-right: 0.5rem;
}
.position {
  height: 50px;
}
.position .content {
  height: 100%;
}
.position .category ul li a {
  display: flex;
  align-items: center;
  height: 50px;
}
.position .category ul li:hover,
.position .category ul li.active {
  background: #2555a1;
}
.position .category ul li:hover a,
.position .category ul li.active a {
  color: #fff;
}
.breadcrumb {
  margin-bottom: 0rem;
  font-size: 12px;
  color: #2555a1;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item a {
  color: #666;
  font-size: 12px;
}
.breadcrumb-item a:hover {
  color: #2555a1 !important;
}
.pagination-box {
  text-align: center;
  line-height: 32px;
  color: #595959;
}
.pagination-box select {
  margin: 0 8px;
}
.pagination-box a,
.pagination-box span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: top;
  color: #666;
  font-size: 14px;
}
.pagination-box a:last-child,
.pagination-box span:last-child {
  margin-right: 0;
}
.pagination-box a.active,
.pagination-box span.active,
.pagination-box a.current,
.pagination-box span.current,
.pagination-box a:hover,
.pagination-box span:hover {
  background-color: #2555a1;
  border-color: #2555a1;
  color: #fff !important;
}
.pagination-box select {
  height: 32px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.pagination-box .prev_disabled,
.pagination-box .next_disabled {
  background-color: transparent !important;
  border-color: #e2e2e2 !important;
  color: #e2e2e2 !important;
  cursor: no-drop;
}
.pagination-box .prev_disabled:hover,
.pagination-box .next_disabled:hover {
  color: #e2e2e2 !important;
}
.pagination-box .page_num {
  border: none;
}
.pagination-box .prev::before,
.pagination-box .prev_disabled::before {
  content: "<";
}
.pagination-box .next::before,
.pagination-box .next_disabled::before {
  content: ">";
}
.searchlist-input-container {
  display: flex;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  padding-left: 16px;
  overflow: hidden;
}
.searchlist-input-container .key {
  flex: 1;
}
.searchlist-input-container .sub {
  height: 60px;
  background: #2555a1;
  color: #fff;
  width: 60px;
}
.searchlist-input-container .sub:hover {
  color: rgba(255, 255, 255, 0.8);
}
.qqkefu {
  position: fixed;
  bottom: 200px;
  z-index: 99;
  right: 0;
  width: 50px;
}
.qqkefu ul li {
  width: 50px;
  height: 50px;
  margin: 4px 0;
  position: relative;
}
.qqkefu ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  transition: left 0.5s;
  background: rgba(153, 153, 153, 0.9);
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.qqkefu ul li.sc .item {
  position: absolute;
  left: 0;
  top: 0;
  right: -80px;
  bottom: 0;
  transition: 0.5s;
}
.qqkefu ul li.sc .item p,
.qqkefu ul li.sc .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  width: 100px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  white-space: normal;
}
.qqkefu ul li.sc1:hover .item {
  background: #2555a1;
  left: -80px;
}
.qqkefu ul li.sc2:hover .item {
  background: #2555a1;
  left: -120px;
}
.qqkefu ul li.sc3 p {
  width: 200px !important;
}
.qqkefu ul li.sc3:hover .item {
  background: #2555a1;
  left: -240px;
}
.qqkefu ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;
}
.qqkefu ul li .f_code {
  position: absolute;
  right: 110%;
  bottom: 0;
  width: 100px;
  height: 100px;
  display: none;
  transition: 0.5s;
}
.qqkefu ul li .f_code img {
  width: 100%;
  height: 100%;
}
.qqkefu ul li:hover .item {
  background: #2555a1;
}
.qqkefu ul li:hover .f_code,
.qqkefu ul li:hover .ewm {
  display: flex;
}
.qqkefu ul li:hover a {
  opacity: 1;
}
.home-banner .index-pagination span {
  background: none;
  border: 1px #fff solid;
  opacity: 1;
}
.home-banner .index-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.home-product {
  border-bottom: 1px #c1c1c1 solid;
}
.home-product ol {
  justify-content: center;
}
.home-product ol li {
  margin: 0 2px;
}
.home-product ol li a {
  width: 124px;
  height: 42px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-product ol li a.active {
  color: #fff;
  background: #2555a1;
}
.home-product .tab-pane {
  animation: move 0.8s forwards;
}
.home-product .more a:hover {
  color: #2555a1;
}
.home-product .more a:hover .icon {
  color: #2555a1;
}
@keyframes move {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.common-pagination span {
  margin: 0 2px;
}
.home-service {
  background: url(../images/service-bg.jpg) no-repeat;
  background-size: 100%;
}
.home-service ul li .item {
  background: #f6f6f6;
}
.home-service ul li .item .text {
  min-height: 236px;
}
.home-service ul li .item .text .desc {
  line-height: 24px;
}
.home-application ul li .item {
  position: relative;
}
.home-application ul li .item .img {
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.home-application ul li .item .text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-application ul li .item .text h4 {
  color: rgba(255, 255, 255, 0.5);
}
.home-application ul li .item .text span {
  color: rgba(255, 255, 255, 0.5);
}
.home-application ul li .item:hover img {
  transform: scale(1.1);
}
.home-application .bar-pagination {
  position: relative;
  height: 2px;
  background: #eee;
}
.home-application .bar-pagination .swiper-pagination-progressbar-fill {
  height: 5px;
  top: -2px;
  background: #2555a1;
}
.home-application .common {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #d8d8d8 solid;
  transition: 0.5s;
  cursor: pointer;
  background: #fff;
}
.home-application .common:hover {
  background: #2555a1;
  border-color: #2555a1;
}
.home-application .common:hover .icon {
  color: #fff;
}
.home-about .text {
  width: 88%;
}
.home-about .text .line {
  width: 40px;
  height: 2px;
  background: #2555a1;
}
.home-about .text .desc {
  line-height: 30px;
}
.home-about .text a {
  width: 140px;
  height: 50px;
  border: 1px #d8d8d8 solid;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-left-color: #2555a1;
}
.home-about .text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 2px;
  top: -1px;
  background: #2555a1;
  transition: 0.5s;
  z-index: -1;
}
.home-about .text a:hover {
  color: #fff;
}
.home-about .text a:hover::before {
  width: 100%;
}
.home-about .atlas ol {
  border-bottom: 1px #bebebe solid;
}
.home-about .atlas ol li a {
  position: relative;
  display: block;
}
.home-about .atlas ol li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  background: #2555a1;
  width: 0;
  transition: 0.5s;
}
.home-about .atlas ol li a.active {
  color: #2555a1;
}
.home-about .atlas ol li a.active::before {
  width: 100%;
}
.home-about .atlas .tab-pane {
  animation: move 0.8s forwards;
}
.home-about .tab-content {
  position: relative;
}
.home-about .tab-content .coomon-btns {
  position: absolute;
  right: 0;
  top: -60px;
}
.home-about .tab-content .coomon-btns .icon:hover {
  color: #2555a1;
}
.company-list ul li .item .img {
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}
.honor-list ul li .item .img {
  padding-top: 100%;
  position: relative;
  border: 1px #eee solid;
}
.honor-list ul li .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  margin: auto;
  max-width: 96%;
  max-height: 96%;
}
.home-process {
  background: url(../images/process-bg.jpg);
  background-size: cover;
}
.home-process .process-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.home-process .bar-pagination {
  position: relative;
  height: 2px;
  background: #eee;
}
.home-process .bar-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  top: 0;
  background: #2f9f33;
}
.home-process ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home-process ul li > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-process ul li > div h3 {
  width: 78px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/white-bg.png) no-repeat;
  background-size: 100%;
}
.home-process ul li > div span {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.home-process ul li > div i {
  height: 18px;
  line-height: 18px;
}
.home-client .client-container {
  height: 210px;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.home-client .client-container .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.home-client .client-container .swiper-slide {
  height: calc(50% - 8px);
  transform: translate3d(0, 0, 0);
}
.home-client .client-container .swiper-slide .img {
  height: 100%;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
  border: 1px #c1c1c1 solid;
}
.home-client .client-container .swiper-slide .img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #2555a1;
  height: 1px;
  transition: 0.5s;
}
.home-client .client-container .swiper-slide .img img {
  max-width: 94%;
  max-height: 94%;
}
.home-client .client-container .swiper-slide .img:hover::before {
  width: 100%;
}
.home-news {
  background-color: #f5f5f5;
}
.home-news .content {
  display: flex;
}
.home-news .new-news {
  width: 38%;
}
.home-news .new-news .img {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.home-news .new-news .text {
  background-color: #fff;
}
.home-news .new-news .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.home-news .new-news .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  line-height: 24px;
}
.home-news .new-news .text span {
  color: #2555a1;
}
.home-news .new-news .text span .icon {
  color: #2555a1;
}
.home-news .new-news:hover img {
  transform: scale(1.1);
}
.home-news .new-news:hover h4 {
  color: #2555a1;
}
.home-news .news-info {
  width: 62%;
  display: flex;
  flex-wrap: wrap;
}
.home-news .news-info ul {
  height: 100%;
  margin-left: 24px;
  width: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-news .news-info ul li {
  height: 33%;
}
.home-news .news-info ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  position: relative;
  transition: 0.5s;
}
.home-news .news-info ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  background-color: #2555a1;
  transition: 0.5s;
}
.home-news .news-info ul li a h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.home-news .news-info ul li a .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  line-height: 24px;
}
.home-news .news-info ul li a:hover {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}
.home-news .news-info ul li a:hover h4 {
  color: #2555a1;
}
.home-news .news-info ul li a:hover::before {
  width: 100%;
}
.page-banner {
  position: relative;
  min-height: 50px;
}
.page-banner .position {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
}
.product-list ul li a {
  border: 1px #c1c1c1 solid;
}
.product-list ul li a .img {
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}
.product-list ul li a .details {
  width: 70px;
  height: 20px;
  border: 1px #d8d8d8 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: 0.5s;
}
.product-list ul li a:hover {
  border-color: #2555a1;
}
.product-list ul li a:hover img {
  transform: scale(1.1);
}
.product-list ul li a:hover h4 {
  color: #2555a1;
}
.product-list ul li a:hover .details {
  background: #2555a1;
  color: #fff;
}
.product-page .content .page-container {
  border: 1px #ccc solid;
  z-index: 10;
  height: 440px;
}
.product-page .content .page-container .swiper-slide {
  z-index: -1;
}
.product-page .content .page-container .img {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .content .coomon-btn > div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bbb;
  z-index: 1;
}
.product-page .content .coomon-btn > div.button-prev {
  left: 0;
}
.product-page .content .coomon-btn > div.button-next {
  right: 0;
}
.product-page .content .coomon-btn > div .icon {
  transition: 0.5s;
}
.product-page .content .coomon-btn > div.hide {
  display: none;
}
.product-page .content .coomon-btn > div:hover {
  background: #2555a1;
}
.product-page .content .coomon-btn > div:hover .icon {
  color: #fff;
}
.product-page .content .desc .con {
  line-height: 30px;
  border-top: 1px #ccc solid;
}
.product-page .content .desc .links a {
  width: 162px;
  height: 42px;
  background: #2555a1;
  position: relative;
}
.product-page .content .desc .links a::before {
  position: absolute;
  top: 0;
  left: -120%;
  z-index: 2;
  display: block;
  content: "";
  width: 60%;
  height: 150%;
  opacity: 0;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.product-page .content .desc .links a:hover {
  color: #fff;
}
.product-page .content .desc .links a:hover::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
  opacity: 1;
}
.product-page .content .desc .links .info {
  background: none;
  border: 2px #333 solid;
}
.product-page .content .desc .links .info:hover {
  color: #2555a1;
}
.product-page .content1 ol {
  border-bottom: 1px #ccc solid;
}
.product-page .content1 ol li a.active,
.product-page .content1 ol li a:hover {
  color: #2555a1;
}
.product-page .content1 h2 {
  border-bottom: 1px #ccc solid;
}
.product-page .content1 .details {
  line-height: 24px;
}
.product-page .content1 .details img {
  max-width: 100%;
}
.product-page .content1 .product-list ul li a {
  margin-top: -1px;
}
.news-detail .title {
  border-bottom: 1px #e3e3e3 solid;
}
.news-detail .content {
  line-height: 24px;
  min-height: 200px;
}
.news-detail .content img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.news-detail .content iframe {
  width: 100% !important;
  height: 600px !important;
}
.news-detail .news-detail-footer {
  border-top: 1px #f5f5f5 solid;
}
.news-detail .news-detail-footer a {
  font-size: 14px;
  color: #333;
}
.news-detail .news-detail-footer a:hover {
  color: #2555a1;
}
.about-page .line {
  width: 40px;
  height: 2px;
  background: #2555a1;
}
.about-page .section2 .course-container .item {
  width: 80%;
  height: 200px;
  margin: auto;
  background: #fff;
  padding: 2% 6%;
}
.about-page .section2 .course-container .item .desc {
  line-height: 26px;
  max-height: 180px;
  display: flex;
  align-items: center;
  overflow-y: auto;
}
.about-page .section2 .course-container .common-btn > div::after {
  content: none;
}
.about-page .section2 .course-container .common-btn > div:hover .icon {
  color: #2555a1;
}
.about-page .section2 .thumbs::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #cdcdcd;
  height: 1px;
  top: 4px;
}
.about-page .section2 .thumbs .course-thumbs {
  width: 80%;
  margin: auto;
}
.about-page .section2 .thumbs .course-thumbs ul li {
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding-top: 20px;
}
.about-page .section2 .thumbs .course-thumbs ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: #cdcdcd;
  border-radius: 50%;
}
.about-page
  .section2
  .thumbs
  .course-thumbs
  ul
  li.swiper-slide-thumb-active
  h3 {
  color: #2555a1;
  font-size: 24px;
}
.about-page
  .section2
  .thumbs
  .course-thumbs
  ul
  li.swiper-slide-thumb-active::before {
  background: #2555a1;
}
.about-page .section2 ._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2555a1;
}
.about-page .section2 .mCSB_scrollTools {
  width: 1px;
}
.service-page .content {
  line-height: 30px;
}
.service-page .section1 .process-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  height: 1px;
  background: rgba(51, 51, 51, 0.1);
}
.service-page .section1 .bar-pagination {
  position: relative;
  height: 2px;
  background: #eee;
}
.service-page .section1 .bar-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  top: 0;
  background: #2f9f33;
}
.service-page .section1 ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service-page .section1 ul li > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-page .section1 ul li > div h3 {
  width: 78px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/main-bg.png) no-repeat;
  background-size: 100%;
}
.service-page .section1 ul li > div span {
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.service-page .section1 ul li > div i {
  height: 18px;
  line-height: 18px;
}
.client-list ul li .item {
  border: 1px #eee solid;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.client-list ul li .item img {
  max-width: 96%;
  max-height: 94%;
}
.client-list ul li .item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-color: #2555a1;
}
.news-list ul li a {
  position: relative;
  transition: 0.5s;
  background: #fff;
  height: 100%;
}
.news-list ul li a .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.news-list ul li a .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list ul li a .text p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  line-height: 26px;
  overflow: hidden;
}
.news-list ul li a .text span {
  font-size: 12px;
}
.news-list ul li a:hover {
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.news-list ul li a:hover h4 {
  color: #2555a1;
}
.contact-page .content #map {
  height: 500px;
  width: 100%;
}
.message form .item {
  display: flex;
  background: #f5f5f5;
  position: relative;
}
.message form .item input {
  flex: 1;
  height: 60px;
  width: 100%;
  font-size: 14px;
  color: #999;
  padding: 0 6px;
  box-sizing: border-box;
}
.message form .item .icon {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
}
.message form .error span {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  color: red;
}
.message form textarea {
  width: 100%;
  height: 160px;
  border: none;
  padding: 1rem 6px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  resize: none;
  background: #f5f5f5;
}
.message form .btn-1 {
  display: flex;
  width: 520px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: auto;
  background: #2555a1;
  font-size: 18px;
  color: #fff;
}
.message form .btn-1:hover {
  color: rgba(255, 255, 255, 0.7);
}
.join-list .join-name {
  border: none;
  border-top: 2px #2555a1 solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.join-list .join-name p {
  min-width: 110px;
  text-align: center;
}
.join-list ul li {
  background-color: #fff;
  border: 1px #ddd solid;
  margin-bottom: -1px;
}
.join-list ul li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  cursor: pointer;
  background-color: #2555a1;
  transition: 0.5s;
}
.join-list ul li .title p {
  min-width: 110px;
  text-align: center;
}
.join-list ul li .title.collapsed {
  background-color: #fff;
}
.join-list ul li .title.collapsed p {
  color: #666;
}
.join-list ul li .desc {
  line-height: 24px;
}
.setting-list ul li .item .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.case-list ul li .item .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.case-list ul li .item:hover img {
  transform: scale(1.1);
}
.case-list ul li .item:hover h4 {
  color: #2555a1;
}
.case-page .info {
  border: 1px #eee solid;
}
.case-page .info .title {
  justify-content: space-between;
  align-items: center;
}
.case-page .info .title .img {
  border: 1px #eee solid;
  width: 38%;
}
.case-page .info .title .img img {
  width: 100%;
  display: block;
}
.case-page .info .title .desc {
  line-height: 24px;
}
.case-page .info .title a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 34px;
  border: 1px #2555a1 solid;
  position: relative;
  color: #2555a1;
  font-size: 14px;
  z-index: 1;
}
.case-page .info .title a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #2555a1;
  transition: 0.5s;
  z-index: -1;
}
.case-page .info .title a:hover {
  color: #fff;
}
.case-page .info .title a:hover::before {
  width: 100%;
}
.case-page .info .content .name {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
}
.case-page .info .content .name h2 {
  color: #2555a1;
  border-bottom: 1px #2555a1 solid;
}
.case-page .info .content .detail {
  color: #666;
  line-height: 26px;
  font-size: 14px;
}
.case-page .info .content .detail img {
  max-width: 100%;
}
.course-list ul {
  clear: both;
  overflow: hidden;
  position: relative;
}
.course-list ul::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #cecece;
}
.course-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.course-list ul li:nth-child(2n) {
  flex-direction: row;
  margin-top: 6rem;
}
.course-list ul li:nth-child(2n) span {
  margin-left: 0;
  margin-right: 0.34rem;
}
.course-list ul li:nth-child(2n) h2 {
  width: 100%;
  text-align: left;
}
.course-list ul li:nth-child(2n) p {
  text-align: left;
}
.course-list ul li span {
  width: 2rem;
  height: 1px;
  background: #cecece;
  margin-left: 0.34rem;
}
.course-list ul li > div {
  border: 1px #cecece solid;
  box-sizing: border-box;
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.course-list ul li > div div {
  position: relative;
  font-size: 1rem;
  line-height: 2rem;
}
.course-list ul li > div p {
  color: #666;
  text-align: right;
  position: relative;
  z-index: 10;
}
.course-list ul li h2 {
  color: #2555a1;
  position: relative;
  margin-left: auto;
  text-align: right;
  width: 100%;
  margin-bottom: 1rem;
}

@media all and (max-width: 1480px) {
  .w1400 {
    width: 94%;
  }
  header .head-nav ul {
    padding-left: 5%;
  }
  .home-service ul li .item .text .desc p {
    display: inline;
  }
}
@media all and (max-width: 1280px) {
  .w1200 {
    width: 94%;
  }
  header .head-nav .info .search {
    display: none !important;
  }
  .home-about .text a {
    width: 120px;
    height: 40px;
  }
  footer .content ul li {
    margin-right: 6%;
  }
}
@media all and (max-width: 992px) {
  #container {
    padding-top: 56px !important;
  }
  header .head-nav {
    height: 56px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .home-product ol {
    flex-wrap: nowrap;
  }
  .home-product ol li {
    width: 25%;
  }
  .home-product ol li a {
    width: 100%;
    height: 36px;
  }
  .product-page .content .page-container {
    height: 360px;
  }
  footer .content .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
  footer .content .info ol {
    margin-top: 20px !important;
    flex-direction: column;
  }
  footer .content .info ol li {
    margin-bottom: 16px;
  }
  footer .content .info ol li:last-child {
    margin-bottom: 0;
  }
  .home-service ul li .item .text {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .home-news .content {
    flex-wrap: wrap;
  }
  .home-news .new-news {
    width: 100%;
  }
  .home-news .news-info {
    width: 100%;
  }
  .home-news .news-info ul {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .home-news .news-info ul li {
    margin-top: 2px;
  }
  footer .content .contact {
    flex-direction: column;
  }
  footer .content .contact .code {
    border: none;
  }
  .page-banner .position {
    position: relative;
    bottom: auto;
    background: #f5f5f5;
  }
  .about-page .section2 .course-container .item {
    width: 100%;
  }
  .about-page .line {
    width: 30px;
  }
  .product-page .content .desc .con {
    line-height: 26px;
  }
  .home-application .common {
    width: 32px;
    height: 32px;
  }
}
@media all and (max-width: 768px) {
  .case-page .info .title {
    flex-direction: column;
  }
  .case-page .info .title .img {
    width: 100%;
  }
  .case-page .info .title .text {
    width: 100%;
    margin-top: 20px;
  }
  footer {
    padding-bottom: 50px;
  }
  .message form .btn-1 {
    width: 100%;
  }
}
@media all and (max-width: 576px) {
  .news-detail .news-detail-footer {
    flex-direction: column;
    line-height: 24px;
  }
  .contact-page .content #map {
    height: 320px;
  }
  .product-page .content .page-container {
    height: 320px;
  }
}
