.nav-active {
  background-color: #0f1265;
}
.indust-active {
  border: 1px solid #1d2089;
  border-radius: 30px;
  color: #1d2089 !important;
}
.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ccc;
}
.mater-active {
  background-color: #1d2089 !important;
  border: 1px solid #1d2089 !important;
  color: #fff !important;
}
.habout-active {
  background-color: #1d2089 !important;
  color: #fff;
}
.hnews-active {
  position: relative;
  color: #1d2089 !important;
}
.hnews-active::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #1d2089 transparent;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.common-title {
  text-align: center;
  margin-bottom: 95px;
  position: relative;
}
.common-title span {
  font-size: 20px;
}
.common-title h2 {
  font-size: 41px;
  font-weight: 700;
  margin-top: -5px;
  position: relative;
}
.common-title h2 span {
  font-size: 41px;
  color: #1d2089;
}
.common-title h2::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 205px;
  height: 1px;
  background-color: #ccc;
}
.common-title::after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 1px;
  background-color: #ccc;
}
.common-title::before {
  content: '';
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 3px;
  z-index: 9;
  background-color: #1d2089;
}
.breadnav {
  background-color: #1d2089;
}
.breadnav .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}
.breadnav .breadcrumb li {
  color: #fff;
}
.breadnav .breadcrumb li a {
  color: #fff;
}
.product .navigation {
    width: 835px;
    margin-left: auto;
}
.navigation {
  margin-top: 100px;
  text-align: center;
}
.navigation div span {
  border: 1px solid #fe0201;
  padding: 10px 20px;
  background-color: #fe0201;
  color: #fff;
  border-radius: 10px;
  margin-right: 10px;
}
.navigation div a {
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 10px;
  background-color: #152f83;
  color: #fff;
}
.navigation div a:hover {
  background-color: #fe0201;
}
.swiper1 {
  width: 100%;
  height: 100%;
}
.swiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper1 .swiper-slide img {
  height: 600px;
}
.swiper1 .swiper-pagination-bullet {
  width: 44px;
  height: 6px;
  border-radius: 0;
  margin: 0 10px !important;
  background-color: #1d2089;
}
/* 头部 */
.header .header-top {
  display: flex;
  justify-content: space-between;
  padding: 25px 50px;
}
.header .header-top .header-left {
  display: flex;
  align-items: center;
}
.header .header-top .header-left a {
  margin-right: 35px;
}
.header .header-top .header-left .header-left-cont h2 {
  font-size: 24px;
  color: #1d2089;
  font-weight: 700;
}
.header .header-top .header-left .header-left-cont h2 span {
  color: #fe0201;
}
.header .header-top .header-left .header-left-cont h5 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}
.header .header-top .header-left .header-left-cont h5 span {
  color: #fe0201;
  font-size: 24px;
}
.header .header-top .header-right {
  display: flex;
  align-items: center;
}
.header .header-top .header-right .header-right-font {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .header-top .header-right .header-right-font span {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 5px;
  background-color: #fff;
}
.header .header-top .header-right .header-right-font span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135px;
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #000;
  z-index: -1;
}
.header .header-top .header-right .header-right-font h3 {
  font-size: 20px;
}
.header .header-nav {
  background-color: #1d2089;
}
.header .header-nav .nav-ulst {
  display: flex;
  justify-content: space-between;
}
.header .header-nav .nav-ulst > li {
  position: relative;
  transition: all 0.6s;
}
.header .header-nav .nav-ulst > li:hover {
  background-color: #0f1265;
}
.header .header-nav .nav-ulst > li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  height: 15px;
  width: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.header .header-nav .nav-ulst > li > a {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  display: inline-block;
  width: 170px;
  white-space: nowrap;
  text-align: center;
}
.header .header-nav .nav-ulst > li .dropdown-ulst {
  position: absolute;
  display: none;
  left: 0;
  margin-top: 10px;
  z-index: 99;
  background-color: #1d2089;
  padding: 5px;
}
.header .header-nav .nav-ulst > li .dropdown-ulst::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 85px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1d2089 transparent;
}
.header .header-nav .nav-ulst > li .dropdown-ulst::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 85px;
  transform: translateX(-50%);
  height: 10px;
  width: 100%;
}
.header .header-nav .nav-ulst > li .dropdown-ulst li {
  padding: 0 5px;
  min-width: 180px;
}
.header .header-nav .nav-ulst > li .dropdown-ulst li:hover a {
  color: #1d2089;
}
.header .header-nav .nav-ulst > li .dropdown-ulst li:hover {
  background-color: #fff;
}
.header .header-nav .nav-ulst > li .dropdown-ulst li a {
  color: #fff;
  padding: 10px;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  transition: all 0.6s;
}
.header .header-nav .nav-ulst > li .dropdown-ulst li:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.hot-word {
  background-color: #f8f9fb;
  padding: 20px;
}
.hot-word .hot-box {
  display: flex;
  justify-content: space-between;
}
.hot-word .hot-box .hot-left {
  display: flex;
  align-items: center;
}
.hot-word .hot-box .hot-left h3 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 700;
  margin-right: 20px;
}
.hot-word .hot-box .hot-left ul {
  display: flex;
}
.hot-word .hot-box .hot-left ul li {
  margin: 0 10px;
}
.hot-word .hot-box .hot-left ul li a {
  font-size: 12px;
}
.hot-word .hot-box .hot-left ul li a:hover {
  color: #1d2089;
}
.hot-word .hot-box .hot-right {
  height: 30px;
}
.hot-word .hot-box .hot-right form {
	display: flex;
	align-items: center;
}
.hot-word .hot-box .hot-right input {
  height: 100%;
  width: 230px;
  padding-left: 10px;
  border: 2px solid #1d2089;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.hot-word .hot-box .hot-right input::-webkit-input-placeholder {
  color: #1d2089;
  opacity: 0.5;
}
.hot-word .hot-box .hot-right input:focus {
  outline: none;
}
.hot-word .hot-box .hot-right button {
  background-color: #1d2089;
  border: 0;
  height: 25px;
  width: 45px;
  vertical-align: bottom;
  margin-left: -5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.hot-word .hot-box .hot-right button:focus {
  outline: none;
}
.industry {
  padding: 50px 0 70px;
}
.industry .indust-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.industry .indust-nav li {
  font-size: 20px;
  padding: 0 40px;
  color: #636363;
  cursor: pointer;
}
.industry .indust-nav li:hover {
  color: #1d2089;
}
.industry .indust-box {
  display: none;
}
.industry .indust-box .indust-cont {
  display: flex;
  flex-wrap: wrap;
}
.industry .indust-box .indust-cont .indust-items {
  width: 356px;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.industry .indust-box .indust-cont .indust-items:hover .indust-items-float {
  opacity: 1;
  transform: translate(0);
}
.industry .indust-box .indust-cont .indust-items:hover img {
  transform: scale(1.1);
}
.industry .indust-box .indust-cont .indust-items:not(:nth-child(3n + 3)) {
  margin-right: 20px;
}
.industry .indust-box .indust-cont .indust-items img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.industry .indust-box .indust-cont .indust-items .indust-items-float {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 20px;
  opacity: 0;
  transform: translate(-20px, 30px);
  transition: all 0.6s;
}
.industry .indust-box .indust-cont .indust-items .indust-items-float a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.industry .indust-box .indust-cont .indust-items .indust-items-float .indust-float-txt {
  background-color: #fff;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.industry .indust-box .indust-cont .indust-items .indust-items-float .indust-float-txt h3 {
  text-align: center;
  color: #1d2089;
  font-size: 22px;
  position: relative;
  margin-bottom: 10px;
}
.industry .indust-box .indust-cont .indust-items .indust-items-float .indust-float-txt h3::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 1px;
  background-color: #ccc;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.industry .indust-box .indust-cont .indust-items .indust-items-float .indust-float-txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  color: #636363;
}
.material .material-container {
  max-width: 1560px;
  margin: 0 auto;
}
.material .material-container .material-box {
  display: flex;
  justify-content: space-between;
}
.material .material-container .material-box .material-center {
  display: flex;
}
.material .material-container .material-box .material-center .material-ulst {
  width: 180px;
  text-align: center;
  height: 655px;
  overflow: hidden;
}
.material .material-container .material-box .material-center .material-ulst:not(:last-child) {
  border-right: 1px solid #1d2089;
}
.material .material-container .material-box .material-center .material-ulst li:first-child {
  height: 95px;
  line-height: 95px;
  background: url(../images/cay-title.jpg) no-repeat center center / cover;
  font-size: 28px;
  color: #fff;
  border: 0;
  cursor: inherit;
}
.material .material-container .material-box .material-center .material-ulst li {
  line-height: 85px;
  height: 80px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-size: 18px;
  color: #636363;
  transition: all 0.6s;
}
.material .material-container .material-box .material-center .material-ulst li:hover {
  background-color: #1d2089;
  color: #fff;
}
.material .material-container .material-box .material-right .material-cont {
  display: none;
}
.material .material-container .material-box .material-right .material-cont .material-includ .material-items {
  position: relative;
}
.material .material-container .material-box .material-right .material-cont .material-includ .material-items .material-img {
  width: 827px;
  height: 655px;
}
.material .material-container .material-box .material-right .material-cont .material-includ .material-items .material-float {
  position: absolute;
  bottom: 30px;
  left: 50px;
  display: flex;
}
.material .material-container .material-box .material-right .material-cont .material-includ .material-items .material-float a {
  display: flex;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding-top: 18px;
  position: relative;
  background-color: #1d2089;
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
  transition: all 0.6s;
}
.material .material-container .material-box .material-right .material-cont .material-includ .material-items .material-float a:hover {
  transform: translateY(-10px);
}
.material .material-container .material-box .material-right .material-cont .material-includ .material-items .material-float a:last-child {
  background-color: #fff;
  color: #1d2089;
}
.material .material-container .material-box .material-right .material-cont .material-includ .material-items .material-float a:last-child::after {
  background-color: #1d2089;
  color: #fff;
  padding-bottom: 1px;
}
.material .material-container .material-box .material-right .material-cont .material-includ .material-items .material-float a::after {
  content: '+';
  position: absolute;
  background-color: #fff;
  color: #1d2089;
  font-weight: 700;
  bottom: 20px;
  width: 15px;
  height: 15px;
  padding-left: 1px;
  padding-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.trustworthy {
  padding-top: 100px;
  padding-bottom: 220px;
  background: url(../images/xz-dbg.jpg) no-repeat center top / cover;
}
.trustworthy .trust-box {
  display: flex;
  margin-top: 155px;
}
.trustworthy .trust-box .trust-items:not(:last-child) {
  margin-right: 10px;
}
.trustworthy .trust-box .trust-items:nth-child(2n + 2) {
  transform: translateY(125px);
}
.trustworthy .trust-box .trust-items:hover .trust-top {
  transform: translateY(-10px);
  box-shadow: 0 1px 20px #1d2089;
}
.trustworthy .trust-box .trust-items .trust-top {
  width: 295px;
  height: 450px;
  position: relative;
  transition: all 0.6s;
}
.trustworthy .trust-box .trust-items .trust-top a {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.trustworthy .trust-box .trust-items .trust-top .trust-more {
  width: 83px;
  height: 95px;
  display: flex;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -50px;
  left: 50%;
  padding-top: 30px;
  margin-bottom: 10px;
  transform: translateX(-50%);
  background: url(../images/moredb.png) no-repeat center center / cover;
}
.trustworthy .trust-box .trust-items .trust-top .trust-more::after {
  content: '+';
  position: absolute;
  bottom: 15px;
  background-color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #1d2089;
  border-radius: 100%;
}
.trustworthy .trust-box .trust-items .trust-items-txt {
  text-align: center;
  margin-top: 30px;
}
.trustworthy .trust-box .trust-items .trust-items-txt h5 {
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
.trustworthy .trust-box .trust-items .trust-items-txt h5::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1d2089;
}
.custech {
  background: url(../images/liuc-bg.jpg) no-repeat center center / cover;
  padding: 115px 80px;
  overflow: hidden;
}
.custech .custech-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.custech .custech-container .custech-left {
  color: #fff;
}
.custech .custech-container .custech-left h2 {
  font-size: 40px;
  font-weight: 700;
}
.custech .custech-container .custech-left span {
  font-size: 26px;
  position: relative;
  white-space: nowrap;
}
.custech .custech-container .custech-left span::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -25px;
}
.custech .custech-container .custech-left h5 {
  margin-top: 55px;
  font-size: 30px;
}
.custech .custech-container .custech-left h5 img {
  margin: -5px 10px 0 0;
}
.custech .custech-container .custech-line {
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px;
  position: relative;
}
.custech .custech-container .custech-line::after {
  content: '';
  position: absolute;
  width: 460px;
  height: 42px;
  /*background: url(../images/);*/
}
.custech .custech-container .custech-line .custech-items {
  width: 125px;
  height: 125px;
  position: relative;
  background-color: #3a3ebe;
  padding: 20px 0 20px 10px;
  margin-bottom: 10px;
  transition: all 0.6s;
}
.custech .custech-container .custech-line .custech-items:nth-child(4) {
  position: relative;
}
.custech .custech-container .custech-line .custech-items:nth-child(5)::before {
  content: '';
  position: absolute;
  background: url(../images/liuchengjt.png) no-repeat center center / cover;
  width: 460px;
  height: 80px;
  top: -90px;
  left: 35px;
}
.custech .custech-container .custech-line .custech-items:hover {
  background-color: #1d2089;
}
.custech .custech-container .custech-line .custech-items:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../images/tojt.png) no-repeat center center / cover;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.custech .custech-container .custech-line .custech-items:not(:last-child) {
  margin-right: 80px;
}
.custech .custech-container .custech-line .custech-items .custech-items-font {
  margin-top: 15px;
  color: #fff;
}
.custech .custech-container .custech-line .custech-items .custech-items-font span {
  font-size: 12px;
  white-space: nowrap;
}
.custech .custech-container .custech-line .custech-items .custech-items-font h3 {
  font-size: 14px;
  font-weight: 700;
}
.home-about {
  background: url(../images/habout-bg.jpg) no-repeat center center / cover;
  padding: 75px 0 55px;
}
.home-about .habout-container {
  max-width: 1560px;
  margin: 0 auto;
}
.home-about .habout-container .habout-tab {
  display: flex;
}
.home-about .habout-container .habout-tab .habout-ulst {
  min-width: 200px;
}
.home-about .habout-container .habout-tab .habout-ulst li {
  height: 150px;
  background-color: #eee;
  font-size: 22px;
  text-align: center;
  line-height: 150px;
  cursor: pointer;
}
.home-about .habout-container .habout-tab .habout-ulst li:hover {
  background-color: #1d2089;
  color: #fff;
}
.home-about .habout-container .habout-tab .habout-dvst {
  background-color: #fff;
  padding: 55px 110px;
  min-width: 1220px;
  min-height: 750px;
  display: none;
}
.trustsup {
  padding: 90px 0 60px;
}
.trustsup .trust-collect {
  display: flex;
  flex-wrap: wrap;
}
.trustsup .trust-collect div {
  overflow: hidden;
}
.trustsup .trust-collect div:hover img {
  transform: scale(1.05);
}
.trustsup .trust-collect div img {
  transition: all 0.6s;
  min-width: 222px;
  max-width: 222px;
  height: 125px;
}
.hcontact {
  background: url(../images/hcontact-bg.png) no-repeat center center / cover;
  padding: 60px 0;
}
.hcontact .hcontact-box {
  display: flex;
}
.hcontact .hcontact-box .hcontact-left {
  overflow: hidden;
  height: 360px;
}
.hcontact .hcontact-box .hcontact-left:hover img {
  transform: scale(1.1);
}
.hcontact .hcontact-box .hcontact-left img {
  transition: all 0.6s;
  min-width: 555px;
  max-width: 555px;
}
.hcontact .hcontact-box .hcontact-right {
  color: #fff;
  margin-left: 45px;
}
.hcontact .hcontact-box .hcontact-right .hcont-top h4 {
  font-size: 22px;
}
.hcontact .hcontact-box .hcontact-right .hcont-top h2 {
  font-size: 30px;
}
.hcontact .hcontact-box .hcontact-right .hcont-top ul {
  display: flex;
  margin-top: 15px;
}
.hcontact .hcontact-box .hcontact-right .hcont-top ul li {
  font-size: 13px;
  list-style: square;
}
.hcontact .hcontact-box .hcontact-right .hcont-top ul li:first-child {
  margin-left: 20px;
}
.hcontact .hcontact-box .hcontact-right .hcont-top ul li:not(:last-child) {
  margin-right: 70px;
}
.hcontact .hcontact-box .hcontact-right .hcont-bot {
  margin-top: 20px;
}
.hcontact .hcontact-box .hcontact-right .hcont-bot span {
  margin-bottom: 15px;
  display: inline-block;
}
.hcontact .hcontact-box .hcontact-right .hcont-bot .form-box img {
  width: 20px;
}
.hcontact .hcontact-box .hcontact-right .hcont-bot .form-box div {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.hcontact .hcontact-box .hcontact-right .hcont-bot .form-box div label {
  width: 55px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
}
.hcontact .hcontact-box .hcontact-right .hcont-bot .form-box input[type='text'] {
  height: 50px;
  width: 525px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  outline: none;
  padding: 15px;
  color: #fff;
}
.hcontact .hcontact-box .hcontact-right .hcont-bot .form-box input[type='text']::-webkit-input-placeholder {
  color: #fff;
}
.hcontact .hcontact-box .hcontact-right .hcont-bot .form-box input[type='submit'] {
  width: 175px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  transition: all 0.6s;
}
.hcontact .hcontact-box .hcontact-right .hcont-bot .form-box input[type='submit']:hover {
  background-color: #1d2089;
}
.home-news {
  padding: 80px 0;
}
.home-news .hnews-box .hnews-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  border-bottom: 1px solid #1d2089;
}
.home-news .hnews-box .hnews-top a {
  font-weight: 700;
}
.home-news .hnews-box .hnews-top .hnews-nav {
  display: flex;
}
.home-news .hnews-box .hnews-top .hnews-nav li {
  font-size: 18px;
  margin-right: 75px;
  color: #aaa;
  font-weight: 700;
  padding-bottom: 5px;
  cursor: pointer;
}
.home-news .hnews-box .hnews-top .hnews-nav li:hover {
  color: #1d2089;
}
.home-news .hnews-box .hnews-cont {
  display: none;
}
.home-news .hnews-box .hnews-cont .hnews-items {
  display: flex;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-box img {
  transition: all 0.6s;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-box:hover a img {
  transform: scale(1.1);
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-box a {
  display: inline-block;
  overflow: hidden;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-box h3 a {
  font-size: 16px;
  font-weight: 700;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-box span {
  font-size: 12px;
  color: #aaa;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-box p {
  font-size: 12px;
  color: #aaa;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-box .to-more {
  width: 110px;
  height: 40px;
  line-height: 37px;
  border: 2px solid #aaa;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  font-weight: 700;
  margin-top: 50px;
  background: linear-gradient(to right, #aaa 50%, #fff 50%);
  background-size: 205% 100%;
  background-position: right bottom;
  transition: all 0.6s ease;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-box .to-more:hover {
  background-position: left bottom;
  color: #fff;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-left {
  min-width: 450px;
  max-width: 450px;
  margin-right: 35px;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-left img {
  width: 450px;
  height: 270px;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-left h3 {
  margin-top: 20px;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-right {
  margin-bottom: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-right .right-img {
  min-width: 195px;
  margin-right: 30px;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-right .right-img img {
  min-width: 195px;
  max-width: 195px;
  height: 120px;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-right .right-tolink {
  min-width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-left: 55px;
  background: linear-gradient(to right, #1d2089 50%, #fff 50%);
  background-size: 205% 100%;
  background-position: right bottom;
  transition: all 0.6s ease;
}
.home-news .hnews-box .hnews-cont .hnews-items .hnews-items-right .right-tolink:hover {
  background-position: left bottom;
  color: #fff;
}
.footer {
  background-color: #333;
  padding: 85px 0 40px;
  color: #fff;
}
.footer .footer-box {
  display: flex;
  justify-content: space-between;
}
.footer .footer-box .footer-items h3 {
  font-size: 22px;
  margin-bottom: 60px;
  position: relative;
}
.footer .footer-box .footer-items h3::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -30px;
}
.footer .footer-box .footer-items img {
  max-width: 125px;
}
.footer .footer-box .footer-items .fitems-ulst li {
  line-height: 3;
}
.footer .footer-box .footer-items .fitems-ulst li a {
  color: #ccc;
  font-size: 16px;
}
.footer .footer-ban {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.footer .footer-ban p {
  margin-right: 30px;
}
.footer .footer-ban a {
  color: #fff;
}
.product {
  padding: 80px 0;
  background: url(../images/xz-dbg.jpg) no-repeat center center / cover;
}
.product .product-box {
  display: flex;
}
.product .product-box .product-aside {
  border: 3px solid #1d2089;
  min-width: 255px;
  max-width: 255px;
  border-radius: 10px;
  box-shadow: 10px 10px 10px #ccc;
  margin-right: 20px;
  height: fit-content;
}
.product .product-box .product-aside h2 {
  background-color: #1d2089;
  text-align: center;
  padding: 20px 30px;
  color: #fff;
}
.product .product-box .product-aside .aside-navs .aside-ulst {
  margin-bottom: 10px;
}
.product .product-box .product-aside .aside-navs .aside-ulst li:first-child {
  background-color: #1d2089;
}
.product .product-box .product-aside .aside-navs .aside-ulst li:first-child a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.product .product-box .product-aside .aside-navs .aside-ulst li {
  margin-top: 10px;
  padding: 0 20px;
}
.product .product-box .product-aside .aside-navs .aside-ulst li a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.product .product-box .product-aside .aside-navs .aside-ulst li a:hover::after {
  width: 100%;
}
.product .product-box .product-aside .aside-navs .aside-ulst li a::after {
  content: '';
  position: absolute;
  transition: all 0.6s;
  width: 0;
  height: 2px;
  background-color: #1d2089;
  bottom: 0;
  left: 0;
}
.product .product-box .product-aside .aside-contact {
  border-top: 2px solid #1d2089;
}
.product .product-box .product-aside .aside-contact h5 {
  padding: 10px 20px;
  font-weight: 700;
}
.product .product-box .product-aside .aside-contact ul {
  padding: 0 20px 20px;
}
.product .product-box .product-aside .aside-contact ul li span {
  font-weight: 700;
}
.product .product-box .product-cont {
  display: flex;
  flex-wrap: wrap;
}
.product .product-box .product-cont .product-items {
  width: 265px;
  height: 225px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.product .product-box .product-cont .product-items:hover .product-items-float {
  opacity: 1;
  transform: translate(0);
}
.product .product-box .product-cont .product-items:hover img {
  transform: scale(1.1);
}
.product .product-box .product-cont .product-items:not(:nth-child(3n + 3)) {
  margin-right: 20px;
}
.product .product-box .product-cont .product-items img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.product .product-box .product-cont .product-items .product-items-float {
  position: absolute;
  top: 0;
  height: 100%;
  width: 265px;
  padding: 20px;
  opacity: 0;
  transform: translate(-20px, 30px);
  transition: all 0.6s;
}
.product .product-box .product-cont .product-items .product-items-float a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.product .product-box .product-cont .product-items .product-items-float .product-float-txt {
  background-color: #fff;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product .product-box .product-cont .product-items .product-items-float .product-float-txt h3 {
  text-align: center;
  color: #1d2089;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.product .product-box .product-cont .product-items .product-items-float .product-float-txt h3::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 1px;
  background-color: #ccc;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.product .product-box .product-cont .product-items .product-items-float .product-float-txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  color: #636363;
}
.news-cont {
  width: 100%;
}
.news-cont .news-item {
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #eee;
  box-shadow: 10px 10px 10px #ccc;
}
.news-cont .news-item:hover img {
  transform: scale(1.1);
}
.news-cont .news-item .news-item-img {
  min-width: 200px;
  height: 188px;
  overflow: hidden;
  margin-right: 30px;
}
.news-cont .news-item .news-item-img img {
  width: 100%;
  transition: all 0.7s;
}
.news-cont .news-item .news-item-txt {
  width: 100%;
}
.news-cont .news-item .news-item-txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5px 0;
}
.news-cont .news-item .news-item-txt h2 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-cont .news-item .news-item-txt > a:last-child {
  display: flex;
  width: 100px;
  margin: 10px 20px 0 auto;
  font-size: 16px;
  justify-content: center;
  align-self: center;
  background-color: #3a3ebe;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #3a3ebe;
  transition: all 0.7s;
}
.news-cont .news-item .news-item-txt > a:last-child:hover {
  background-color: #fff;
  color: #3a3ebe;
  border: 1px solid #3a3ebe;
}
.product-txt {
  background-color: #fff;
  padding: 25px;
  width: 100%;
}
.product-txt .details-cont {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.product-txt .details-cont .details-list {
  max-width: 350px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.product-txt .prevn {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.page-cont {
    background-color: rgba(255,255,255,.6);
    padding: 10px 30px;
    box-shadow: 10px 10px 10px #ccc;
    border: 1px solid #eee;
    min-width: 100%;
}

.page-left {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #152F83;
	color: #fff;
}
.page-left-nav li img{
	width: 30px;
	height: 30px;
}
.page-left-nav li {
	text-align: center;
    padding: 10px;
    position: relative;
    transition: all .6s;
    cursor: pointer;
}
.page-left-nav li:hover {
	background-color: #fe0201;
}
.page-left-nav li a {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.page-left-nav li h5 {
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 0;
}
.page-left-nav li:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.page-left-cont {
	position: absolute;
    background-color: #152F83;
    left: -100px;
    width: 100px;
    top: 0;
    left: 90px;
    height: 100%;
	line-height: 35px;
	display: none;
	z-index: 9;
}
.page-left-cont span {
	font-weight: 700;
}
.page-left-cont img {
	min-width: 185%!important;
	height: auto!important;
}

.ly-box {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 100px;
	z-index: 999;
	background-color: #3a3ebe;
}
.ly-title {
	background-color: #1d2089;
    text-align: center;
    color: #fff;
    font-size: 23px;
}
.ly-title span {
	font-size: 22px;
	margin-right: 10px;
}
.ly-box h3 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 20px 0 10px;
    line-height: 2;
}
.ly-box .add-msg-form {
	padding: 20px 20px 30px 10px;
}
.ly-box .cf-column {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.ly-box .cf-column label {
    width: 70px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.ly-box .cf-column label sup {
	color: red;
	margin-left: 5px;
}
.ly-box .cf-column input{
    width: 230px;
    height: 40px;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
}
.ly-box .cf-column textarea{
    width: 230px;
    height: 80px;
    border: none;
    resize: none;
    border-radius: 5px;
    padding: 5px 10px;
}
.ly-box input[type=submit] {
    width: 230px;
    height: 40px;
    border: none;
    margin: 0 auto;
    background-color: #1d2089;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    transition: all .7s;
}
.ly-box input[type=submit]:hover {
	background-color: red;
}
.home-about .habout-container .habout-tab .habout-dvst .habout-items .habout-txt a {
  display: inline-block;
  width: 135px;
  background-color: #1d2089;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;

  position: relative;
  transition: all 0.6s;
}
.home-about .habout-container .habout-tab .habout-dvst .habout-items .habout-txt a:hover {
  transform: translateX(10px);
}
.show-title {
	background-color: #033A8D;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin: 30px 0;
	position: relative;
}
.show-title::after {
	content:'';
	background: url(../images/page-title-img.png) no-repeat center center /cover;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
    height: 60px;
}
.show-title ul {
	display: flex;
	position: relative;
	height: 40px;
	background-color: #fff;
	width: 265px;
}
.show-title ul li {
	font-size: 18px;
	padding: 10px 15px;
	position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%) skewX(-10deg);
    left: 0;
    padding: 10px 20px;
    background-color: #033A8D;
}
.show-title ul li:nth-child(2) {
	left: 65px;
}
.show-title ul li:nth-child(3) {
	left: 130px;
}
.show-title ul li:nth-child(4) {
	left: 195px;
}
.show-title ul li:nth-child(5) {
	left: 260px;
}
.show-title ul li:nth-child(6) {
	left: 325px;
}
.show-title span {
	margin-right: 80px;
	font-weight: 700;
}
.header-top-box {
    background-color: #1d2089;
}
.header-ulst {
	display: flex;
	justify-content: flex-end;
}
.header-ulst li:not(:last-child) {
	margin-right: 25px;
}
.header-ulst li {
	position: relative;
}
.header-ulst li:not(:last-child)::after {
	content: '';
	position: absolute;
	height: 60%;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	background-color: #fff;
	right: -13px;
}
.header-ulst li a {
	color: #fff;
}
.maps-items:not(:last-child) {
	border-bottom: 2px solid #1d2089;
	margin-bottom: 20px;
}
.maps-items h2{
	font-size: 20px;
	color: #1d2089;
	font-weight: 700;
	position: relative;
}
.maps-items h2::after {
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	width: 5px;
	height: 100%;
	background-color: #1d2089;
}
.maps-items ul {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.maps-items ul li:first-child {
	font-size: 20px;
	font-weight: 500;
	margin-right: 20px;
}
.maps-items ul li:not(:first-child) {
	margin-right: 20px;
	font-size: 12px;
	margin-bottom: 10px;
    background-color: rgba(0,0,0,.2);
    padding: 0 9px;
}