/* @font-face {
  font-family: 'YHBold';
  src: url('/font/yahei/microsoft-yahei-bold.ttf');
} */
/*@font-face {*/
/*  font-family: 'MAExLight';*/
/*  src: url('/huagong/font/swiperFont/MONTSERRATALTERNATES-EXTRALIGHT-14.OTF');*/
/*}*/
/*@font-face {*/
/*  font-family: 'MALight';*/
/*  src: url('/huagong/font/swiperFont/MONTSERRATALTERNATES-LIGHT-15.OTF');*/
/*}*/
/*@font-face {*/
/*  font-family: 'ARIALUNI';*/
/*  src: url('/huagong/font/swiperFont/ARIALUNI.TTF');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYBold';*/
/*  src: url('/huagong/font/siyuan/SYHT\ CN-Bold.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYRegular';*/
/*  src: url('/huagong/font/siyuan/SYHT\ CN-Regular.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYHeavy';*/
/*  src: url('/huagong/font/siyuan/SYHT\ CN-Heavy.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYExtraLight';*/
/*  src: url('/huagong/font/siyuan/SYHT\ CN-ExtraLight.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYLight';*/
/*  src: url('/huagong/font/siyuan/SYHT\ CN-Light.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYMedium';*/
/*  src: url('/huagong/font/siyuan/SYHT\ CN-Medium.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SYNormal';*/
/*  src: url('/huagong/font/siyuan/SYHT\ CN-Normal.otf');*/
/*}*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
}
.box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px;
}

/* 主体 */
.index-content {
  width: 1400px;
  margin: 0 auto;
}
.w1600 {
  width: 1600px;
  /*margin: 0 auto;*/
}
.dpf {
  display: flex;
  transition: all 0.3s linear 0s;
}
.of-hi {
  /*height: 100%;*/
  overflow: hidden;
}

.change1 {
  display: none;
  /*margin-left: 10px;*/
  margin-right: 0px;
}
.dpn {
  display: none;
  transition: all 0.3s linear 0s;
}
.dpb {
  display: block;
  transition: all 0.3s linear 0s;
}
/* 轮播 */
.swiper-button-next,
.swiper-button-prev {
  background-image: url('');
  outline: none;
}
.swiperone,
.swipertwo {
  overflow: hidden;
}
.swiper-slide {
  transition-property: transform;
}
.swiper-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.w200 {
  width: 200px;
}
.w600 {
  width: 600px;
}
.line-border {
  border: 2px solid #009cde !important;
}
tbody > tr:hover {
  background-color: rgba(0, 58, 112, 0.05);
  color: #009cde;
  cursor: pointer;
}
tbody > tr:hover > td {
  color: #009cde;
  cursor: pointer;
}

/* 头部 */
.header {
  display: flex;
  justify-content: space-between;
  height: 110px;
  background-color: #fff;
  margin: 0 auto;
}
.logo {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.logo img {
  vertical-align: middle;
  /*min-width: 180px;*/
}
.menu,
.menu2 {
  display: inline-block;
  height: auto;
  color: #003a70;
}

.menu2 li,
.menu > li {
  float: left;
  font-size: 18px;
  padding: 0px 20px;
  font-weight: bold;
  height: 110px;
  line-height: 110px;
  font-family: SYMedium;
}
.p10 {
  padding: 0 10px !important;
}
.menu li:first-child {
  padding-left: 0px !important;
}
.menu li:last-child {
  padding-right: 0px !important;
}
.menu2 li:nth-child(3) {
  margin-left: 0;
  /*margin-right: 22px;*/
  /* display: flex;
  align-items: center; */
}
.search-img > div {
  width: 20px;
  height: 20px;
}
.search-img > div > img {
  vertical-align: middle;
}
.menu2 li:nth-child(4) {
}
.head_main2-menu a,
.menu2 a,
.menu a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-family: SYMedium;
}
.menu > li > a {
  position: relative;
}
.menu > li > a:before {
  content: '';
  position: absolute;
  background-color: #009cde;
  z-index: 99;
  top: 70px;
  height: 3px;
  width: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu2 li:first-child {
  width: 20px;
  text-align: center;
}
.head_main2 {
  width: 100%;
  height: 100%;
  display: none;
  /* position: fixed;
  z-index: 9999; */
}
.head_main2-logo {
  width: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: fixed;
  z-index: 9999; */
  background-color: #ffffff;
}

.head_main2-menu {
  position: fixed;
  /*top: 90px;*/
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: #f5f5f6;
  padding: 0px 40px;
}
.head_main2-menu li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.icon-caidan {
  font-size: 40px;
  color: #003a70;
}
.icon-jiahao1 {
  transform: rotate(45deg);
  font-size: 40px;
  color: #003a70;
}
.head_main2-menu > li:hover {
  color: #009cde;
}
.active {
  color: #009cde;
  /*border-bottom: 4px solid #009cde;*/
}
.active a:before {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.menu li:hover a:before {
  opacity: 1;
  transform: scale(1);
}

.head-right > div {
  width: 38px;
  height: 36px;
  background-color: #009cde;
  float: left;
  margin-top: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-right > div:hover {
  background-color: #2eb9f1;
}
.head-right-left div {
  width: 28px;
  height: 14px;
}
.head-right > div img {
  width: 100%;
  height: 100%;
}
.head-right-right div {
  width: 18px;
  height: 14px;
}

.head-right div:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
  margin-right: 1px;
}
.head-right div:nth-child(2) {
  border-radius: 0px 5px 5px 0px;
}
.head-right img {
  display: block;
  width: 25px;
  height: 20px;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.head-off {
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.head-on {
  width: 100%;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.weChat-official {
  position: fixed;
  right: 100px;
  top: 50%;
  transform: translateY(-129%);
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  /* border: 1px solid; */
  z-index: 999;
  padding: 8px;
  border-radius: 5px;
  display: none;
}
.square {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 30px;
}
.weCode {
  display: flex;
  position:relative;
}
.weCode img {
  width: 100%;
}
/* 固定窗口 */
.adv-fix {
  position: fixed;
  right: 0;
  top: 50%;
  width: 84px;
  height: 386px;
  background-color: #f5f8ff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 14px 0px 0px 0px;
  transform: translateY(-50%);
  z-index: 99;
}
.mini-adv-deriction {
  display: none;
  position: fixed;
  right: 0;
  top: 26%;
  width: 15px;
  height: 50px;
  background-color: #f5f8ff;
  border-radius: 3px 0px 0px 3px;
  transform: translateY(-50%);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
.mini-adv-deriction > img {
  width: 100%;
  height: 100%;
}
.adv-item > a {
  /* flex:1; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.adv-item i {
  display: block;
  width: 29px;
  height: 29px;
  font-size: 29px;
  color: #003a70;
  margin-bottom: 4px;
}

.adv-item p {
  height: 20px;
  font-size: 14px;
  font-family: SYNormal;
  color: #003a70;
  text-align: center;
}
.adv-item img {
  margin-bottom: 10px;
}
.line {
  width: 34px;
  height: 0px;
  border: 1px solid #003a70;
}
.line1 {
  margin: 14px 25px 14px 25px;
}
.line2 {
  margin: 9px 25px 9px 25px;
}
.line3 {
  margin: 14px 25px 14px 25px;
}
.line4 {
  margin: 12px 25px 12px 25px;
}
.icon-shangcheng {
  font-size: 27px !important;
}
.line_no {
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}
.ha {
  height: auto !important;
}
.swiper-image {
  height: 100%;
}
/* 产品选择 */
.see-product {
  margin-top: 73px;
  margin-bottom: 60px;
  position: relative;
}
.see-product > p {
  font-weight: 800;
  font-family: SYMedium;

  font-size: 40px;
  color: #003a70;
  /* margin-left: 260px; */
  position: relative;
}
.sub-title {
  display: flex;
  justify-content: space-between;
  align-self: center;
  /* margin:0px 260px; */
}
.sub-title p {
  color: #003a70;
  height: 22px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
  line-height: 19px;
  margin-top: 9px;
}
.category {
  display: flex;
}
.category li {
  width: 115px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #c1c1c1;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #999999;
  padding-bottom: 5px;
}
.product-content-item > a,
.category a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.checked {
  font-family: SYMedium !important;
  color: #003a70 !important;
  border-bottom: 1px solid #003a70 !important;
}

/* 资讯 */
.bggrey {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 14px;
  right: 0;
  transition: all 0.2s linear 0s;
}
/* 合作伙伴 */
/* 服务的客户 */
.parters {
  height: 410px;
  position: relative;
  margin-bottom: 70px;
}
.background-image {
  position: absolute;
  transform: translateX(-87px);
}
.title {
  background-color: #fff;
  width: 403px;
  height: 124px;
  /* text-align: center; */
  position: absolute;
  left: 150px;
  top: 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.title h1 {
  font-size: 40px;
  font-family: SYHeavy;
  font-weight: bold;
  color: #003a70;
  line-height: 47px;
  margin-left: 36px;
}
.title span {
  font-size: 60px;
  color: #fb0000;
  font-family: SYHeavy;
  font-weight: bold;
}
.title p {
  font-size: 16px;
  color: #003a70;
  margin-left: 36px;
  margin-top: 23px;
  font-family: SYNormal;
}
.parters-swiper {
  position: relative;
  top: 244px;
  display: flex;
  justify-content: space-between;
}
.Falsification {
  width: 200px;
  height: 165px;
  z-index: 2;
  background: linear-gradient(to right, #ffffff, transparent);
}
.right-Falsification {
  background: linear-gradient(to left, #ffffff, transparent);
}
.middle-swiper {
  position: absolute;
  overflow: hidden;
}
.middle-swiper > div {
  display: flex;
  animation: move 10s linear infinite;
  cursor: pointer;
}

.middle-swiper img {
  width: 100%;
  margin: 0px 30px;
}
.margin1 {
  margin-right: 30px;
}
.margin2 {
  margin-left: 30px;
}
@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-50%);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.pagination {
  text-align: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}
.pagination ul {
  list-style: none;
  padding-left: 0;
  font-size: 0;
}
.pagination ul li {
  padding: 0 10px;
  vertical-align: bottom;
  display: inline-block;
  font-size: 14px;
  min-width: 36px;
  min-height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin-left: -1px;
  color: #003a70;
  height: 30px;
  transition: all 0.3s;
  font-family: SYNormal;
}
.previous {
  height: 22px;
  font-size: 16px;
  font-family: SYMedium !important;
  font-weight: bold;
  color: #003a70;
  line-height: 19px;
}
.next {
  height: 22px;
  font-size: 16px;
  font-family: SYMedium !important;
  font-weight: bold;
  color: #003a70;
  line-height: 19px;
}
.pagination ul li:hover {
  color: #009cde;
}
.pagination li.active1 {
  color: #009cde;
}
.pagination li.disabled {
  cursor: not-allowed;
}
.pagination li.disabled:hover {
  color: #ccc;
}

.pagination li input {
  border: 1px solid #003a70;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  outline: none;
  padding: 3px 5px;
  transition: border-color 0.2s;
  width: 40px;
  height: 20px;
  margin: 0 6px;
}
.pagination li input:focus {
  border-color: #003a70;
}
.pagination {
  user-select: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.swiper-pagination-bullet {
  outline: none;
}
#pagination2 {
  display: none;
}
.Access-programmes > div:hover {
  background-color: #e1effd;
}
/* 尾部 */
.footer {
  background-color: #f5f5f6;

  clear: both;
}
.foot-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer i {
  font-size: 26px;
  color: #003a70;
  opacity: 1;
}

.iconCall {
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
  line-height: 28px;
}
.iconLocation {
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
  line-height: 28px;
}
.iconCall,
.iconLocation {
  display: flex;
  align-items: center;
}
.iconCall p,
.iconLocation p {
  margin-left: 5px;
}
.left-logo {
  width: 30%;
}
.foot-logo {
  width: 207px;
  height: 96px;
  margin: 40px 0;
}
.foot-logo > img {
  width: 100%;
  height: 100%;
}
.foo-chect {
  display: flex;
  margin-bottom: 40px;
}
.foo-left {
  width: 30%;
}
.foo-left > img {
  width: 100%;
}
.left-logo span {
  margin-top: 44px;
  width: 132px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #003a70;
  line-height: 19px;
}
.language {
  width: 200px;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 45px;
  font-size: 16px;
  font-family: SYRegular;
  font-weight: 500;
  color: #003a70;
  line-height: 19px;
  border-radius: 5px !important;
}
.language > button {
  border: none;
  background-color: #fff;
  width: 100%;
  height: 50px;
  border-radius: 5px !important;
}
.button-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 5px !important;
}
.language img {
  display: block;
  width: 20px;
  height: 10px;
}
.cheng-language {
  width: 20px;
  height: 10px;
  vertical-align: middle;
}
.cheng-language > img {
  width: 100%;
  height: 100%;
}
.dropdown-menu {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px 5px 0 0;
  box-shadow: none;
}
.dropdown-menu > li {
  height: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.dropdown-menu > li:hover {
  background-color: #f5f5f6;
}
.foot_content_right {
  display: flex;
  width: 55%;
  justify-content: flex-end;
}
.quick-navigation {
  width: 60%;
}

.quick-navigation a,
.worker-area a {
  display: block;
  text-decoration: none;
  color: #003a70;
}
.quick-navigation li:hover a,
.worker-area li:hover a {
  color: #009cde;
}
.hvr {
  display: inline-block;
  position: relative;
}
.hvr:hover:before {
  transform: scaleX(1);
  transition-delay: 0.2s;
  transform-origin: left;
}
.hvr:before {
  background: #009cde;
  bottom: 6px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: right;
  width: 100%;
}

.worker-area {
  width: 40%;
}

.worker-area > ul,
.quick-navigation > ul {
  display: flex;
  flex-wrap: wrap;
}
.worker-area h3,
.quick-navigation h3 {
  height: 96px;
    font-size: 22px;
    font-weight: bold;
    color: #003a70;
    line-height: 96px;
    margin-top: 40px;
    /* margin-bottom: 31px; */
    font-family: PFBold;
}
.worker-area li,
.quick-navigation li {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #003a70;
  line-height: 40px;
  /*margin-right: 15px;*/
  font-family: SYNormal;
}
/*.worker-area li {*/
/*  width: 45%;*/
/*}*/
/*.worker-area li:nth-child(2n) {*/
/*  margin-right: 0px;*/
/*  flex: none;*/
/*}*/
/*.quick-navigation li:nth-child(2n) {*/
/*  margin-right: 0px;*/
/*  flex: none;*/
/*}*/

/* 移动端脚部 */
.foot-content1 {
  display: none;
  padding-top: 35px;
  padding-bottom: 40px;
}

.foot-content1-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #003a70;
}
.foot-content1-item > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.foot-content1-item p {
  font-weight: bold;
  font-family: SYBold;
  font-size: 14px;
  color: #003a70;
}
.foot-content1-item i {
  font-size: 12px;
  color: #003a70;
  transition: transform 0.3s;
}
.foot-content1-item li {
  font-size: 13px;
  font-family: SYLight;
  margin-top: 6px;
  color: #003a70;
}
.foot-content1-item > ul {
  /* display: none; */
  height: 0;
  overflow: hidden;
  /* transition: height .5s cubic-bezier(.645,.045,.355,1); */
}
.foot-content1-item a {
  text-decoration: none;
  color: #003a70;
}

.index-end {
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
}
.index-end p {
  height: 21px;
  font-size: 14px;
  font-family: SYNormal;
  color: #003a70;
  line-height: 21px;
}
.end-logo {
  margin-right: 27.071%;
}
.end-logo > div {
  width: 38px;
  height: 36px;
  background-color: #009cde;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.end-logo > div:hover {
  background-color: #2eb9f1;
}
.end-logo > div img {
  width: 100%;
  height: 100%;
}
.end-logo div:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
  margin-right: 1px;
}
.end-logo div:nth-child(2) {
  border-radius: 0px 5px 5px 0px;
}
.end-logo img {
  display: block;
  width: 25px;
  height: 20px;
}
/* 新闻详情页 */
.appear {
  animation: myframes 0.8s ease-in-out forwards;
}
.disappear {
  animation: myframesend 0.3s ease-in-out forwards;
}
@keyframes myframes {
  0% {
    transform: translateY(769px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes myframesend {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(769px);
  }
}

.newsDetail-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow: hidden;
  display: none;
}
.newsDetail-cover > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
/* .hide{
  display: none !important;
} */
.newsDetail-content {
  width: 46.875%;
  height: 769px;
  background-color: #ffffff;
  overflow: auto;
  padding: 70px 70px 0px 70px;
}
.newsDetail-content::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f6;
}
.newsDetail-content::-webkit-scrollbar-thumb {
  background-color: #009cde;
  width: 5px;
  /* height: 10px; */
}
.Detail-body > h3 {
  margin: 0;
  font-size: 32px;
  font-family: SYMedium;
  /* font-weight: bold; */
  color: #003a70;
  margin-bottom: 42px;
}
.newsDetail-image {
  margin-bottom: 30px;
}
.newsDetail-content img {
  width: 100%;
}
.Detail-body > span {
  display: block;
  font-size: 16px;
  font-family: SYRegular;
  font-weight: 400;
  color: #009cde;
  margin-bottom: 16px;
}
.Detail-body > hr {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 58, 112, 0.4);
}
.Detail-body {
  border-bottom: 1px solid rgba(0, 58, 112, 0.4);
}
.newsDetail-content p {
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 300;
  color: #003a70;
  margin-bottom: 30px;
  line-height: 28px;
}
.next-article {
  margin-top: 30px;
  margin-bottom: 70px;
  font-family: SYNormal;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  color: #003a70;
  cursor: pointer;
}
.next-article:hover {
  color: #009cde;
}
.return {
  background-color: #009cde;
  width: 70px;
  height: 100px;
  border-radius: 0px 10px 0px 0px;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.return > i {
  width: 30px;
  height: 30px;
  opacity: 1;
  margin-bottom: 22px;
  font-size: 30px;
}
.return > p {
  font-size: 16px;
  font-family: SYNormal;
  font-weight: bold;
  color: #f5f5f6;
}

@media only screen and (min-width: 1920px) {
  .w1600 {
    width: 83.333%;
  }
  .index-content {
    width: 72.5%;
  }
}
@media only screen and (max-width: 1920px) {
  .footer {
    height: auto !important;
  }
  /*  .w1600{*/
  /*    width: 1600px;*/
  /*}*/
  /*.index-content{*/
  /*    width: 1400px;*/
  /*}*/
  .w1600 {
    width: 83.333%;
  }
  .index-content {
    width: 72.5%;
  }
}
@media only screen and (max-width: 1600px) {
  .w1600 {
    width: 83.333%;
  }
  .index-content {
    width: 72.5%;
  }
  .menu > li:last-child {
    padding-right: 0px;
  }
  .logo img {
    min-width: 160px;
  }

  .menu2 li,
  .menu > li {
    font-size: 15px;
    padding: 0px 15px;
  }
  .head-right > div {
    width: 33px;
    height: 30px;
    background-color: #009cde;
    float: left;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .introduce-text p {
    margin-top: 38px;
    font-size: 16px;
    color: #003a70;
    font-family: SYRegular;
    line-height: 28px;
  }
  .foot_content_right {
      display: flex;
      width: 52%;
    }
  /*.quick-navigation {*/
  /*    width: 66%;*/
  /*}*/
  /*.worker-area {*/
  /*  width: 33%;*/
  /*}*/
  /*.worker-area li,*/
  /*.quick-navigation li {*/
  /*  width: 30%;*/
  /*  font-size: 14px;*/
  /*  font-weight: 400;*/
  /*  color: rgb(0, 58, 112);*/
  /*  line-height: 40px;*/
  /*  margin-right: 10px;*/
  /*  font-family: SYNormal;*/
  /*}*/
  /*.worker-area li {*/
  /*   width: 45%; */
  /*}*/
}
@media only screen and (max-width: 1440px) {
  /*.index-content {*/
  /*  width: 94%;*/
  /*  margin: 0 auto;*/
  /*}*/
  /*.w1600 {*/
  /*  width: 94%;*/
  /*  margin: 0 auto;*/
  /*}*/
  .logo img {
    min-width: 140px;
  }
}
@media only screen and (max-width: 1230px) {
  .menu2 {
    display: none;
  }
  .logo img {
    min-width: auto;
  }
}
@media only screen and (max-width: 980px) {
  .header {
    display: none;
  }
  .head_main2 {
    display: block;
  }
  .adv-fix {
    display: none;
  }
  .foot-content {
    display: none;
  }
  .foot-content1 {
    display: block;
  }
  .foot-content1 .language {
    width: 100%;
  }
  .foot-content1 .foot-logo {
    margin: 0 auto;
  }
  .index-end {
    display: none;
  }
  .w1600 {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .sub-title p {
    height: auto;
  }
  .foot-content {
    display: none;
  }
  .see-product > p {
    font-weight: 800;
    font-family: SYMedium;
    font-size: 22px;
    color: #003a70;
    /* margin-left: 260px; */
    position: relative;
  }
  .index-content {
    width: 96%;
  }

  .left-logo,
  .quick-navigation,
  .worker-area {
    width: 80%;
  }
  .Falsification {
    height: 80px;
  }
  .think {
    margin-top: 20px;
  }
  .title {
    background-color: #fff;
    width: 300px;
    height: 60px;
    /* text-align: center; */
    position: absolute;
    left: 0px;
    top: 30px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .title h1 {
    font-size: 20px;
    font-family: SYHeavy;
    font-weight: bold;
    color: #003a70;
    line-height: 20px;
    margin-left: 16px;
  }
  .title span {
    font-size: 30px;
  }
  .title p {
    font-size: 12px;
    color: #003a70;
    margin-left: 16px;
    margin-top: 0;
  }
  .parters {
    height: 410px;
    position: relative;
    margin-bottom: 0px;
  }
  .content-down-item {
    width: 99%;
  }
  .end-logo {
    margin-right: 0.1%;
  }
  .pagination {
    margin-bottom: 40px;
  }
  .newsDetail-content {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    overflow: auto;
    padding: 20px 20px;
  }
  .next-article {
    margin-bottom: 30px;
    font-family: SYNormal;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    color: #003a70;
    cursor: pointer;
  }
  .newsDetail-cover > div {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }
  .return {
    width: 56px;
    /* height: 100px; */
    border-radius: 0px 10px 0px 0px;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 110px;
  }
  .newsDetail-content p {
    font-size: 16px;
    font-family: SYNormal;
    font-weight: 300;
    color: #003a70;
    margin-bottom: 30px;
    line-height: 28px;
    text-align: justify;
  }
  .return > p {
    display: none;
  }
  .newsDetail-content > h3 {
    margin-bottom: 20px;
  }
  .parters-swiper {
    position: relative;
    top: 124px;
    display: flex;
    justify-content: space-between;
  }
  .parters {
    height: 210px;
    position: relative;
    margin-bottom: 0px;
  }
  .foot-content1 {
    display: flex;
    flex-direction: column;
  }

  .index-end {
    display: none;
  }
  .pagination {
    justify-content: center;
  }
  .pagination ul {
    display: flex;
    flex-wrap: wrap;
  }
}
