@charset "utf-8";
/*
================================================
 * 媒体查询屏幕适配
================================================
*/
/* @media (max-width: 1920px) {
  html{font-size: 20px;}
}
@media (max-width: 1680px) {
  html{font-size: 17px;}
}
@media (max-width: 1440px) {
  html{font-size: 15px;}
} */

/*
================================================
 * 重置：				对浏览器默认样式进行重置，以保证所有浏览器统一。
================================================
*/
body,
html {
  height: 100%;
  background: #f2f2f2;
}
body {
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 18px;
}
/* body::-webkit-scrollbar{
  display: none;
}*/
body,
div,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
article,
aside,
footer,
header,
hgroup,
nav,
section,
menu {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%; /* position: relative; */
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
}
input,
img {
  width: 100%;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
menu {
  display: block;
}
a {
  text-decoration: none;
  color: #333;
}
textarea {
  -webkit-appearance: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
table {
  border-spacing: 0;
}
input,
textarea {
  border-radius: 0;
}
*:focus {
  outline: none;
}
/*ios 去掉input自带样式*/
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
}
a {
  color: inherit;
}
/* common 所有页面统一设置整体CSS */
* {
  box-sizing: border-box;
}
/*
================================================
 * 共用设置
================================================
*/
.oh {
  overflow: hidden;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.shirnk_0 {
  flex-shrink: 0;
}
.flex-end {
  display: flex;
  align-items: flex-end;
}
.btn {
  cursor: pointer;
}
.shadowDiv {
  overflow: hidden;
  box-shadow: 0 0 16px 5px #e0dedf;
}
.shadowDiv dd i {
  font-size: 36px;
}
.clr {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  zoom: 1;
}
.elps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elps_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.elps_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.elps_4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 6.6rem;
}
.ver-mid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*
================================================
 * 共用样式
================================================
*/
.content-view {
  width: 68.75rem;
  margin: 5rem auto;
}
.img-box img {
  width: 100%;
}
.common-title {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #282828 !important;
  font-weight: normal;
  margin-bottom: 1.95rem;
}
.more-btn {
  display: inline-block;
  width: 10rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.9rem;
  border: 1px solid #333;
  padding: 0 0.75rem;
  background: url(./more_btn_01.png) no-repeat;
  background-size: 1.4rem auto;
  background-position: 9.5rem;
  box-sizing: content-box;
}
.more-btn-box .more-btn {
  text-align: left;
  /* border-color: #fff; */
  /* color:#fff; */
  background-image: url(./more_btn_01.png);
  display: block;
  color: #1e2380;
  border: 1px solid #1e2380;
  margin: auto;
}
.content-box a.more-btn:hover,
.more-btn-box .more-btn:hover {
  color: #ffffff !important;
  background-color: #1e2380;
  background-image: url(./more_btn_02.png);
  background-repeat: no-repeat;
}
.content-box a.more-btn:hover {
  color: #ffffff !important;
  background-color: #1e2380;
  background-image: url(./more_btn_02.png);
  background-repeat: no-repeat;
}
.content-box a.btn_ {
  position: relative;
}
.content-box a.btn_:hover {
  background-color: initial;
}
.content-box a.btn_:hover span {
  display: block;
  background-image: url(./btnBj.png);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.75rem;
}

/**
*
*
*/
header {
  width: 100%;
  min-width: 1200px;
  background-color: rgba(255, 255, 255, 0.92);
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  border-top: 0;
  transition: transform 0.3s;
  box-shadow: 0px 15px 10px -15px #555555;
}
/* header:hover{
  box-shadow:initial;
} */
header .content-view {
  margin: 0 auto;
}
header > .content-view {
  height: 4.85rem;
  display: flex;
  justify-content: space-between;
}
header .logo {
  float: left;
  line-height: 4.5rem;
  width: 9.65rem;
  position: relative;
}
header .logo > img {
  width: 9.65rem;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .nav-box {
  height: 100%;
  margin: 0;
  width: 56rem;
}
header .nav {
  height: 100%;
  display: inline-block;
  margin-left: -0.9rem;
}
header .nav li {
  height: 100%;
  line-height: 4.85rem;
  font-size: 0.94rem;
  float: left;
  padding: 0 0.9rem 0 0.9rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
header .nav li a {
  color: #0075c1;
}
header .nav li a.cur {
  color: #1e2380;
}
header .menu-img-box {
  text-align: center;
  width: 20.8rem;
  height: 12.5rem;
  float: left;
  overflow: hidden;
  position: relative;
}
header .menu-list {
  height: 12.5rem;
  float: left;
  position: relative;
  line-height: 12.5rem;
}
header .nav-model-box .menu-list a {
  padding: 0 0.65rem 0 2rem;
  font-size: 0.9rem;
  color: #464646;
}
header .arr_list {
  position: relative;
  height: 10px;
}
header .list_arr {
  position: relative;
  opacity: 0;
  top: -8px;
  display: none;
}
header .menu-img-r {
  float: right;
  line-height: 5.15rem;
  width: 5.3rem;
  position: relative;
  height: 100%;
}
header .menu-img-r > img {
  width: 5.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .nav li:nth-child(1) {
  background-image: url(./icon02.png);
  margin-right: 12px;
}
header .nav li:nth-child(5) {
  background-image: url(./icon02.png);
  margin-right: 12px;
}
header .nav li:nth-child(8) {
  background-image: url(./icon02.png);
  margin-right: 12px;
}

header .nav li:nth-child(9) {
  background-image: url(./icon02.png);
  padding-right: 12px;
}

.open-info {
  line-height: 5.65rem !important;
  margin-left: 20.8rem;
  float: inherit !important;
}

@-webkit-keyframes showDownArr {
  0% {
    top: -26px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes showDownArr {
  0% {
    top: -26px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes showDownArr {
  0% {
    top: -26px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes showDownArr {
  0% {
    top: -26px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
header .list_arr > span {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 11px 12px;
  border-style: solid;
  border-color: transparent transparent #e7f3f8;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0.94;
}
header .nav .nav-model-box {
  background-image: url(./icon01.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 10px;
  display: none;
  width: 100%;
  height: 13.25rem;
  padding: 1rem 0 0 !important;
  opacity: 1;
  position: absolute;
  top: 4.85rem;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  animation: showDown 0.5s;
  -webkit-animation: showDown 0.5s;
}
header .nav li:hover .nav-model-box {
  display: block;
}
header li:hover .list_arr {
  display: block;
  animation: showDownArr 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation: showDownArr 0.5s;
  -webkit-animation-fill-mode: forwards;
}
@keyframes showDown {
  from {
    top: 3.2rem;
    opacity: 0;
  }
  to {
    top: 4.85rem;
    opacity: 1;
  }
}
@-moz-keyframes showDown {
  from {
    top: 64px;
    opacity: 0;
  }
  to {
    top: 89px;
    opacity: 1;
  }
}
@-webkit-keyframes showDown {
  from {
    top: 64px;
    opacity: 0;
  }
  to {
    top: 89px;
    opacity: 1;
  }
}
@-o-keyframes showDown {
  from {
    top: 64px;
    opacity: 0;
  }
  to {
    top: 89px;
    opacity: 1;
  }
}
header .language-box {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 1.2rem;
}
header .language-box > a {
  line-height: 4.85rem;
  border: 1px solid red;
  border-top: none;
  border-bottom: none;
  color: #0075c1;
  padding: 0 0.6rem;
  font-size: 0.924rem;
}

/*
 *
 *  banner
 *
*/
.swiper-view .swiper-slide img {
  /* width:100%; */
}
/* .swiper-view .swiper-button-next{
	right:3%;
	background:url(../assets/banner-arr-02.png) no-repeat;
	height: 53px;
	width: 35px;
  top:53%;
  opacity: 0.6;
}
.swiper-view .swiper-button-prev{
	left:3%;
	background:url(../assets/banner-arr-01.png) no-repeat;
	height: 53px;
	width: 35px;
  top:53%;
  opacity: 0.6;
} */
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.swiper-view .swiper-container-horizontal > .swiper-pagination {
  bottom: 5rem;
}
.logo-img {
  cursor: pointer;
}
/* 
 *
分页 
*
*/
div.pagination {
  text-align: center;
  height: auto;
  background: 0 0;
  margin-top: 2rem;
  margin-bottom: 5.07rem;
}
div.pagination a.next,
div.pagination a.pre {
  transform: scaleY(1.5);
  -webkit-transform: scaleY(1.5);
  -moz-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  -o-transform: scaleY(1.5);
  color: #b8b7b7;
  font-size: 1.2rem;
  margin: 0 1%;
}
div.pagination a.num:hover,
div.pagination a.on {
  color: #fff;
  background: #d71718;
}
div.pagination a {
  width: 1.7rem;
  height: 1.7rem;
  color: #4b4b4b;
  text-align: center;
  line-height: 1.7rem;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
}
header .menu-list .dropdown-list a {
  display: block !important;
}
header .menu a.active {
  color: #f00;
}

/* footer */
/* footer{
  width: 100%;
  background: url('../assets/footer_bg.jpeg')no-repeat;
  background-size: 100% auto;
  padding-top: 4.5rem;
  min-height: 24.25rem;
} */
footer .content-view {
  position: relative;
}
footer .logo-box img {
  width: 10rem;
  width: 7.6rem;
}
.footer-menu-list {
  padding-left: 3.4rem;
  padding-bottom: 2rem;
  display: flex;
}
.footer-menu-list .item {
  /* width: 7.9rem; */ /* 158px */
  font-size: 0.75rem; /* 19px */
  flex: 1;
}
.footer-menu-list .item .title {
  font-size: 1.2rem; /* 24px */
  color: #fff;
  margin-bottom: 1.65rem; /* 33px */
}
.footer-menu-list .item div {
  color: #bdbdbd;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
footer .qrcode-box img {
  width: 6.1rem;
}
footer .content-view {
  position: relative;
}
footer .footer-arr {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66.5rem; /* 57px */
  height: 1.15rem; /* 23px */
  overflow: hidden;
  z-index: 1;
}

/* 版权 */
.copy_right {
  background: #dbebf3;
  height: 2.8rem;
  font-size: 0.8rem;
  line-height: 2.8rem;
  color: #004169;
}
.copy_right .info span {
  margin-right: 1.25rem;
}
.copy_right .menu-list .item {
  position: relative;
  padding: 0 1rem;
}
.copy_right .menu-list > .item:last-child {
  padding-right: 0;
}
.copy_right .menu-list .item::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 0.8rem;
  background: #173742;
  right: 0;
  top: 1.05rem;
}
.copy_right .menu-list > .item:last-child::after {
  display: none;
}
footer {
  width: 100%;
  /* height: 600px; */
  background-color: #464646;
  position: relative;
  padding-top: 3rem;
}
footer .footer_middle {
  margin: 0 auto;
  width: 68.75rem;
  text-align: left;
  position: relative;
}
footer .footer_middle > div {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 3rem;
}

footer .footer_middle > div:nth-child(6) {
  margin-right: 10rem;
}
.footer-two {
  overflow: hidden;
}
.footer-two > div:first-child {
  margin-right: 3rem;
}
.footer-two > div {
  float: left;
}
.footer-title-more {
  margin-top: 0px !important;
  text-align: left;
  font-size: 1rem;
}
footer .footer_middle > div span {
  color: #eeeeee;
  font-size: 1rem;
  display: block;
  width: 100%;
  cursor: pointer;
  margin-top: 0.75rem;
  text-align: left;
}
footer .footer_middle > div .spanColorBlue {
  color: #04b4e8;
  margin-top: 10px;
}
footer .footer_middle > div .bmt1 {
  margin-top: 1.5rem;
  color: #04b4e8;
}
footer .footer_middle > div .bmt2 {
  margin-top: 2.85rem;
  color: #04b4e8;
}
footer .footer_middle > div span:first-child {
  margin-bottom: 10px;
}
footer .footer_middle > .erweima {
  width: 8.5rem;
  position: absolute;
  top: 10px;
  right: 0%;
}
footer .footer_bottom {
  width: 100%;
  margin-top: 6.2rem;
  border-top: 1px solid #fff;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
}
footer .footer_bottom div {
  width: 68.75rem;
  margin: 0 auto 1.2rem auto;
  font-size: 0.7rem;
  color: #eeeeee;
}
footer .footer_bottom div .l {
  float: left;
}
footer .footer_bottom div .r {
  float: right;
}
footer .footer_bottom div .r a {
  color: #eeeeee;
}
footer .footer_bottom div .r span {
  margin: 0 0.5rem;
}
.clr {
  clear: both;
}
.banner {
  font-size: 0;
}
/* 面包屑 */
.hear {
  width: 100%;
  max-width: 68.75rem;
  margin: 1rem auto 1.92rem auto;
  height: 1rem !important;
  line-height: 1rem !important;
  color: #646464;
  font-size: 0.9rem !important;
  color: #00baf0;
}
.hear a:last-child {
  color: rgb(100, 100, 100);
}
.bread-wrap a:last-child {
  color: rgb(100, 100, 100);
}
.bread-wrap {
  color: #00baf0;
}
.bread-wrap {
  /* color: #646464; */
}
.bread-wrap a:last-child {
  color: rgb(100, 100, 100);
}

.hear a {
  color: #00baf0;
}
.hear span {
  color: rgb(100, 100, 100);
}
* {
  font-family: "Microsoft YaHei" !important;
}
.product-hearder:first-child {
  margin-left: 1.95rem;
}
header .nav li a:hover {
  color: #1e2380;
}
.product-hearder {
  float: left;
  width: 6.5rem;
}
span.cur {
  color: #1e2380;
}
header .nav-model-box .menu-list .product-hearder a {
  padding: 0;
}
.product-hearder a {
  display: block;
  padding: 0;
}
.product-hearder span:first-child {
  font-weight: 550;
}
.product-hearder a:nth-child(n + 2) {
  margin-top: 1rem;
}
.product-hearder-div2 a:nth-child(n + 2) {
  margin-top: 0.9rem;
}
.product-hearder-div2:nth-child(2),
.product-hearder-div2:nth-child(3) {
  width: 5.88rem;
}
.letterSpacing {
  letter-spacing: 1px;
}
footer .footer_middle > div > span:first-child {
  margin-top: 0;
}
footer .footer_middle > div span:hover {
  color: #04b4e8;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}

/*--------------从右侧滑入bounceInRight-------------------*/
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
}
.pageLocation {
  width: 68.75rem;
  margin: 20px auto 0;
  text-align: center;
}
.pageLocation span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  color: #464646;
}
.pageLocation span:first-child,
.pageLocation span:last-child {
  color: #e0e0e0;
}
.pageLocation .activePage {
  color: #fff;
  background-color: #f26f23;
}
@font-face {
  font-family: "iconfont"; /* Project id 1296088 */
  src: url("//at.alicdn.com/t/font_1296088_6p7b004uxwv.woff2?t=1622101206154")
      format("woff2"),
    url("//at.alicdn.com/t/font_1296088_6p7b004uxwv.woff?t=1622101206154")
      format("woff"),
    url("//at.alicdn.com/t/font_1296088_6p7b004uxwv.ttf?t=1622101206154")
      format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
