@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #333333;
  font-size: 14px;
  width: 100%;
  background: #f2f6fb;
}
a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}
a:hover {
  text-decoration: none;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
li {
  list-style: none;
}
.clear {
  clear: both !important;
  height: 0px !important;
  width: 0px !important;
  float: none !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  line-height: 0 !important;
  position: relative !important;
}
input:focus {
  outline: none;
}
/*去除按钮选中的高亮标签*/
textarea:focus {
  outline: none;
}
/*去除文本框选中的高亮标签*/
button:focus {
  outline: none;
}
/*去除按钮选中的高亮标签*/
select:focus {
  outline: none;
}
/*去除下拉框选中的高亮标签*/
img {
  max-width: 100% !important;
  vertical-align: middle;
}
div, p, table, td, ul, li, span, a, ol, input, label {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
input::-ms-input-placeholder {
  color: #4d4d4d;
  font-size: 14px;
}
/* Internet Explorer 10+ */
input::-webkit-input-placeholder {
  color: #4d4d4d;
  font-size: 14px;
}
/* WebKit browsers */
input::-moz-placeholder {
  color: #4d4d4d;
  font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
input::-moz-placeholder {
  color: #4d4d4d;
  font-size: 14px;
}
/* Mozilla Firefox 19+ */
html, body {
  position: relative;
  height: 100%;
}
.mo-top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
  padding: 0 10px;
  background: #1B3C6D;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
}
.mo-menu-box {
  display: none;
}
.mo-logo-box img {
  width: 88px;
}
.mo-btn-box {
  width: 40px;
  position: relative;
  height: 24px;
}
.mo-btn-box .mo-btn-box-inner {
  width: 40px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  display: block;
  top: 20px;
}
.mo-btn-box .mo-btn-box-inner::before, .mo-btn-box .mo-btn-box-inner::after {
  content: "";
  display: block;
}
.mo-btn-box .mo-btn-box-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  top: -10px;
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.mo-btn-box .mo-btn-box-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  width: 40px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  bottom: -8px;
}
.mo-btn-box.is-active .mo-btn-box-inner {
  width: 40px;
  height: 3px;
  background-color: #1B3C6D;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  display: block;
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  top: 20px;
}
.mo-btn-box.is-active .mo-btn-box-inner::before, .mo-btn-box .mo-btn-box-inner::after {
  content: "";
  display: block;
}
.mo-btn-box.is-active .mo-btn-box-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  top: 0;
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transform: rotate(-90deg);
}
.mo-btn-box.is-active .mo-btn-box-inner::after {
  top: 0;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  width: 40px;
  height: 3px;
  position: absolute;
  background-color: #fff;
}
.mo-menu-box {
  position: fixed;
  left: 0;
  width: 100%;
  top: 60px;
  z-index: 10000;
  bottom: 0;
  background: #1b3c6d;
  overflow-y: scroll;
}
.mo-menu-libox1-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D7D8D8;
  padding: 0 0 0 15px;
}
.mo-menu-libox2-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D7D8D8;
  padding: 0 0 0 30px;
}
.mo-menu-libox3-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D7D8D8;
  padding: 0 0 0 45px;
}
.mo-menu-libox4-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D7D8D8;
  padding: 0 0 0 60px;
}
.mo-menu-libox-item-a {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  z-index: 1;
  color: #fff;
}
.mo-menu-libox1-item .mo-menu-libox-item-a {
  font-size: 22px;
}
.mo-menu-libox2-item .mo-menu-libox-item-a {
  font-size: 18px;
}
.mo-menu-libox3-item .mo-menu-libox-item-a {
  font-size: 14px;
}
.mo-menu-libox4-item .mo-menu-libox-item-a {
  font-size: 14px;
}
.mo-menu-2, .mo-menu-3, .mo-menu-4 {
  display: none;
}
.page-w {
  padding: 0 10px;
  max-width: 1500px;
  margin: 0 auto;
}
.w-1000 {
  padding: 20px 200px
}
.header-w {
  height: 47px;
  line-height: 46px;
  background-color: #1B3C6D;
}
.header-box {
  display: flex;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  height: 46px;
}
.header-box a {
  color: #fff;
}
.header-menu-box {
  display: flex;
  justify-content: space-between;
}
.menu-li {
  position: relative;
  color: #fff;
}
.menu-li a {
  color: #1B3C6D;
  padding-left: 14px
}
.drop-one-box a span{
    font-size: 15px;
    line-height: 34px;
}
.menu-li a.menu-li-a:hover {
  color: #000;
  background: #d0d8e4;
}
.menu-li a.menu-li-a {
  color: #fff;
  display: block;
  text-align: center;
  border-right: #e5e5e5 solid 1px;
  font-weight: 300;
  padding: 0 14px;
  text-transform: uppercase;
}


/* .menu-li a.menu-li-a:hover{color: #000;background: #d0d8e4;} */
.menu-li img {
  width: 20px;
  float: left;
  margin-top: 14px;
  margin-left: 15px;
}
.menu-li:last-child a.menu-li-a {
  border-right: none;
  padding: 0 8px;
  float: right;
  text-transform: capitalize;
}
.menu-li:last-child a.menu-li-a span {
  font-size: 15px;
}
.header-menu-box li:nth-child(1) a.active {
  background: #d0d8e4;
  font-weight: bold;
}
.header-menu-box li:nth-child(2) a.active {
  background: #1B3C6D;
  font-weight: bold;
}
.header-menu-box li:nth-child(3) a.active {
  background: #1B3C6D;
  font-weight: bold;
}
.header-menu-box li:nth-child(4) a.active {
  background: #1B3C6D;
  font-weight: bold;
}
.header-menu-box li:nth-child(5) a.active {
  background: #3567a9;
  font-weight: bold;
}
.header-menu-box li:nth-child(6) a.active {
  background: #7687a2;
  font-weight: bold;
}
.drop-box {
  z-index: 1000;
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
}
.menu-li:hover .drop-box {
  display: block;
}
.drop-one-level {
  width: 280px;
}
.has-son {
  background: url(../img/icon_arrow_right.png) 250px center no-repeat;
}
.drop-one-a, .drop-two-a, .drop-three-a {
  width: 100%;
  display: block;
  background-color: #fff;
  border-bottom: #e5e5e5 solid 1px;
  padding: 0 15px;
  /* height: 45px; */
  display: flex;
  align-items: center;
  height: auto;
  word-wrap: break-word;
}
.drop-one-box {
  position: relative;
  margin-left: -1px;
}
.drop-two-box {
  position: absolute;
  left: 282px;
  top: 0;
  width: 240px;
  display: none;
}
.drop-two-box-relative {
  position: relative;
}
.drop-two-box-relative a{
	line-height: 34px;
	font-size: 15px;
}
.drop-three-box-relative {
  position: relative;
}
.drop-three-box {
  position: absolute;
  left: 282px;
  top: 0;
  width: 240px;
  display: none;
}
/* .drop-two-a{width: 100%; display: block;  background-color: #fff;border-bottom: #e5e5e5 solid 1px;padding-left: 10px;} */
.drop-one-box:hover .drop-two-box {
  display: block;
}
.drop-two-box-relative:hover .drop-three-box {
  display: block;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: grey;
  color: #fff;
  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;
  position: relative;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-inner-box {
  text-align: left;
  height: 100%;
  width: 100%;
}
.swiper-logo {
  position: absolute;
  top: 110px;
  width: 200px;
  height: auto;
  display: none;
}
.swiper-logo img {
  height: auto;
}
.mySwiper {
  height: 660px;
}
.mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after {
  font-size: 25px;
  color: #fff;
}
.mySwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.514);
  transition: all .6s;
  cursor: pointer;
}
.mySwiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.909);
}
.index-hr {
  background-color: #1B3C6D;
  height: 16px;
}
.index-txt-img-box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  background: #ffffff;
  box-shadow: 0 3px 25px rgb(27 60 109 / 15%);
}
.wrap-reverse {
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
}
.index-txt-box {
  width: 38%;
  padding: 40px;
  position: relative;
}
.index-img-box {
  width: 62%;
}
.index-img-box img {
  width: 100%;
}
.index-txt-title {
  font-size: 30px;
  color: #1B3C6D;
  padding: 0 0 30px 0;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.index-txt-desc {
  line-height: 180%;
  padding-top: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  text-align: justify;
}
.index-txt-desca {
  line-height: 180%;
  padding-top: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
}
.index-more {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #1B3C6D;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 900;
}
.index-news-title {
  color: #1B3C6D;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 20px 0;
}
.index-news-box {
  display: flex;
  justify-content: space-between;
}
.index-news-box li {
  width: 24%;
  border: 2px solid #c3cddc;
  transition: all .3s ease-in-out;
  height: 600px;
}
.index-news-box li:hover {
  border: 2px solid #1B3C6D;
  transition: all .3s ease-in-out;
}
.index-news-top {
  background: #e9e9e8;
  padding: 25px;
}
.index-news-date {
  font-size: 20px;
  color: #616161;
}
.index-news-a {
  color: #1B3C6D;
  font-size: 22px;
}
.index-news-desc {
  padding: 25px;
  line-height: 180%;
}
.index-more-news {
  text-align: right;
  padding: 15px 0;
}
.index-more-news a {
  color: #1B3C6D;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
}
.banner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 620px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner img {
  width: 100% !important;
}
/*about*/
.common-box {
  display: flex;
  margin: 40px auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-l {
  width: 27%;
}
.page-r {
  width: 70%;
  padding: 33px 36px;
  flex: 1;
  background: #fff;
}
/* .page-blank {
	width: 13%
} */
.side-menu-title {
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  padding-left: 15px;
  display: block;
}
/*.page-r-box{padding-right:150px;}*/
.about-photo-box {
  width: 100%;
  padding-right: 0px;
}
.about-photo-box .list-index-box {
  margin: 40px 0;
}
.about-photo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  justify-content: space-between;
}
.about-photo-list li {
  width: calc(33.33% - 24px);
  width: 48%;
  margin-bottom: 30px;
}
.about-photo-list li img {
  height: 100%;
}
.side-menu-libox1-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D7D8D8;
  padding: 0 0 0 15px;
}
.side-menu-libox2-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D7D8D8;
  padding: 0 0 0 30px;
}
.side-menu-libox3-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D7D8D8;
  padding: 0 0 0 45px;
}
.side-menu-libox4-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D7D8D8;
  padding: 0 0 0 60px;
}
.side-menu-libox-item-a {
  width: calc(100% - 20px - 15px);
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 16px;
  z-index: 1;
}
.arrow-btn {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background: url(../img/icon_down_white.png) center center no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.arrow-btn-hide {
  display: none;
}
.side-menu-2, .side-menu-3 {
  display: none;
}
.show-son-cate-2, .show-son-cate-3 {
  display: block;
}
.is-current-2 {
  color: #1B3C6D;
  font-weight: bold;
}
.is-current-3 {
  color: #1B3C6D;
  font-weight: bold;
}
.is-current-4 {
  color: #1B3C6D;
  font-weight: bold;
}
.is-current-2 .side-menu-libox-item-a, .is-current-3 .side-menu-libox-item-a, .is-current-4 .side-menu-libox-item-a {
  color: #fff;
  font-size: 16px;
}
.is-current-2 .arrow-btn {
  background: url(../img/icon_down_white.png) center center no-repeat;
  background-size: 100%;
}
.is-current-3 .arrow-btn {
  background: url(../img/icon_down_black.png) center center no-repeat;
  background-size: 100%;
}
.about-box .is-current-2 {
  background-color: #7687a2;
}
.about-box .is-current-3 {
  color: #7687a2;
}
.about-box .is-current-4 {
  color: #7687a2;
}
.about-box .is-current-3 .side-menu-libox-item-a, .about-box .is-current-4 .side-menu-libox-item-a {
  color: #1B3C6D;
}
.about-box .is-current-2-last .side-menu-libox-item-a {
  color: #1B3C6D;
  font-weight: bold;
}
.about-box .is-current-3-last .side-menu-libox-item-a {
  color: #1B3C6D;
  font-weight: bold;
}
.product-box .is-current-2 {
  background-color: #1B3C6D;
}
.product-box .is-current-3 {
  color: #1B3C6D;
}
.product-box .is-current-4 {
  color: #1B3C6D;
}
.product-box .is-current-3 .side-menu-libox-item-a, .product-box .is-current-4 .side-menu-libox-item-a {
  color: #1B3C6D;
}
.product-box .is-current-2-last .side-menu-libox-item-a {
  color: #1B3C6D;
  font-weight: bold;
}
.product-box .is-current-3-last .side-menu-libox-item-a {
  color: #1B3C6D;
  font-weight: bold;
}
.service-box .is-current-2 {
  background-color: #1B3C6D;
}
.service-box .is-current-3 {
  color: #1B3C6D;
}
.service-box .is-current-4 {
  color: #1B3C6D;
}
.service-box .is-current-3 .side-menu-libox-item-a, .service-box .is-current-4 .side-menu-libox-item-a {
  color: #1B3C6D;
}
.service-box .is-current-2-last .side-menu-libox-item-a {
  color: #1B3C6D;
  font-weight: bold;
}
.service-box .is-current-3-last .side-menu-libox-item-a {
  color: #1B3C6D;
  font-weight: bold;
}
.market-box .is-current-2 {
  background-color: #1B3C6D;
}
.market-box .is-current-3 {
  color: #1B3C6D;
}
.market-box .is-current-4 {
  color: #1B3C6D;
}
.market-box .is-current-3 .side-menu-libox-item-a, .market-box .is-current-4 .side-menu-libox-item-a {
  color: #1B3C6D;
}
.market-box .is-current-2-last .side-menu-libox-item-a {
  color: #1B3C6D;
  font-weight: bold;
}
.market-box .is-current-3-last .side-menu-libox-item-a {
  color: #1B3C6D;
  font-weight: bold;
}
.page-r-title {
  font-size: 36px;
  font-weight: bold;
}
.page-r-body {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  padding: 30px 0;
}
.page-r-body .cate-thumb-box {
  padding: 20px 0;
}
.page-r-body .cate-thumb {
  display: flex;
  justify-content: center;
  height: auto;
  width: auto;
  max-width: 100%;
}
.page-r-body .cate-thumb-text {
  display: flex;
  justify-content: center;
  height: auto;
  width: auto;
  max-width: 100%;
  color: #fff;
  padding: 8px 0;
  font-size: 20px;
}
.page-r-body .cate-thumb img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.page-r-body p {
  line-height: 26px;
  width: 100%;
  margin-bottom: 10px;
}
.page-r-body h2 {
  font-size: 26px;
  margin: 30px 0 0px 0;
  line-height: 46px;
}
.page-r-body blockquote {
  background: #f2f6fb;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 10px;
}
.page-r-body blockquote p {
  margin: 5px 0;
}
.page-r-body ul li {
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
.page-r-body ul li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 20px;
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 0;
}
.page-r-body table td {
  padding: 0 5px;
}
.events-box {}
.events-box li {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 15px 0;
  padding: 15px 0
}
.events-box li .events-year {
  font-weight: bold;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50%;
  background-color: #1B3C6D;
  color: #fff;
  text-align: center;
}
.events-box li .events-content {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.related-box {}
.related-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
.related-body {
  height: 260px;
  position: relative;
  background-color: #fff;
}
.news-swiper-button-next {
  right: 20px;
  transform: rotate(90deg);
  background-color: red;
}
.news-swiper-button-prev {
  left: 20px;
  transform: rotate(90deg);
  background-color: red;
}
.index-news-item-box {
  width: 85%;
  height: 410px;
  overflow: hidden;
  margin: 10px auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: #dddbdb solid 1px;
  position: relative;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -25px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -25px;
}
.related-swiper-btn {
  width: 40px;
  height: 40px
}
.related-swiper .swiper-button-next:after, .related-swiper .swiper-button-prev:after {
  font-size: 30px
}
.swiper {
  width: 100%;
}
.swiper-slide {
  /* 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;
  background-color: #fff;
  flex-shrink: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
}
.swiper-slide img {
  /* display: block;
	width: 100%;
	height: 100%; */
  /* object-fit: cover; */
}
.related-body .related-item-box {
  height: 260px;
  width: 96%;
  margin: 0 auto;
}
.related-item-box-a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.related-item-box-a .related-item-box-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.related-item-box-a img {
  transition: all .3s ease-in-out;
}
.related-item-box-a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  filter: scale(1.15);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.pro-market-box .related-title {
  color: #1B3C6D;
}
.pro-market-box .related-item-box-txt {
  background-color: #1B3C6D;
}
.pro-market-box .related-swiper-btn {
  color: #1B3C6D;
}
.market-pro-box .related-title {
  color: #1B3C6D;
}
.market-pro-box .related-item-box-txt {
  background-color: #1B3C6D;
}
.market-pro-box .related-swiper-btn {
  color: #1B3C6D;
}
.about-box .side-menu-title {
  background-color: #1B3C6D;
}
/* .about-box .page-l-nav-a{ color: #1B3C6D;} */
.about-box .page-r-title {
  color: #1B3C6D;
}
.about-box .page-r-body h2 {
  color: #1B3C6D;
  border-bottom: #1B3C6D solid 5px;
}
.about-box .page-r-body blockquote {
  color: #1B3C6D;
}
.about-box .page-r-body ul li::before {
  color: #1B3C6D;
}
/* .about-box .page-l-nav-has-son-1 .page-l-nav-a{ position: relative;} */
/* .about-box .page-l-nav-has-son-1 .arrow-btn{ position: absolute; right: 10px; top: 20px; z-index: 100; width: 20px; height: 20px; background:url(../img/icon_down_black.png) center center no-repeat;background-size: 100%; } */
/* .about-box .page-l-nav-has-son-1 .page-l-nav-a.on{background:url(../img/icon_down_white.png) 255px center no-repeat #7687a2; color: #fff; background-size: 7%;} */
.page-r-desc {
  padding: 20px 0;
  line-height: 26px
}
/*.list-index-box{ display: flex; flex-wrap: wrap;}*/
/*.list-index-box li{ margin: 12px; width: calc(33.33% - 24px); height: 260px; position: relative; overflow: hidden;}*/
/*.list-index-box li img{ transition: all .3s ease-in-out; height: 100%; width: 100%;}*/
/*.list-index-box li p{ position: absolute; left: 0; bottom: 0; width: 100%; height: 50px; color: #fff; display: flex; justify-content: center; align-items: center; background-color: #1B3C6D; text-align: center;}*/
/*.list-index-box li:hover img{-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-ms-transform: scale(1.15);-o-transform: scale(1.15);filter: scale(1.15);filter: transform;transition: all 0.5s ease 0s;-webkit-transform: all 0.5s ease 0s;}*/
.list-index-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-index-box li {
  width: calc(33.33% - 24px);
  overflow: hidden;
  width: 48%;
  margin-bottom: 30px;
}
.list-index-box-img {
  width: 100%;
  width: 100%;
  overflow: hidden;
}
.list-index-box li img {
  transition: all .3s ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.list-index-box li p {
  width: 100%;
  line-height: 50px;
  color: #fff;
  background-color: #1B3C6D;
  text-align: center;
}
.list-index-box li:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  filter: scale(1.15);
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.product-hr {
  background-color: #1B3C6D;
}
.product-box .side-menu-title {
  background-color: #1B3C6D;
}
/* .about-box .page-l-nav-a{ color: #1B3C6D;} */
.product-box .page-r-title {
  color: #1B3C6D;
}
.product-box .page-r-body h2 {
  color: #1B3C6D;
  border-bottom: #1B3C6D solid 5px;
}
.product-box .page-r-body blockquote {
  color: #1B3C6D;
}
.product-box .page-r-body ul li::before {
  color: #1B3C6D;
}
.product-box .list-index-box li p {
  background: #1B3C6D;
}
.product-box .cate-thumb-text {
  background-color: #1B3C6D;
}
.service-hr {
  background-color: #1B3C6D;
}
.service-box .side-menu-title {
  background-color: #1B3C6D;
}
/* .about-box .page-l-nav-a{ color: #1B3C6D;} */
.service-box .page-r-title {
  color: #1B3C6D;
}
.service-box .page-r-body h2 {
  color: #1B3C6D;
  border-bottom: #1B3C6D solid 5px;
}
.service-box .page-r-body blockquote {
  color: #1B3C6D;
}
.service-box .page-r-body ul li::before {
  color: #1B3C6D;
}
.service-box .list-index-box li p {
  background: #1B3C6D;
}
.service-box .cate-thumb-text {
  background-color: #1B3C6D;
}
.market-hr {
  background-color: #1B3C6D;
}
.market-box .side-menu-title {
  background-color: #1B3C6D;
}
/* .about-box .page-l-nav-a{ color: #1B3C6D;} */
.market-box .page-r-title {
  color: #1B3C6D;
}
.market-box .page-r-body h2 {
  color: #1B3C6D;
  border-bottom: #1B3C6D solid 5px;
}
.market-box .page-r-body blockquote {
  color: #1B3C6D;
}
.market-box .page-r-body ul li::before {
  color: #1B3C6D;
}
.market-box .list-index-box li p {
  background: #1B3C6D;
}
.market-box .cate-thumb-text {
  background-color: #1B3C6D;
}
/*contact*/
.contact-title {
  font-size: 36px;
  text-align: center;
  padding: 50px 0 10px 0;
  font-weight: bold;
  color: #1B3C6D;
}
.contact-form {
  width: 48%;
}
.contact-info {
  width: 47%;
  background: #fff;
  padding: 40px;
  box-shadow: 0 3px 25px rgb(27 60 109 / 15%);
}
.form-item {
  margin-bottom: 15px;
}
.form-label {
  font-weight: bold;
  padding-bottom: 5px;
}
.form-label span {
  color: red;
}
.form-item input {
  border: 1px solid #ccc;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 5px;
}
.form-item input:focus {
  border: 1px solid #999;
}
.form-item textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 150px;
  line-height: 30px;
  padding-left: 5px;
}
.form-btn {
  background-color: #1B3C6D;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 239px;
  text-align: center;
  cursor: pointer;
}
.contact-info-title {
  color: #1B3C6D;
  font-weight: bold;
  font-size: 32px;
  padding: 18px 0px;
}
.contact-addr {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.contact-icon {
  width: 25px;
  position: absolute;
  left: 0px;
}
.contact-vat {
  position: relative;
  padding-left: 35px;
}
.contact-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.contact-icon-list a {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 8px 0;
  width: 100%;
}
.contact-icon-list img {
  width: 25px;
  position: absolute;
  left: 0;
}
.contact-icon-list p {
  font-weight: bold;
}
.mask-box {
  position: fixed;
  height: 100vh;
  top: 0;
  width: 100%;
  background: #97969e91;
  z-index: 1000;
}
/* #messagebox{ display: none;} */
.message-box {
  width: 370px;
  margin: 15% auto;
  background-color: #fff;
  height: 115px;
  border-radius: 5px;
}
.msg-title {
  padding: 10px;
  font-size: 16px;
  height: 60px;
}
.msg-btn {
  padding: 10px 10px 0 150px;
  display: flex;
  justify-content: space-between;
}
.msg-btn a {
  width: 90px;
  height: 30px;
  line-height: 30px;
  display: block;
  border: #e5e5e5 solid 1px;
  text-align: center;
}
a.msg-btn-ok {
  color: #1B3C6D;
  border: #1B3C6D solid 1px;
}
/*媒体库*/
.lib-box {
  padding: 40px;
  text-align: justify;
  background: #fff;
  margin: 40px 0px;
}
.lib-box h2 {
  font-size: 36px;
  text-align: center;
  padding: 0px 0 15px 0;
  font-weight: bold;
  color: #1B3C6D;
}
.lib-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 25px auto 0 auto;
}
.lib-form-item {
  display: flex;
  width: calc((100% - 120px) / 2);
  margin-right: 15px;
}
.lib-form-item input {
  height: 50px;
  line-height: 50px;
}
.lib-form-search {
  border: 1px solid #ccc;
  overflow: hidden;
}
.lib-form-keyword {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.lib-form-btn {
  width: 50px;
  background: url("../img/search-icon.svg") center center no-repeat #1B3C6D;
  background-size: 35px 35px;
  cursor: pointer;
}
.lib-form-select {
  background-color: #1B3C6D;
  color: #fff;
}
.lib-form-select select {
  appearance: none;
  width: 98%;
  padding-left: 10px;
  height: 100%;
  background: url("../img/circle-plus-icon.svg") center right no-repeat #1B3C6D;
  color: #fff;
  background-size: 35px 35px;
}
.refresh-box {
  width: 120px;
}
.refresh-box a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.refresh-box a img {
  width: 30px;
  margin-right: 15px;
}
.lib-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.lib-list li {
  width: calc(25% - 20px);
  margin: 10px 20px 15px 0;
  border: 1px solid #C3CDDC;
  text-align: center;
}
.lib-list li img {
  width: 100%;
}
.lib-list li p {
  color: #fff;
  background: #1B3C6D;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  padding: 0 10px;
}
.load-more {
  text-align: center;
  padding: 50px 0;
}
.load-more a {
  font-size: 18px;
  display: inline-block;
  width: 130px;
  padding: 6px 0;
  color: #1B3C6D;
  border: #1B3C6D solid 1px;
}
/* 右侧及底部 */
.side-bar {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #1B3C6D;
  position: fixed;
  bottom: 140px;
  right: 15px;
  z-index: 999999;
  cursor: pointer;
  display: none;
}
.side-bar img {
  margin-top: 9px;
}
.side-resources {
  width: 18%;
  height: auto;
  background-color: #f2f6fb;
  position: absolute;
  top: 487px;
  right: 0px;
  z-index: 999;
  padding: 20px;
  box-shadow: 0 3px 25px rgb(27 60 109 / 15%);
}
.side-resources .side-title {
  font-size: 22px;
  padding: 0 0 15px 0;
  color: #1b3c6d;
  font-weight: bold;
}
.side-resources a {
  display: block;
  padding: 6px 0px 6px 18px;
  background: url(../img/icon_res.png) left center no-repeat;
  background-size: 14px;
  color: #1b3c6d;
  word-break: break-all;
  font-size: 13px;
}
.side-resources a:hover {
  background: url(../img/icon_res_hover.png) left center no-repeat;
  background-size: 13px;
}
.footer-box {
  background-color: #1B3C6D;
  color: #fff;
  overflow: hidden;
  margin-top: 50px;
  width: 100%;
  float: left;
}
.colors {
  display: flex;
  justify-content: space-between;
}
.colors li {
  height: 30px;
  display: block;
  width: 10%;
}
.colors li:nth-child(1) {
  background-color: #E9E2A1;
}
.colors li:nth-child(2) {
  background-color: #D4CB75;
}
.colors li:nth-child(3) {
  background-color: #72AD44
}
.colors li:nth-child(4) {
  background-color: #659AD2
}
.colors li:nth-child(5) {
  background-color: #727678;
}
.colors li:nth-child(6) {
  background-color: #B1B0B1;
}
.colors li:nth-child(7) {
  background-color: #FFCD66;
}
.colors li:nth-child(8) {
  background-color: #FBA85F;
}
.colors li:nth-child(9) {
  background-color: #EE4227;
}
.colors li:nth-child(10) {
  background-color: #D41F2E;
}
.footer-menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.footer-menu-box ul {
  display: flex;
  margin: 70px 0;
  width: calc(100% - 100px - 50px);
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.footer-menu-box .footer-logo {
  width: 100px;
}
.footer-menu-box ul li a {
  color: #cccccc;
  font-size: 14px;
}
.footer-menu-box ul li a:hover {
  color: #fff;
}
.footer-menu-box ul li {
  width: 25%;
  height: 32px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: #fff solid 1px;
  text-align: center;
}
.footer-menu-box ul li:nth-child(4) {
  border: none;
}
.footer-menu-box ul li.footer-logo {
  text-align: right;
  border: none;
}
.footer-menu-box ul li.footer-logo img {
  width: 105px;
  height: 105px;
}
.copyright {
  text-align: center;
  padding: 40px 0;
  color: #cccccc;
}
.single-page-body {
  padding: 40px;
  text-align: justify;
  background: #fff;
  margin: 50px 0px;
  box-shadow: 0 3px 25px rgb(27 60 109 / 15%);
}
.single-page-body h2 {
  font-size: 30px;
  text-align: center;
  padding: 0px 0 20px 0;
  font-weight: bold;
  color: #1B3C6D;
  border-bottom: 1px solid #1b3c6d;
  margin-bottom: 30px;
}
.single-page-body p {
  margin: 5px 0 25px 0;
  color: #666;
}
.single-page-body a {
  color: #1B3C6D;
}
.contract h5 {
  margin: 30px 0 0 0;
}
.contract p {
  margin: 0;
}
.switch_lang {
  display: flex;
  padding: 20px 15px;
  float: left;
  color: #ffffff;
}
.moLogo {
  float: left;
  margin-top: 2px;
  margin-left: 0px;
}
.switch_lang span {
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width:1500px) {
  .index1 .indexBox1 {
    font-size: 35px;
    line-height: 80px;
  }
  .mySwiper {
    height: 580px;
  }
  .page-w {
    padding: 0 10px;
    max-width: 1500px;
  }
  .index-txt-title {
    padding: 0 0 10px 0
  }
  .index-txt-desc {
    line-height: 190%;
  }
  .list-index-box li {
    width: calc(50% - 24px);
    height: 250px;
  }
  .lib-list li {
    width: 32%;
    margin: 10px 1.3% 15px 0;
    border: 1px solid #C3CDDC;
  }
}
@media screen and (max-width:1200px) {
  /* .moTop{ display:none !important;}
	.moMenuBox{ display:none !important;}
	.header-box{ display:block;}
	.moMenuBox{ display:none;}
	.moTop{ display: none;} */
  .disable_text_highlighting, body {
    /*去除选中高亮*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* Webkit */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10  */
    /* Opera 目前不支持在Opera，但将很快 */
    -o-user-select: none;
    user-select: none;
  }
  /*.swiper {width: 100%;height: 370px;}*/
  .page-w {
    padding: 0 20px;
  }
  .w-1000 {
    padding: 20px;
  }
  .index-txt-box {
    height: 450px;
  }
  .index-txt-title {
    padding: 0 0 10px 0
  }
  .index-txt-desc {
    line-height: 180%;
  }
  .index-img-box {
    height: 450px;
  }
  .index-img-box img {
    height: 100%;
  }
  .index-news-box {
    flex-wrap: wrap;
  }
  .index-news-box li {
    width: 48%;
    height: 420px;
    margin: 8px 0;
    overflow: hidden;
  }
  .footer-box {
    height: 320px;
  }
  .common-box {
    justify-content: initial;
  }
  /*.page-r{ width: calc(100% - 285px - 290px); padding-left: 25px;}*/
  .page-r-box {
    width: 100%;
    padding-right: 0
  }
  .about-photo-list li {
    width: calc(50% - 16px);
  }
  .list-index-box li {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width:770px) {
  .swiper-logo {
    position: absolute;
    top: 70px;
    width: 200px;
    height: auto;
    display: none;
  }
  .banner {
    margin-top: 60px;
  }
  .mo-top-box {
    display: flex;
  }
  /* .mo-menu-box{ display: block;} */
  .header-w {
    display: none;
  }
  .w-1000 {
    padding: 20px;
  }
  .swiper {
    width: 100%;
    height: 370px;
  }
  .index-txt-img-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .index-txt-box {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
  }
  .index-img-box {
    width: 100%;
    height: auto;
  }
  .index-img-box img {
    width: 100%;
  }
  .footer-menu-box ul {
    flex-wrap: wrap;
    width: calc(100% - 150px);
    margin: 30px 0;
  }
  .footer-menu-box ul li {
    width: 100%;
    border-right: none;
    margin-bottom: 15px;
  }
  .copyright {
    padding: 30px 0px 40px;
  }
  /* .moMenuBox{ display:none;}
	.moTop{ display: flex;} */
  .page-w {
    padding: 0 12px;
  }
  .page-l {
    display: none;
  }
  .page-r {
    width: 100%;
    padding: 20px;
  }
  .related-body {
    width: 80%;
    margin: 0 auto;
  }
  .footer-box {
    height: 390px;
  }
  .contact-info {
    padding: 15px
  }
  .side-resources {
    position: initial;
    width: calc(100% - 30px);
    margin: 20px auto;
  }
  .page-blank {
    display: none;
  }
  .contact-info {
    word-wrap: break-word;
  }
  .switch_lang {
    display: flex;
    padding: 12px 15px;
    float: left;
    color: #ffffff;
  }
  .item {
    width: 20px;
    float: left;
    margin-top: 14px;
    margin-left: 15px;
  }
}
@media screen and (max-width:640px) {
  .mySwiper {
    width: 100%;
    height: 200px;
    margin-top: 60px;
  }
  .page-w {
    padding: 0 12px;
  }
  .page-l {
    display: none;
  }
  .page-r {
    width: 100%;
  }
  .about-photo-box {
    flex-wrap: wrap;
  }
  .list-index-box li {
    width: 100%;
  }
  .about-photo-list li {
    width: 100%
  }
  .footer-menu-box {
    flex-wrap: wrap;
  }
  .footer-menu-box li {
    width: 100%;
    border-right: none
  }
  .index-news-box li {
    width: 96%;
    height: 400px;
    margin: 8px auto;
  }
  .contact-box {
    flex-wrap: wrap;
  }
  .contact-form {
    width: 100%;
  }
  .contact-info {
    width: 100%;
    margin-top: 20px;
  }
  .lib-box {
    padding: 20px;
    text-align: justify;
    background: #fff;
    margin: 40px 0px;
  }
  .lib-list li {
    width: 100%;
    margin: 0px 0px 15px;
  }
  .lib-list li img {
    width: 100%;
  }
  .lib-form {
    flex-wrap: wrap;
  }
  .lib-form-item {
    width: 100%;
    height: 50px;
    margin: 6px 0;
  }
  /* .list-index-box li a img{ width: 100%;} */
}
@media screen and (max-width:420px) {
  .mySwiper {
    width: 100%;
    height: 200px;
    margin-top: 60px;
  }
}