body {
  background-color: #f6f8f8;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.menu,
.a_txt {
  display: none;
}
.header {
  background-color: #feffff;
}
.header .top {
  padding: 17px 0;
}
.header .top > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.header .top > div > * {
  display: inline-block;
}
.header .top .logo {
  height: 56px;
}
.header .top .logo img {
  height: 100%;
}
.header .top .search_lang {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.header .top .search_lang > * {
  display: inline-block;
}
.header .top .search_lang .search {
  height: 100%;
  width: 220px;
  background-color: #f4f5f6;
  border-radius: 1000px;
  overflow: hidden;
}
.header .top .search_lang .search form {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .top .search_lang .search form > * {
  display: inline-block;
}
.header .top .search_lang .search input {
  flex: 1;
  height: 100%;
  background-color: transparent;
  border: 0;
  text-indent: 18px;
}
.header .top .search_lang .search input::-webkit-input-placeholder {
  color: #aaa;
}
.header .top .search_lang .search input:-moz-placeholder {
  color: #aaa;
}
.header .top .search_lang .search input::-moz-placeholder {
  color: #aaa;
}
.header .top .search_lang .search input:-ms-input-placeholder {
  color: #aaa;
}
.header .top .search_lang .search button {
  width: 60px;
  height: 100%;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.header .top .search_lang .search button img {
  display: block;
  margin: auto;
}
.header .top .search_lang .lang {
  margin-left: 80px;
  line-height: 1;
}
.header .top .search_lang .lang img {
  width: 14px;
  height: 14px;
}
.header .nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
}
.header .nav ul > * {
  display: inline-block;
}
.header .nav ul li {
  position: relative;
}
.header .nav ul li > a {
  font-size: 16px;
  line-height: 2;
  display: block;
}
.header .nav ul li::after {
  position: absolute;
  content: '';
  width: 75px;
  height: 10px;
  left: -5px;
  bottom: -2px;
  background: url(../img/index.png) no-repeat center / 100% 100%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}
.header .nav ul li:hover a,
.header .nav ul li.active a {
  color: #116bcf;
}
.header .nav ul li:hover::after,
.header .nav ul li.active::after {
  transform: scale(1);
  opacity: 1;
}
.header .nav ul li:nth-child(4)::after {
  display: none;
}
.header .nav ul .logo_icon {
  margin-top: -36px;
  display: block;
}
.footer {
  height: 200px;
  background: #eaeef2 url(../img/san.png) no-repeat left center / auto 100%;
  border-top: 2px solid #116bcf;
}
.footer > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.footer > div > * {
  display: inline-block;
}
.footer .foot_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 440px;
  justify-content: space-between;
  line-height: 32px;
}
.footer .foot_nav > * {
  display: inline-block;
}
.footer .foot_nav dt {
  font-weight: bold;
}
.footer .foot_nav dt a {
  color: #313f56;
}
.footer .foot_nav dd a {
  color: #666;
}
.footer .foot_contact {
  text-align: right;
}
.footer .foot_contact ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.footer .foot_contact ul > * {
  display: inline-block;
}
.footer .foot_contact ul li {
  margin-left: 20px;
  cursor: pointer;
}
.footer .foot_contact h3 {
  font-size: 14px;
  color: #313f56;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .foot_contact h3 span {
  font-size: 22px;
  color: #0a63c5;
  font-weight: normal;
  font-family: barlow;
  margin-left: 14px;
}
.footer .foot_contact p {
  line-height: 32px;
  color: #7d7d7d;
}
.footer .foot_contact p span {
  margin-right: 6px;
  display: inline-block;
}
.footer .foot_contact p a {
  color: inherit;
}
.footer .foot_contact p:last-child span:first-child {
  margin-right: 16px;
}
.footer .foot_code {
  display: none;
}
.code {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s;
}
.code.show {
  opacity: 1;
  transform: scale(1);
}
.code .code_img {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 200px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.code .code_img img {
  width: 100%;
}
.code .code_img p {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
  color: #116bcf;
}
.code_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.nybanner {
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.nybanner .column {
  position: relative;
  top: 50px;
  text-align: right;
}
.nybanner .column h2 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
}
.nybanner .column p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-family: barlow;
  text-transform: uppercase;
}
.main {
  margin-top: -50px;
  margin-bottom: 40px;
}
.columu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.columu > * {
  display: inline-block;
}
.columu .colu_nav {
  width: 66.7%;
  background-color: #f1f5f9;
  padding: 0 5%;
}
.columu .colu_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 76px;
  padding-top: 2px;
}
.columu .colu_nav ul > * {
  display: inline-block;
}
.columu .colu_nav ul li {
  font-size: 16px;
}
.columu .colu_nav ul li:nth-child(n+2) {
  margin-left: 8%;
}
.columu .colu_nav ul li a {
  display: block;
}
.columu .colu_nav ul li.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0d53a1;
}
.columu .colu_loca {
  width: 33.3%;
  background-color: #e6eaef;
  padding: 0 3.2%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #aaa;
}
.columu .colu_loca > * {
  display: inline-block;
}
.columu .colu_loca img {
  margin-right: 11px;
}
.columu .colu_loca a {
  margin: 0 7px;
  color: inherit;
}
.columu .colu_loca span {
  margin: 0 7px;
  color: #474747;
}
.main_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
}
.main_box > * {
  display: inline-block;
}
.main_box .col_tit {
  padding-top: 36px;
  padding-bottom: 9px;
}
.main_box .col_tit p {
  font-family: barlow;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1;
}
.main_box .col_tit h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 42px;
}
.main_box .main_l {
  width: 66.7%;
  min-height: 500px;
  background-color: #fff;
  padding: 0 5% 40px;
}
.main_box .main_l .col_tit p {
  color: #cfa911;
}
.main_box .main_r {
  width: 33.3%;
  background: #e2eefb;
  background: -webkit-linear-gradient(left, #e2eefb, #f9fbfe);
  background: -moz-linear-gradient(left, #e2eefb, #f9fbfe);
  background: -ms-linear-gradient(left, #e2eefb, #f9fbfe);
  background: linear-gradient(from left, #e2eefb, #f9fbfe);
}
.main_box .main_r .main_r_bg {
  padding: 0 10%;
  height: 100%;
  background-repeat: no-repeat;
}
.main_box .main_r .col_tit p {
  color: #b7c4d4;
}
.page_con {
  line-height: 24px;
  color: #888;
  padding-top: 14px;
  padding-bottom: 55px;
  border-bottom: 2px solid #f6f8f8;
  margin-bottom: 40px;
  text-align: justify;
  font-size: 14px;
}
.page_con img {
  max-width: 100%;
}
.about_con {
  border-top: 1px solid #e3e1dd;
  padding-top: 60px;
  text-align: justify;
}
.about_con img {
  max-width: 100%;
}
.aboutimg img {
  width: 100%;
  display: block;
}
.about_page .main_r_bg {
  background-image: url(../img/zgf.png);
  background-position: right center;
  background-size: auto 100%;
}
.list_product {
  width: 100%;
  padding: 40px 5%;
}
.list_product .pro_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.list_product .pro_top > * {
  display: inline-block;
}
.list_product .pro_top h2 {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0 12px;
  line-height: 40px;
  text-align: center;
  background-color: #116bcf;
}
.list_product .pro_list ul {
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_product .pro_list ul > * {
  display: inline-block;
}
.list_product .pro_list ul li {
  width: 23%;
  margin-bottom: 32px;
}
.list_product .pro_list ul li:hover .pro_img img,
.list_product .pro_list ul li:hover .img img {
  transform: scale(1.1);
}
.list_product .pro_img {
  height: 240px;
  background-color: #f6f8f8;
}
.list_product .pro_img a {
  position: relative;
  display: flex;
  height: 100%;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.list_product .pro_img a img {
  max-width: 160px;
  max-height: 80%;
  object-fit: contain;
  transition: all 0.5s;
}
.list_product .pro_img a h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5%;
  max-width: 100%;
  font-size: 14px;
  color: #525252;
  line-height: 26px;
  background-color: #dfe3e3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_product .img {
  height: 200px;
  background-color: #f6f8f8;
}
.list_product .img a {
  position: relative;
  display: flex;
  height: 100%;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.list_product .img a img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.5s;
}
.list_product .img a h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5%;
  max-width: 100%;
  font-size: 14px;
  color: #525252;
  line-height: 26px;
  background-color: #dfe3e3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_product .pro_tit {
  padding: 12px 0;
}
.list_product .pro_tit p {
  line-height: 32px;
}
.list_product .pro_tit p label {
  color: #474747;
}
.list_product .pro_tit p span {
  float: right;
  width: calc(100% - 60px);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #aaa;
}
.list_product .pro_tit p .specs {
  font-family: barlow;
}
.list-news ul {
  margin-bottom: 38px;
}
.list-news ul li {
  padding: 28px 0;
  border-bottom: 1px solid #f6f8f8;
}
.list-news ul li span {
  font-size: 20px;
  color: #aaa;
  font-family: barlow;
  line-height: 1;
}
.list-news ul li h1 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin: 8px 0 12px;
}
.list-news ul li p {
  color: #888;
  line-height: 1.6;
}
.news_page .main_r_bg {
  background-image: url(../img/news_backPic.png);
  background-position: right bottom;
}
.top_news {
  margin-top: 30px;
}
.top_news .img {
  height: 200px;
  margin-bottom: 16px;
}
.top_news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_news h1 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 6px;
}
.top_news span {
  font-family: barlow;
  color: #aaa;
  line-height: 1;
}
.service_page .main_r_bg {
  background-image: url(../img/customer_backPic.png);
  background-position: right bottom;
}
.customer_first {
  padding-top: 16px;
}
.customer_first h2 {
  color: #116bcf;
  font-size: 18px;
  margin-bottom: 10px;
}
.customer_first ul {
  line-height: 1.6;
  color: #b5bac1;
  margin-bottom: 16px;
}
.customer_first p {
  font-size: 16px;
  line-height: 1.65;
}
.list_customer ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.list_customer ul > * {
  display: inline-block;
}
.list_customer ul li {
  width: 24%;
  margin-bottom: 10px;
}
.list_customer ul li a.img {
  height: 90px;
  padding: 15px 10%;
  background-color: #f6f8f8;
  display: flex;
  align-items: center;
  width: 100%;
}
.list_customer ul li a.img:hover img {
  transform: scale(0.9);
}
.list_customer ul li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto auto;
  transition: all 0.5s;
}
.list_customer ul li p {
  text-align: center;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.talent_page .main_r_bg {
  background-image: url(../img/recruitment_backPic.png);
  background-position: right bottom;
}
.talent_concept {
  padding-top: 16px;
}
.talent_concept h2 {
  color: #116bcf;
  font-size: 18px;
  margin-bottom: 10px;
}
.talent_concept p {
  line-height: 1.6;
  color: #b5bac1;
  margin-bottom: 26px;
}
.list_recruit dl {
  padding-top: 20px;
}
.list_recruit dl dt,
.list_recruit dl dd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.list_recruit dl dt > *,
.list_recruit dl dd > * {
  display: inline-block;
}
.list_recruit dl span {
  width: 23%;
  text-align: center;
}
.list_recruit dl dt {
  line-height: 60px;
  background-color: #116bcf;
  color: #fff;
  font-size: 16px;
}
.list_recruit dl dd {
  line-height: 54px;
  border-bottom: 1px solid #f6f8f8;
}
.list_recruit dl dd span:nth-child(n+3) {
  font-family: barlow;
}
.list_recruit dl dd span:last-child {
  color: #aaa;
}
.contact_page .main_r_bg {
  background-image: url(../img/contact_backPic.png);
  background-position: right bottom;
}
.contact_address {
  padding-top: 22px;
}
.contact_address > div {
  padding-left: 60px;
  margin-bottom: 36px;
  background-repeat: no-repeat;
  background-position: left top;
}
.contact_address > div h4 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}
.contact_address > div p {
  line-height: 24px;
}
.contact_address .contact_box {
  background-image: url(../img/phone_icon.png);
}
.contact_address .contact_box p {
  font-family: barlow;
  font-size: 20px;
  color: #116bcf;
}
.contact_address .address_box {
  background-image: url(../img/address_icon.png);
}
.contact_address .address_box p {
  font-size: 16px;
  color: #7b8088;
}
.message {
  padding-top: 22px;
}
.message div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 40px;
}
.message div > * {
  display: inline-block;
}
.message div span {
  width: 46%;
}
.message input[type='text'] {
  height: 54px;
  border: 1px solid #f4f5f5;
  background: transparent;
  text-indent: 20px;
  border-radius: 4px;
}
.message input[type='text']::-webkit-input-placeholder {
  color: #aaa;
}
.message input[type='text']:-moz-placeholder {
  color: #aaa;
}
.message input[type='text']::-moz-placeholder {
  color: #aaa;
}
.message input[type='text']:-ms-input-placeholder {
  color: #aaa;
}
.message textarea {
  width: 100%;
  height: 100px;
  resize: none;
  border: 1px solid #f4f5f5;
  line-height: 1.6;
  padding: 16px 20px;
  border-radius: 4px;
}
.message textarea::-webkit-input-placeholder {
  color: #aaa;
}
.message textarea:-moz-placeholder {
  color: #aaa;
}
.message textarea::-moz-placeholder {
  color: #aaa;
}
.message textarea:-ms-input-placeholder {
  color: #aaa;
}
.message .li1 input {
  width: 100%;
}
.message .li3 span:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.message .li3 span:first-child > * {
  display: inline-block;
}
.message .li3 span:first-child input {
  width: 52%;
}
.message .li3 span:first-child img {
  width: 40%;
  height: 54px;
  border-radius: 4px;
}
.message .li3 span:last-child {
  text-align: right;
}
.message .li3 span:last-child input {
  width: 110px;
  height: 54px;
  border: 0;
  color: #fff;
  background: #438ad8;
  border-radius: 4px;
}
.map_wrap {
  width: 100%;
  height: 460px;
}
/* 分页 */
#page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
#page > * {
  display: inline-block;
}
#page a {
  display: flex;
  width: 26px;
  height: 26px;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
  font-family: barlow;
  font-size: 16px;
  line-height: 1;
  color: #aaaaaa;
  background-color: #eaeaea;
  transition: all 0.5s;
}
#page a i {
  display: inline-block;
  font-size: 16px;
}
#page a.prepage i {
  transform: rotate(180deg);
}
#page a:hover,
#page a.curpage {
  color: #fff;
  background-color: #363636;
}
.ng-evnew {
  border-bottom: 1px dashed #bbb;
  padding-bottom: 10px;
  text-align: center;
  margin: 0 auto 20px;
}
.ng-evnew-tit {
  color: #333;
  font-size: 20px;
  line-height: 36px;
}
.ng-evnew-mod {
  color: #686868;
  padding: 2px 0;
  line-height: 1.6;
  margin: 0 0 2px;
}
.ng-evnew-mod > span {
  margin: 0 14px;
}
@media screen and (max-width: 1350px) {
  .container {
    width: 998px;
  }
}
@media screen and (max-width: 1080px) {
  .container {
    width: 768px;
  }
  .header .nav,
  .header .top .search_lang .search,
  .header .top .search_lang .lang {
    display: none;
  }
  .header .top {
    padding: 0.3rem 0;
  }
  .header .top .container {
    width: 100%;
    padding: 0 0.3rem;
  }
  .header .top .logo {
    height: 0.7rem;
  }
  .icon {
    top: 50%;
  }
  .icon,
  .icon:before,
  .icon:after {
    left: 0;
    position: absolute;
    background-color: #4e4f4f;
    border-radius: 0.02rem;
    transition-duration: 0.5s;
    height: 0.05rem;
    width: 100%;
  }
  .icon:before {
    width: 120%;
    top: -0.16rem;
    content: "";
  }
  .icon:after {
    width: 120%;
    top: 0.16rem;
    content: "";
  }
  .menu {
    display: block;
    width: 0.4rem;
    transition-duration: 1s;
    position: absolute;
    right: 0.3rem;
    top: 0.32rem;
    z-index: 99;
    cursor: pointer;
  }
  .menu .icon {
    transition-duration: 0.5s;
    transition-delay: 0.5s;
  }
  .menu .icon:after {
    transition: transform 0.5s, top 0.5s 0.5s;
  }
  .menu .icon:before {
    transition: transform 0.5s, top 0.5s 0.5s;
  }
  .menu.open .icon {
    transition-duration: 0.1s;
    transition-delay: 0.5s;
    background: transparent;
  }
  .menu.open .icon:before {
    transition: top 0.5s, transform 0.5s 0.5s;
    top: 0px;
    transform: rotateZ(-45deg);
  }
  .menu.open .icon:after {
    transition: top 0.4s, transform 0.5s 0.5s;
    top: 0px;
    transform: rotateZ(45deg);
  }
  .a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    padding: 0 6%;
    background: #032a71;
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: auto;
  }
  .a_txt .div3 .lang {
    padding-top: 0.5rem;
    padding-bottom: 0.48rem;
    display: flex;
    justify-content: flex-end;
  }
  .a_txt .div3 .lang p a {
    color: #fff;
    font-size: 0.22rem;
    line-height: 0.34rem;
  }
  .a_txt .div3 .lang p i {
    color: #124ebb;
  }
  .a_txt .div3 ul {
    background-color: #063180;
    border-radius: 0.16rem;
    margin-bottom: 0.58rem;
    padding: 0 6%;
  }
  .a_txt .div3 ul li {
    border-bottom: 1px solid #032a71;
  }
  .a_txt .div3 ul li a {
    display: block;
    height: 1.08rem;
    color: #fff;
    line-height: 1.08rem;
    font-size: 0.28rem;
  }
  .a_txt .div3 ul li .a_js2 {
    background: url(../img/plus.png) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .a_txt .div3 ul li .a_js2_on {
    background: url(../img/reduce.jpg) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .a_txt .div3 ul li .a_txt2 {
    display: none;
  }
  .a_txt .div3 ul li .a_txt2 a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .footer {
    border-top: 0;
    height: 2.04rem;
  }
  .footer > div {
    padding-top: 0.2rem;
  }
  .footer .foot_nav {
    display: none;
  }
  .footer .foot_contact {
    text-align: left;
  }
  .footer .foot_contact h3,
  .footer .foot_contact ul {
    display: none;
  }
  .footer .foot_contact p {
    line-height: 0.4rem;
  }
  .footer .foot_code {
    display: block;
    height: 1.6rem;
  }
  .footer .foot_code img {
    height: 100%;
  }
  .nybanner {
    height: 2.4rem;
  }
  .nybanner .column {
    top: 0.5rem;
  }
  .nybanner .column h2 {
    font-size: 0.3rem;
  }
  .nybanner .column p {
    font-size: 0.18rem;
  }
  .main {
    margin-top: -0.5rem;
    margin-bottom: 0.4rem;
  }
  .columu .colu_loca {
    display: none;
  }
  .columu .colu_nav,
  .main_box .main_l,
  .main_box .main_r {
    width: 100%;
  }
  .columu .colu_nav ul {
    line-height: 0.76rem;
  }
  .main_box {
    flex-wrap: wrap;
  }
  .main_box .main_l {
    padding-bottom: 0.4rem;
    min-height: inherit;
  }
  .main_box .main_r .main_r_bg {
    padding: 0 5% 0.4rem;
  }
  .main_box .col_tit {
    padding-top: 0.36rem;
    padding-bottom: 0.09rem;
  }
  .about_con {
    padding-top: 0.6rem;
  }
  .page_con {
    padding-top: 0.14rem;
    padding-bottom: 0.55rem;
    border-bottom: 0.02rem solid #f6f8f8;
    margin-bottom: 0.4rem;
  }
  .list_product {
    padding: 0.4rem 5%;
  }
  .list_product .pro_list ul li {
    width: 49%;
    margin-bottom: 0.32rem;
  }
  .list_product .pro_img {
    height: 3.2rem;
  }
  .list_product .pro_img a img {
    max-width: 2rem;
  }
  .list_product .img {
    height: 2.6rem;
  }
  .list-news ul li {
    padding: 0.28rem 0;
  }
  .list-news ul li h1 {
    margin: 0.08rem 0 0.12rem;
  }
  .top_news {
    margin-top: 0.3rem;
  }
  .top_news .img {
    height: 4.5rem;
    margin-bottom: 0.16rem;
  }
  .list_customer ul {
    padding-top: 0.2rem;
  }
  .list_customer ul li {
    margin-bottom: 0.1rem;
  }
  .list_customer ul li a.img {
    height: 1.2rem;
    padding: 0.2rem 10%;
  }
  .customer_first {
    padding-top: 0.16rem;
  }
  .customer_first h2 {
    margin-bottom: 0.1rem;
  }
  .customer_first ul {
    margin-bottom: 0.16rem;
  }
  .list_recruit dl {
    padding-top: 0.2rem;
  }
  .talent_concept {
    padding-top: 0.16rem;
  }
  .talent_concept h2 {
    margin-bottom: 0.1rem;
  }
  .talent_concept p {
    margin-bottom: 0.26rem;
  }
  .message {
    padding-top: 0.22rem;
  }
  .message div {
    margin-bottom: 0.4rem;
  }
  .contact_address {
    padding-top: 0.22rem;
  }
  .contact_address > div {
    margin-bottom: 0.36rem;
  }
  .map_wrap {
    height: 4.6rem;
  }
  .ng-evnew-tit {
    font-size: 2.4rem;
    line-height: 34px;
    margin: 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .container {
    width: 100%;
    padding: 0 0.3rem;
  }
  .footer .foot_contact p span {
    display: block;
  }
  .columu .colu_nav {
    overflow-x: auto;
  }
  .columu .colu_nav ul {
    width: max-content;
  }
  .columu .colu_nav ul li {
    font-size: 14px;
    white-space: nowrap;
  }
  .columu .colu_nav ul li:nth-child(n+2) {
    margin-left: 5%;
  }
  .main_box .col_tit p {
    font-size: 14px;
  }
  .main_box .col_tit h2 {
    font-size: 16px;
    line-height: 32px;
  }
  .list_product .pro_tit p {
    line-height: 26px;
  }
  .list_recruit dl dt {
    line-height: 36px;
    font-size: 14px;
  }
  .list_recruit dl dd {
    line-height: 39px;
  }
  .message div {
    font-size: 14px;
  }
  .message input[type='text'] {
    height: 36px;
    text-indent: 10px;
  }
  .message textarea {
    padding: 8px 10px;
  }
  .message .li3 span:first-child img {
    height: 36px;
  }
  .message .li3 span:last-child input {
    width: 90px;
    height: 36px;
  }
  .ng-evnew-tit {
    font-size: 1.8rem;
    margin: 0 auto 1px;
  }
  .list_customer ul li {
    width: 49%;
  }
  .list_customer ul li a.img {
    height: 1.6rem;
  }
}
