/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  color: #333;
  font-family: Microsoft YaHei, "微软雅黑", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  overflow-x: hidden;
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display: none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display: none;
}
/*清除IE下的 search 叉号*/
input {
  background: none;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.vis {
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text_over4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text_over5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1600 {
  width: 83.33%;
  min-width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0 auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
  height: 100px;
}
.header.header_fixed,
.header.headerBg {
  background: #fff;
  height: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header:after {
  content: '';
  position: absolute;
  top: 100px;
  width: 100%;
  height: 1px;
  background: #ececec;
}
.logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hoverImg {
  display: none;
}
.header_fixed .defalutImg,
.headerBg .defalutImg {
  display: none;
}
.header_fixed .hoverImg,
.headerBg .hoverImg {
  display: block;
}
.headerRight {
  display: flex;
  justify-content: flex-end;
  height: 100px;
}
.navCont {
  display: flex;
  align-items: center;
}
.navContList {
  padding: 0 1.2vw;
  height: 100%;
}
.navContList:nth-child(3){
  display: none;
}
.navContList:first-child {
  margin-left: 0;
}
.navContList .navDivideList {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.navContList .navDivideList:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  /*background: #fff;*/
  transition: all 0.5s;
  z-index: 2;
}
.header_fixed .navContList:hover .navDivideList,
.header_fixed .navContList.curr .navDivideList,
.headerBg .navContList:hover .navDivideList,
.headerBg .navContList.curr .navDivideList {
  color: #1f4e9c !important;
}
.header_fixed .navContList.curr .navDivideList:after,
.headerBg .navContList.curr .navDivideList:after {
  background: #1f4e9c;
}
.header_fixed .navContList:hover .navDivideList:after,
.headerBg .navContList:hover .navDivideList:after {
  /*background: #529dfe;*/
}
.navContList:hover .navDivideList:after,
.navContList.curr .navDivideList:after {
  width: 100%;
}
.header.header_fixed .navContList .navDivideList,
.header.headerBg .navContList .navDivideList {
  color: #333;
}
.checkLang {
  height: 100px;
  display: flex;
  align-items: center;
  margin-left: 1.2vw;
}
.checkLang::after{
    content: '';
    width: 18px;
    margin-left: 1.2vw;
}
.lanBoxInfo {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 20px;
  margin-top: 20px;
}
.lanBoxInfo {
  position: relative;
}
.language .pos {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 0;
  z-index: 10;
}
.language .pos:after {
  content: '';
  position: absolute;
  background: url(../images/public/top.png) center no-repeat;
  width: 13px;
  height: 6px;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.lanBoxInfo:hover .language .pos {
  display: block;
}
.language .pos a {
  color: #333;
  text-align: center;
  line-height: 50px;
  border-top: 1px solid #ededed;
  margin: 0 10px;
}
.language .pos a:first-child {
  border-top: none;
}
.language .pos a:hover {
  color: #1f4e9c;
}
.language .pos a span {
  /*width: 90px;*/
}
.languageText {
  color: #fff;
  margin-left: 10px;
}
.header.header_fixed .languageText,
.header.headerBg .languageText {
  color: #333;
}
.langIcon {
  width: 18px;
  height: 18px;
  background: url("../images/public/icon-1.png") center no-repeat;
  background-size: cover;
}
.header.header_fixed .langIcon,
.header.headerBg .langIcon {
  background: url("../images/public/icon-1s.png") center no-repeat;
  background-size: cover;
}
.search {
  width: 18px;
  height: 18px;
  background: url("../images/public/icon-2.png") center no-repeat;
  background-size: cover;
  margin-left: 30px;
}
.header.header_fixed .search,
.header.headerBg .search {
  background: url("../images/public/icon-2s.png") center no-repeat;
  background-size: cover;
}
.languageInfo {
  display: flex;
  align-items: center;
}
.languageIcon {
  width: 12px;
  height: 6px;
  background: url("../images/public/icon-3.png") center no-repeat;
  background-size: cover;
  margin-left: 10px;
}
.header.header_fixed .languageIcon,
.header.headerBg .languageIcon {
  background: url("../images/public/icon-3s.png") center no-repeat;
  background-size: cover;
}
.header .navContList .pos {
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  max-height: 0;
  opacity: 0.7;
  overflow: hidden;
  background: #fff;
}
.header .navContList .pos1 {
  background: #eee;
}
.header .headerNewBox {
  display: flex;
  justify-content: space-between;
}
.header .navContList .pos1::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  content: " ";
}
.header .navContList .pos1 .w1600 {
  position: relative;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.header .navContList .pos1 .w1600::before {
  position: absolute;
  left: 29.8%;
  top: 0;
  width: 25%;
  height: 100%;
  background: #f9f9f9;
  content: "";
}
.header .navContList .pos1 .left {
  position: relative;
  z-index: 3;
  padding: 4vh 0 1vh;
  width: 29.8%;
}
.header .navContList .pos1 .left .t1 {
  transition: all 0.5s;
  position: relative;
  padding-right: 30px;
}
.header .navContList .pos1 .left .t1::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1f4f9d;
  opacity: 0;
  content: " ";
}
.header .navContList .pos1 .left .t1 a {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  padding: 0 10px 0 33px;
  line-height: 60px;
  font-size: 18px;
  color: #666;
}
.header .navContList .pos1 .left .t1 a.on {
  transition: all 0.5s;
  background: url(../images/index/icon-29.png) right center no-repeat;
}
.header .navContList .pos1 .left .t1.cur::after,
.header .navContList .pos1 .left .t1:hover::after {
  transition: all 0.5s;
  width: 100%;
  opacity: 1;
}
.header .navContList .pos1 .left .t1.cur a,
.header .navContList .pos1 .left .t1:hover a {
  transition: all 0.3s;
  color: #fff;
}
.header .navContList .pos1 .left .t1.cur a.on,
.header .navContList .pos1 .left .t1:hover a.on {
  transition: all 0.5s;
  background: url(../images/index/icon-29s.png) right center no-repeat;
}
.header .navContList .pos1 .cen {
  position: relative;
  z-index: 3;
  padding: 4vh 0 1vh;
  width: 25%;
}
.header .navContList .pos1 .cen .bor {
  padding: 0 7.5%;
}
.header .navContList .pos1 .cen .t2Box {
  position: relative;
  margin-bottom: 10px;
}
.header .navContList .pos1 .cen .t2Box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #dfdfdf;
  content: " ";
}
.header .navContList .pos1 .cen .t2Box a {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  padding-right: 10px;
  line-height: 37px;
  font-size: 16px;
  color: #333;
}
.header .navContList .pos1 .cen .t2Box a div {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 34px;
  height: 37px;
}
.header .navContList .pos1 .cen .t2Box a div img {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 32px;
}
.header .navContList .pos1 .cen .t2Box a div img.img1 {
  opacity: 1;
}
.header .navContList .pos1 .cen .t2Box a.on {
  background: url(../images/index/icon-29.png) right center no-repeat;
  background-size: 6px auto;
}
.header .navContList .pos1 .cen .t2Box.cur::after,
.header .navContList .pos1 .cen .t2Box:hover::after {
  transition: all 0.8s;
  width: 100%;
}
.header .navContList .pos1 .cen .t2Box.cur a,
.header .navContList .pos1 .cen .t2Box:hover a {
  transition: all 0.3s;
  color: #0b4da2;
}
.header .navContList .pos1 .cen .t2Box.cur a div img,
.header .navContList .pos1 .cen .t2Box:hover a div img {
  transition: all 0.5s;
  opacity: 1;
}
.header .navContList .pos1 .cen .t2Box.cur a div.img1,
.header .navContList .pos1 .cen .t2Box:hover a div.img1 {
  opacity: 0;
}
.header .navContList .pos1 .cen .t2Box.cur a.on,
.header .navContList .pos1 .cen .t2Box:hover a.on {
  background: url(../images/index/icon-29ss.png) right center no-repeat;
  background-size: 6px auto;
}
.header .navContList .pos1 .right {
  position: relative;
  z-index: 3;
  padding: 4vh 0 1vh;
  width: 45.2%;
}
.header .navContList .pos1 .right .bor {
  padding: 0 0 0 4%;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 {
  transition: all 0.5s;
  opacity: 0;
  display: none;
}
.header .navContList .pos1 .right .bor .t3 .t3_2.cur {
  transition: all 0.5s;
  opacity: 1;
  display: block;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 .t3_2Box {
  display: flex;
  flex-wrap: wrap;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a {
  transition: all 0.3s;
  position: relative;
  float: left;
  margin-bottom: 35px;
  width: 33.33%;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a::before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 17px;
  background: #d8d8d8;
  content: " ";
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a:nth-child(3n)::before {
  display: none;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a:last-child::before {
  display: none;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a div {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 34px;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a div img {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a div img.img1 {
  opacity: 1;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a p {
  font-size: 16px;
  color: #666;
  text-align: center;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a:hover div img {
  transition: all 0.5s;
  opacity: 1;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a:hover div img.img1 {
  opacity: 0;
}
.header .navContList .pos1 .right .bor .t3 .t3_2 a:hover p {
  color: #0b4da2;
}
.header .navContList .pos2 {
  background: #eee;
}
.header .navContList .pos2::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 46.53%;
  height: 100%;
  background: #fff;
  content: " ";
}
.header .navContList .pos2 .w1600 {
  position: relative;
  max-height: calc(100vh - 100px);
  height: calc(570px + 5vh);
  overflow-y: auto;
}
.header .navContList .posNew .w1600 {
  min-height: 580px;
}
.header .navContList .pos2 .w1600::before {
  position: absolute;
  left: 29.8%;
  top: 0;
  width: 25%;
  height: 100%;
  background: #f9f9f9;
  content: "";
}
.header .navContList .pos2 .left {
  position: relative;
  z-index: 3;
  padding: 4vh 0 1vh;
  width: 29.8%;
}
.header .navContList .pos2 .left .t1 {
  transition: all 0.5s;
  position: relative;
  padding-right: 30px;
}
.header .navContList .pos2 .left .t1::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1f4f9d;
  opacity: 0;
  content: " ";
}
.header .navContList .pos2 .left .t1 a {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  padding: 0 10px 0 33px;
  line-height: 60px;
  font-size: 18px;
  color: #666;
}
.header .navContList .pos2 .left .t1 a.on {
  transition: all 0.5s;
  background: url(../images/index/icon-29.png) right center no-repeat;
}
.header .navContList .pos2 .left .t1.cur::after,
.header .navContList .pos2 .left .t1:hover::after {
  transition: all 0.5s;
  width: 100%;
  opacity: 1;
}
.header .navContList .pos2 .left .t1.cur a,
.header .navContList .pos2 .left .t1:hover a {
  transition: all 0.3s;
  color: #fff;
}
.header .navContList .pos2 .left .t1.cur a.on,
.header .navContList .pos2 .left .t1:hover a.on {
  transition: all 0.5s;
  background: url(../images/index/icon-29s.png) right center no-repeat;
}
.header .navContList .pos2 .cen {
  position: relative;
  z-index: 3;
  padding: 4vh 0 1vh;
  width: 35.613%;
  background: #f9f9f9;
}
.header .navContList .pos2 .cen .bor {
  padding: 0 7.5%;
}
.header .navContList .pos2 .cen .t2Box {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  background: url(../images/index/icon-30.png) left center no-repeat;
}
.header .navContList .pos2 .cen .t2Box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #dfdfdf;
  content: " ";
}
.header .navContList .pos2 .cen .t2Box a {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  padding-right: 10px;
  line-height: 33px;
  font-size: 16px;
  color: #666;
}
.header .navContList .pos2 .cen .t2Box a.on {
  background: url(../images/index/icon-29.png) right center no-repeat;
  background-size: 6px auto;
}
.header .navContList .pos2 .cen .t2Box.cur::after,
.header .navContList .pos2 .cen .t2Box:hover::after {
  transition: all 0.8s;
  width: 100%;
}
.header .navContList .pos2 .cen .t2Box.cur a,
.header .navContList .pos2 .cen .t2Box:hover a {
  transition: all 0.3s;
  color: #0b4da2;
}
.header .navContList .pos2 .cen .t2Box.cur a.on,
.header .navContList .pos2 .cen .t2Box:hover a.on {
  background: url(../images/index/icon-29ss.png) right center no-repeat;
  background-size: 6px auto;
}
.rightBox {
  width: calc(100% - 29.8%);
}
.rightList {
  display: none;
}
.rightList.cur {
  display: block;
}
.header .navContList .pos2 .right {
  position: relative;
  z-index: 3;
  padding: 4vh 0 1vh;
  width: 64.3%;
}
.header .navContList .pos2 .right .bor {
  padding: 0 0 0 6%;
}
.header .navContList .pos2 .right .bor .t3_2 {
  transition: all 0.5s;
  opacity: 0;
  display: none;
}
.header .navContList .pos2 .right .bor .t3_2.cur {
  transition: all 0.5s;
  opacity: 1;
  display: block;
}
.header .navContList .pos2 .right .bor .t3_2 .t3_2Box {
  display: flex;
  flex-wrap: wrap;
}
.header .navContList .pos2 .right .bor .t3_2 dl {
  margin-bottom: 20px;
  width: 100%;
}
.header .navContList .pos2 .right .bor .t3_2 dl dt {
  margin-bottom: 32px;
  font-size: 18px;
  color: #0b4da2;
  font-weight: bold;
}
.header .navContList .pos2 .right .bor .t3_2 dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .navContList .pos2 .right .bor .t3_2 dl dd a {
  margin-bottom: 20px;
  padding-left: 26px;
  font-size: 16px;
  width: 48%;
  box-sizing: border-box;
  color: #666;
  background: url(../images/index/icon-30.png) left 8px no-repeat;
}
.header .navContList .pos2 .right .bor .t3_2 dl dd a:hover {
  color: #0b4da2;
}
.header .navContList .pos3 .w1600 {
  padding: 4vh 0 1vh;
}
.header .navContList .pos3 dt {
  margin-bottom: 30px;
  font-size: 18px;
  color: #0b4da2;
  font-weight: bold;
}
.header .navContList .pos3 dd a {
  float: left;
  margin: 0 3.125% 40px 0;
  padding: 20px 0 0;
  width: 31.25%;
  height: 190px;
  background: #f9f9f9;
}
.header .navContList .pos3 dd a:nth-child(3n) {
  margin-right: 0;
}
.header .navContList .pos3 dd a .pic {
  margin-bottom: 23px;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.header .navContList .pos3 dd a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header .navContList .pos3 dd a p {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.header .navContList .pos3 dd a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.05);
}
.header .navContList .pos3 dd a:hover p {
  color: #0b4da2;
}
.header .navContList .pos6 .bac_img {
  width: 100%;
}
.header .navContList .pos6 .bor {
  margin: 60px 9% 60px 0;
  width: 25.14%;
  width: 353px;
  min-height: 276px;
  border-right: #f6f6f6 2px solid;
}
.header .navContList .pos6 .bor a {
  margin-bottom: 43px;
  float: left;
  width: 46%;
  font-size: 18px;
  color: #333;
}
.header .navContList .pos6 .bor a:last-child {
  margin-bottom: 0;
}
.header .navContList .pos6 .bor a.on,
.header .navContList .pos6 .bor a:hover {
  color: #0b4da2;
}
.header .navContList .pos6 .next {
  margin: 60px 0;
  width: 40%;
}
.header .navContList .pos6 .next b {
  margin-bottom: 30px;
  font-size: 18px;
  color: #0b4da2;
  font-weight: bold;
}
.header .navContList .pos6 .next p {
  margin-bottom: 38px;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.header .navContList .pos6 .next .showMore {
  width: 60px;
  height: 60px;
  border: 1px solid #0746af;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  margin-top: 30px;
}
.header .navContList .pos6 .next .showMore span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.header .navContList .pos6 .next .showMore span:before {
  content: '';
  background: url("../images/index/icon-2s.png") center no-repeat;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background-size: 28px 22px;
  left: -100%;
}
.header .navContList .pos6 .next .showMore span:after {
  content: '';
  background: url("../images/index/icon-1s.png") center no-repeat;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background-size: 11px 22px;
  left: 0;
}
.header .navContList .pos6 .next .showMore:hover span:before {
  left: 0;
}
.header .navContList .pos6 .next .showMore:hover span:after {
  left: 100%;
}
.header .navContList .pos6 .next .showMore:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0746af;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -4px;
  margin-top: -4px;
  transform: rotate(45deg);
  transform-origin: 4px 34px;
  animation: seemore linear 2s infinite;
  animation-play-state: paused;
}
.header .navContList .pos6 .next .showMore:hover:after {
  animation: seemore linear 2s infinite;
}
.header .navContList .pos4 {
  transition: all 0.7s;
  opacity: 1;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 100px);
  /* height:calc(660px + 5vh); */
}
.header .navContList:hover .pos {
  transition: all 0.7s;
  opacity: 1;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.header .navContList:hover .pos1 {
  max-height: calc(100vh - 100px);
}
.header .navContList:hover .pos2 {
  max-height: calc(521px + 5vh);
}
.header .navContList:hover .posNew {
  max-height: calc(100vh - 100px) !important;
}
.header .navContList .posNew .cen .t2Box a {
  line-height: 33px!important;
}
.header .navContList:hover .pos3 {
  max-height: 666px;
}
.header .navContList:hover .pos6 {
  max-height: 439px;
}
.m_header,
.m_nav,
.m_language,
.m_language_bac,
.m_footer {
  display: none;
}
/*分页开始*/
.prevPage,
.pagePart span:first-child {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 15px;
  color: #999999;
  transition-duration: 0.5s;
  margin-right: 15px;
  background: url(../images/pageImg/left.png) center no-repeat;
}
.nextPage,
.pagePart span:last-child {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 15px;
  color: #999999;
  transition-duration: 0.5s;
  margin-left: 15px;
  background: url(../images/pageImg/right.png) center no-repeat;
}
.prevPage:hover {
  background: #1f4f9d url(../images/pageImg/lefts.png) center no-repeat;
}
.nextPage:hover {
  background: #1f4f9d url(../images/pageImg/rights.png) center no-repeat;
}
.current {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 15px;
  color: #999999;
  transition-duration: 0.5s;
  border-color: #1f4f9d;
  color: #fff;
  background-color: #1f4f9d;
}
.tcdNumber {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0 15px;
  color: #999999;
  transition-duration: 0.5s;
}
.tcdNumber:hover {
  background-color: #1f4f9d;
  color: #fff;
  border-color: #1f4f9d;
}
/*分页结束*/
/*分页样式开始*/
.el-pagination {
  width: 100%;
  padding: 0;
}
.el-pagination::after,
.el-pagination::before {
  display: none!important;
}
.el-pagination__editor.el-input {
  width: 75px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin: 0 8px;
  color: #999;
}
.el-pagination__editor.el-input input {
  width: 100%;
  height: 100% !important;
  text-align: center;
  color: #999;
  background: transparent;
  border: none;
  padding: 0;
}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #999999;
}
.el-pager li {
  width: 44px;
  height: 44px!important;
  line-height: 44px!important;
  border-radius: 50% !important;
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 15px!important;
  color: #999999 !important;
  transition-duration: 0.5s;
  padding: 0;
  font-size: 14px;
  background-color: inherit!important;
}
.el-pager li:hover {
  background-color: #1f4f9d !important;
  color: #fff !important;
  border-color: #1f4f9d;
}
.el-pager li.active + li {
  border: 1px solid #ccc !important;
}
.el-pager li.active {
  border-color: #1f4f9d !important;
  color: #fff !important;
  background-color: #1f4f9d !important;
}
.number.active:hover {
  color: #fff !important;
}
.pageResult {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
  margin-top: 0!important;
}
.el-pagination {
  padding: 0!important;
}
.page-items2 .btn-prev {
  width: 44px;
  height: 44px;
  margin: 0!important;
  margin-right: 15px!important;
  background: url(../images/pageImg/left.png) center no-repeat !important;
  background-size: 100% 100%!important;
  border-radius: 50%!important;
}
.page-items2 .btn-next {
  width: 44px;
  height: 44px;
  margin: 0!important;
  margin-left: 15px!important;
  background: url(../images/pageImg/right.png) center no-repeat !important;
  background-size: 100% 100%!important;
  border-radius: 50%!important;
}
.page-items2 .btn-prev i,
.page-items2 .btn-next i {
  display: none!important;
}
.page-items2 .btn-prev:hover {
  background: #1f4f9d url(../images/pageImg/lefts.png) center no-repeat !important;
}
.page-items2 .btn-next:hover {
  background: #1f4f9d url(../images/pageImg/rights.png) center no-repeat !important;
}
.el-pager .more::before {
  line-height: 50px;
}
.threeInfoClass {
  padding-top: 0;
}
.threeProductBtn {
  padding-top: 70px;
}
.noProduct {
  text-align: center;
  margin-top: 50px;
}
/*分页样式结束*/
@media (max-width: 1200px) {
  .w {
    margin: 0 auto;
    width: 92%;
    min-width: 1px;
  }
  .header,
  .footer {
    display: none;
  }
  .m_header,
  .m_nav,
  .m_footer {
    display: block;
  }
  .m_header {
    transition: all 0.5s;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 31;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .m_header .logo {
    display: flex;
    align-items: center;
    height: 1rem;
  }
  .m_header .logo img {
    height: 0.59rem;
  }
  .m_header .nav_icon {
    width: 0.5rem;
    height: 1rem;
    background: url(../images/mobile/icon/i_2.png) center no-repeat;
    background-size: 0.45rem auto;
  }
  .m_header .nav_icon.cur {
    background: url(../images/mobile/icon/i_2s.png) center no-repeat;
    background-size: 0.42rem auto;
  }
  .m_header .search {
    margin: 0 0.4rem 0 0;
    width: 0.48rem;
    height: 1rem;
    background: url(../images/mobile/icon/i_1.png) center no-repeat;
    background-size: 100% auto;
  }
  .m_header .language {
    margin-right: 0.4rem;
    width: 0.49rem;
    height: 1rem;
    background: url(../images/mobile/icon/icon_115.png) center no-repeat;
    background-size: 100% auto;
  }
  /*.m_header .language.on {
    background: url(../images/mobile/icon/i_2s.png) center no-repeat;
    background-size: 0.42rem auto;
  }*/
  .m_language {
    transition: all 0.7s;
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 30;
    width: 100%;
    background: #fff;
  }
  .m_language.cur {
    transition: all 0.7s;
    left: 0%;
  }
  .m_language div {
    margin: 1rem 4% 0.3rem;
  }
  .m_language div a {
    font-size: 0.28rem;
    line-height: 1.4rem;
    color: #333;
    border-bottom: #ccc 1px solid;
  }
  .m_language_bac {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 29;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.5;
  }
  .m_header_fixed {
    background: #fff;
    box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.2);
  }
  .m_nav {
    transition: all 0.7s;
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  .m_nav.cur {
    transition: all 0.7s;
    left: 0%;
  }
  .m_nav ul {
    margin-top: 1.2rem;
    width: 100%;
    height: calc(100% - 1.2rem);
    overflow-y: auto;
  }
  .m_nav ul li {
    position: relative;
    overflow-x: hidden;
  }
.m_nav ul li:nth-child(3){
  display: none;
}
  .m_nav ul .one {
    transition: all 0.5s;
    position: relative;
    padding: 0 4%;
    font-size: 0.34rem;
    line-height: 1rem;
    color: #333;
    border-bottom: #e7e5e5 1px solid;
  }
  .m_nav ul .go .more {
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 1rem;
    background: url(../images/mobile/icon/i_4s.png) right center no-repeat;
    background-size: 1rem auto;
  }
  .m_nav ul .go .more.cur {
    background-image: url(../images/mobile/icon/i_4ss.png);
  }
  .m_nav .pos {
    transition: all 0.5s;
    position: fixed;
    left: 100%;
    top: 1rem;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 1rem);
    overflow-y: scroll;
    background: #fff;
  }
  .m_nav .pos .bor {
    padding: 0.5rem 0;
  }
  .m_nav .pos .return {
    margin-bottom: 0.3rem;
    padding-left: 0.3rem;
    font-size: 0.28rem;
    color: #333;
    background: url(../images/mobile/icon/i_3.png) left center no-repeat;
    background-size: 0.1rem auto;
  }
  .m_nav .pos .oneList > .nBox > .three {
    display: block;
    padding-top: 0;
    background: #fff;
  }
  .m_nav .pos .oneBox.go .oneText .twoMore {
    display: block;
  }
  .m_nav .pos .oneText {
    position: relative;
    padding: 0 4%;
    border-bottom: #ccc 1px solid;
  }
  .m_nav .pos .oneText a {
    width: calc(100% - 2rem);
    padding: 0.4rem 0;
    line-height: 0.45rem;
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
  }
  .m_nav .pos .oneText a:hover {
    color: #1451a4;
  }
  .m_nav .pos .oneText .twoMore {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5rem;
    width: 2rem;
    height: 1rem;
    background: url(../images/mobile/icon/i_4s.png) right center no-repeat;
    background-size: 1rem auto;
  }
  .m_nav .pos .oneText.cur {
    border-bottom: #fff 1px solid;
  }
  .m_nav .pos .oneText.cur a {
    color: #1451a4;
  }
  .m_nav .pos .oneText.cur .twoMore {
    background-image: url(../images/mobile/icon/i_4ss.png);
  }
  .m_nav .pos .nTwoList {
    display: none;
    background: #f6f6f6;
  }
  .m_nav .pos .nBox .two {
    position: relative;
    border-bottom: #ccc 1px solid;
  }
  .m_nav .pos .nBox .two a {
    width: calc(100% - 2rem);
    padding: 0.45rem 0;
    line-height: 0.45rem;
    font-size: 0.28rem;
    color: #333;
  }
  .m_nav .pos .nBox .two a:hover {
    color: #1451a4;
  }
  .m_nav .pos .nBox .two .twoMore {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5rem;
    width: 2rem;
    height: 1rem;
    background: url(../images/mobile/icon/i_4s.png) right center no-repeat;
    background-size: 1rem auto;
  }
  .m_nav .pos .nBox .two.cur {
    border-bottom: #fff 1px solid;
  }
  .m_nav .pos .nBox .two.cur a {
    color: #1451a4;
  }
  .m_nav .pos .nBox .two.cur .twoMore {
    background-image: url(../images/mobile/icon/i_4ss.png);
  }
  .m_nav .pos .nBox:last-child .two {
    border-bottom: none;
  }
  .m_nav .pos .nBox.go .two .twoMore {
    display: block;
  }
  .m_nav .pos .nBox .three {
    display: none;
    padding-top: 0.5rem;
    background: #ededed;
  }
  .m_nav .pos .nBox .three .w {
    padding-bottom: 0.5rem;
  }
  .m_nav .pos .nBox .three b {
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
  }
  .m_nav .pos .nBox .three .nText {
    width: 100%;
  }
  .m_nav .pos .nBox .three .nText a {
    float: left;
    width: 50%;
    border-bottom: #e8e8e8 1px solid;
  }
  .m_nav .pos .nBox .three .nText p {
    padding: 0.4rem 0 0.4rem 0.4rem;
    line-height: 0.36rem;
    font-size: 0.28rem;
    color: #666;
    background: url(../images/mobile/icon/i_5.png) left center no-repeat;
    background-size: 0.13rem auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .m_nav .pos .nBox .three .nPic {
    padding-top: 0.5rem;
  }
  .m_nav .pos .nBox .three .nPic a {
    float: left;
    width: 48%;
    margin: 0 4% 0 0;
  }
  .m_nav .pos .nBox .three .nPic a:nth-child(2n) {
    margin-right: 0;
  }
  .m_nav .pos .nBox .three .nPic a .pic {
    margin-bottom: 0.26rem;
    width: 100%;
    height: 1.96rem;
  }
  .m_nav .pos .nBox .three .nPic a .pic i {
    width: 100%;
    height: 100%;
  }
  .m_nav .pos .nBox .three .nPic a p {
    line-height: 0.47rem;
    font-size: 0.26rem;
    color: #666;
  }
  .m_footer {
    position: relative;
    z-index: 3;
    background: #efefef;
  }
  .m_footer .fNav {
    padding: 0.3rem 0;
  }
  .m_footer .fNav .lis .one {
    position: relative;
    border-bottom: #ccc 1px solid;
  }
  .m_footer .fNav .lis .one a {
    width: calc(100% - 0.7rem);
    font-size: 0.28rem;
    line-height: 1rem;
    color: #333;
  }
  .m_footer .fNav .lis .one .More {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.25rem;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/mobile/icon/i_4.png) center no-repeat;
    background-size: 0.12rem auto;
  }
  .m_footer .fNav .lis .one .More.cur {
    transform: rotate(90deg);
  }
  .m_footer .fNav .lis .three {
    display: none;
  }
.m_footer .fNav .lis:nth-child(3) .three a:nth-child(3){
  display: none;
}
  .m_footer .fNav .lis .three a {
    margin: 0 4%;
    padding: 0.3rem 0.5rem 0.3rem 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #333;
    background: url(../images/mobile/icon/i_4.png) right center no-repeat;
    background-size: 0.12rem auto;
    border-bottom: #ccc 1px solid;
  }
  .m_footer .fmaseg {
    padding: 0.3rem 0 0.2rem;
  }
  .m_footer .fmaseg .fl {
    max-width: calc(100% - 2rem);
  }
  .m_footer .fmaseg dl {
    margin-bottom: 0.4rem;
  }
  .m_footer .fmaseg dl dt {
    margin-bottom: 0.24rem;
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
  }
  .m_footer .fmaseg dl dd {
    font-size: 0.28rem;
    color: #f15921;
    font-family: Arial;
  }
  .m_footer .fmaseg dl dd span {
    display: inline;
    font-size: 0.24rem;
    color: #999999;
  }
  .m_footer .fmaseg .fr img {
    margin-top: 0.2rem;
    width: 1.98rem;
  }
  .m_footer .fText {
    padding: 0.26rem 0;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #888;
    text-align: center;
    border-top: #ccc 1px solid;
  }
  .m_footer .fText a {
    display: inline;
    padding: 0 0.1rem;
    color: #888;
  }
  /*分页*/
  .prevPage,
  .pagePart span:first-child {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 0.15rem;
    color: #999999;
    transition-duration: 0.5s;
    margin-right: 0.15rem;
    background: url(../images/pageImg/left.png) center no-repeat;
    background-size: 100% 100%;
  }
  .nextPage,
  .pagePart span:last-child {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 0.15rem;
    color: #999999;
    transition-duration: 0.5s;
    margin-left: 0.15rem;
    background: url(../images/pageImg/right.png) center no-repeat;
    background-size: 100% 100%;
  }
  .prevPage:hover {
    background: #1f4f9d url(../images/pageImg/lefts.png) center no-repeat;
    background-size: 100% 100%;
  }
  .nextPage:hover {
    background: #1f4f9d url(../images/pageImg/rights.png) center no-repeat;
    background-size: 100% 100%;
  }
  .current {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 0.15rem;
    color: #999999;
    transition-duration: 0.5s;
    border-color: #1f4f9d;
    color: #fff;
    background-color: #1f4f9d;
  }
  .tcdNumber {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 0.15rem;
    color: #999999;
    transition-duration: 0.5s;
  }
  .tcdNumber:hover {
    background-color: #1f4f9d;
    color: #fff;
    border-color: #1f4f9d;
  }
  /*分页结束*/
  /*分页开始*/
  .btn-prev span,
  .btn-next span {
    display: none!important;
  }
  .el-pager li {
    width: 0.6rem;
    height: 0.6rem !important;
    line-height: 0.6rem !important;
    margin: 0 0.05rem !important;
    border: none;
  }
  .el-pager .more::before {
    line-height: 0.7rem !important;
  }
  .el-pager li.active + li {
    border: none!important;
  }
  .el-pager li.active {
    background: #fff;
    border-color: inherit!important;
    color: #1f4f9d;
  }
  .el-pager li:hover {
    background: inherit!important;
    color: inherit!important;
  }
  .number.active:hover {
    background-color: #1f4f9d !important;
  }
  .page-items2 .btn-prev,
  .page-items2 .btn-next {
    margin: 0!important;
    width: 0.6rem;
    height: 0.6rem;
  }
  .page-items2 .btn-prev,
  .page-items2 .btn-prev:hover {
    padding-left: 0!important;
    background: url(../images/pageImg/left.png) center no-repeat;
    background-size: 100% 100%!important;
  }
  .page-items2 .btn-next,
  .page-items2 .btn-next:hover {
    padding-right: 0!important;
    background: url(../images/pageImg/right.png) center no-repeat;
    background-size: 100% 100%!important;
  }
  .page-items2 .btn-prev {
    float: left;
  }
  .page-items2 .btn-next {
    float: right;
  }
  .el-pagination button,
  .el-pagination span:not([class*=suffix]) {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .el-pagination__editor.el-input {
    width: 0.8rem;
    height: 0.4rem;
    border-radius: 0.01rem;
  }
  .el-pagination {
    position: relative;
  }
  .el-pagination__jump {
    position: absolute;
    top: 0.9rem;
    left: 1rem;
  }
  /*分页结束*/
}
.goTop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 10;
  width: 66px;
  height: 66px;
  background: url(../images/public/icon-5.png) center no-repeat;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .goTop {
    right: 4%;
    width: 1.1rem;
    height: 1.1rem;
    background: url(../images/public/icon-5.png) center no-repeat;
    background-size: 100% auto;
  }
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #e9e9e9;
}
.footer_fixed {
  z-index: 2;
}
.footerInfo {
  width: calc(100% - 310px);
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.footerList {
  width: calc(100% / 5);
}
.footerList:first-child .footerCont .footerContList {
  width: 67%;
}
.footerList:nth-child(3) .footerContList a:nth-child(3){
  display: none;
}
.footerTitle {
  font-size: 18px;
  font-weight: bold;
}
.footerCont {
  margin-top: 4px;
  display: flex;
}
.footerContList:first-child {
  margin-left: 0;
}
.footerContList a {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
.footerContList a:hover {
  color: #1f4e9c;
}
.maseg {
  padding-top: 70px;
  width: 310px;
}
.maseg dl {
  margin-bottom: 26px;
  line-height: 36px;
  text-align: right;
}
.maseg dl dt {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.maseg dl dd {
  font-size: 22px;
  color: #f15921;
  font-family: Arial;
}
.maseg dl dd span {
  display: inline;
  color: #999999;
  font-size: 16px;
}
.maseg .icon p {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  background: #214f9d url(../images/index/icon-28.png) center no-repeat;
}
.maseg .icon .fr {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.maseg .icon .fr:hover .pos {
  height: 127px;
}
.maseg .icon .fr .pos {
  position: absolute;
  width: 115px;
  bottom: 51px;
  left: 50%;
  transform: translateX(-50%);
  height: 0px;
  overflow: hidden;
  z-index: 20;
  transition: all 0.5s;
}
.maseg .icon .fr .pos img {
  width: 100%;
}
.keepRecord {
  height: 90px;
  margin-top: 40px;
  border-top: 1px solid #ededed;
}
.keepRecord .w1600 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.keepRecordLeft {
  display: flex;
  align-items: center;
  color: #999;
}
.keepRecordLeft a {
  color: #929292;
}
.keepRecord01 {
  margin-left: 5px;
}
.stateImg {
  margin-left: 15px;
}
.keepRecord02 {
  margin-left: 5px;
}
.statement {
  display: flex;
  align-items: center;
}
.statement a:first-child {
  margin-left: 0;
}
.statement a {
  color: #929292;
  margin-left: 20px;
}
.statement a:hover {
  color: #1f4e9c;
}
.page {
  position: relative;
  z-index: 3;
  margin: 100px 0 480px;
  background: #fff;
}
.page img {
  width: 100%;
}
/*内页banner*/
.page_banner {
  position: relative;
  height: 450px;
}
.page_banner .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_banner .pic i {
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  animation: pic_m 1.5s;
}
.page_banner .pic i.Mimg {
  display: none;
}
.page_banner .posBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page_banner .posBox .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
.fileBannerText .posBox .pos {
  color: #333 !important;
}
.page_banner .posBox .pos b {
  font-size: 36px;
  font-weight: bold;
}
.page_banner .posBox .pos p {
  font-size: 18px;
  margin-top: 20px;
}
.gxglInfo {
  text-align: center;
}
/*-- 适配端导航栏 */
.industryNav {
  display: none;
}
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 102;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: #000;
}
.pop_video video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 700px;
  /* width: 100%; */
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_25.png) center no-repeat;
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.notContent {
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
/*预览图片开始*/
.showBigImg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.bigPosInfo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.closeBigImg {
    width: 50px;
    display: flex;
    justify-content: flex-end;
    right: 8%;
    position: absolute;
    top: 5%;
    z-index: 100;
}
.closeBigImg img {
  width: 50px;
  cursor: pointer;
}
.bigImgInfo {
  max-width: 1100px;
  max-height: 620px;
}
.bigImgInfo img {
  width: 100%;
}
/*预览图片结束*/
@media (max-width: 1200px) {
  .w1600 {
    width: 92%;
    min-width: 1px;
  }
  .header,
  .footer {
    display: none;
  }
  .page {
    margin: 0.9rem 0 0;
  }
  .page_banner {
    height: 5.4rem;
  }
  .page_banner .pic i {
    display: none;
  }
  .page_banner .pic i.Mimg {
    display: block;
  }
  .page_banner .posBox .pos {
    left: 4%;
    width: 92%;
  }
  .page_banner .posBox .pos b {
    font-size: 0.42rem;
  }
  .page_banner .posBox .pos p {
    margin-top: 0.4rem;
    width: 3.2rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  .navInfo {
    display: none;
  }
  .industryNav {
    display: block;
    height: 1.2rem;
    border-bottom: 0.01rem solid #ededed;
  }
  .industryNavList {
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: 0.3rem;
    color: #666666;
    position: relative;
  }
  .industryNav .swiper-slide {
    position: relative;
  }
  .industryNav .swiper-slide:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0.01rem;
    height: 0.25rem;
    background: #999;
    top: 50%;
    transform: translateY(-50%);
  }
  .industryNav .swiper-slide-prev:after {
    display: none;
  }
  .industryNav .swiper-slide:last-child:after {
    display: none;
  }
  .industryNavList.curr:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.06rem;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    background: #0a4895;
  }
  .pop_video {
    width: 90%;
  }
  .pop_video i {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.3rem;
    top: 0.3rem;
  }
  .notContent {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    padding-bottom: 0.5rem;
  }
  /*预览图片开始*/
  .closeBigImg {
    width: 0.7rem;
    display: flex;
    justify-content: flex-end;
    right: 5%;
    position: absolute;
    top: 5%;
  }
  .bigImgInfo {
    width: 90%;
  }
  .bigImgInfo img {
    width: 100%;
  }
  .closeBigImg img {
    width: 0.7rem;
    cursor: pointer;
  }
  /*预览图片结束*/
}
@keyframes pic_m {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
}
.posFixed {
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*二级导航*/
.navInfo {
  border-bottom: 1px solid #ccc;
}
.navInfo .w1600 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.navList {
  margin: 0 2.3vw;
  color: #333;
  font-size: 18px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.navList:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #0b4da2;
}
.navList:hover:after,
.navList.curr:after {
  width: 100%;
}
@font-face {
  font-family: liter;
  src: url("../font/liter.TTF");
}
@font-face {
  font-family: pangmen;
  src: url("../font/pangmen.TTF");
}
@-webkit-keyframes scrolls {
  from {
    bottom: 12%;
  }
  50% {
    bottom: calc(12% + 12px);
  }
  100% {
    bottom: 12%;
  }
}
@keyframes scrolls {
  from {
    bottom: 12%;
  }
  50% {
    bottom: calc(12% + 12px);
  }
  100% {
    bottom: 12%;
  }
}
@-webkit-keyframes Mscrolls {
  from {
    padding-bottom: 0.05rem;
  }
  50% {
    padding-bottom: 0.12rem;
  }
  100% {
    padding-bottom: 0.05rem;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-80px, 0, 0);
  }
  50% {
    transform: translate3d(80px, 0, 0);
  }
  100% {
    transform: translate3d(-80px, 0, 0);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    -ms-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp_box {
  -webkit-animation-name: fadeInUp_box;
  animation-name: fadeInUp_box;
}
@-webkit-keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
@-webkit-keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes bigToSmall {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.divide-text {
  overflow: hidden;
  display: flex;
}
.navDivideList:hover .divide-text span {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.navDivideList:hover .divide-text span:first-child {
  animation-name: divide1;
}
.navDivideList:hover .divide-text span:nth-child(2) {
  animation-name: divide2;
}
.navDivideList:hover .divide-text span:nth-child(3) {
  animation-name: divide3;
}
.navDivideList:hover .divide-text span:nth-child(4) {
  animation-name: divide4;
}
.navDivideList:hover .divide-text span:nth-child(5) {
  animation-name: divide5;
}
@keyframes divide1 {
  0% {
    transform: translate3d(0, -30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes divide2 {
  0% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes divide3 {
  0% {
    transform: translate3d(0, -25px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes divide4 {
  0% {
    transform: translate3d(0, -25px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes divide5 {
  0% {
    transform: translate3d(0, -15px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.recommend {
  margin-top: 20px;
  font-size: 18px;
  color: #0b4da2;
  font-weight: bold;
  margin-bottom: 0!important;
}
.operateList {
  width: 48%;
  margin: 0!important;
  margin-top: 20px!important;
  background: initial!important;
  padding-left: 0!important;
}
.operateImg {
  height: 170px;
  overflow: hidden;
}
.operateImg i {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.operateText {
  margin-top: 20px;
  color: #666666;
}
.operateList:hover .operateImg i {
  transform: scale(1.05);
}
.operateList:hover .operateText {
  color: #0b4da2;
}
.navContRel {
  position: relative;
}
.header .navContList.navContRel .pos {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  box-shadow: none;
}
.navContRelBox {
  display: flex;
  height: 70px;
  align-items: center;
}
.navContRelList {
  text-align: center;
  color: #666666;
  white-space: nowrap;
  padding: 0 0.95vw;
}
.navContRelList.curr,
.navContRelList:hover {
  color: #0b4da2;
}
.header_bac {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 0;
  transition: all 0.5s;
  z-index: -1;
}
.header_bac.curr {
  height: 70px;
}
.headerBgInfo {
  position: fixed;
  width: 100%;
  height: calc(100% - 100px);
  background: rgba(0, 0, 0, 0.4);
  display: none;
  left: 0;
  top: 100px;
  z-index: -2;
}
.paging {
  padding: 0.7rem 0 0.8rem 0;
  font-size: 0;
  line-height: 0.6rem;
  text-align: center;
}
.layui-laypage {
  width: 100%;
  margin: 0;
}
.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  font-size: 0.28rem;
  color: #b6b6b6;
  width: 0.7rem;
}
.layui-laypage-prev {
  float: left;
  width: 0.6rem !important;
  height: 0.6rem !important;
  color: #999;
  background: url(../images/mobile/icon/icon-69.png) center no-repeat;
  background-size: 100% 100%;
  font-size: 0!important;
}
.layui-laypage-next {
  float: right;
  margin: 0;
  width: 0.6rem !important;
  height: 0.6rem !important;
  color: #999;
  background: url(../images/mobile/icon/icon-70.png) center no-repeat;
  background-size: 100% 100%;
  font-size: 0!important;
}
.layui-laypage-curr {
  color: #0a4895 !important;
}
.parameterNext p {
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.46rem;
  margin-top: 0.3rem;
}
@keyframes seemore {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
/*404页面*/
.Page404 {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.Page404 .pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Page404 .pos img {
  margin: 0 auto 30px;
  max-width: 1280px;
}
.Page404 .pos p {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.Page404 .pos a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 59px auto 0;
  width: 124px;
  height: 48px;
  background: #f4f4f4;
  border-radius: 4px;
}
.Page404 .pos a i {
  transition: all 0.5s;
  padding-left: 26px;
  font-size: 14px;
  color: #999;
  background: url(../images/icon/icon_68.png) left center no-repeat;
}
.Page404 .pos a:hover {
  background: #0b4da2;
}
.Page404 .pos a:hover i {
  color: #fff;
  background: url(../images/icon/icon_68s.png) left center no-repeat;
}
@media (max-width: 1200px) {
  .Page404 {
    height: calc(100vh - 0.9rem);
  }
  .Page404 .pos {
    width: 80%;
  }
  .Page404 .pos img {
    margin: 0 auto 0.45rem;
    max-width: 100%;
  }
  .Page404 .pos p {
    font-size: 0.3rem;
  }
  .Page404 .pos a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.7rem auto 0;
    width: 2.6rem;
    height: 0.9rem;
    border-radius: 0.06rem;
  }
  .Page404 .pos a i {
    padding-left: 0.45rem;
    font-size: 0.3rem;
    background: url(../images/icon/icon_68.png) left center no-repeat;
    background-size: 0.27rem auto;
  }
}
