@charset "UTF-8";
/* 引用阿里字体 */
@import "//at.alicdn.com/t/c/font_4841099_k1lhc9kr0t.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
form,
dt,
dd,
input,
textarea,
th,
td,
fieldset,
legend,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0 none;
}

ul,
ol,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

table {
	border-spacing: 0;
}

html,
body {
	overflow-x: hidden;
}

i,
em,
u {
	font-style: normal;
	text-decoration: none;
}

*,
body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	min-width: 320px;
}
body {
	background: #ffffff;
	color: #333;
	font-size: 14px;
	line-height: 1;
	font-family: "Microsoft YaHei", Arial, "黑体", "宋体", sans-serif
}

q:before,
q:after {
	content: "";
}

html,
body,
input,
select,
button,
textarea {
	font: 14px/1.5, "\5B8B\4F53", Arial, Helvetica, sans-serif;
	color: #747474;
}
textarea:focus {
    outline: none; /* 移除默认的蓝色轮廓 */
    border: 1px solid transparent; /* 设置为透明边框 */
}
textarea:focus-visible {
    outline: none; /* 移除默认的蓝色轮廓 */
    border: 1px solid transparent; /* 设置为透明边框 */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
	font-style: normal;
	font-weight: normal;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

.ov {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none !important;
	color: #747474;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.container {
  /* width: 1520px; */
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.w1400{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}
.w1600{
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
}
.cf:after {
  clear: both;
  display: table;
  content: " ";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.color-004898{
	color: #004898;
}

.header {
  background: transparent;
  position: relative;
  z-index: 1500;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 89px;
  font-size: 18px;
}

.head_fx {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3000;
  background: #fff;
}

.logo {
  margin: 0 50px;
}

.logo img {
  max-height: 80px;
}

/* flex 布局*/
.d-flex {
  display: flex;
}

.d-flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-center {
  display: flex;
  align-items: center;
}

.d-flex-start {
  display: flex;
  align-items: flex-start;
}

.d-flex-end {
  display: flex;
  align-items: flex-end;
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
}

.d-flex-justify-center {
  display: flex;
  justify-content: center;
}

.d-flex-justify-around {
  display: flex;
  justify-content: space-around;
}

.d-flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-1 {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-shrink {
  flex-shrink: 0;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz44 {
  font-size: 44px;
}

.text-overflow1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-overflow2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-overflow3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.text-overflow4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ml-50 {
  margin-left: 50px;
}

.mr-22 {
  margin-right: 22px;
}

.logoImg {
  height: 52px;
}

.sosoBtn {
  color: #fff;
  width: 89px;
  height: 89px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.sosoBtn .iconfont,
.topSoBoxBtn .iconfont{
	font-size: 21px;
}

.mr-50 {
  margin-right: 50px;
}

.ffen {
  font-family: arial;
}

.ml-40 {
  margin-left: 40px;
}

.topEm {
  border-right: 1px transparent solid;
  padding-right: 22px;
}

.img-height-full{
	width: auto !important;
	max-width: initial;
}

.language {
  position: relative;
  z-index: 200;
  height: 100%;
  margin-right: 50px;
}

.topRbox {
  position: relative;
}

.languageAbs {
  display: none;
  top: 89px;
  left: -22px;
  right: -22px;
  position: absolute;
  background: #fff;
}

.languageAbs a {
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}

.language:hover .languageAbs {
  display: block;
}

.topSo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  box-sizing: border-box;
  padding-left: 37px;
  display: none;
  background-color: #004898;
}

.pointer {
  cursor: pointer;
}

.topclose {
  padding: 15px 30px;
}

.h50 {
  height: 50px;
}

.topSoBox input {
  background: transparent;
  border: none;
  height: 26px;
  line-height: 26px;
}

.topSoBoxBtn {
  height: 25px;
  padding: 0 10px;
  border: none;
  background: transparent;
}

.navBox {
  margin-right: 20px;
}

.navBox a {
  /* height: 34px;
  line-height: 34px; */
  padding: 0 20px;
  margin: 0 20px;
  /*height: 100%;*/
}
.navBox a.lt_link{
    line-height: 2;
    color: #000000;
}
.navBox .lt.on .lt_link{
    background: #004898;
    border-radius: 17px;
}
.navBox .lt{
	height: 100%;
	position: relative;
}

.navBox .lt.on{

}

.head_fx .navBox .lt.on .lt_link{
    color: #ffffff;
}

.navBox .lt .harSubLink{
	position: absolute;
	top: 90px;
	left: -30px;
	right: -30px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
	padding: 10px 17px;
	display: none;
}

.navBox .lt .harSubLink.style-one{
    width: 235px;
    top: 90px;
    left: -30%;
    right: auto;
}

.navBox .lt .harSubLink a{
	margin: initial;
	padding: initial;
    display: inline-block;
    width: 100%;
}

.navBox .lt .harSubLink a .title{
	line-height: 3;
	font-size: 16px;
}
.navBox .lt .harSubLink .clt{
	position: relative;
}

.navBox .lt .harSubLink .clt::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #E8E8E8;
}

.navBox .lt .harSubLink .clt:last-child::after{
	height: 0;
}

.bannerImt{
	width: 100% !important;
}
.bannerImt.mobile{
    display: none;
}

input:hover,
input:focus,
button:hover,
button:focus {
  outline: none;
}

.topSoBox {
  border-bottom: 1px solid #3173bc;
}

.topSoBox input::-webkit-input-placeholder {
  color: #3173bc;
}

.topSoBox input::-moz-placeholder {
  color: #3173bc;
}

.topSoBox input:-moz-placeholder {
  color: #3173bc;
}

.topSoBox input:-ms-input-placeholder {
  color: #3173bc;
}

.indexSwiper .swiper-button-next,
.indexSwiper .swiper-button-prev {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.indexSwiper .swiper-button-next i,
.indexSwiper .swiper-button-prev i {
  font-size: 24px;
}

.indexSwiper .swiper-button-prev {
  left: 36px;
}

.indexSwiper .swiper-button-next {
  right: 36px;
}

.indexSwiper .swiper-button-next:after,
.indexSwiper .swiper-button-prev:after {
  font-size: 18px;
  text-indent: -6px;
  content: "";
}

.indexSwiper .swiper-button-next:after {
  text-indent: 6px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.indexSwiper .swiper-pagination {
  max-width: 1170px;
  text-align: left;
  margin: 0 auto;
  z-index: 100;
  height: 26px;
  overflow: hidden;
  left: 20%;
  bottom: 40px;
}

.indexSwiper .swiper-pagination-bullet {
  border-radius: 0;
  background: transparent;
  font-family: arial;
  font-weight: bold;
  opacity: 1;
  font-size: 16px;
  margin-right: 20px !important;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
}

.indexSwiper .swiper-pagination-bullet-active {
  font-size: 26px;
  padding-right: 90px;
}

.indexSwiper .swiper-pagination-bullet-active::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  content: "";
  width: 80px;
  background-color: #fff;
  height: 2px;
}

.indexType {
  padding: 15px 0;
  background: #fff;
}

.swiperType {
  max-width: 1170px;
  margin: 0 auto;
}

#type {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.swiperType .pic {
  width: 110px;
  height: 110px;
}

.swiperType .pic img {
  max-width: 100%;
  max-height: 100%;
}

.swiperType .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiperType .swiper-slide p {
  text-align: center;
  width: 110px;
}

.swiperType .swiper-slide a {
  display: block;
}

img:hover,
div:hover,
img,
div {
  outline: none;
}

#type .swiper-button-next:after,
#type .swiper-button-prev:after {
  font-size: 24px !important;
}

#type .swiper-pagination {
  display: none;
}

.w1520 {
  max-width: 1170px;
  margin: 0 auto;
}

.pt60 {
  padding-top: 60px;
}

.box1Left h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.box1Left h3 {
  font-size: 20px;
}

.mt35 {
  margin-top: 35px;
}

.box1Txt {
  line-height: 1.8;
}

.box1Btn {
  width: 170px;
  height: 54px;
  background: #fff;
}

.box1LeftImg {
  margin-left: 20px;
}

.box2Left img {
  display: block;
}

.box2Right {
  max-width: 480px;
}

.p70-0 {
  padding: 60px 0;
}

.box2Right h2 {
  font-family: arial;
  font-size: 48px;
  color: #efefef;
  font-weight: bold;
}

.box2Right h3 {
  font-weight: bold;
  font-size: 26px;
  margin-top: 10px;
}

.box2RightTxt {
  line-height: 1.8;
}

.box2Right .box1Btn {
  height: 50px;
  background: #f2f2f2;
}

.fz55 {
  font-size: 55px;
}

.box2Bottom {
  margin-top: 55px;
}

.box2Bottom h3 {
  font-family: arial;
}

.fwb {
  font-weight: bold;
}

.indexBox3 {
  background: url(../img/box3.jpg) no-repeat center top;
  background-size: cover;
}

.tc {
  text-align: center;
}

.indexBox3 h2 {
  font-family: arial;
  font-size: 40px;
  margin-bottom: 10px;
}

.indexNews {
  position: relative;
  margin-top: 65px;
}

.indexNews::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  left: 50%;
  margin-left: -1px;
  top: 60px;
  bottom: 40px;
}

.w47 {
  width: 47%;
}

.p20 {
  padding: 20px;
  box-sizing: border-box;
}

.mr40 {
  margin-right: 40px;
}

.line-height1-2 {
  line-height: 1.2;
}

.indexNews {
  line-height: 1.8;
}

.mt6 {
  margin-top: 6px;
}

.indexNews a.item {
  position: relative;
  margin-top: -30px;
}

.indexNews a.item::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  z-index: 100;
}

.indexNews a.aleft::after {
  right: -7.5%;
}

.aleft {
  margin-right: 53%;
  text-align: right;
}

.aright {
  text-align: left;
  margin-left: 53%;
}

.indexNews a.aright::after {
  left: -7.6%;
}

.indexNews .itemGd {
  position: relative;
  z-index: 100;
  width: 80px;
  margin: 0 auto;
}

.indexNews .itemGd i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 6px;
}

.box4title {
  height: 90px;
  line-height: 90px;
}

.box4title h2 {
  position: relative;
  z-index: 100;
}

.box4title span {
  color: #f5f5f5;
  font-size: 88px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

.alswiper .swiper-pagination {
  display: none;
}

.alswiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.alswiper .swiper-slide .abs {
  background: rgba(0, 71, 157, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fz55 {
  font-size: 55px;
}

.alswiper .swiper-slide .abs i {
  margin-bottom: 15px;
}

.alswiper .swiper-button-next {
  right: 20%;
  margin-right: -23px;
}

.alswiper .swiper-button-prev {
  left: 20%;
  margin-left: -23px;
}

.alswiper .swiper-button-next,
.alswiper .swiper-button-prev {
  width: 46px;
  height: 46px;
  z-index: 600;
  border-radius: 50%;
}

.alswiper .swiper-button-next:after,
.alswiper .swiper-button-prev:after {
  font-size: 20px !important;
}

.alswiper .swiper-slide:hover .abs {
  transform: translateY(0);
}

.box4Swiper {
  position: relative;
}

.alswiper .lBg {
  left: 0;
}

.alswiper .lBg,
.alswiper .rBg {
  z-index: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  background: rgba(255, 255, 255, 0.6);
}

.alswiper .rBg {
  right: 0;
}

.alBtn {
  margin-top: 50px;
  border: 1px transparent solid;
  width: 156px;
  height: 44px;
}

.footer {
  margin-top: 30px;
  background: url(../img/footbg.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0 30px;
  line-height: 36px;
}

.footNav a {
  display: block;
}

.footer h3 {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}

.footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #363636;
  height: 2px;
  width: 36px;
}

.footNav li {
  min-width: 140px;
}

.footRwm {
  max-width: 210px;
}

.footRwm img {
  border: 6px #fff solid;
  width: 78px;
  height: 78px;
  margin-top: 24px;
}

.indexBox2Nr {
  flex-direction: row-reverse;
}

.copy {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #363636 solid;
}

.pageTop img {
  display: block;
  margin: 0 auto;
}

.mt20 {
  margin-top: 20px;
}

.pageBread {
  padding-bottom: 10px;
  border-bottom: 1px #e1e1e1 solid;
}

.pageBread h2 {
  padding-left: 15px;
  position: relative;
}

.lcInfo {
  padding-top: 20px;
  line-height: 1.8;
  padding-bottom: 15px;
}

.lcDl {
  padding: 30px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.lcDl img {
  width: 190px;
  height: 110px;
}

.lcDl dt {
  width: 190px;
  height: 110px;
  overflow: hidden;
  margin-right: 30px;
}

.lcDl .lctxt {
  margin-top: 18px;
  line-height: 28px;
  min-height: 56px;
}

.lcDl + dl {
  border-top: 1px #e1e1e1 solid;
}

.lcDl:hover {
  padding: 30px;
}

.aboutBox {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 30px;
}

.mb15 {
  margin-bottom: 15px;
}

.aboutBox p {
  margin-bottom: 20px;
}

.aboutBox img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.vList {
  padding-top: 30px;
  margin-left: -30px;
}

.vList li {
  width: 33.333%;
  margin-bottom: 30px;
}

.overflow {
  overflow: hidden;
}

.vList li a {
  position: relative;
  display: block;
  margin-left: 30px;
}

.vList li a .vimg {
  width: 100%;
  display: block;
  height: auto;
}

.vList li a .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 207px;
}

.vList li .vabs {
  position: absolute;
  font-size: 46px;
  z-index: 10;
}

.v-txt {
  padding: 15px;
}

.vList li h3 {
  height: 35px;
  line-height: 35px;
}

.vList li a:hover .vimg {
  transform: scale(1.1);
}

.page a {
  margin: 0 4px;
  width: 38px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px #ebebeb solid;
}

.page {
  margin-top: 30px;
}

.border-0 {
  border-bottom: 0 !important;
}

.border {
  border: 1px transparent solid;
}

.article {
  padding-top: 30px;
  margin-bottom: 20px;
  line-height: 1.8;
  padding-bottom: 20px;
  border-bottom: 1px transparent solid;
}

.article p {
  margin-bottom: 15px;
}

.article img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.news-info {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px transparent solid;
}

.news-info h1 {
  padding-bottom: 10px;
}

.nypage li {
  max-width: 47%;
  overflow: hidden;
}

.relevantBox h2 {
  padding-top: 15px;
  border-bottom: 1px transparent solid;
  padding-bottom: 15px;
}

.relevantBox .sgList {
  margin-left: -2%;
}

.relevantBox .sgList a {
  width: 48%;
  margin-left: 2%;
  margin-top: 25px;
  line-height: 1.8;
}

.relevantBox .sgList a img {
  width: 160px;
  height: 90px;
}

.relevantBox .sgList a:hover img {
  transform: scale(1.1);
}

.relevantBox .sgList a .pic {
  width: 160px;
  height: 90px;
  margin-right: 20px;
}

.relevantBox .sgList a h3 {
  height: 50px;
  margin-bottom: 5px;
  overflow: hidden;
}

/* 联系我们 */
.lxwmBox {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 3%;
}

.infoItem {
  flex-wrap: wrap;
}

.infoItem span {
  margin-left: 10px;
}

.lxRbox h2 {
  position: relative;
  padding-top: 6px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.lxRbox h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 2px;
}

.mt10 {
  margin-top: 10px;
}

.lxUl {
  margin-top: 20px;
}

.lxUl li {
  line-height: 1.6;
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-5 {
  margin-right: 5px;
}

.lxRmw img {
  margin-bottom: 8px;
  width: 78px;
  height: 78px;
  padding: 8px;
  border: 1px #ebebeb solid;
}

.pageSobox {
  margin-top: 30px;
  padding: 16px;
}

.pageSobox input {
  padding: 0 10px;
  border: none;
  height: 40px;
  line-height: 40px;
}

.topSo {
  z-index: 1000;
}

.topSo > div {
  padding-top: 20px;
}

.topSo input {
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-size: 14px;
}

.mt25 {
  margin-top: 25px;
}

.pageSobox button {
  padding: 0 10px;
  border: none;
  height: 40px;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
}

.overflow {
  overflow: hidden;
}

.downloadList {
  margin-left: -3%;
}

.dItem {
  width: 47%;
  margin-left: 3%;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 25px;
}

.dItem .dimgs {
  width: 190px;
  height: 120px;
}

.align-end {
  align-items: flex-end;
}

.dBtns {
  width: 88px;
  height: 34px;
  background: #fff;
  border-radius: 5px;
  border: 1px transparent solid;
}

.dInfos {
  padding: 18px 0;
}

.dRight {
  max-width: 304px;
}

.qaList {
  margin-left: -3%;
}

.dRight h3 {
  line-height: 1.4;
}

.qaItem {
  box-sizing: border-box;
  padding: 25px;
  width: 47%;
  margin-left: 3%;
  line-height: 1.8;
  margin-bottom: 25px;
}

.dInfos {
  flex-wrap: wrap;
  line-height: 1.5;
}

.fz72 {
  font-size: 72px;
}

.ffen {
  font-family: arial;
}

.qaItem span {
  width: 85px;
  line-height: 1;
}

.qaItem .qaItemInfo {
  margin-left: 100px;
}

.qaItem .qaItemInfo h3 {
  margin-bottom: 3px;
}

.nItem .pic {
  width: 50%;
}

.newsList .nItem:nth-child(2n) {
  flex-direction: row-reverse;
}

.nListInfo {
  overflow: hidden;
  padding: 20px 50px;
  height: 100%;
  line-height: 1.8;
}

.nListInfo h2 {
  max-width: 100%;
  margin-bottom: 8px;
}

.newsListBtn {
  width: 156px;
  height: 44px;
  border: 1px transparent solid;
}

.subnav {
  position: fixed;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 1000;
  top: 80px;
}

.subnav.head_subnav {
  top: 60px;
}

.subnav::after {
  content: "";
  background: #f1f1f1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
}

.sub-nav {
  padding: 60px 0;
}

.sub-left {
  padding-right: 60px;
  box-sizing: border-box;
  width: 50%;
}

.sbu-right {
  padding-left: 60px;
  box-sizing: border-box;
  width: 50%;
  position: relative;
  z-index: 5000;
}

.subUl {
  padding-top: 20px;
}

.subUl li {
  float: left;
  width: 33%;
  box-sizing: border-box;
}

.subUl li a {
  line-height: 36px;
  box-sizing: border-box;
  padding-right: 30px;
}

.subUl li a i {
  transform: rotate(-90deg);
}

.navImg {
  margin-top: 30px;
  max-width: 500px;
  max-height: 214px;
  overflow: hidden;
}

.navImg img {
  max-width: 500px;
  height: auto;
}

.subNbox {
  padding-top: 20px;
  line-height: 28px;
}

.rabs {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 900;
}

.rabs a {
  width: 60px;
  height: 60px;
  background: #c1c1c1;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
}

.rabs a i {
  font-size: 18px;
  padding-bottom: 6px;
}

#gototop i {
  padding-bottom: 0;
  font-size: 40px;
}

.rabs .top {
  display: none;
}

.rabs a .abs {
  position: absolute;
  right: 60px;
  height: 60px;
  width: 150px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  display: none;
}

.rabs a.dianhua01:hover .abs {
  display: block;
}

.rabs .abs2,
.rabs .abs3 {
  top: 0;
  position: absolute;
  right: 60px;
  padding: 2px;
  box-sizing: border-box;
  display: none;
  width: 82px;
  height: 82px;
}

.rabs .abs2 img,
.rabs .abs3 img {
  width: 78px;
  height: 78px;
}

.rabs a.weixin:hover .abs2 {
  display: block;
}

.rabs a.weibo:hover .abs3 {
  display: block;
}

.ryList li {
  width: 33.333%;
  margin-bottom: 30px;
}

.ryList a {
  position: relative;
  display: block;
  margin-left: 30px;
  text-align: center;
  overflow: hidden;
  padding: 16px;
}

#baguetteBox-overlay {
  z-index: 3000;
}

.ryList .pic {
  height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.ryList a p {
  padding-top: 8px;
}

.full-image {
  max-width: 100%;
}

.full-image img {
  max-width: 100%;
}
.fullfit-image{
	width: 100%;
}
.ryList {
  margin-left: -30px;
}

.cpLeft {
  width: 270px;
  margin-right: 30px;
}

.leftNav {
  padding: 22px;
}

.leftNav h2 {
  padding-bottom: 20px;
}

.yiji li {
  font-size: 16px;
}

.yiji li a.inactive {
  width: 100%;
  height: 66px;
  line-height: 66px;
}

.yiji li a.inactive i {
  transform: rotate(-90deg);
}

.yiji li a.inactive.inactives i {
  transform: rotate(0);
}

.yiji li a.inactive.inactives.noItem i {
  transform: rotate(-90deg);
}

.subLast li {
  border: none !important;
}

.subLast {
  padding-bottom: 10px;
}

.subLast li a {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

.cpUl {
  margin-top: 15px;
  margin-left: -30px;
}

.cpUl li {
  width: 33.3333%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cpUl li a {
  margin-left: 30px;
}

.cpUl .pic {
  padding: 15px;
  overflow: hidden;
  height: 195px;
}

.cpUl .pic img {
  max-height: 100%;
}

.cptitle {
  margin-left: 15px;
  margin-right: 15px;
  height: 40px;
  line-height: 40px;
}

.cpgd {
  padding: 15px;
}

.cqxqLeft {
  max-width: 550px;
}

.gallery-top .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.gallery-top {
  height: 480px;
}

.gallery-top .swiper-pagination {
  display: none;
}

.gallery-thumbs {
  width: 490px;
  box-sizing: border-box;
}

.xBox {
  margin-top: 20px;
  padding: 0 30px;
  position: relative;
}

.gallery-thumbs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-thumbs .swiper-slide img {
  width: 110px;
  height: 99px;
  border: 1px #fff solid;
}

.cpPage {
  padding-top: 25px;
  padding-bottom: 40px;
}

.xBox .swiper-button-next {
  right: 0;
}

.xBox .swiper-button-prev {
  left: 0;
}

.xBox .swiper-button-next:after, .xBox .swiper-button-prev:after {
  font-size: 24px;
}

.cpPageR {
  margin-left: 55px;
}

.cpPageR h1 {
  padding-top: 25px;
  padding-bottom: 20px;
}

.cpcsBox li {
  line-height: 34px;
}

.cpcsBox {
  padding-top: 15px;
  color: #818181;
}

.cpcsBox li span {
  display: inline-block;
  width: 80px;
  color: #333;
}

.cpcsBoxTxt {
  color: #818181;
  line-height: 24px;
  margin-top: 35px;
  height: 172px;
  border-bottom: 1px #E1E1E1 solid;
}

.cpcsBtn {
  margin-top: 30px;
}

.cpcsBtn a {
  width: 140px;
  height: 60px;
}

.cpInfos {
  padding-top: 28px;
}

.cpTt {
  padding-bottom: 18px;
  border-bottom: 1px #E1E1E1 solid;
}

.cpArticle {
  padding: 25px 0;
  line-height: 1.8;
}

.cpArticle p {
  padding-bottom: 20px;
}

.cpArticle img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.tjBox .cpUl .pic {
  height: 250px;
}

.qaxqBox {
  margin-top: 20px;
  border: 1px #E1E1E1 solid;
  padding: 30px;
}

.qaxqBox .article {
  padding-top: 0;
}

.qaxqBox .news-info {
  text-align: left;
}

.qaxqBox .infoItem {
  justify-content: flex-start;
}

.nypage a:hover {
  text-decoration: underline;
}

.sosoTab {
  border-bottom: 1px #E1E1E1 solid;
}

.sosoTab a {
  padding: 18px 0;
  margin: 0 15px;
}

.sosoTab a {
  border-bottom: 3px #fff solid;
}

.sosoDbox .cpUl li {
  width: 25%;
}

.alList .v-txt {
  position: relative;
  z-index: 100;
}

.alList .v-txt .abs {
  font-size: 22px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  right: 15px;
  z-index: 100;
  top: -21px;
  position: absolute;
}

.alswiperBox {
  padding: 20px;
  position: relative;
}

.alswiperBox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alswiperBox .swiper-slide img {
  margin: 0 auto;
}

.alswiperBox .swiper-button-next, .alswiperBox .swiper-button-prev {
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.5);
}

.alswiperBox .swiper-button-next::after, .alswiperBox .swiper-button-prev::after {
  color: #fff;
  font-size: 20px;
}

.alswiperBox .swiper-button-next {
  right: 0;
}

.alswiperBox .swiper-button-prev {
  left: 0;
}

.alTxtBox {
  margin-top: 20px;
}

.alTxtBox h1 {
  margin-bottom: 5px;
}

/* 手机导航 */
.mheader {
  box-sizing: border-box;
  background: #fff;
  padding: 10px 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.mTop {
  display: none;
}

.mlogo img {
  height: 34px;
}

.mrbox i {
  font-size: 30px;
  padding-left: 20px;
  margin-left: 8px;
}

.mSoso {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sLo {
  max-height: 58px;
}

.soInput {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 8px;
  width: 90vw;
  padding: 0 10px;
  box-sizing: border-box;
}

.soInput input {
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 15px;
}

.soInput i {
  padding: 0 10px;
  font-size: 20px;
}

.gbBtns {
  margin-top: 60px;
  font-size: 30px;
  color: #585858;
}

#mEn a {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-bottom: 8px;
}

.dx {
  text-transform: uppercase;
}

#menu .gb {
  position: absolute;
  right: 20px;
  top: 20px;
}

#menu .gb img {
  width: 20px;
  height: 20px;
}

#menu {
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  bottom: 0;
  overflow: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  display: none;
  transform: translate(0, 0);
  z-index: 9000;
  border-top: 1px #d7d7d7 solid;
}

.f2, .f3 {
  display: none;
}

.leftMenu li.hasChild.open .f2 {
  display: block;
  height: auto !important;
}

.leftMenu li.hasChild.open .f2 li {
  padding-left: 20px;
  margin-left: 0;
  margin-right: 0;
}

.f3 li {
  padding-left: 20px;
  margin-left: 0;
  margin-right: 0;
}

.leftMenu li.hasChild.open li.hasChild.open .f3 {
  display: block;
  height: auto !important;
}

.menu-open {
  transform: translate(0, 0) !important;
  display: block !important;
  opacity: 1 !important;
  z-index: 9000000 !important;
}

.leftMenu li {
  line-height: 50px;
  margin: 0 15px;
}

.leftMenu li + li {
  border-top: 1px #d7d7d7 solid;
}

.leftMenu li a {
  display: block;
  padding: 0 15px;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.leftMenu li.hasChild > a {
  color: #333;
  position: relative;
}

.leftMenu li.hasChild > a::after {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/j1.png) no-repeat;
  background-size: 20px 20px;
  content: "";
  width: 20px;
  height: 20px;
}

.leftMenu li.hasChild.open > a::after {
  background: url(../img/j2.png) no-repeat;
  background-size: 20px 20px;
}

li.hasChild.open > a {
  border-bottom: 1px #D7D7D7 solid;
  font-weight: bold;
}

.f3 a {
  color: #818181 !important;
}

.nypage li a {
  display: block;
}

.indexProductSwiper .link{
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
    background: #F6F8FB;
}

.indexProductSwiper .link .default-bg-on{
	display: none;
}

.indexProductSwiper .proItem{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	width: 80%;
	
}

.indexProductSwiper .proItem .itemText{
	margin-top: 4rem;
}

.indexProductSwiper .proItem .proTitle{
	font-size: 18px;
}

.indexProductSwiper .proItem .proTip{
	font-size: 14px;
	line-height: 2;
	margin-top: 3%;
}

.indexProductSwiper .proItem .icon{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 1rem;
	display: none;
	
}
.indexProductSwiper .swiper-slide:hover .link,
.indexProductSwiper .swiper-slide.on .link{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.indexProductSwiper .swiper-slide:hover .proItem .icon,
.indexProductSwiper .swiper-slide.on .proItem .icon{
	display: flex;
}

.indexProductSwiper .swiper-slide:hover .link .default-bg-on,
.indexProductSwiper .swiper-slide.on .link .default-bg-on
{
	display: block;
}

.indexProductSwiper .swiper-slide:hover .link .default-bg,
.indexProductSwiper .swiper-slide.on .link .default-bg{
	display: none;
}

.indexProductSwiper .swiper-slide:hover .link .proItem .itemText,
.indexProductSwiper .swiper-slide.on .link .proItem .itemText
{
	margin-top: 3rem;
}
.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0; /* 或者其他适合你布局的方法 */
    overflow: hidden;
}
.indexProductSwiper.hidden{
	margin: initial;
	padding-bottom: initial;
	padding-top: initial;
}

.indexBoxTitleEn{
	font-weight: 300;
	font-size: 34px;
	color: #CBCBCB;
}
.indexBoxTitle{
	font-weight: bold;
	font-size: 44px;
	color: #000000;
}

.indexExhibitionBox  .indexBoxTitleEn,
.indexExhibitionBox .indexBoxTitle,
.historyBox .indexBoxTitle,
.indexSolutionBox .indexBoxTitle
{
	color: #FFFFFF !important;
}

.harBtn1{
	width: 156px;
	height: 48px;
}
.harBtn2{
	width: 156px;
	height: 48px;
}
.harBtn3{
	width: 100px;
	height: 35px;
}

.harBtn{
	height: 40px;
}

.harButton1{
	display: inline-block;
	background: #fff;
	padding: 0 50px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--main-color);
	font-size: 22px;
}

.harButton{
	border-radius: 24px;
	font-weight: 400;
	font-size: 16px;
	background: #004898;
	color: #FFFFFF;
}
.harBtn1:hover,
.harBtn2:hover,
.harBtn3:hover
{
	color: #FFFFFF;
}

.harButton.style-one{
	background: #FFFFFF;
	color: #000000;
}
.harButton.style-two{
	background: #F6F8FB;
	color: #000000;
}

.listBtn .harButton:first-child{
	margin-right: 2%;
}
.exhibitionContent {
	width: 100%;
}
.exhibitionContent .listBtn{
	margin-top: 10%;
}
.fontEn{
	font-family: Arial;
}

.indexNewsBox{
	padding: 70px 0 80px 0;
	background: url(../img/index-news-bg.png) no-repeat left bottom;
}
.indexNewsUt{
	margin-left: -2.33%;
}

.indexNewsUt .lt{
	width: 31%;
	margin-left: 2.33%;
}

.indexNewsUt .lt.mobile{
    display: none;
}

.imtAndBg{
	position: relative;
}

.imtAndBg .imt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}

.newsUt2 .cltImt{
	width: 43.6%;
}
.newsUt2 .cltText{
	width: 46.8%;
}

.subMenu .lt a{
	line-height: 2.2;
	position: relative;
}

.subMenu .lt{
	/* padding-right: 5%; */
	margin: 0 25px;
	padding: 0 25px;
}
.subMenu .lt a::after{
	position: absolute;
	content: "";
	height: 2px;
	background: #004898;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.subMenu .lt a{
	padding: 16px 0;
	display: inline-block;
}
/* .subMenu .lt:hover a::after, */
.subMenu .lt.active a::after
{
	display: block;
}
/* .subMenu .lt:hover a, */
.subMenu .lt.active a{
	color: var(--main-color);
}
.harTop .topRight .subMenu{
	margin-right: 3rem;
}

.subMenu.style-one .lt a{
	line-height: 1;
	padding: 27px 0;
}
.subMenu.style-one .lt a::after,
.subMenu.style-two .lt a::after{
	height: 3px;
}
.subMenu.style-two .lt a{
	line-height: 2.5;
}
.subMenu.style-two .lt{
	    margin: 0 19px;
	    padding: 0px 18px;
}
.subMenu.style-two .lt:first-child{
	margin-left: initial;
	padding-left: initial;
}
.subMenuBox{
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.indexNewsUt{
	display: none;
}
.indexNewsUt.active{
	display: flex;
}

.indexNewsUt .ltContent{
	background: #FFFFFF;
	padding: 38px 35px 60px 42px;
}

.indexNewsUt .ltContent .newtitle{
	margin-top: 2rem;
	line-height: 1.6;
	color: #000000;
    height: 77px;
}

.indexNewsUt .lt{
	position: relative;
}

.indexNewsUt .lt .innerBox{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('../img/index-news-big-hover.png') no-repeat left top;
	/* background-size: cover; */
	background-color: #004898;
	display: none;
}

.indexNewsUt .lt .innerBox .innerBoxText{
	padding: 72px 41px 85px 41px;
}

.indexNewsUt .lt .innerBox .link{
	color: #FFFFFF;
}
.indexNewsUt .lt .innerBox .harTime,
.indexNewsUt .lt .innerBox .harTime .iconfont{
	color: #FFFFFF;
}

.indexNewsUt .lt .innerBox .newtitle{
	margin-top: 2rem;
	line-height: 1.6;
}

.indexNewsUt .lt .innerBox .newsDesc{
	margin-top: 3rem;
	line-height: 2.1;
	margin-bottom: 5rem;
	color: #A3BDFF;
}

.harTime{
	color: #ADADAD;
}
.harTime .iconfont{
	color: #CCCCCC;
	margin-right: 0.8rem;
}
.newsUt2 .clt{
	padding: 6% 0;
	position: relative;
}
.newsUt2 .clt:first-child{
	padding-top: initial;
}
.newsUt2 .clt:last-child{
	padding-bottom: initial;
}

.newsUt2 .clt:last-child::after{
	display: none;
}

.newsUt2 .clt::after{
	position: absolute;
	content: "";
	height: 1px;
	background: #D7D7D7;
	left: 0;
	right: 0;
	bottom: 0;
}

.newsUt2 .newtitle{
	color: #000000;
	line-height: 2.4;
	margin-bottom: 0.5rem;
}

.newsUt2 .newtip{
	color: #464646;
	line-height: 1.7;
	
	margin-bottom: 1.2rem;
}

.newsUt2 .clt:hover .newtitle{
	color: var(--main-color);
}

.newsUt2 .clt:hover::after{
	background: var(--main-color);
}

.harFooter {
	padding: 80px 0 70px 0;
	background: #222222;
	color: #FFFFFF;
}

.harFooter a{
	color: #AAAAAA;
}

.harFooter .footItem{
	padding-bottom: 40px;
	border-bottom: 1px solid #363636;
}
.harFooter .foot_fl{
	width: 80%;
}
.harFooter .foot_fl dl{
	margin-right: 6rem;
}

.harFooter .foot_fl dl dt{
	padding-bottom: 2rem;
}

.harFooter .foot_fl dl dd{
	line-height: 2.28;
}

.harFooter .foot_fr{
	/* flex: 1; */
	width: 20%;
	text-align: right;
}

.harFooter .foot_fr .codeList{
	justify-content: flex-end;
}

.harFooter .foot_fr .codeList .code{
	width: 48px;
	height: 48px;
	background: #333333;
	border-radius: 50%;
	
	color: #FFFFFF;
	margin-left: 29px;
	position: relative;
}
.harFooter .foot_fr .codeList .code .iconfont{
	font-size: 20px;
}
.harFooter .foot_fr .codeList .code .codeShow{
	background: url('../img/wechat_bg.png') no-repeat center;
	background-size: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-108%);
	width: 90px;
	height: 108px;
	display: none;
}
.harFooter .foot_fr .codeList .code .codeShow .wechat{
	/* max-width: 80px;
	max-height: 80px; */
}
.harFooter .foot_fr .codeList .code .codeShow .codeTip{
	color: #818181;
}
.harFooter .foot_fr .codeList .code .codeShow .codeInfo{
	padding: 10px;
}

.harFooter .foot_fr .codeList .code:hover{
	background: #004898;
}
.harFooter .foot_fr .codeList .code:hover .codeShow{
	display: block;
}
.harFooter .foot_fr .footTel{
	font-weight: 300;
	font-size: 34px;
	color: #FFFFFF;
	margin-top: 2.3rem;
}
.harFooter .foot_fr .footTelTip{
	line-height: 2;
}
.harFooter .foot_dom{
	padding-top: 50px;
	color: #AAAAAA;
}

.harFooter .foot_dom .spt{
	padding: 0 10px;
}

.innerBanner{
	position: relative;
}

.innerBanner .bannerContent{
	position: absolute;
	top: 33%;
    left: 50%;
    transform: translate(-50%, -33%);
}

.bannerTitleEn{
	font-weight: bold;
	font-size: 110px;
	color: #FFFFFF;
	line-height: 0.5;
	opacity: 0.1 !important;
	
}
.bannerTitleCat{
	position: relative;
}
.bannerTip{
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%,-15%) !important;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 1;
}
.bannerTitle{
	font-weight: bold;
	font-size: 72px;
	color: #FFFFFF;
	line-height: 0.5;
}
.bannerTitle.style-one{
	font-weight: bold;
	font-size: 68px;
	color: #FFFFFF;
	
}
.bannerTitleCat{
	margin-bottom: 1.2rem;
}
.proCateUt .lt{
	margin-bottom: 3.6rem;
}

.proCateUt .lt:nth-child(2n) .ltBox{
	flex-direction: row-reverse;
}

.proCateUt .lt .ltBox .imtBox,
.proCateUt .lt .ltBox .textBox
{
	width: 50%;
}

.proCateUt .lt .ltBox .textBox .textItem{
	padding-left: 10%;
	margin-bottom: 3rem;
}

.proCateUt .lt:nth-child(2n) .ltBox .textItem{
	padding-left: initial;
	padding-right: 10%;
}

.proCateUt .lt .ltBox .textBox .title{
	padding-bottom: 3rem;
	color: #000000;
}

.proCateUt .lt .ltBox .textBox .tip{
	color: #464646;
	line-height: 1.875;
	padding-bottom: 3.2rem;
}
.proCateUt .lt:hover .ltBox .textBox .title{
	color: #004898;
}

.proCateUt .lt:hover .ltBox .textBox .harButton{
	background: #004898;
	color: #FFFFFF;
}

.productCenter{
	padding: 5rem 0;
}

.platformDetail{
	padding: 4rem 0;
}

.plateDetailItem{
	padding-bottom: 4rem;
}

.plateDetailItem:last-child{
	padding-bottom: 1rem;
}

.plateDetailItem .title{
	margin-bottom: 1.8rem;
	padding-bottom: 1.8rem;
}

.plateDetailItem .info{
	line-height: 2.25;
	color: #464646;
}

.plateDetailItem .info .circle{
	width: 5px;
	height: 5px;
	background: #0B79C8;
	border-radius: 50%;
	display: inline-block;
	margin-right: 7px;
}
.productUt .lt:hover .link,
.productUt .lt.on .link{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    background: #ffffff;
}
.productUt .lt:hover .proItem .icon,
.productUt .lt.on .proItem .icon{
	display: flex;
}

.productUt .lt:hover .link .default-bg-on,
.productUt .lt.on .link .default-bg-on
{
	display: block;
    margin: 0 auto;
}

.productUt .lt:hover .link .default-bg,
.productUt .lt.on .link .default-bg{
	display: none;
}

.productUt .lt:hover .link .proItem .itemText,
.productUt .lt.on .link .proItem .itemText
{
	margin-top: 3rem;
}
.productUt{
	margin-left: -1.8%;
}
.productUt .lt{
	width: 23.2%;
	margin-left: 1.8%;
	margin-bottom: 2rem;
    text-align: center;
}

.pageNum{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin: 1% 0;
}

.pageNum a{
	display: block;
	width: 46px;
	line-height: 46px;
	width: 46px;
	border-radius: 50%;
	margin-left: 13px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #F6F8FB;
	color: #000000;
	font-size: 14px;
}

.pageNum a:first-child{
	margin-left: 0;
}

.pageNum a.active{
	background: var(--main-color);
	color: #fff;
}

.indexProductSwiper.productUt{
	padding-bottom: 3rem;
}

.productDetailBox .harBat,
.newsDetailBox .harBat{
	line-height: 5.12;
}
.harBat{

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
}

.harBat .spt{
	padding: 0 6px;
}

.harBat .link{
	color: #747474;
}

.harBat .link:hover{
	color: var(--main-color);
}

.productDetailBox{
	background: #F6F8FB;
}

.productDetailList{
	padding-bottom: 4rem;
}

.productDetailList .productDetailImt{
	width: 50%;
}

.productDetailList .productDetailText{
	width: 44%;
}

.productDetailText .title{
	padding-bottom: 2rem;
}

.productDetailText .info{
	line-height: 2;
	padding-bottom: 3rem;
}

.productContentBox .subMenu{
	position: relative;
	padding-top: 1rem;
	margin-bottom: 4rem;
}

.productContentBox .subMenu::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #E1E1E1;
}
.solutionUt .lt{
	background: #FFFFFF;
	padding: 5rem 0;
	margin-bottom: initial;
}
.solutionUt .lt:nth-child(2n){
	background: #F6F8FB;
}

.proCateUt.solutionUt .lt .ltBox .imtBox, .proCateUt.solutionUt .lt .ltBox .textBox{
	width: 46.43%;
}
.proCateUt.solutionUt .lt .ltBox .textItem{
	padding-left: initial;
}
.proCateUt.solutionUt .lt:nth-child(2n) .ltBox .textItem{
	padding-right: initial;
}
.solutionDetailBox{
	background: #F7F8FC;
	padding: 4rem 0;
}
.solutionDetailBox .productDetailText .title,
.companyFileBox .productDetailText .title{
	padding-bottom: 3rem;
	margin-bottom: initial;
}

.solutionDetailBox .productDetailList{
	padding-bottom: initial;
}

.solutionContentBox .plateDetailItem .info{
	line-height: 1.875;
}

.solutionContentBox .plateDetailItem .info .fz28{
	line-height: 1;
}

.plateDetailItem .title.style-one{
	font-weight: bold;
	padding-left: 24px;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}

.plateDetailItem .title.style-one::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	background: #004898;
	left: 0;
	top: 13%;
}

.solutionContentBox{
	padding: 4rem 0;
}

.solutionContentBox .plateDetailItem .title{
	margin-bottom: 0.8rem;
	padding-bottom: 2.8rem;
}
.solutionDetailBox .productDetailList .productDetailImt{
	width: 52%;
}
.solutionDetailBox .productDetailList .productDetailText{
	width: 42%;
}

.companyFileBox .productDetailList .productDetailImt{
	width: 41.4%;
}
.companyFileBox .productDetailList .productDetailText{
	width: 50%;
}

.innerPaddingBox{
	padding: 4rem 0;
}

.companyNum .icon{
	width: 16px;
	height: 16px;
	background: #004898;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	margin: 11px 15px 0 0;
}

.companyNum .icon .iconfont{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 15px;
	color: #FFFFFF;
}
.companyNum .text{
	flex: 1;
}
.solutionCatUt{
	margin-left: -2%;
}
.solutionCatUt .lt{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	text-align: center;
	width: 23%;
	margin-left: 2%;
	padding: 2rem 0;
}

.solutionCatUt .lt .iconfont{
	font-size: 40px;
	color: var(--main-color);
}

.solutionCatUt .lt .title{
	line-height: 1;
	margin-top: 1rem;
}

.solutionCatUt .lt:hover .title,
.solutionCatUt .lt:hover .iconfont
{
	color: #FFFFFF;
}

.solutionCatUt .lt:hover{
	background: url('../img/fangan-list-bg.png') no-repeat center;
	background-size: cover;
	background-color: #004898;
	box-shadow: initial;
	
}

.historyBox{
	background: url('../img/history-bg.png') no-repeat center;
	background-size: cover;
}

.historyContent .historyImt{
	width: 43.64%;
} 

.historyContent .historyText{
	background: #FFFFFF;
	width: 56.34%;
	
}

.historyContent .historyText .textBox{
	padding: 50px 60px 60px 70px;
}

.historyContent .historyText .title{
	font-weight: bold;
	line-height: 2;
	padding-bottom: 1rem;
}

.historyContent .historyText .info{
	line-height: 2.125;
	max-height: 220px;
	overflow-y: auto;
}

.historyText .info .circle{
	    width: 6px;
	    height: 6px;
	    background: #0B79C8;
	    border-radius: 50%;
	    display: inline-block;
	    margin-right: 9px;
    margin-top: 15px;
}

/* .historyText .info::-webkit-scrollbar{
	width: 8px;
	height: 37px;
	background: #004898;
	border-radius: 4px;
	overflow: hidden;
} */
 
/* 自定义滚动条样式 */
.historyText .info::-webkit-scrollbar,
.joinUsShowBox .joinShowMain .info::-webkit-scrollbar{
  width: 4px; /* 滚动条宽度 */
}
 
.historyText .info::-webkit-scrollbar-track ,
.joinUsShowBox .joinShowMain .info::-webkit-scrollbar-track{
  background: #E5E9EF; /* 滚动条轨道颜色 */
}
 
.historyText .info::-webkit-scrollbar-thumb,
.joinUsShowBox .joinShowMain .info::-webkit-scrollbar-thumb{
  background: #004898; /* 滚动条滑块颜色 */
  border-radius: 5px; /* 滑块圆角 */
}
 
.historyText .info::-webkit-scrollbar-thumb:hover,
.joinUsShowBox .joinShowMain .info::-webkit-scrollbar-thumb:hover{
  background: #004898; /* 滑块悬停颜色 */
}

.swiperHistory .swiperArrows{
	position: absolute;
	top: initial;
	bottom: 56px;
	width: 100%;
	z-index: 11;
}

.swiperHistory{
	padding-bottom: 8rem;
}

.swiperArrows .swiperBtn{
	width: 42px;
	height: 42px;
	background: #004898;
	border-radius: 50%;
	overflow: hidden;
}

.swiperHistory .swiperArrows .swiperBtn{
	background: #0065FD;
}

.swiperArrows .swiperBtn::after{
	display: none;
}

.swiperArrows .swiperBtn .iconfont{
	font-size: 18px;
	color: #FFFFFF;
}

.swiperArrows .swiperBtn.swiper-button-disabled{
	background: #7098c5;
	opacity: 1;
}

.swiperHistory .swiperArrows .swiper-button-prev{
	left: 0;
	right: auto;
}

.swiperHistory .swiperArrows .swiper-button-next{
	left: auto;
	right: 0;
}

.swiperHistory .swiper-pagination{
	bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: calc(100%-40px); */
	
}

.swiperHistory .swiper-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 14px;
	background: #95B6E8;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	margin: initial;
	margin: 0 6%;
	opacity: 1;
}

.swiperHistory .swiper-pagination .swiper-pagination-bullet::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 25px;
	height: 25px;
	color: #FFFFFF;
	border-radius: 50%;
	opacity: 0.3;
	z-index: 1;
	display: none;
}

.swiperHistory.swiper-container .swiper-notification{
	    position: absolute;
	    left: 0;
	    top: initial;
	    pointer-events: none;
	    opacity: 1;
	    z-index: 1;
	    height: 1px;
	    background: #95B6E8;
	    right: 0;
	    bottom: 56px;
}

.swiperHistory .swiper-pagination .swiper-pagination-bullet .yearNum{
	position: absolute;
	width: 150px;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
	font-size: 18px;
	color: #95B6E8;
	line-height: 72px;
	opacity: 1;
}

.swiperHistory .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #FFFFFF;
}
.swiperHistory .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	display: block;
}

.swiperHistory .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .yearNum{
	color: #FFFFFF;
	font-size: 24px;
}

.marketBox .harTip{
	padding: 50px 0 30px 0;
    line-height: 1.875;
}

.marketBox .textList .item{
	display: none;
}

.marketBox .textList .item.active{
	display: block;
}

.partnerBox{
	background: url('../img/coop-bg.png') no-repeat center;
	background-size: cover;
}

.swiperCoopList .swiper-container{
	padding: 5rem 0;
}

.swiperCoopList .swiper-container.hidden{
	padding: initial;
	margin: initial;
}

.swiperCoop .link{
	display: block;
} 
.swiperCoop .link .imtBox img{
	width: 100%;
}

.harPagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #000000;
	border-radius: 50%;
	opacity: 0.1;
	margin: 0 8px !important;
}

.harPagination{
	bottom: 0 !important;
}
.harPagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #004898;
	opacity: 1;
}

.cultureList .item{
	width: 48.57%;
}

.cultureList .textBox{
	margin-top: 39px;
}

.cultureList .textBox .tip{
	line-height: 1.875;
	margin-top: 1rem;
}
.cultureList2{
	margin-top: 3rem;
}
.cultureList2 .item{
	width: 23%;
	border: 1px solid #E1E1E1;
}

.cultureList2 .item:hover{
	border: initial;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.cultureList2 .item .itemBox{
	padding: 60px;
}

.cultureList2 .item .itemBox .iconfont{
	font-size: 40px;
}

.cultureList2 .item .itemBox .title{
	margin-top: 24px;
	margin-bottom: 11px;
}

.cultureList2 .item .itemBox .tip{
	line-height: 1.875;
}

.EmployeeBox{
	background: url('../img/yuangong-bg.png') no-repeat center;
	background-size: cover;
}

.employeeItemBox .imtBox{
	width: 62.85%;
} 
.employeeItemBox .employText{
	width: 37.15%;
	background: #FFFFFF;
}

.employeeItemBox .employText .textBox{
	padding: 17% 13.45%;
}

.employeeItemBox .employText .textBox .title{
	line-height: 1.6;
}

.employeeItemBox .employText .textBox .tip{
	line-height: 2.25;
	margin-top: 10%;
}

.swiperEmployee .swiperArrows{
	position: absolute;
	top: 75%;
	right: 33%;
}
.swiperEmployee{
	padding-bottom: 2rem;
}
.swiperEmployee .swiperArrows .swiper-button-next{
	left: 60px;
	right: auto;
}
.swiperEmployee .swiperArrows .swiperBtn.swiper-button-disabled{
	background: #F6F8FB;
	
}
.swiperEmployee .swiperArrows .swiperBtn.swiper-button-disabled .iconfont{
	color: #004898;
}

.honorBox{
	background: url('../img/honor-bg.png') no-repeat center;
	background-size: cover;
}

.honorUt{
	margin: 5rem 0 3rem 0;
	margin-left: -2.15%;
}

.honorUt .lt{
	width: 22.85%;
	margin-left: 2.15%;
	margin-bottom: 2rem;
	background: #FFFFFF;
}

.honorUt .lt .ltBox{
	padding: 23px 20px 12px 20px;
}

.honorUt .lt .ltBox .title{
	line-height: 2.375;
	padding: 15px 0;
}

.honorUt .lt:hover{
	background: #004898;
	
}
.honorUt .lt:hover .ltBox .title{
	color: #FFFFFF;
}

.environmentBox .harTip{
	max-width: 917px;
	margin: 0 auto;
	line-height: 2;
}

.swiperEnrivonment{
	padding: 4rem 0;
}

.swiperEnrivonment .item{
	position: relative;
}

.swiperEnrivonment .item .textBox{
	position: absolute;
	top: 37px;
	left: 36px;
}
.swiperWrokshop .item{
	position: relative;
}
.swiperWrokshop .item .itemBg{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
}
.swiperWrokshop .item .textBox{
	position: absolute;
	left: 0;
	bottom: 64px;
	width: 100%;
}
.swiperWrokshop img,
.contactMapBox img{
	width: 100%;
}
.swiperWrokshop .title{
	line-height: 3;
}
.swiperWrokshop .tip{
	line-height: 1.625;
	max-width: 593px;
}
.swiperWrokshop .swiperArrows{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
.swiperWrokshop .swiperArrows .arrowsList{
	position: relative;
}

.swiperWrokshop .swiperArrows .swiper-button-disabled{
	background: #F6F8FB;
	
}

.swiperWrokshop .swiperArrows .swiper-button-disabled .iconfont{
	color: #004898;
}

.swiperWrokshop .swiper-pagination .swiper-pagination-current,
.swiperNewsMain .swiper-pagination .swiper-pagination-current{
	font-size: 24px;
}

.swiperWrokshop .swiperPaginationArrows{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
}

.swiperWrokshop .swiperPaginationArrows .swiperPaginationList{
	position: relative;
}

.swiperWrokshop .swiper-pagination{
	text-align: right;
	
}

.contactList .item{
	width: 31.43%;
	background: #F6F8FB;
	margin-bottom: 2rem;
}

.contactList .item .itemBox{
	padding: 40px 56px;
}

.contactList .item:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.contactList .item:hover .title{
	color: #004898;
}

.contactList .item .iconfont{
	font-size: 55px;
	margin-right: 30px;
	
}

.contactList .item .tip{
	line-height: 1.875;
	margin-top: 8px;
}
.addressAndCode .addressBox .tip{
	line-height: 1.875;
	margin-top: 18px;
}
.addressAndCode .codeBox .tip{
	line-height: 1.875;
	margin-top: 5px;
}

.innovationDetailList .imtBox{
	width: 25.14%;
}

.innovationDetailList .textBox{
	width: 65.2%;
}

.innovationDetailList .textBox .harTip{
	line-height: 1.875;
}
.innovationDetailList .textBox .iconList{
	margin-top: 5rem;
}
.innovationDetailList .textBox .iconList .iconfont{
	font-size: 52px;
	color: #004898;
	
}
.innovationDetailList .textBox .iconList .tip{
	margin-top: 30px;
}
.innovationDetailList .textBox .iconList .item{
	margin-right: 12%;
}
.innovationDetailList .textBox .iconList .item:last-child{
	margin-right: initial;
}

.authenBox{
	position: relative;
}

.authenTextBox{
	position: absolute;
	top: 18.6%;
	left: 0;
	right: 0;
}
.authenTextBox .harTip{
	width: 43.43%;
	line-height: 1.875;
}

.authenNumList .num{
	font-size: 54px;
}

.authenNumList{
	margin-top: 5rem;
}

.authenNumList .item{
	margin-right: 8%;
}

.authenNumList .item .tip{
	line-height: 1.8;
}

.baseBox .swiperWrokshop .item .textBox{
	bottom: 50px;
}
.baseBox .swiperWrokshop .tip{
	max-width: 1200px;
}
.baseBox .swiperWrokshop .item .indexBox{
	position: absolute;
	left: 0;
	right: 0;
	top: 66px;
}
.baseBox .swiperWrokshop .item .indexBox .title{
	color: #FFFFFF;
}

.baseBox .swiperWrokshop .swiperArrows{
	top: initial;
	bottom: 68px;
}

.baseBox .swiperWrokshop .swiperArrows .swiper-button-next{
	right: 0;
}

.baseBox .swiperWrokshop .swiperArrows .swiper-button-prev{
	left: auto;
	right: 60px;
}

.swiperDevice .tip{
	line-height: 2;
	padding-top: 2rem;
}

.deviceBox .swiperArrows{
	position: absolute;
    top: -20px;
}

.deviceBox .swiperArrows .swiper-button-next{
	left: auto;
	right: 0;
}

.deviceBox .swiperArrows .swiper-button-prev{
	left: auto;
	right: 60px;
}

.deviceBox .swiperArrows .swiperBtn.swiper-button-disabled,
.swiperNewsMain .swiperArrows .swiperBtn.swiper-button-disabled{
	background: #F6F8FB;
}

.deviceBox .swiperArrows .swiperBtn.swiper-button-disabled .iconfont,
.swiperNewsMain .swiperArrows .swiperBtn.swiper-button-disabled .iconfont{
	color: #004898;
}

.swiperNewsMain .item .imtBox,
.swiperNewsMain .item .newsText
{
	width: 50%;
}

.swiperNewsMain .item .catname{
	line-height: 2.25;
	margin-bottom: 2%;
}

.swiperNewsMain .item .title{
	line-height: 1.6;
	margin-bottom: 3%;
}

.swiperNewsMain .item .tip{
	line-height: 2;
	margin-top: 3rem;
}
.swiperNewsMain .item{
	padding: 5px 5px 5px 0;
}
.swiperNewsMain .item .newsText{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	
}

.swiperNewsMain .item .textBox{
	padding: 55px 55px 55px 74px;
}

.swiperNewsMain .swiperArrows{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 55px;
}

.swiperNewsMain .swiperArrows .swiper-button-next{
	left: auto;
	right: 60px;
}
.swiperNewsMain .swiperArrows .swiper-button-prev{
	left: auto;
	right: 120px;
}

.swiperNewsMain .swiper-pagination{
	bottom: 60px;
	left: 93px;
}
.swiperNewsMain .swiper-pagination .swiper-pagination-current{
	color: #004898;
}

.mainNewsUt{
	margin-left: -2%;
	margin-top: 3rem;
}

.mainNewsUt .lt{
	width: 31.33%;
	margin-left: 2%;
	margin-bottom: 3rem;
}

.mainNewsUt .lt .textBox .title{
	line-height: 1.6;
	margin-bottom: 6%;
	margin-top: 3%;
	height: 80px;
}
.mainNewsUt .lt .textBox .more{
	line-height: 2.57;
}
.harBtn2{
	width: 126px;
	height: 42px;
	font-size: 14px;
}
.mainNewsUt .lt .harButton{
	display: none;
}

.mainNewsUt .lt:hover .harButton{
	display: flex;
}

.mainNewsUt .lt:hover .more{
	display: none;
}
.mainNewsUt .lt .textBox{
	margin-right: 2px;
	padding: 34px 0;
}
.mainNewsUt .lt:hover .textBox .title{
	color: #004898;
}
.mainNewsUt .lt:hover .textBox {
	padding: 34px 38px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.videoUt{
	margin-left: -2%;
}

.videoUt .lt{
	position: relative;
	width: 31.33%;
	margin-left: 2%;
	margin-bottom: 2rem;
}

.videoUt .lt .ltBg{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.videoUt .lt .textBox{
	position: absolute;
	bottom: 18px;
	z-index: 3;
	opacity: 0.9;
}

.videoUt .lt .textBox .iconfont{
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 18px;
	padding-right: 14px;
}

.videoUt .lt .innerBox{
	position: absolute;
	left: 0;
	right: 6px;
	top: 0;
	bottom: 0;
	background: #0E5EF1;
	opacity: 0.6;
	display: none;
}

.videoUt .lt .innerBox .innerItem{
	height: 100%;
	width: 100%;
}

.videoUt .lt .innerBox .iconfont{
	font-size: 48px;
	color: #FFFFFF;
}
.videoUt .lt .innerBox .title{
	padding-top: 19px;
}

.processBox .harTip{
	max-width: 702px;
	margin: 0 auto;
	line-height: 1.875;
}
.processList{
	margin-top: 5rem;
}
.processList .item{
	margin-left: 5.5%;
}
.processList .item:first-child{
	margin-left: initial;
}
.processList .icon{
	width: 86px;
	height: 86px;
	background: #F6F8FB;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.processList .icon .iconfont{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 40px;
	color: #004898;
}

.processList .tip{
	line-height: 2;
	margin-top: 13px;
}

.processList .item.item-right .icon{
	background: initial;
} 
.positionBox{
	background: #F6F8FB;
}

.swiperPosition .item{
	background: #FFFFFF;
	padding: 45px;
}

.swiperPosition .item .titleBox{
	margin-bottom: 4%;
}

.swiperPosition .item .people{
	width: 54px;
	height: 54px;
	background: #F6F8FB;
	border-radius: 50%;
	margin-top: -7px;
}

.swiperPosition .item .tipList{
	margin-bottom: 5%;
}

.swiperPosition .item .tipList .tip{
	margin-right: 10%;
}

.swiperPosition .item .tipList .tip:last-child{
	margin-right: initial;
}
.swiperPosition .item .tipList .tip .iconfont{
	margin-right: 10px;
}
.swiperPosition .item .info{
	line-height: 1.875;
}

.swiperPosition .item:hover{
	background: url('../img/join-list-bg.png') no-repeat left top;
	background-color: #004898;
	object-fit: cover;
}

.swiperPosition .item:hover .title,
.swiperPosition .item:hover .tipList,
.swiperPosition .item:hover .info
{
	color: #FFFFFF;
}

.swiperPosition .item:hover .people{
	background: #FFFFFF;
	color: #000000;
}

.swiperPosition{
	padding-bottom: 7rem;
}
.swiperPosition .harPagination{
	bottom: 30px !important;
	z-index: 3;
}
.swiperPosition .swiperArrows{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 38px;
	z-index: 5;
}

.swiperPosition .swiperArrows .swiper-button-prev{
	left: 40%;
	right: auto;
}

.swiperPosition .swiperArrows .swiper-button-next{
	left: auto;
	right: 40%;
}

.swiperPosition .swiperArrows .swiper-button-disabled{
	background: #FFFFFF;
}

.swiperPosition .swiperArrows .swiper-button-disabled .iconfont{
	color: #004898;
}

.newsDetailList .newsDetail{
	width: 69.28%;
}

.newsDetailList .newsTjList{
	width: 23.57%;
}
.newsDetailList .newsDetail{} .title,
.newsDetailList .newsTjList .tjTitle{
	line-height: 1.6;
}

.newsDetailList .newsDetail .harTime{
	line-height: 2.57;
	margin-top: 1rem;
}

.newsDetailList .newsDetail .hits{
	margin-left: 5%;
}

.newsDetailList .newsDetail .content{
	margin-top: 2rem;
	padding-bottom: 2rem;
	line-height: 2;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.preAndNext{
	margin: 2rem 0;
}
.preAndNext a{
	max-width: 33%;
	line-height: 2;
}

.preAndNext .prenextbtn:hover{
	color: #004898;
	text-decoration-line: underline;
}

.newsTjUt {
	margin-top: 2rem;
}

.newsTjUt .lt{
	margin-bottom: 2rem;
}

.newsTjUt .lt .harTime{
	line-height: 2.57;
	margin-top: 1rem;
}

.newsTjUt .lt:hover .title{
	color: #004898;
}

.videoPlayBox,
.joinUsShowBox{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999999;
	background: rgba(0, 0, 0, 0.85);
	display: none;
}

.videoPlayBox .videoShowBox{
	max-width: 67%;
	position: relative;
}

.videoPlayBox .videoShowBox .video-close{
	display: block;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: -20px;
	right: -30px;
}

.videoPlayBox .videoShowBox .title{
	margin-top: 3rem;
	
}

.joinUsShowBox .joinShowContentBox{
	width: 56.25%;
	max-height: 95%;
	background: #FFFFFF;
	padding: 46px 50px;
	/* overflow-y: auto; */
	position: relative;
}

.joinUsShowBox .joinShowContentBox .join-close{
	display: block;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: -48px;
}

.joinUsShowBox .people{
	width: 60px;
	height: 60px;
	background: #F5F5F5;
	border-radius: 50%;
}

.joinUsShowBox .joinShowMain .tipList{
	margin-top: 0.5rem;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
	border-bottom: 2px solid #E5E5E5;
}
.joinUsShowBox .joinShowMain .tipList .tip .iconfont{
	margin-right: 18px;
}
.joinUsShowBox .joinShowMain .tipList .tip{
	margin-right: 10%;
}

.joinUsShowBox .joinShowMain .tipList .tip:last-child{
	margin-right: initial;
}

.joinUsShowBox .joinShowMain .info{
	line-height: 2.15;	
	max-height: 362px;
	overflow-y: auto;
}

.joinUsShowBox .joinShowMain .info .tiptitle{
	line-height: 1;
}

.joinUsShowBox .joinShowMain .sendEmail{
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #E1E1E1;
}

.joinUsShowBox .joinShowMain .sendEmail .iconfont{
	margin-right: 1%;
}
.joinUsShowBox .openBox,
.videoPlayBox .openBox{
	width: 100%;
	height: 100%;
}
.indexBoxAbout .desc2{
	max-width: 1201px;
	margin: 0 auto;
}
/**
*移动端导航
**/
.model_list{
    position: fixed;
    left: 0;
    top: 54px;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #E1E1E1;
    font-size: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    z-index: 9999;
}
.jxNav_modelList{
    padding: 0 10px 10px;
}

.jxNav_modelList .lt{
    margin-top: 7px;
    border-bottom: 1px solid #e1e1e1;
}

.jxNav_modelList .lt .lt_link{
    display: block;
    height: 42px;
    line-height: 42px;
    position: relative;
    font-size: 18px;
}

.jxNav_modelList .lt .lt_link .iconfont{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.jxNav_modelList .cut{
    padding: 0 10px;
    font-size: 18px;
    display: none;
}

.jxNav_modelList .cut a{
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    /*border-bottom: 1px solid #e1e1e1;*/
}

.jxNav_modelList .clt .clink{
    position: relative;
}

.jxNav_modelList .clt .clink .iconfont{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
}

.jxNav_modelList .clut{
    padding: 0 10px;
    display: none;
}

.jxNav_modelList .clut_lt a{
    font-size: 14px;
}

.jxNav_modelList .lt.active .lt_link,
.jxNav_modelList .lt:hover .lt_link{
    color: var(--main-color);
}

.jxNav_modelList .clt.active .clink,
.jxNav_modelList .clt:hover .clink{
    color: var(--main-color);
}
/**
*添加nobanner
**/
.head_de.nobanner .logo_dark {
    display: block;
}
.head_de.nobanner .logo_light {
    display: none;
}
.head_de.nobanner .navBox .lt.on .lt_link{
    color: #ffffff;
}

#baguetteBox-overlay{
    z-index: 999999 !important;
}

.bgBannerList .bgBannerItem{
    display: none;
}

.bgBannerList .bgBannerItem.active{
    display: block;
}