html {
  font-size: 10px;
}

body {
  color: #333333;
  font-family: "microsoft yahei";
  background: #fff;
  font-size: 1.4rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  border: none
}

.swiper-button-prev, swiper-button-next {
  outline: none;
}

　　 .swiper-button-prev:focus, .swiper-button-next:focus {
  outline: none;
}

dl {
  margin: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style-type: none;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

a:hover {
  color: #273e8a;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea, select, button {
  border: 0;
  outline: none;
}

input, textarea {
  width: 100%;
  background: none;
  resize: none;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 1400px;
  margin: 0 auto;
  max-width: 90%;
  z-index: 3;
}

@font-face {
  font-family: Gotham-Bold;
  src: url(/skin/fonts/Gotham-Bold.otf);
}

@font-face {
  font-family: DIN-Bold;
  src: url(/skin/fonts/DIN-Bold.otf);
}

/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.flex {
  display: flex;
  align-items: center;
}

.flex_item {
  flex: 1;
}

video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}

.pic img {
  width: 100%;
}

.pic {
  overflow: hidden;
}

.pic:hover img {
  transform: scale(1.1);
}

.hidden {
  display: none;
}

/**/

.bgimg {
  background: url(/skin/images/bg_01.jpg) top center no-repeat;
  background-size: 100% auto;
}

.header {
  position: fixed;
  padding: 0 5% 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  font-size: 1.6rem;
  color: #fff;
}

.header .logo {
  width: 16.6rem;
  height: 4.2rem;
  background: url(/skin/images/logo_white.svg) center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}

.header .flex {
  justify-content: space-between;
}

.header .logo_txt {
  font-family: DIN-Bold;
  font-size: 1.8rem;
  vertical-align: middle;
  padding-left: 4rem;
  /*margin-left: 4rem;*/
  border-left: 1px solid #fff;
}

.m_nav{display:none;}

.header .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  padding-right: 10%;
}

.header .nav > li {
  position: relative;
  padding: 0 3rem;
}

.header .nav > li > a {
  display: block;
  /*line-height: 10rem;*/
  line-height: 8rem;
  color: #fff;
  position: relative;
  cursor: default;
}

.header .nav > li:hover > a::after {
  width: 100%;
}

.header .nav > li > a::after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  background-color: #273e8a;
  transition: all 0.3s;
  left: 50%;
  bottom: 0;
  width: 0;
  transform: translate(-50%, 0);
}

/*subNav*/
.header .nav > li > ul {
  position: absolute;
  left: -10%;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  padding: 1rem 0;
  width: 120%;
  /*
  opacity: 0;
  z-index: -1;
  */
  display: none;
}

.header .nav > li > ul > li > a {
  display: block;
  text-align: center;
  line-height: 4rem;
  font-size: 1.4rem;
}

.header_info {
  color: #333;
  background: none;
}

.header.on, .header:hover {
  background-color: #fff;
  color: #333;
}

.header.on .nav > li > a, .header:hover .nav > li > a, .header_info .nav > li > a {
  color: #333;
}

.header.on .logo, .header:hover .logo, .header_info .logo {
  background: url(/skin/images/logo.svg) center no-repeat;
  background-size: 100% 100%;
}

.header.on .dropdown span::after, .header:hover .dropdown span::after, .header_info .dropdown span::after {
  border-color: #333;
}

.header.on .dropdown, .header:hover .dropdown, .header.on .logo_txt, .header_info .dropdown, .header_info .logo_txt {
  border-color: #ddd;
}

.header .search {
  position: relative;
}

.header .search .box {
  position: absolute;
  right: 0.5rem;
  width: 3rem;
  border-radius: 4rem;
  background-color: #ffffff;
  top: 0.5rem;
  bottom: 0.5rem;
  z-index: 1;
  transition: all 0.3s;
  overflow: hidden;
  box-sizing: border-box;
}

.header .search .box input, .header .search .box input:focus {
  width: 100%;
  border: 0;
  height: 3rem;
  box-shadow: none;
  outline: none;
}

.header .search:hover .box {
  width: 200px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.searchicon {
  background: url(/skin/images/1_06.png) center no-repeat #273e8a;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 3rem;
  position: relative;
  z-index: 2;
}

.dropdown {
  position: relative;
  padding-left: 6rem;
  line-height: 10rem;
}

.dropdown:before {
  content: '';
  border-left: 1px solid #fff;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.dropdown .down {
  position: absolute;
  left: 3rem;
  display: none;
  top: 100%;
  width: 8rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  line-height: 3rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.dropdown .down a {
  display: block;
}

.dropdown .down a:hover {
  color: #fff;
  background-color: #273e8a;
}

.dropdown:hover .down {
  display: block;
}

.dropdown span::after {
  content: " ";
  vertical-align: middle;
  margin: -3px 0 0 5px;
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.menu_all {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0 10%;
  background: rgba(255, 255, 255, 0.95);
  padding: 4rem 6rem;
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 4.8rem;
  display: none;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

.menu_all .bd {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 0 3%;
}

.menu_all .bd li a {
  opacity: 0.9;
  color: #000;
}

.menu_all .bd li a:hover {
  opacity: 1;
  color: #273e8a;
}

.menu_all .bd h4 {
  margin-bottom: 2rem;
}

.menu_all .bd h4 a {
  font-weight: bold;
  font-size: 1.8rem;
  color: #273e8a;
}

.menu_all .close {
  opacity: 0.4;
  font-size: 5rem;
  cursor: pointer;
  z-index: 99;
}

.menu_all .ft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 5rem;
  right: 5%;
}

.menu_all .ft .search {
  width: 50rem;
  border-radius: 6rem;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 3rem;
  display: flex;
  align-items: center;
}

.menu_all .ft .search input {
  height: 6rem;
  font-size: 1.6rem;
}

.menu_all .ft .search i {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(/skin/images/search.png) center no-repeat;
  background-size: 100% 100%;
}

.menu_all .language {
  display: flex;
  align-items: center;
  width: 14rem;
  background: #273e8a;
  border-radius: 4rem;
  padding: 1px;
}

.menu_all .language a {
  flex: 1;
  text-align: center;
  color: #fff;
  border-radius: 4rem;
  line-height: 3.9rem;
}

.menu_all .language a.on {
  background: #fff;
  color: #273e8a;
}

.footer {
  background-color: #273e8a;
  line-height: 3.5rem;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer .hd, .footer .bd, .footer .ft {
  display: flex;
  justify-content: space-between;
}

.footer .logo_b {
  width: 50rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.5);
}

.footer a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer .hd {
  padding: 10rem 10rem 6rem;
}

.footer .hd h4 {
  font-size: 1.8rem;
  color: #fff;
  padding-bottom: 2rem;
}

.footer .bd {
  margin: 0 10rem;
  border-top: 1px solid #223883;
  padding: 6rem 0;
}

.footer .bd p {
  padding: 5rem 0 0;
}

.footer .bd .share {
  display: flex;
}

.footer .bd .share .down {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 150px;
  display: none;
}

.footer .bd .share .down img {
  border-radius: 1rem;
}

.footer .bd .share > div {
  position: relative;
  margin-right: 3rem;
}

.footer .bd .share > div:hover .down {
  display: block;
}

.footer .bd .code {
  margin-right: 2rem;
  width: 12.7rem;
}

.footer .ft {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 1.5rem 5%;
  background-color: #223883;
}

.footer .ft li a {
  color: rgba(255, 255, 255, 0.7);
  margin-left: 4rem;
}

/**/

.infospace {
  padding-top: 15rem;
}

.infospace02 {
  padding-top: 15rem;
}

.infospace01 {
  padding-top: 13rem;
}

.title_common {
  position: relative;
}

.title_common span {
  font-family: Gotham-Bold;
  opacity: 0.5;
  color: #e6e8ed;
  font-size: 15rem;
  line-height: 15rem;
  font-weight: bold;
  text-transform: uppercase;
}

.title_common b {
  font-size: 5.2rem;
  position: absolute;
  left: 0;
  top: 6rem;
  line-height: 4.8rem;
  letter-spacing: 2px;
}

.title_common b::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  right: -3rem;
  border: 4px solid #273e8a;
  position: absolute;
  top: 0;
  box-sizing: border-box;
}

.title_common .aftercolor::after {
  border-color: #273e8a;
}

.business {
  padding: 12rem 0 20rem;
}

.business ul {
  display: flex;
  flex-wrap: wrap;
  margin: -2.3rem;
  font-size: 1.6rem;
}

.business ul li {
  width: 50%;
  padding: 2.3rem;
}

.business ul li:nth-child(1) {
  width: 100%;
  padding: 2.3rem;
}

.business ul li .box {
  position: relative;
  padding: 6.5rem 5.5rem;
  height: 40.8rem;
  overflow: hidden;
  background-image: linear-gradient(to right, #f3f5f7, #e7eaef);
  border-radius: 2rem;
}

.business ul li .pic {
  position: absolute;
  right: 0;
  max-width: 50%;
  bottom: 0;
}

.business ul li .btn {
  display: block;
  background-color: #fff;
  border-radius: 5rem;
  width: 15rem;
  line-height: 5rem;
  padding-left: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 6.5rem;
  left: 5.5rem;
  overflow: hidden;
}

.business ul li .btn span {
  position: relative;
  z-index: 3;
}

.business ul li .btn:before {
  z-index: 0;
  content: '';
  display: block;
  width: 0;
  transition: all 0.6s;
  height: 100%;
  background-color: #273e8a;
  position: absolute;
  left: 0;
  top: 0;
}

.business ul li .btn::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 3rem;
}

.business ul li .btn:hover::after {
  border-color: #fff;
}

.business ul li .btn:hover {
  color: #fff;
}

.business ul li .btn:hover:before {
  width: 100%;
}

.business ul li dd {
  color: #747474;
  font-family: Gotham-Bold;
  text-transform: uppercase;
  margin-top: 1rem;
}

.business ul li dt {
  font-size: 3.6rem;
  font-weight: bold;
}

.business ul li dd::after {
  content: "";
  display: block;
  width: 5rem;
  height: 5px;
  border-radius: 5px;
  background: #273e8a;
  margin-top: 2.5rem;
}

/**/

.services {
  padding-top: 11rem;
}

.services .title {
  font-size: 4.8rem;
  position: relative;
  font-weight: bold;
  line-height: 4.8rem;
  letter-spacing: 2px;
}

.services .part_first {
  padding: 8rem 0;
}

.services .part_first .bd {
  padding-top: 10rem;
}

.services .part_first .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -2.7rem;
}

.services .part_first .bd ul li {
  width: 33.333%;
  padding: 2.7rem;
}

.services .part_first .bd ul li a {
  display: block;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  height: 32.7rem;
  text-align: center;
  padding-top: 5rem;
  font-size: 1.6rem;
}

.services .part_first .bd ul li a p {
  color: #999;
  margin-top: 2rem;
}

.services .part_first .bd ul li a h4 {
  font-size: 2.4rem;
  margin-top: 3rem;
}

.services .part_first .bd ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 10.5rem;
  height: 10.5rem;
}

.services .part_first .bd ul li .icon1 {
  background: url(/skin/images/4_03.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li .icon2 {
  background: url(/skin/images/4_06.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li .icon3 {
  background: url(/skin/images/4_07.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li .icon4 {
  background: url(/skin/images/4_14.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li .icon5 {
  background: url(/skin/images/4_16.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li .icon6 {
  background: url(/skin/images/4_17.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li:hover .icon1 {
  background: url(/skin/images/4_03_on.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li:hover .icon2 {
  background: url(/skin/images/4_06_on.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li:hover .icon3 {
  background: url(/skin/images/4_07_on.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li:hover .icon4 {
  background: url(/skin/images/4_14_on.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li:hover .icon5 {
  background: url(/skin/images/4_16_on.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li:hover .icon6 {
  background: url(/skin/images/4_17_on.png) center no-repeat;
  background-size: 100% 100%;
}

.services .part_first .bd ul li a:hover {
  color: #fff;
  background: #273e8a;
}

.services .part_first .bd ul li a:hover p {
  color: #fff;
}

.services .part_two {
  height: 30rem;
  display: flex;
  align-items: center;
  background: url(/skin/images/4_23.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 3rem;
  line-height: 5rem;
}

.services .part_two .btn {
  display: block;
  background-color: #fff;
  color: #273e8a;
  font-size: 2.4rem;
  width: 26rem;
  border-radius: 6rem;
  text-align: center;
  line-height: 6.6rem;
  font-weight: bold;
}

.services .part_two .btn i {
  display: inline-block;
  vertical-align: middle;
  background: #273e8a;
  margin: -3px 0 0 5rem;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.services .part_two .btn i::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 42%;
}

.services .part_three {
  padding: 11rem 0;
  background-color: #f8f9fb;
}

.services .part_three .bd {
  padding-top: 9rem;
}

.services .part_three .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -3.3rem;
}

.services .part_three .bd ul li {
  width: 50%;
  padding: 3.3rem;
}

.services .part_three .bd ul li .flex {
  border: 1px solid #ddd;
  padding: 3.5rem;
  background: #fff;
  border-radius: 1rem;
}

.services .part_three .bd ul li p {
  font-size: 1.6rem;
  color: #999;
  line-height: 2.4rem;
  margin-top: 1rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.services .part_three .bd ul li h4 {
  font-size: 2.4rem;
}

.services .part_three .bd .pic {
  width: 10.4rem;
  margin-right: 4rem;
}

/**/

.contact .title {
  font-weight: bold;
  font-size: 3.6rem;
}

.contact .part_one {
  padding: 15rem 0;
}

.contact .part_one .title {
  color: #273e8a;
}

.contact .part_one .bd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 5rem;
  margin-top: 5rem;
}

.contact .part_one .bd .code {
  border: 1px solid #ddd;
  width: 140px;
  height: 140px;
}

.contact .part_one .bd ul img {
  margin-right: 2rem;
}

.contact .part_two {
  background: url(/skin/images/6_06.jpg) bottom center no-repeat #f8f9fb;
  background-size: 100% auto;
  padding: 11rem 0 53rem;
  height: 140rem;
  color: #000;
}

.contact .part_two .bd {
  margin-top: 9rem;
}

.contact .part_two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem;
}

.contact .part_two .bd ul li {
  width: 50%;
  padding: 2.5rem;
  font-size: 1.6rem;
  line-height: 3.6rem;
}

.contact .part_two .bd ul li .flex {
  background-color: #fff;
  padding: 3.5rem 5rem;
  border-left: 3px solid transparent;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.contact .part_two .bd ul li .flex h4 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000;
}

.contact .part_two .bd ul li .flex:hover {
  border-left: 3px solid #273e8a;
}

.contact .part_two .bd ul li img {
  width: 9rem;
  height: 9rem;
}

/**/

.newsdetail {
  padding: 14rem 0 10rem;
}

.newsdetail .data {
  font-size: 2.4rem;
  color: #a0a0a0;
  padding-left: 3rem;
  margin-bottom: 3rem;
  background: url(/skin/images/8_03.png) left center no-repeat;
  font-weight: bold;
}

.newsdetail .main {
  display: flex;
}

.newsdetail h1 {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 5rem;
  color: #000;
}

.newsdetail .bd {
  padding: 8rem 0;
  color: #666;
  font-size: 1.6rem;
  line-height: 3.6rem;
}

.newsdetail .bd p {
  padding: 1rem 0;
}

.newsdetail .bd img {
  margin: 2rem 0;
}

.newsdetail .ft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 4rem;
  font-size: 1.6rem;
}

.newsdetail .ft a {
  color: #666;
}

.newsdetail .ft .prev::before {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  vertical-align: middle;
  margin: -3px 1rem 0 0;
  border-width: 0 0 1px 1px;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.newsdetail .ft .next::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  vertical-align: middle;
  margin: -3px 0 0 1rem;
  border-width: 1px 1px 0 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.newsdetail .ft .btn {
  display: inline-block;
  width: 16.4rem;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 4rem;
  line-height: 4.6rem;
}

.newsdetail .ft .btn img {
  margin-right: 0.5rem;
}

.sidecommon {
  width: 30rem;
  margin-left: 8rem;
  position: sticky;
  top: 12rem;
}

.sidecommon .part_one .title {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 6rem;
}

.sidecommon .part_one li {
  margin-bottom: 2rem;
  background-color: #f7f9fa;
  border-radius: 1rem;
  overflow: hidden;
}

.sidecommon .part_one li .pic {
  height: 20rem;
}

.sidecommon .part_one li dd {
  font-size: 1.4rem;
  background: url(/skin/images/8_03.png) left center no-repeat;
  background-size: 12px auto;
  padding-left: 20px;
  margin-top: 1rem;
  color: #999;
}

.sidecommon .part_one li dl {
  padding: 1.5rem;
}

.sidecommon .part_one li dt {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.sidecommon .part_one .more {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 6rem;
  color: #273e8a;
  border: 1px solid #273e8a;
  font-size: 1.8rem;
}

.sidecommon .part_two {
  position: relative;
}

.sidecommon .part_two img {
  width: 100%;
}

.sidecommon .part_two p {
  position: absolute;
  color: #fff;
  left: 3rem;
  top: 3rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.sidecommon .part_two p::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 2px;
  margin-top: 3rem;
  background-color: #fff;
}

.sidecommon .part_three {
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 5rem;
  padding-bottom: 4rem;
  background-color: #fff;
}

.sidecommon .part_three .title, .prodetail .hd .title {
  font-weight: bold;
  font-size: 2.6rem;
  border-bottom: 1px solid #d8dfe6;
  padding: 3rem 3rem 2.5rem;
}

.sidecommon .part_three .title span::before, .prodetail .hd .title span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 2.5rem;
  border-radius: 5px;
  margin-right: 2rem;
  background-color: #273e8a;
}

.sidecommon .part_three li {
  padding: 2rem 6rem;
  border-bottom: 1px solid #d8dfe6;
}

.sidecommon .part_three li p {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #8d8d8d;
}

.sidecommon .part_three li h4 {
  font-weight: bold;
  font-size: 1.8rem;
}

/**/

.probanner {
  /*height: 67.7rem;*/
  height: 56rem;
  background: url(/skin/images/2_01.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}

.probanner p::before {
  content: "";
  display: block;
  width: 7.4rem;
  height: 5px;
  border-radius: 5px;
  background-color: #273e8a;
  margin: 4rem 0;
}

.probanner p {
  font-size: 1.6rem;
  max-width: 68rem;
  line-height: 3rem;
  position: absolute;
  top: 25rem;
}

.probanner .title_common span {
  opacity: 0.1;
}

/**/

.prodetail {
  padding: 8rem 0 12rem;
  background-image: linear-gradient(to bottom, #f5f8fb, #fff);
}

.prodetail .sidecommon {
  float: right;
  margin: 0;
}

.prodetail .main > .flex_item {
  width: calc(100% - 38rem);
}

.prodetail .hd .title {
  padding-left: 0;
}

.prodetail .bd p {
  font-size: 1.6rem;
  color: #747474;
  line-height: 3rem;
  margin: 4rem 0 0;
}

.prodetail .bd h3 {
  font-weight: bold;
  font-size: 3rem;
  margin-top: 8rem;
}

.prodetail .bd img {
  margin-top: 4rem;
}

/**/

.news {
  padding: 10rem 0;
}

.news .tabtitle {
  font-size: 1.8rem;
}

.news .tabtitle li {
  margin-right: 7rem;
  padding-bottom: 3rem;
  position: relative;
}

.news .tabtitle li.on {
  font-weight: bold;
  font-size: 2.4rem;
}

.news .tabtitle li.on::after {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4px;
  background-color: #273e8a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news .tabcontent {
  padding: 9rem 0;
  border-bottom: 2px solid #f3f6f7;
}

.news .tabcontent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -3.5rem;
}

.news .tabcontent ul li {
  width: 28%;
  margin-right: 2%;
  /* padding: 3.5rem;*/
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin-top: 3.5rem;
}

.news .tabcontent ul .news_pic {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}

.news .tabcontent ul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 0;
}

.news .tabcontent ul .box {
  position: relative;
  /*height: 45.5rem;*/
  height: 30rem;
  padding: 4rem;
  font-size: 1.6rem;
  background: url(/skin/images/7_05.jpg) center no-repeat;
  background-size: cover;
}

.news .tabcontent ul .data {
  font-size: 1.8rem;
  position: relative;
  z-index: 3;
}

.news .tabcontent ul h4 {
  font-weight: bold;
  display: none;
  position: absolute;
  z-index: 3;
  top: 4rem;
  right: 4rem;
}

.news .tabcontent ul p {
  font-size: 2.4rem;
  line-height: 4rem;
  position: relative;
  z-index: 3;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.news .tabcontent ul .more {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  font-weight: bold;
}

.news .tabcontent ul .box:hover {
  color: #fff;
}

.news .tabcontent ul .box:hover::after {
  content: "";
  display: block;
  background-color: rgba(39, 62, 138, 1);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.news .tabcontent ul .box:hover .more {
  display: none;
}

.news .tabcontent ul .box:hover h4 {
  display: block;
}

.news .tabcontent ul .box:hover p {
  display: block;
  overflow: visible;
}

.news .tabcontent ul .box:hover img {
  opacity: 1;
}

.jobs_list ul{
    width:100%; 
}
.jobs_list ul li{
    background:#fafafa ;
    border:1px #dadada solid;
    box-sizing: border-box;
}

.pages {
  padding-top: 8.5rem;
}

.pages a {
  margin-right: 2rem;
}

.pages a {
  display: inline-block;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 5rem;
  border: 1px solid #eee;
  padding: 0 2rem;
  color: #999999;
}

span.page-status {
  display: none
}

.pages a.page-num-current {
  background-color: #f3f6f7;
}

/**/

.jobs {
  padding: 10rem 0;
}

.jobs .tabtitle2 {
  font-size: 1.8rem;
}

.jobs .tabtitle2 .city{
    margin-right: 7rem;
    padding-bottom: 3rem;
    position: relative;
}

.jobs .tabtitle2 li {
  margin-right: 7rem;
  padding-bottom: 3rem;
  position: relative;
}
.jobs .tabtitle2 li a:hover{
    color:#273e8a;
    font-weight: bold;
    
}
.jobs .tabtitle2 li.on {
  font-weight: bold;
  font-size: 2rem;
}

.jobs .tabtitle2 .city_all .on {
  font-weight: bold;
  font-size: 2.4rem;
  color:#273e8a;
}

.jobs .tabtitle2 li.on::after {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4px;
  background-color: #273e8a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.jobs .tabtitle2 .city_all .on::after {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4px;
  background-color: #273e8a;
  position: absolute;
  bottom: 0;
  left: 0;
}


.jobs .tabtitle1 {
  font-size: 1.8rem;
  margin-bottom:2rem;
}
.jobs .tabtitle1 li {
  margin-right: 7rem;
  padding-bottom: 3rem;
  position: relative;
}

.jobs .tabtitle1 li.on a {
  font-weight: bold;
  font-size:1.8rem;
  background: #273e8a;
  color:#fff;
  padding:1rem 3rem;
  border-radius:0.5rem;
}



/**/

.research .part_one {
  position: relative;
  padding: 12rem 0 0 0;
}

.research .part_one .bd {
  max-width: 58rem; /*  max-width: 52rem;*/
  min-height: 53.5rem;
}

.research .part_one .pic {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.research .part_one .bd h4 {
  color: #747474;
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin-top: 10rem;
}

.research .part_one .part01 {
  margin-bottom: 5rem;
}

.research .part_one .bd ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.research .part_one .bd ul li {
  width: 50%;
  padding-top: 7rem;
}

.research .part_one .bd ul li img {
  margin-right: 2rem;
}

.research .part_one .bd h3 {
  color: #747474;
  font-size: 1.8rem;
  line-height: 3.6rem;
}

.research .part_one .bd h3::after {
  content: "";
  display: block;
  height: 5px;
  width: 7.8rem;
  border-radius: 5px;
  margin: 9rem 0 2rem;
  background-color: #273e8a;
}

.research .part_two {
  background-color: #f2f6f9;
  padding: 13rem 0;
}

.research .part_two .hd p {
  color: #747474;
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin-top: 5rem;
  width: 46rem;
}

.research .part_two .bd {
  position: relative;
  min-height: 53.4rem;
}

.research .part_two .pic {
  position: absolute;
  left: 0;
  top: 50%;
  height: 54rem;
  object-fit: cover;
  border-radius: 0 3rem 3rem 0;
  transform: translate(0, -50%);
  width: 50%;
}

.research .part_two .hd {
  margin-bottom: 9rem;
}

.research .part_two .hd .side {
  width: 55.5rem;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.research .part_two .hd .side dd {
  color: #747474;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}

.research .part_two .hd .side dt {
  font-weight: bold;
  font-size: 1.8rem;
  color: #273e8a;
}

.research .part_two .hd .side dt span {
  font-size: 4.8rem;
  font-family: DIN-Bold;
}

.research .part_two .box {
  width: 55.5rem;
  position: relative;
  z-index: 9;
  max-width: 100%;
}

.research .part_two .box li {
  background-color: #fff;
  overflow: hidden;
  border-radius: 2rem;
  cursor: pointer;
}

.research .part_two .box li p {
  font-size: 1.5rem;
  color: #747474;
  padding: 3rem 4rem;
  display: none;
  line-height: 2.8rem;
}

.research .part_two .box li + li {
  margin-top: 1.8rem;
}

.research .part_two .box li dl {
  padding: 2rem 4rem;
}

.research .part_two .box li dt {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.research .part_two .box li dt::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #273e8a;
  transform: translate(0, -50%);
}

.research .part_two .box li dd {
  font-size: 1.6rem;
  color: #afaeae;
  margin-top: 1rem;
}

.research .part_two .box li.on p {
  display: block;
}

.research .part_two .box li.on dl {
  color: #fff;
  background-color: #273e8a;
  border-radius: 2rem;
  padding: 3.5rem 4rem;
}

.research .part_two .box li.on dt {
  font-size: 2.4rem;
}

.research .part_two .box li.on dt::after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 9px solid #fff;
}

.research .part_two .box li.on dd {
  font-size: 2rem;
  color: #5695ff;
  margin-top: 1rem;
}

.research .part_three {
  padding: 13rem 0;
}

.research .part_three h4 {
  font-size: 1.8rem;
  color: #747474;
  margin: 3rem 0 8rem;
}

.research .part_three .bd {
  position: relative;
}

.research .part_three .bd .box {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 2rem;
  height: 29rem;
  padding-top: 6rem;
  font-size: 2rem;
  font-weight: bold;
}

.research .part_three .bd .box p {
  margin-top: 4rem;
}

.research .part_three .swiper {
  margin: 0 -2rem;
  padding-bottom: 8rem;
}

.research .part_three .swiper-pagination {
  top: auto;
  bottom: 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #273e8a;
}

.swiper-button-next, .swiper-button-prev {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 5.9rem;
  height: 5.9rem;
  color: #999;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #273e8a;
  color: #fff;
  border-color: #273e8a;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.2rem;
}

.research .part_three .swiper-button-next, .research .part_three .swiper-button-prev {
  top: -16rem;
  margin: 0;
}

.research .part_three .swiper-button-prev {
  left: auto;
  right: 10rem;
}

.research .part_four {
  height: 83.2rem;
  background: url(/skin/images/3_35.jpg) center no-repeat;
  background-size: cover;
  padding-top: 13rem;
  color: #fff;
}

.research .part_four .bd {
  max-width: 69rem;
  font-size: 1.6rem;
}

.research .part_four .bd h4 {
  font-size: 3.6rem;
  line-height: 5.4rem;
  margin-top: 9rem;
}

.research .part_four .bd h4::after {
  content: "";
  display: block;
  height: 5px;
  width: 7.7rem;
  border-radius: 5px;
  background-color: #7ad8ff;
  margin: 5rem 0;
}

.research .part_four .bd p {
  line-height: 3.6rem;
  font-size: 1.8rem;
  margin-top: 10rem;
}

.research .part_four .title span::after {
  border-color: #fff;
}

.research .title span {
  font-size: 4.8rem;
  position: relative;
  font-weight: bold;
  line-height: 4.8rem;
  letter-spacing: 2px;
}

/*
.research .title span::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  right: -3rem;
  border: 4px solid #273e8a;
  position: absolute;
  top: 0;
  box-sizing: border-box;
}*/

.research .part_fire {
  padding: 11rem 0;
  height: 90rem;
  background: url(/skin/images/bg_zb.jpg) center no-repeat;
}

.research .part_fire .dm {
  font-size: 2.4rem;
  color: #666;
}

.research .part_fire .dm b {
  color: #273e8a;
}

.research .part_fire .bd {
  position: relative;
  text-align: center;
}

.research .part_fire .bd span {
  font-size: 45rem;
  font-family: DIN-Bold;
  background: linear-gradient(to bottom, #faf0e1, #fffbf4);
  -webkit-background-clip: text;
  color: transparent;
}

.research .part_fire .bd p {

  position: absolute;
  width: 56%;
  margin: 0 10% 0 30%;
  margin-top: 10rem;
  top: 50%;
  transform: translate(0, -50%);
  color: #333;
  font-size: 2.2rem;
  line-height: 5.4rem;
  text-align: left;
  color: #747474;
}

.scrollside {
  position: fixed;
  bottom: 50%;
  left: 2.5rem;
  margin-bottom: -168px;
  z-index: 98;
  color: #89909b;
  font-size: 1.4rem;
  line-height: 6rem;
  transition: all 1s;
}

.scrollside.on {
  display: none;
}

.scrollside::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #cad4e2;
  width: 1px;
  left: 8px;
  top: 2.7rem;
  bottom: 2.7rem;
}

.scrollside li {
  padding-left: 3.5rem;
  position: relative;
  cursor: pointer;
}

.scrollside li::before {
  content: "";
  display: block;
  z-index: 5;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cad4e2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 5px;
}

.scrollside li.on::before {
  border: 5px solid #dae6f9;
  background-color: #273e8a;
  margin: 0;
}

/**/

.aboutus .title span {
  font-size: 4.8rem;
  position: relative;
  font-weight: bold;
  line-height: 4.8rem;
  letter-spacing: 2px;
}

/*.aboutus .title span::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  right: -3rem;
  border: 4px solid #273e8a;
  position: absolute;
  top: 0;
  box-sizing: border-box;
}*/

/**/

.aboutus {
  font-size: 1.6rem;
}

.aboutus .part_one {
  height: 60rem;
  margin-top: 7rem;
  background: url(/skin/images/5_02.png) bottom center no-repeat;
  background-size: 100% auto;
}


.aboutus .part_one .hd p {
  line-height: 3rem;
  color: #666666;
  max-width: 80rem;
  margin-bottom: 1rem;

}

.aboutus .part_one .hd p:nth-child(2) {
  max-width: 50rem;
}

.aboutus .part_one .bd dt {
  font-weight: bold;
  font-size: 2.6rem;
  margin-top: 6rem;
}

.aboutus .part_one .bd dt span {
  color: #273e8a;
  font-size: 6rem;
  font-family: DIN-Bold;
}

.aboutus .part_one .bd dd {
  font-size: 1.8rem;
}

.aboutus .part_two {
  background: url(/skin/images/5_03.jpg) bottom center no-repeat;
  background-size: cover;
  height: 84.6rem;
  padding-top: 11rem;
}

.aboutus .part_two .bd {
  width: 70%;
  float: left;
  padding-top: 15rem;
}

.aboutus .part_two .bd ul {
  display: flex;
  font-size: 1.8rem;
  line-height: 3.6rem;
  flex-wrap: wrap;
  /*margin: -6rem;*/
}

.aboutus .part_two .bd ul li {
  width: 50%;
  padding: 6rem;
}

.aboutus .part_two .bd ul li dd {
  margin-top: 2rem;
}

.aboutus .part_two .bd ul li dt {
  font-weight: bold;
  position: relative;
  font-size: 2.4rem;
}

.aboutus .part_two .bd ul li:hover img {
  /*transform: rotateY(360deg);*/
}

.aboutus .part_two .bd ul li dt img {
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -19px;
}

.aboutus .part_three {
  background: url(/skin/images/5_05.jpg) bottom center no-repeat;
  background-size: cover;
  padding-top: 12rem;
  height: 98rem;
  position: relative;
}

.aboutus .part_three .bd {
  height: 100%;
  width: 80%;
  /* padding: 0 10%;*/
  position: absolute;
  top: 0;
  left: 10%;
  box-sizing: border-box;
}


.aboutus .part_three .bd:before {
  content: "";
  display: block;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 0;
  width: 100%;
  top: 40rem;
}

.aboutus .part_three .bd .line {
  width: 100%;
  position: absolute;
  top: 40rem;
  /* margin-left:5%;*/
}

.aboutus .part_three .bd ul.line-s {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -1.5rem;

}

.aboutus .part_three .bd ul.line-s li {
  width: 5%;
  height: 1.5rem;
  border-left: 1px #ccc solid;
}

.aboutus .part_three .bd ul.line-s li:nth-child(5n) {
  height: 2.5rem;
}

.aboutus .part_three .bd .Swiper-stroy {
  /* height: 100%;*/
  margin-top: 30rem;
}

.aboutus .part_three .bd .Swiper-stroy .swiper-slide {
  display: flex;
  align-items: center;
}

.aboutus .part_three .flex {
  width: 70%;
  font-size: 2rem;
  color: #747474;
  padding-top: 40rem;
  padding-left: 12rem;
}

.aboutus .part_three .flex span {
  font-size: 10rem;
  color: #273e8a;
  font-family: DIN-Bold;
  padding-right: 10rem;
  line-height: 10rem;
}


.aboutus .part_three .swiper-button-next,
.aboutus .part_three .swiper-button-prev {
  top: auto;
  margin: 0;
  bottom: 0;
}

.aboutus .part_three .swiper-button-next {
  right: 10rem;
  top: 20rem;
  border: none;
}

.aboutus .part_three .swiper-button-prev {
  left: 0;
  top: 20rem;
  border: none;
}

.aboutus .part_three .swiper-button-prev::after {
  content: "";
  background: url(/skin/images/icon-left.png) no-repeat center;
  background-size: 100%;
  width: 5rem;
  height: 5rem;

}

.aboutus .part_three .swiper-button-next::after {
  content: "";
  background: url(/skin/images/icon-right.png) no-repeat center;
  background-size: 100%;
  width: 5rem;
  height: 5rem;

}

.aboutus .part_three .swiper-button-prev:hover::after {
  content: "";
  background: url(/skin/images/icon-left-1.png) no-repeat center;
  background-size: 100%;

}

.aboutus .part_three .swiper-button-next:hover::after {
  content: "";
  background: url(/skin/images/icon-right-1.png) no-repeat center;
  background-size: 100%;


}

.aboutus .part_three .bd dl {
  text-align: center;
  flex: 1;
  margin-bottom: 5rem;
}

.aboutus .part_three .bd dt {
  font-size: 2.8rem;
  font-family: DIN-Bold;
  color: #b7b7b7;
  margin-bottom: 6rem;
}

.aboutus .part_three .bd dd {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #b32f33;
  margin: 1rem auto 4.5rem;
  position: relative;

}

.aboutus .part_three .bd .swiper-slide-thumb-active dt {
  /*opacity: 0;*/
  color: #273e8a;
}

.aboutus .part_three .bd .swiper-slide-thumb-active dd {
  background-color: #b32f33;
  border: 1px #b32f33 solid;

}

.aboutus .part_three .bd .swiper-slide-thumb-active dd:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  background: rgba(179, 47, 51, 0.2);
  width: 4rem;
  height: 4rem;
  animation: scalecir 2s linear 0s infinite alternate;


}

.aboutus .part_three .ft {
  position: absolute;
  left: 10%;
  line-height: 3.2rem;
  font-size: 1.6rem;
  right: 5%;
  z-index: 10;

}

/*.aboutus .part_three .swiper {
  height: 55rem;
  margin: 11rem 0 0;
}

.aboutus .part_three .box .year {
  writing-mode: vertical-lr;
  font-family: Gotham-Bold;
  font-size: 8rem;
  color: #273e8a;
}

.aboutus .part_three .box .line {
  position: relative;
  border-left: 1px solid #273e8a;
  margin: 0 9rem;
  padding-bottom: 5rem;
}

.aboutus .part_three .box .line::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 1.4rem;
  border-radius: 50%;
  background-color: #273e8a;
}

.aboutus .part_three .box .line::after {
  content: "";
  display: block;
  width: 20px;
  height: 42px;
  margin: 0 auto;
  background: url(/skin/images/down_03.png) center bottom no-repeat #fff;
  position: absolute;
  padding-top: 10px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.aboutus .part_three .box {
  display: flex;
}

.aboutus .part_three dt {
  font-size: 3rem;
  color: #cccccc;
  font-family: Gotham-Bold;
}

.aboutus .part_three dd {
  font-size: 3.6rem;
  margin-top: 1rem;
  font-weight: bold;
}

.aboutus .part_three ul {
  margin-top: 7rem;
}

.aboutus .part_three ul li {
  display: flex;
  font-size: 1.8rem;
  line-height: 4rem;
  color: #666;
}

.aboutus .part_three ul li span {
  display: block;
  width: 11rem;
}*/

.aboutus .part_guimo {
  background: url(/skin/images/about_map.jpg) top right no-repeat;
  background-size: 100% auto;
  padding-top: 12rem;
  /*height: 85rem;*/
  position: relative;
}

.aboutus .part_guimo ul.name {
  width: 50rem;
  margin-top: 10rem;
}

.aboutus .part_guimo ul.name li {
  font-size: 1.8rem;
  height: 2.8rem;
  margin-bottom: 3rem;
}

.aboutus .part_guimo ul.name li span {
  background: #273e8a;
  color: #fff;
  padding: 0.5rem 1rem;
}

.aboutus .part_guimo ul.name li:nth-child(1) span {
  background: #b32f33;
}


.aboutus .part_guimo ul.num {
  width: 80rem;
  left: 20%;
  margin-top: 10rem;
}

.aboutus .part_guimo ul.num li {
  width: 30%;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  float: left;
}

.aboutus .part_guimo ul.num li p {
  font-size: 3rem;
  font-family: DIN-Bold;
  font-weight: bold;
  color: #273e8a;
}

.aboutus .part_guimo ul.num li p span {
  vertical-align: super;
}

.aboutus .part_four, .aboutus .part_fire {
  padding: 10rem 0 ;
}

.aboutus .part_four .tab li {
  font-size: 2.4rem;
  margin-left: 5rem;
  cursor: pointer;
}

.aboutus .part_four .tab li.on {
  color: #273e8a;
}

.aboutus .part_four .swiper {
 /* padding-bottom: 9rem;*/
}

.aboutus .part_four .swiper-pagination {
  top: auto;
  bottom: 0;
}

.aboutus .part_four .swiper-button-prev {
  left: -8rem;
  top: 20rem;
}

.aboutus .part_four .swiper-button-next {
  right: -8rem;
  top: 20rem;
}

.aboutus .part_four .bd {
  margin-top: 9rem;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
}

.aboutus .part_four .bd .box {
  height: 35.5rem;
  background: url(/skin/images/5_53.jpg) center no-repeat;
  background-size: 100% 100%;
  border: 1px solid #eee;
  padding-top: 7rem;
  border-radius: 1rem;
}

.aboutus .part_four .bd .box h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 4rem;
}

.aboutus .part_four .bd .box img {
  height: 98px;
}

.aboutus .part_four .bd .box .hover {
  display: none;
}

.aboutus .part_four .bd .box:hover {
  color: #fff;
  background: url(/skin/images/5_52.jpg) center no-repeat;
  background-size: 100% 100%;
}

.aboutus .part_four .bd .box:hover .pic {
  display: none;
}

.aboutus .part_four .bd .box:hover .hover {
  display: inline-block;
}

.aboutus .part_four .bd .mySwiper2 .box {
  height: 24rem;
  padding-top: 2rem;
  background: url(/skin/images/5_54.jpg) center no-repeat;
  background-size: 100% 100%;
}

.aboutus .part_four .bd .mySwiper2 .box:hover {
  color: #fff;
  background: url(/skin/images/5_52.jpg) center no-repeat;
  background-size: 100% 100%;
}

.aboutus .part_fire .swiper-button-next, .aboutus .part_fire .swiper-button-prev {
  position: static;
}

.aboutus .part_fire .swiper-button-next {
  margin-left: 2rem;
}

.aboutus .part_fire .info {
  position: relative;
  margin-top: 10rem;
  padding-left: 50%;
}

.aboutus .part_fire .bd {
  margin-left: -700px;
}

.aboutus .part_fire .swiper-slide {
  width: 40%;
  font-size: 2rem;
}

.aboutus .part_fire img {
  width: 100%;
  border-radius: 2rem;
}

.aboutus .part_fire .swiper-slide p {
  margin-top: 2rem;
}

.aboutus .part_fire .swiper-slide .pic {
  border-radius: 2rem;
}

.aboutus .part_six {
  background-color: #f1f4fb;
  padding: 12rem 0;
}

.aboutus .part_six .bd {
  position: relative;
  margin-top: 11rem;
  height: 63.3rem;
}

.aboutus .part_six .bd .container {
  position: relative;
  height: 100%;
}

.aboutus .part_six .bd .box {
  position: absolute;
  top: 50%;
  width: 55%;
  /* right: 0;*/
  left: 0;
  transform: translate(0, -50%);
}

.aboutus .part_six .bd .box li {
  padding: 1.4rem 0;
}

.aboutus .part_six .bd .box .flex {
  background-color: #fff;
  padding: 3rem 6rem;
  border-radius: 10px;
}

.aboutus .part_six .bd .box .flex:hover img {
  /*transform: rotateY(360deg);*/

}

.aboutus .part_six .bd .box .flex p {
  line-height: 2.6rem;
  color: #747474;
  margin-top: 1.2rem;
}

.aboutus .part_six .bd .box .flex h4 {
  font-weight: bold;
  font-size: 2.4rem;
}

.aboutus .part_six .bd .box .flex .flex_item {
  padding-left: 9rem;
}

.aboutus .part_six .pic {
  position: absolute;
  /*left: 0;*/
  right: 0;
  top: 50%;
  width: 55%;
  transform: translate(0, -50%);
}

.aboutus .part_seven {
  padding: 15rem 0;

}

.aboutus .part_seven .bd {
  margin-top: 9rem;
  position: relative;
}

.aboutus .part_seven .swiper {
  height: 36rem;
  text-align: center;
  margin: -2rem -4rem;
}

.aboutus .part_seven .swiper-slide {
  height: calc(100% / 2);
}

.aboutus .part_seven .swiper .pic {
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 2rem 4rem;
}


.aboutus .part_seven .swiper-button-next, .aboutus .part_seven .swiper-button-prev {
  top: -9.5rem;
}

.aboutus .part_seven .swiper-button-prev {
  left: auto;
  right: 9rem;
}

.aboutus .part_seven .swiper-button-next {
  right: 0;
}

.aboutus .part_jobs {
  padding: 15rem 0;
  height: 90rem;
}

.aboutus .part_jobs .pic {
  width: 48%;
  float: right;
  margin: 10rem 0;
}

/*.aboutus .part_jobs ul {
  width: 40%;
  float: left;
  margin: 10rem 0;
}

.aboutus .part_jobs ul li a {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 5rem;
  color: #000;
  display: block
}

.aboutus .part_jobs ul li a p {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 1.5rem;
  color: #999
}*/

.aboutus .part_jobs ul {
  width: 45%;
  float: left;
  margin: 10rem 0;
}

.aboutus .part_jobs ul li a{
  width:100%;
  height:16rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom:7rem;
  font-size:1.6rem;
  box-sizing:border-box;
  padding:3rem 3rem 3rem 8rem;
  color:#666;
  display: block;
  position: relative;
  background:-webkit-linear-gradient(#f1f4fb, #ffffff); /* Safari 5.1 - 6.0 */
  background:-o-linear-gradient(#f1f4fb, #ffffff); /* Opera 11.1 - 12.0 */
  background:-moz-linear-gradient(#f1f4fb,#ffffff); /* Firefox 3.6 - 15 */
  background: linear-gradient(#f1f4fb，#ffffff); /* 标准的语法(必须放在最后) */
}

.aboutus .part_jobs ul li a p{
    font-size:2.4rem;
    line-height: 6rem;
    color:#283f8a;
    font-weight: bold;
}

.aboutus .part_jobs ul li a span{
    position: absolute;
    right: 6rem;
    top: 7rem;
   
}
.aboutus .part_jobs ul li a:hover{
    background: #283f8a;
    color:#efefef;
}
.aboutus .part_jobs ul li a:hover p,.aboutus .part_jobs ul li a:hover a{ color:#fff;}



.part_seven_01 {
  padding: 10rem 0 0 0;
  background-color: #f2f6f9;
}

.part_seven_01 .bd {
  margin-top: 10rem;
  position: relative;
}

.part_seven_01 .swiper {
  height: 36rem;
  text-align: center;
  margin: -2rem -4rem;
}

.part_seven_01 .swiper-slide {
  height: calc(100% / 2);
}

.part_seven_01 .swiper .pic {
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 2rem 4rem;
}

.part_seven_01 .swiper-button-next, .part_seven_01 .swiper-button-prev {
  top: 8rem;
}

.part_seven_01 .swiper-button-prev {
  left: auto;
  left: -10rem;
}

.part_seven_01 .swiper-button-next {
  right: -10rem;
}

.part_seven_01 ul.logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 10rem;
}

.part_seven_01 ul.logo li {
  width: 16%;
}

.part_seven_01 ul.logo li .pic {
  border-radius: 1rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin: 1rem 2rem;
}


/**/

.swiper-pointer-events.swiper-vertical, .swiper-pointer-events {
  overflow: hidden;
}

.pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: none;
}

.pop .close {
  font-size: 5rem;
  position: absolute;
  top: 100%;
  right: 50%;
  line-height: 4rem;
  cursor: pointer;
}

.pop .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 760px;
  max-width: 95%;
  color: #fff;
  font-size: 1.8rem;
}

.pop .dialog p {
  margin-top: 2rem;
}

.pop .dialog img {
  /*width: 100%;*/
  width: auto;
  height: auto;
  max-height: 700px;
  max-width: 800px;

  object-fit: cover;
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  html {
    font-size: 9px;
  }

  .header .nav {
    padding-right: 5%;
  }

  .header .nav > li > ul {
    width: 130%;
  }

  .header .nav > li {
    padding: 0 2.5rem;
    font-size: 1.8rem;
  }

  .header_info .nav > li > a {
    font-size: 1.8rem;
  }

  .header .logo_txt {
    margin-left: 2rem;
    padding-left: 2rem;
  }

  .dropdown {
    padding-left: 2rem;
  }

  .circle_curl .icon11 {
    right: -20rem !important;
  }

  .circle_curl .icon10 {
    left: -20rem !important;
  }

  .container {
    width: 1200px;
  }

  .dropdown .down {
    left: 0;
  }
 .aboutus .part_jobs ul { width:45%;margin: 8rem 0;} 
 .aboutus .part_jobs ul li{  height:16rem;  margin-bottom:5rem;  padding:3rem;}
 .aboutus .part_jobs ul li a{ padding:3rem 5rem}
  .aboutus .part_jobs ul li a span{  right: 6rem;  top: 7rem;}
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 8px;
  }

  .header .nav {
    padding-right: 10%;
  }

  .header .nav > li > ul {
    width: 130%;
  }

  .header .nav > li {
    padding: 0 1.8rem;
    font-size: 1.8rem;
  }

  .header .logo_txt {
    margin-left: 2rem;
    padding-left: 2rem;
  }

  .dropdown {
    padding-left: 2rem;
  }

  .dropdown .down {
    left: 0;
  }

  .container {
    width: 1000px;
  }

  .aboutus .part_fire .bd {
    margin-left: -500px;
  }

  .news .tabcontent ul .news_pic {
    height: 20rem;
  }
   .aboutus .part_jobs ul { width:45%; margin: 8rem 0;} 
 .aboutus .part_jobs ul li{  height:15rem;  margin-bottom:5rem;  padding:3rem;}
 .aboutus .part_jobs ul li a{ padding:3rem 5rem;}
  .aboutus .part_jobs ul li a span{  right: 6rem;  top: 7rem;}
}

@media screen and (min-width: 821px) and (max-width: 1200px) {
  html {
    font-size: 8px;
  }

  .header .nav > li > ul {
    width: 130%;
  }

  .scrollside {
    display: none;
  }

  .header .nav > li > a {
    line-height: 8rem;
    font-size: 1.8rem;
  }


  .header .nav > li {
    padding: 0 2rem;
    font-size: 1.8rem;
  }

  .header {
    font-size: 1.3rem;
    padding: 2rem 3rem;
  }

  .header .nav {
    padding-right: 0;
    display: none;
  }

  .header.on .m_nav i {
    background: #999;
  }

 /* .m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }

  .m_nav i {
    display: block;
    height: 2px;
    background: #ddd;
    margin-bottom: 6px;
  }*/
  .m_nav {
    display: block;
    position: absolute;
    right: 5rem;
    top: 2.5rem;
    z-index: 99;
    background: #273e8a;
    color:#fff;
    padding:0.5rem 1rem;
    font-size:1rem;
    width: 7rem;
    text-align: center;
    border-radius: 0.2rem;
  }

  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .cross i:nth-of-type(2) {
    opacity: 0;
  }

  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .menu_all {
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .menu_all .bd {
    display: block;
  }

  .menu_all .bd h4 {
    padding: 1.5rem;
    margin: 0;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  .menu_all .bd h4::after {
    content: '+';
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
  }

  .menu_all .ft {
    margin: 0;
    padding: 2rem 1.5rem;
  }

  .menu_all .bd ul {
    display: none;
    padding: 1rem 2rem;
    flex-wrap: wrap;
    background-color: #f8f8f8;
  }

  .menu_all .bd ul li {
    display: inline-block;
    width: 49%;
    line-height: 3rem;
  }

  .menu_all .bd h4 a {
    font-size: 1.4rem;
  }

  .menu_all .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: none;
    color: #999;
  }

  .menu_all .ft .search {
    position: relative;
    flex: 1;
    padding: 0 1rem;
    width: auto;
  }

  .menu_all .language {
    width: 10rem;
    margin-left: 1rem;
  }

  .menu_all .language a {
    line-height: 3rem;
  }

  .menu_all .ft .search input {
    font-size: 1.4rem;
    height: 4rem;
  }

  .searchicon {
    display: none;
  }

  .dropdown {
    padding-left: 2rem;
  }

  .header .logo_txt {
    margin-left: 2rem;
    padding-left: 2rem;
  }

  .footer .hd {
    padding: 3rem 5%;
  }

  .footer .bd {
    margin: 0 5%;
  }

  .title_common span {
    font-size: 10rem;
  }

  .infospace {
    padding-top: 10rem;
  }

  .container {
    width: 800px;
  }

  .aboutus .part_one .hd p:nth-child(2) {
    max-width: 40rem;
  }

  .aboutus .part_six .pic {
    height: auto;
    max-height: 63rem;
  }

  .aboutus .part_seven .swiper {
    height: 25rem;
  }

  .news .tabcontent ul {
    margin: -1.5rem;
  }

  .news .tabcontent ul li {
    padding: 1.5rem;
  }

  .aboutus .part_guimo {
    background: url(/skin/images/about_map.jpg) top right no-repeat;
    background-size: 100%;
    padding-top: 8rem;
    height: 70rem;
    overflow: hidden;
  }

  .aboutus .part_guimo ul.name {
    margin-top: 8rem;
  }

  .aboutus .part_guimo ul.name li {
    margin-bottom: 2rem;
  }

  .aboutus .part_guimo ul.num {
    width: 80rem;
    left: 20%;
    margin-top: 5rem;
  }

  .aboutus .part_guimo ul.num li {
    width: 30%;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    float: left;
  }

  .aboutus .part_guimo ul.num li p {
    font-size: 3rem;
    font-family: DIN-Bold;
    font-weight: bold;
    color: #273e8a;
  }

  .aboutus .part_guimo ul.num li p span {
    vertical-align: super;
  }
   .aboutus .part_jobs ul { width:48%; margin: 10rem 0;} 
 .aboutus .part_jobs ul li{  height:10rem;  margin-bottom:5rem;}
 .aboutus .part_jobs ul li a{ padding:1.5rem 4rem;  height:13rem; }
  .aboutus .part_jobs ul li a span{  right: 6rem;  top: 7rem;}
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  html {
    font-size: 8px;
  }

  .header {
    padding: 1.5rem;
    z-index: 99;
  }

  .header .logo {
    width: 12rem;
    height: 3.2rem;
  }

  .header .dropdown, .searchicon, .header .nav {
    display: none;
  }

  .header .nav {
    display: none;
  }

  .header.on .m_nav i {
    background: #999;
  }

  /*.m_nav {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 25px;
    z-index: 99;
  }

  .m_nav i {
    display: block;
    height: 2px;
    background: #ddd;
    margin-bottom: 6px;
  }*/
  .m_nav {
    display: block;
    position: absolute;
    right:5rem;
    top: 2rem;
    z-index: 99;
    background: #273e8a;
    color:#fff;
    padding:0.5rem 1rem;
    font-size:1rem;
    width: 7rem;
    text-align: center;
    border-radius: 0.2rem;
  }

  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .cross i:nth-of-type(2) {
    opacity: 0;
  }

  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .menu_all {
    padding: 0;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .menu_all .bd {
    display: block;
  }

  .menu_all .bd h4 {
    padding: 1.5rem;
    margin: 0;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  .menu_all .bd h4::after {
    content: '+';
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
  }

  .menu_all .ft {
    margin: 0;
    padding: 2rem 1.5rem;
  }

  .menu_all .bd ul {
    display: none;
    padding: 1rem 2rem;
    flex-wrap: wrap;
    background-color: #f8f8f8;
  }

  .menu_all .bd ul li {
    display: inline-block;
    width: 49%;
    line-height: 3rem;
  }

  .menu_all .bd h4 a {
    font-size: 1.4rem;
  }

  .menu_all .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: none;
    color: #999;
  }

  .menu_all .ft .search {
    position: relative;
    flex: 1;
    padding: 0 1rem;
    width: auto;
  }

  .menu_all .language {
    width: 10rem;
    margin-left: 1rem;
  }

  .menu_all .language a {
    line-height: 3rem;
  }

  .menu_all .ft .search input {
    font-size: 1.4rem;
    height: 4rem;
  }

  .scrollside {
    display: none;
  }

  .aboutus .part_one .hd p:nth-child(2) {
    max-width: 80rem;
  }

  .aboutus .part_one {
    background: url(/skin/images/5_02.png) bottom right no-repeat;
    height: 70rem;
    background-size: 120% auto;
  }

  .dropdown {
    padding-left: 2rem;
  }

  .title_common span {
    font-size: 10rem;
  }

  .infospace {
    padding-top: 10rem;
  }

  .business {
    padding: 6rem 0;
  }

  .business ul li dt {
    font-size: 2.4rem;
  }

  .title_common b, .research .title span, .aboutus .title span {
    font-size: 3.5rem;
  }

  .research .part_one .bd h3 {
    font-size: 2.4rem;
    line-height: 4rem;
  }

  .research .part_one, .research .part_two, .research .part_three {
    padding: 8rem 0;
  }

  .research .part_one .bd {
    min-height: auto;
    max-width: 100%;
  }

  .research .part_one .bd br {
    display: none;
  }

  .research .part_three .bd .box {
    font-size: 1.6rem;
    margin: 1rem;
  }

  .research .part_four .bd h4 {
    font-size: 2.4rem;
  }

  .research .part_one .bd h3::after {
    margin-top: 3rem;
  }

  .research .part_one .bd ul li {
    padding-top: 3rem;
  }

  .research .part_one .pic, .research .part_two .pic {
    position: static;
    width: 80%;
    margin: 0 10%;
    transform: translate(0, 0);
    margin-top: 3rem;
    border-radius: 2rem;
  }

  .research .part_two {
    position: relative;
  }

  .research .part_two .hd .side {
    position: absolute;
    right: 10%;
    top: 13rem;
    width: 30rem;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .research .part_two .hd .side dl {
    width: 50%;
  }

  .research .part_two .hd .side dl:nth-child(2) {
    width: 40%;
    margin-left: 10%;
  }


  .research .part_two .pic {
    margin: 0 10% 3rem 10%;
  }

  .research .part_two .box {
    width: 100%;
  }

  .research .part_two .hd {
    margin-bottom: 4rem;
    display: block;
  }

  .research .part_fire .bd span {
    font-size: 35rem;
  }

  .research .part_fire .bd p {
    font-size: 2rem;
  }

  .searchicon {
    margin-left: 1rem;
  }

  .footer .hd {
    /*padding: 3rem 5%;*/
  }

  .footer .bd {
    margin: 0;
    padding: 3rem 5%;
  }

  .footer .ft ul {
    display: none
  }

  .footer .ft {
    padding: 1.5rem 5%;
    font-size: 1.2rem;
  }


  .footer .logo_b {
    width: 100%
  }

  .footer .logo_b img {
    width: 100%
  }

  .prodetail {
    padding: 5rem 0;
  }

  .prodetail .sidecommon.hidden-xs {
    display: none;
  }

  .prodetail .sidecommon.visible-xs {
    display: block;
    margin-top: 4rem;
  }

  .prodetail .main > .flex_item {
    width: 100%;
  }

  .prodetail .bd p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 3rem;
  }

  .prodetail .bd h3 {
    font-size: 2rem;
    margin-top: 4rem;
  }

  .services {
    padding: 0;
  }

  .services .part_first {
    padding: 4rem 0;
  }

  .services .title {
    font-size: 2.4rem;
  }

  .services .part_first .bd ul li {
    width: 50%;
  }

  .services .part_two {
    font-size: 2rem;
  }

  .services .part_three .bd ul {
    margin: -1rem;
  }

  .services .part_three .bd ul li {
    padding: 1rem;
  }

  .services .part_three .bd ul li .flex {
    padding: 1.5rem;
  }

  .services .part_three {
    padding: 7rem 0;
  }

  .services .part_three .bd {
    padding-top: 6rem;
  }

  .services .part_three .bd ul li h4, .services .part_first .bd ul li a h4 {
    font-size: 1.8rem;
  }

  .services .part_three .bd .pic {
    margin-right: 2rem;
  }

  .aboutus .part_two .bd {
    width: 100%;
    float: none;
  }

  .aboutus .part_fire .info {
    padding: 0;
  }

  .aboutus .part_fire .bd {
    margin: 0;
    padding: 0 5%;
  }

  .aboutus .part_fire .swiper-slide {
    font-size: 1.6rem;
  }

  .aboutus .part_six .bd .box {
    position: static;
    width: 100%;
    transform: translate(0, 0);
  }

  .aboutus .part_guimo {
    background: url(/skin/images/about_map.jpg) center right no-repeat;
    background-size: 95%;
    padding-top: 12rem;
    height: 98rem;
  }

  .aboutus .part_guimo ul.num {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .aboutus .part_guimo ul.num li {
    width: 30%
  }

  .aboutus .part_guimo ul.num li:nth-child(1) {
    padding-top: 1rem;
  }

  .aboutus .part_six .pic {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    border-radius: 2rem;
  }

  .aboutus .part_six .bd {
    height: auto;
    margin-top: 4rem;
  }

  .aboutus .part_six, .aboutus .part_seven, .contact .part_one, .contact .part_two {
    padding: 7rem 0;
  }

  .aboutus .part_jobs {
    padding: 5rem 0;
    height: 60rem;
  }

  .aboutus .part_six .pic {
    width: 70%;
    margin: 0 15%;
  }

  .aboutus .part_jobs .pic {
    display: none;
  }

  .aboutus .part_jobs ul {
    width: 100%;
  }
 .aboutus .part_jobs ul li:hover{    
  background:-webkit-linear-gradient(#f1f4fb, #ffffff); /* Safari 5.1 - 6.0 */
  background:-o-linear-gradient(#f1f4fb, #ffffff); /* Opera 11.1 - 12.0 */
  background:-moz-linear-gradient(#f1f4fb,#ffffff); /* Firefox 3.6 - 15 */
  background: linear-gradient(#f1f4fb，#ffffff); /* 标准的语法(必须放在最后) */
  color:#666;}
 .aboutus .part_jobs ul li:hover p{color:#283f8a;}
 .aboutus .part_jobs ul li:hover a{color:#283f8a;}

  .aboutus .part_seven .swiper {
    height: auto;
    margin: 0;
  }

  .aboutus .part_seven .swiper .pic {
    margin: 1.5rem;
  }

  .aboutus .part_six .bd .box ul {
    padding-top: 1.4rem;
  }

  .aboutus .part_seven .bd {
    margin-top: 5rem;
  }

  .contact .part_one .bd {
    font-size: 1.4rem;
    line-height: 3.6rem;
  }

  .contact .part_one .bd .code {
    width: 10rem;
    height: 10rem;
  }

  .contact .title {
    font-size: 2.4rem;
  }

  .contact .part_two .bd ul li .flex {
    padding: 1.5rem;
    color: #000;
  }

  .contact .part_two .bd ul li .flex h4 {
    font-size: 1.6rem;
  }

  .contact .part_two .bd ul {
    margin: -1rem;
  }

  .contact .part_two .bd {
    margin-top: 4rem;
  }

  .contact .part_two .bd ul li {
    padding: 1rem;
    width: 100%;
  }

  .contact .part_two {
    padding-bottom: 14rem;
  }

  .news .tabtitle li {
    margin-right: 3rem;
  }

  .news .tabcontent ul li {
    width: 45%;
    padding: 1.5rem;
  }

  .news .tabcontent ul {
    margin: -1.5rem;
  }

  .pages {
    padding-top: 4rem;
  }

  .news, .newsdetail {
    padding: 7rem 0;
  }

  .newsdetail .main {
    display: block;
  }

  .sidecommon {
    position: static;
    width: 100%;
    margin: 4rem 0 0;
  }

  .newsdetail h1, .aboutus .part_three dd {
    font-size: 2.4rem;
  }

  .newsdetail .bd {
    padding: 3rem 0;
  }

  .research .part_three .swiper {
    margin: 0;
  }

  .container {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .pop .dialog {
    top: 40%
  }

  .pop .close {
    /* top: -50px;
     right: 10px;*/
    top: 110%;
    right: 50%;
    margin-right: -2.5rem;
  }

  .pop .picCon {
    width: 100%;
    margin: 0 auto;
  }

  .aboutus .part_four .swiper-button-prev {
    left: 270px;
    top: -10px;
  }

  .aboutus .part_four .swiper-button-next {
    right: 0;
    top: -10px;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding: 3rem 15px 0;
  }

  .header {
    box-sizing: border-box;
    width: 100%;
    padding: 2rem 1.5rem;
    z-index: 99;
  }

  .header .logo {
    width: 12rem;
    height: 3.2rem;
  }

  .header.on .m_nav i {
    background: #999;
  }

  /*.m_nav {
    position: absolute;
    right: 15px;
    top: 3rem;
    width: 25px;
    z-index: 99;
  }

  .m_nav i {
    display: block;
    height: 2px;
    background: #ddd;
    margin-bottom: 6px;
  }*/

.m_nav {
    display: block;
    position: absolute;
    right:2rem;
    top: 2.2rem;
    z-index: 99;
    background: #273e8a;
    color:#fff;
    padding:0.5rem 0.2rem;
    font-size:1rem;
    width: 5rem;
    text-align: center;
    border-radius: 0.2rem;
  }

  .cross i:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .cross i:nth-of-type(2) {
    opacity: 0;
  }

  .cross i:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .menu_all {
    padding: 0;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .menu_all .bd {
    display: block;
  }

  .menu_all .bd h4 {
    padding: 0 1.5rem;
    margin: 0;
    border-bottom: 1px solid #eee;
    /*新增样式*/
    display: flex;
    /*align-items: center;*/
  }

  .menu_all .bd h4 a {
    display: block;
    padding: 1.5rem 0;
    flex-shrink: 0;
  }

  .menu_all .bd h4 .icon {
    flex-grow: 1;
    position: relative;
    /*text-align: right;*/
  }


  .menu_all .bd h4 .icon::after {
    content: '+';
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
  }

  .menu_all .bd h4.on .icon::after {
    content: '-';
  }

  .menu_all .ft {
    margin: 0;
    padding: 2rem 1.5rem;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .menu_all .bd ul {
    display: none;
    padding: 1rem 2rem;
    flex-wrap: wrap;
    background-color: #f8f8f8;
  }

  .menu_all .bd ul li {
    display: inline-block;
    width: 49%;
    line-height: 3rem;
  }

  .menu_all .bd h4 a {
    font-size: 1.4rem;
    color: #000;
  }

  .menu_all .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: none;
    color: #999;
  }

  .menu_all .ft .search {
    flex: 1;
    padding: 0 1rem;
    width: 32rem;
  }

  .menu_all .language {
    width: 10rem;
    margin-left: 1rem;
  }

  .menu_all .language a {
    line-height: 3rem;
  }

  .menu_all .ft .search input {
    font-size: 1.4rem;
    height: 4rem;
  }

  /**/
  .title_common {
    height: 7rem;
    text-indent: 0.8rem;
  }

  .title_common span {
    font-size: 4.8rem;
    line-height: 6rem;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
  }

  .title_common b {
    font-size: 3rem;
    position: absolute;
    top: 1.5rem;
  }

  .header .dropdown, .searchicon, .header .nav {
    display: none;
  }

  .header .logo_txt {
    margin-left: 1rem;
    padding-left: 1rem;
    font-size: 1.4rem;
  }

  .infospace {
    padding-top: 7rem;
  }


  .business {
    padding: 3rem 0;
  }

  .business ul {
    margin: -0.5rem;
  }

  .business ul li {
    padding: 0.5rem;
    width: 100%;
  }
.business ul li:nth-child(1) {
  width: 100%;
  padding: 0.5rem;
}
  .business ul li .box {
    padding: 3rem;
    height: 24rem;
  }

  .business ul li dt {
    font-size: 1.6rem;
  }

  .business ul {
    font-size: 1.2rem;
  }

  .business ul li .btn {
    left: 3rem;
    bottom: 3rem;
    width: 10rem;
    line-height: 3rem;
    padding-left: 1rem;
  }

  .business ul li .btn::after {
    right: 1.5rem;
  }

  .footer .hd {
    /*padding: 5rem 1.5rem 0;*/
    padding: 5rem 1.5rem;
    flex-wrap: wrap;
    justify-content: inherit;
  }

  .footer .logo_b {
    width: 100%
  }

  .footer .logo_b img {
    width: 100%
  }

  .footer .hd h4 {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }

  .footer .hd .box {
    width: 33.333%;
    text-align: center;
  }

  .footer .hd ul {
    display: none;
  }

  .footer {
    font-size: 1.4rem;
    line-height: 3rem;
  }

  .footer .ft {
    font-size: 1.2rem;
    display: block;
    line-height: 1.8rem;
    padding: 1.5rem;
  }

  .footer .ft ul {
    display: none;
  }

  .footer .ft li a {
    margin: 0 1rem 0 0;
  }

  .footer .bd li span {
    display: block;
    font-weight: bold;
    color: #fff;
  }

  .footer .bd li {
    margin-bottom: 1.5rem;
  }

  .footer .bd {
    display: block;
    margin: 0;
    flex: 1;
    border: none;
    padding: 0 3rem 1.5rem;
  }

  .footer .bd .share, .footer .bd .gz {
    display: none;
  }

  .footer .bd .flex img {
    display: none;
  }

  .footer .bd .logo_b img {
    padding: 3rem 0
  }

  .aboutus .part_four .bd .box img {
    height: 12rem
  }

  .aboutus .part_guimo {
    background: url(/skin/images/about_map_m.png) top center no-repeat;
    background-size: 100%;
    padding-top: 0;
    height: 80rem;
    overflow: hidden;
  }


  .aboutus .part_guimo ul.num {
    width: 100%;
    margin-top: 66rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .aboutus .part_guimo ul.name {
    display: none;
  }

  .aboutus .part_guimo ul.num li {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }

  .aboutus .part_guimo ul.num li:nth-child(1) {
    padding-top: 1rem;
  }

  .aboutus .part_guimo ul.num li p {
    font-size: 2rem;
    font-family: DIN-Bold;
    font-weight: bold;
    color: #273e8a;
    height: 3rem;
  }

  .aboutus .part_guimo ul.num li p span {
    vertical-align: super;
  }
  .aboutus .part_jobs ul{ display:flex; justify-content:space-between; }
  .aboutus .part_jobs ul li{margin-bottom:2rem; width:47%;}
  .aboutus .part_jobs ul li a{height:20rem; font-size:1.6rem;}
  .aboutus .part_jobs ul li p{display:inline-block; margin-right:2rem;  font-size:2rem;}
  .aboutus .part_jobs ul li a span{ position:absolute; width:100%; left:3rem;  top:auto; bottom:3rem; display:block; margin-top:0; font-size:1.4rem; } 
  .aboutus .part_jobs ul li:hover{    
  background:-webkit-linear-gradient(#f1f4fb, #ffffff); /* Safari 5.1 - 6.0 */
  background:-o-linear-gradient(#f1f4fb, #ffffff); /* Opera 11.1 - 12.0 */
  background:-moz-linear-gradient(#f1f4fb,#ffffff); /* Firefox 3.6 - 15 */
  background: linear-gradient(#f1f4fb，#ffffff); /* 标准的语法(必须放在最后) */
  color:#666;}
 .aboutus .part_jobs ul li:hover p{color:#283f8a;}
 .aboutus .part_jobs ul li:hover a{color:#283f8a;}
 .aboutus .part_jobs {
    margin: 0;
    padding: 0;
    height: 60rem;
  }

  .aboutus .part_jobs .pic {
    width: 100%;
    margin: 2rem 0;
  }

 .aboutus .part_jobs ul {
    width: 100%;
    margin: 0;
   /* margin-top: 3rem;*/
  }

  .aboutus .part_jobs ul li a {
    font-size: 1.6rem;
    line-height: 3rem;
    padding:2rem 3rem;
  }

  .aboutus .part_jobs ul li a p {
    font-size: 2rem;
    line-height: 4rem;

  }
  /**/
  .probanner {
    height: 42rem;
  }

  .infospace01 {
    padding-top: 8rem;
  }

  .probanner p {
    font-size: 1.3rem;
    line-height: 2rem;
    top: 18rem;
    padding: 0 2rem 0 1rem;
    box-sizing: border-box;
    max-width: 100%;
  }

  .probanner p::before {
    margin: 1.5rem 0;
  }

  .prodetail .sidecommon {
    float: none;
  }

  .sidecommon {
    position: relative;
    width: 100%;
    top: 0;
    margin: 0;
  }

  .sidecommon .part_two {
    display: none
  }

  .prodetail {
    /*padding: 3rem 0;*/
    padding: 0;
  }

  .sidecommon .part_three {
    margin-bottom: 1.5rem;
  }

  .prodetail .main > .flex_item {
    width: 100%;
  }

  .prodetail .bd h3 {
    margin-top: 2rem;
    font-size: 1.8rem;
  }

  .prodetail .bd p {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }

  .prodetail .bd img {
    margin-top: 1.5rem;
  }

  .sidecommon .part_three .title, .prodetail .hd .title {
    font-size: 2rem;
    padding: 1rem 0 3rem;
  }


  /**/
  .research .part_one {
    padding: 2rem 1.5rem;
  }

  .research .part_one .container {
    padding: 0;
  }

  .research .part_one .bd h3 {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }

  .research .part_one .part01 {
    margin: 3rem 0 1rem 0;
  }

  .research .part_one .bd h3::after {
    margin-top: 2rem;
  }

  .research .part_one .bd ul li {
    padding-top: 1.5rem;
  }

  .research .part_one .bd ul li img {
    width: 4rem;
    margin-right: 1rem;
  }

  .research .part_one .bd ul {
    font-size: 1.4rem;
  }

  .research .part_one .pic {
    position: static;
    width: 100%;
    border-radius: 2rem;
    margin-top: 4rem;
    transform: translate(0, 0);
  }

  .research .part_one .bd {
    min-height: auto;
  }

  .research .part_two {
    padding: 3rem 1.5rem;
  }

  .research .part_two .container {
    padding: 0;
  }

  .research .part_two .box li p {
    padding: 2rem;
  }

  .research .part_two .hd {
    display: block;
    margin-bottom: 4rem;
  }

  .research .title span {
    font-size: 2.4rem;
  }

  .research .part_two .hd p {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin: 0 0 2rem;
    width: 100%;
  }

  .research .part_two .hd .side dt span {
    font-size: 3rem;
  }

  .research .part_two .box {
    width: 100%;
  }

  .research .part_two .pic {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    border-radius: 2rem;
    margin-bottom: 2rem;
  }

  .research .part_two .hd .side dd, .research .part_three h4 {
    font-size: 1.4rem;
  }

  .research .part_one .bd h4 {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-top: 2rem;
  }

  .research .part_three {
    padding: 3rem 0;
    overflow: hidden;
  }

  .research .part_three h4 {
    margin: 1.5rem 0;
  }

  .research .part_three .swiper {
    padding-bottom: 2rem;
  }

  .part_seven_01 {
    padding: 0;
    overflow: hidden;
  }

  .part_seven_01 .bd {
    margin-top: 1rem;
  }

  .part_seven_01 .swiper-button-prev {
    left: 35%;
    top: 25rem;
  }

  .part_seven_01 .swiper-button-next {
    right: 35%;
    top: 25rem;
  }

  .part_seven_01 ul.logo {
    padding-bottom: 6rem;
    margin-top: 5rem;
  }

  .part_seven_01 ul.logo li {
    width: 25%;
    margin-bottom: 1rem;
  }

  .part_seven_01 ul.logo li .pic {
    border-radius: 0.2rem;
    margin: 0.5rem 1rem;
  }


  .research .part_four {
    height: 60rem;
    padding: 0;
    background: url(/skin/images/7501200.jpg) center no-repeat;
    background-size: cover;
  }

  .research .part_four .bd h4 {
    font-size: 1.4rem;
    margin-top: 3rem;
    line-height: 2.6rem;
  }

  .research .part_four .bd p {
    font-size: 1.4rem;
    margin-top: 3rem;
    line-height: 2.6rem;
  }


  .research .part_four .bd h4::after {
    margin: 2rem 0;
  }

  .research .part_fire .bd span {
    font-size: 15rem;
  }

  .research .part_fire .bd p {
    font-size: 1.4rem;
    position: static;
    margin: 6rem 5% 0 5%;
    line-height: 2.6rem;
    width: 90%;
  }

  .research .part_fire {
    padding: 0;
    background: url(/skin/images/bg_zb.jpg) bottom right no-repeat;
    background-size: 100%;
    height: 50rem;
  }

  .research .part_fire .dm, .research .part_three .bd .box {
    font-size: 1.6rem;
  }

  .scrollside {
    display: none;
  }

  .services {
    padding-top: 0;
  }

  .services .part_first {
    padding: 3rem 0;
  }

  .services .title {
    font-size: 2rem;
  }

  .services .part_first .bd {
    padding-top: 2rem;
  }

  .services .part_first .bd ul {
    margin: -0.5rem;
  }

  .services .part_first .bd ul li {
    width: 50%;
    padding: 0.5rem;
  }

  .services .part_first .bd ul li a {
    height: 18rem;
    font-size: 1.2rem;
    padding-top: 2rem;
  }

  .services .part_first .bd ul li i {
    width: 5rem;
    height: 5rem;
  }

  .services .part_first .bd ul li a h4 {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }

  .services .part_first .bd ul li a p {
    margin-top: 1rem;
    padding: 0 1.5rem;
  }

  .services .part_two .flex {
    display: block;
    font-size: 2rem;
    line-height: 3.6rem;

  }

  .services .part_two .btn {
    font-size: 1.8rem;
    margin-top: 4rem;
    line-height: 5rem;
    width: 18rem;
  }

  .services .part_three {
    padding: 3rem 0;
  }

  .services .part_three .bd {
    padding-top: 2rem;
  }

  .services .part_three .bd ul {
    margin: 0;
  }

  .services .part_three .bd ul li {
    width: 100%;
    padding: 1rem 0;
  }

  .services .part_three .bd ul li .flex {
    padding: 1.5rem;
  }

  .services .part_three .bd .pic {
    margin-right: 1.5rem;
  }

  .services .part_three .bd ul li p {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .services .part_three .bd ul li h4 {
    font-size: 1.6rem;
  }

  .contact .part_one {
    padding: 3rem 0;
  }

  .contact .part_two {
    padding: 3rem 0 10rem;
  }

  .contact .title {
    font-size: 2rem;
  }

  .contact .part_one .bd {
    display: block;
    line-height: 3.6rem;
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .contact .part_one .bd .code {
    margin-top: 2rem;
    display: none;
  }

  .contact .part_two .bd {
    margin-top: 2rem;
  }

  .contact .part_two .bd ul {
    margin: 0;
  }

  .contact .part_two .bd ul li {
    width: 100%;
    padding: 1rem 0;
  }

  .contact .part_two .bd ul li .flex {
    padding: 1.5rem;
  }

  .contact .part_two .bd ul li .flex h4 {
    font-size: 1.6rem;
  }

  .news .tabtitle li {
    margin-right: 2rem;
    padding-bottom: 1.5rem;
  }

  .news .tabtitle {
    font-size: 1.4rem;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .news .tabtitle li.on {
    font-size: 1.6rem;
  }

  .news, .news .tabcontent {
    padding: 2rem 0;
  }

  .news .tabcontent ul {
    margin: 0;
  }

  .news .tabcontent ul li {
    width: 100%;
    margin-bottom: 2rem;
  }

  .news .tabcontent ul .box {
    height: 15em;
    padding: 2rem;
  }

  .news .tabcontent ul p {
    margin-top: 2rem;
    line-height: 2.6rem;
  }

  .news .tabcontent ul .more {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-weight: bold;
  }

  .pages li {
    margin-right: 0.5rem;
  }

  .pages li a {
    line-height: 3rem;
    font-size: 1.2rem;
    padding: 0 1rem;
  }

  .pages {
    padding-top: 2rem;
  }

  .news .tabcontent ul .data, .news .tabcontent ul .box, .newsdetail .data, .sidecommon .part_one .more, .aboutus {
    font-size: 1.4rem;
  }

  .news .tabcontent ul p, .newsdetail h1 {
    font-size: 1.8rem;
  }

  .newsdetail {
    padding: 10rem 0 0;
  }

  .newsdetail .main {
    display: block;
  }

  .newsdetail h1 {
    line-height: 3rem;
  }

  .newsdetail .bd {
    padding: 2rem 0;
    font-size: 1.4rem;
    line-height: 3rem;
  }

  .sidecommon .part_one .title {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
  }

  .sidecommon .part_one .more {
    line-height: 4rem;
  }

  .newsdetail .data {
    margin-bottom: 1.5rem;
  }

  .aboutus .part_one {
    margin-top: 1rem;
    height: auto;
    background: #fff;
  }

  .aboutus .part_one .bd dt {
    margin-top: 2rem;
    font-size: 1.6rem;
  }

  .aboutus .title span {
    font-size: 2.4rem;
  }

  .aboutus .part_two {
    height: auto;
    background: url(/skin/images/7501112.jpg) center no-repeat;
    background-size: cover;
    padding: 3rem 0;
  }

  .aboutus .part_two .title {
    margin-bottom: 2rem;
  }

  .aboutus .part_two .bd {
    float: none;
    width: 100%;
    padding: 0;
  }

  .aboutus .part_two .bd ul {
    margin: 0;
  }

  .aboutus .part_two .bd ul li {
    width: 100%;
    padding: 1.5rem 0;
  }

  .aboutus .part_two .bd ul {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .aboutus .part_two .bd ul li dd {
    margin-top: 1rem;
  }

  .aboutus .part_two .bd ul li dt {
    font-size: 1.6rem;
    padding-left: 3rem;
  }

  .aboutus .part_two .bd ul li dt img {
    left: 0;
    width: 2.3rem;
    margin-top: -1.3rem;
  }


  .aboutus .part_three {
    padding: 3rem 0;
    height: 60rem;
    background-size: 100%;
    background-position: right bottom;
  }

  /*
  .aboutus .part_three .bd {
    width: 100%;
    left: 0;
  }
  */

  .aboutus .part_three .bd .line {
    top: 25rem;
  }

  .aboutus .part_three .bd:before {
    top: 25rem
  }

  .aboutus .part_three .bd .Swiper-stroy {
    margin-top: 5rem;
    /*z-index: 999;*/
  }

  .aboutus .part_three .swiper {
    width: 100%;
    margin: 3rem 0 0;
    height: 40rem;
  }

  .aboutus .part_three .box {
    display: block;
  }

  .aboutus .part_three .flex {
    width: 100%;
    display: block;
  }

  .aboutus .part_three .flex span {
    font-size: 5rem;
    margin-right: 2rem;
  }

  .aboutus .part_three .ft {
    /* bottom: 20vh;*/
    font-size: 1.4rem;
    line-height: 2.4rem;
    top: 5rem;
    left: 0;
    right: 0;
  }

  .aboutus .part_three .ft .swiper {
    padding-bottom: 5vh;
  }

  .aboutus .part_three .box .year {
    writing-mode: inherit;
    font-size: 3rem;
  }

  .aboutus .part_three .box .line {
    display: none;
  }

  .aboutus .part_three ul {
    margin-top: 2rem;
  }

  .aboutus .part_three .bd ul.line-s {
    display: none;
  }

  .aboutus .part_three .bd dt {
    font-size: 2.2rem;
    margin-bottom: 0;
    margin-top: 6rem;
  }

  .aboutus .part_three dd {
    font-size: 2rem;
  }

  .aboutus .part_three .bd dd {
    margin: 1rem auto 5rem;
  }

  .aboutus .part_three ul li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }


  .aboutus .part_four, .aboutus .part_fire {
    padding: 2rem 0 5rem 0;
  }

  .aboutus .part_four .tab li {
    font-size: 1.6rem;
    margin-left: 2rem;
  }

  .aboutus .part_four .bd {
    margin-top: 2rem;
  }

  .aboutus .part_four .swiper {
    padding-bottom: 3rem;
  }

  .aboutus .part_six .bd .box {
    position: static;
    width: 100%;
    transform: translate(0, 0);
  }

  .aboutus .part_fire .info {
    margin-top: 2rem;
    padding: 0;
  }

  .aboutus .part_fire .bd {
    margin: 0;
    padding: 0 1.5rem;
  }

  .aboutus .part_fire .swiper-slide {
    font-size: 1.4rem;
  }

  .aboutus .part_fire .swiper-slide p {
    margin-top: 1rem;
  }

  .aboutus .part_six {
    padding: 3rem 0;
  }

  .aboutus .part_six .pic {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    border-radius: 1rem;
    width: 92%;
    margin: 0 4%;
  }

  .aboutus .part_six .bd .container {
    padding-top: 1rem;
  }

  .aboutus .part_six .bd {
    height: auto;
    margin-top: 5rem;
  }

  .aboutus .part_six .bd .box ul {
    padding-top: 1rem;
  }

  .aboutus .part_six .bd .box .flex {
    padding: 1.5rem;
  }

  .aboutus .part_six .bd .box .flex .flex_item {
    padding-left: 1.5rem;
  }

  .aboutus .part_six .bd .box .flex h4 {
    font-size: 1.6rem;
  }

  .aboutus .part_six .bd .box img {
    width: 4rem;

  }

  .aboutus .part_six .bd .box .flex:hover img {
    transform: none;
  }

 

  .aboutus .part_seven .swiper .pic {
    margin: 0.5rem;
  }

  .aboutus .part_seven .swiper {
    height: auto;
    margin: 0;
  }

  .aboutus .part_seven .bd {
    margin-top: 2rem;
  }

  .aboutus .part_seven {
    padding: 3rem 0;
  }


  /**/
  .aboutus .part_three .flex {
    width: 80%;
    font-size: 1.6rem;
    color: #747474;
    padding-top: 20rem;
    padding-left: 10%;
  }


  .aboutus .part_three .swiper-button-next,
  .aboutus .part_three .swiper-button-prev {
    top: auto;
    margin: 0;
    bottom: 0;
  }

  .aboutus .part_three .swiper-button-next {
    right: 0;
    top: 15.5rem;
    border: none;
  }

  .aboutus .part_three .swiper-button-prev {
    left: 0;
    top: 15.5rem;
    border: none;
  }

  .aboutus .part_three .swiper-button-prev::after {
    content: "";
    background: url(/skin/images/icon-left.png) no-repeat center;
    background-size: 100%;
    width: 5rem;
    height: 5rem;

  }

  .aboutus .part_three .swiper-button-next::after {
    content: "";
    background: url(/skin/images/icon-right.png) no-repeat center;
    background-size: 100%;
    width: 5rem;
    height: 5rem;

  }

  .aboutus .part_three .swiper-button-prev:hover::after {
    content: "";
    background: url(/skin/images/icon-left-1.png) no-repeat center;
    background-size: 100%;

  }

  .aboutus .part_three .swiper-button-next:hover::after {
    content: "";
    background: url(/skin/images/icon-right-1.png) no-repeat center;
    background-size: 100%;


  }

  /**/
  .swiper-button-next, .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    margin-top:0.6rem;
  }

  .aboutus .part_seven .swiper-button-next, .aboutus .part_seven .swiper-button-prev {
    top: -4rem;
  }

  .aboutus .part_seven .swiper-button-prev {
    right: 5rem;
  }

  .aboutus .part_one .bd dt span {
    font-size: 4rem;
  }

  .research .part_three .swiper-button-next, .research .part_three .swiper-button-prev {
    top: -11rem;
  }

  .research .part_three .swiper-button-prev {
    right: 6rem;
  }

  .prodetail .sidecommon {
    margin-top: 3rem;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .footer .bd .flex {
    display: block;
  }

  .pop .dialog img {
    height: auto;
    max-height: 60%;
    width: 100%;
  }

  .pop .close {
    right: 0;
    top: -5rem;
  }

  .newsdetail .ft {
    display: none
  }

  .newsdetail .ft a {
    width: 100%
  }

  .newsdetail .ft .btn {
    display: none
  }

  /*
  #mm1 ul{ padding:0}
  #mm3 ul{ padding:0}
  #mm6 ul{ padding:0}


  #mm1 ul li{ display:none}
  #mm3 ul li{ display:none}
  #mm6 ul li{ display:none}
  */

}

.dark-layer {
  position: fixed;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dark-layer.show {
  z-index: 2;
  opacity: 1;
}



/*===================================招聘===================================*/
.container_joinUs{padding: 40px 0 70px 0;}
.container_joinUs .dis_table{display: table;width: 100%;color: #555;font-size: 1.8rem;position: relative;}
.container_joinUs .dis_table .line{position: absolute;left: 0;bottom: 0;width: 100%;height:1px;background: #e1e1e1;overflow: hidden;}
.container_joinUs .dis_table p{display: table-cell;vertical-align: middle;padding: 1.8rem 0 1.7rem 0; font-weight:bold;}
.container_joinUs .dis_table p:nth-child(1){padding-left: 5%;width: 25%; }
.container_joinUs .dis_table p:nth-child(2){width:20%;}
.container_joinUs .dis_table p:nth-child(3){width:25%;}
.container_joinUs .dis_table p:nth-child(4){width:27%; padding-right: 5%; text-align:right;}
.container_joinUs .dis_table.list_top{background: #273e8a;color: #fff;font-size: 1.8rem;font-weight: 300;}
.container_joinUs .dis_table.list_top .line{visibility: hidden;}
.container_joinUs .active .dis_table{ background:#f5f5f5}
.container_joinUs .active .dis_table p:nth-child(1){padding-left: 5%;width:25%;}


.container_joinUs_list{border: 1px #e1e1e1 solid;}
.container_joinUs_list dd{ background: #f5f5f5;padding:2rem 5%;margin:0;font-size: 1.6rem; line-height:3rem;color: #666;overflow: hidden;display: none;}
.container_joinUs_list .dis_table2{display: table;width: 100%;padding: 2.4rem 0;border-bottom: 1px #e5e5e5 solid;margin-bottom: 24px;}
.container_joinUs_list .dis_table2 div{display: table-cell}
.container_joinUs_list .dis_table2 div:nth-child(4){width:26%;}

.container_joinUs_list .float_l,.container_joinUs_list .float_r{width: 49.1%;font-size: 1.6rem;line-height:32px;margin-bottom: 30px;}
.container_joinUs_list .float_l .tit,
.container_joinUs_list .float_r .tit{font-size: 16px;}
.container_joinUs_list .dd_bottom{font-size: 16px;clear: both;border-top: 1px #e5e5e5 solid;padding: 37px 0 69px 0;}

.container_joinUs_list dl.active{border-bottom: 1px #e1e1e1 solid; /*padding-bottom: 20px;*/}
.container_joinUs_list dl.active .line{visibility: hidden;}
.container_joinUs_list dl .line{visibility: visible}

@media screen and (max-width:1210px){
    .container_joinUs{padding:50px 0 40px 0;}
    .container_joinUs .dis_table.list_top{font-size: 1.4rem;}
    .container_joinUs_list dd,.container_joinUs_list .dis_table p{font-size: 1.2rem;}
    .container_joinUs_list .dis_table2{padding:18px 0;margin-bottom:1.8rem;}
    .container_joinUs_list .float_l .tit, .container_joinUs_list .float_r .tit{font-size: 1.4rem;}
    .container_joinUs_list .float_l, .container_joinUs_list .float_r{font-size: 1.1rem;line-height:2.2rem;margin-bottom: 2rem;}
    .container_joinUs_list .dd_bottom{padding:2rem 0 3rem 0;font-size: 1.4rem;}

}

@media screen and (min-width: 766px) and (max-width: 820px) {
    .container_joinUs{padding:50px 0 40px 0;}
    .container_joinUs .dis_table.list_top{font-size: 1.4rem;}
    .container_joinUs_list dd,.container_joinUs_list .dis_table p{font-size: 1.2rem; }
    .container_joinUs_list .dis_table2{padding:18px 0;margin-bottom:1.8rem;}
    .container_joinUs_list .float_l .tit, .container_joinUs_list .float_r .tit{font-size: 1.4rem;}
    .container_joinUs_list .float_l, .container_joinUs_list .float_r{font-size: 1.1rem;line-height:2.2rem;margin-bottom: 2rem;}
    .container_joinUs_list .dd_bottom{padding:2rem 0 3rem 0;font-size: 1.4rem;}
    .container_joinUs .active .dis_table dd{ padding:2rem 5%}
    .jobs {  padding: 8rem 0;}
    .jobs .tabtitle2{ flex-wrap:nowrap;}
    .jobs .tabtitle2 .city{  width:100%; margin-right: 1rem;padding-bottom: 1rem;margin-bottom:2rem; font-size:1.6rem;  }
    .jobs .tabtitle2 li {width:100%; margin-right: 1rem; padding-bottom: 1rem; margin-bottom:2rem;}
    .jobs .tabtitle2 li a{font-size:1.6rem;}
    .jobs .tabtitle2 li.on { font-weight: bold;  font-size: 1.6rem;}
    .jobs .tabtitle2 .city_all .on {  font-weight: bold;  font-size: 1.6rem;  color:#273e8a;}

    .jobs .tabtitle2 li.on::after {  content: "";  display: block;  width: 20%;  height: 1px;  background-color: #273e8a;  position: absolute;  bottom: 0;  left: 0;}
    .jobs .tabtitle2 .city_all .on::after {  content: "";  display: block;  width: 20%;  height: 1px;  background-color: #273e8a;  position: absolute;  bottom: 0;  left: 0;}

}


@media screen and (max-width:765px){
    .container_joinUs{padding:3rem 0;}
    .container_joinUs_list .dis_table2 div p{font-size: 1rem;}
    .container_joinUs_list .dis_table2 i{display: none;}
    .container_joinUs .dis_table p:nth-child(4),.container_joinUs_list .dis_table p:nth-child(4){}
    .container_joinUs .dis_table2 div:last-child{display: none;}
    .container_joinUs_list .float_l, .container_joinUs_list .float_r{width: 100%}
    .container_joinUs .dis_table p:nth-child(1){padding-left: 2%;width: 31%;padding-right: 2%;}
    .container_joinUs .dis_table p:nth-child(3){width: 31%;}
    .container_joinUs_list dd, .container_joinUs_list .dis_table p { font-size:1rem; }
    
    .container_joinUs .dis_table p{font-size: 1.4rem; display:block; line-height:2.4rem; color:#666;}
    .container_joinUs .dis_table p:nth-child(1){width:100%; padding:1rem 0 0 5%;font-size:1.8rem; color:#000;line-height:3rem; }
    .container_joinUs .dis_table p:nth-child(2){width:100%; padding:0; padding-left:5%; font-weight:normal; }
    .container_joinUs .dis_table p:nth-child(3){width:100%; padding:0; padding-left:5%; font-weight:normal;}
    .container_joinUs .dis_table p:nth-child(4){width:100%; padding:0 0 1rem 5%; text-align:left;font-weight:normal;}
    .container_joinUs  .list_top{display:none;}
    .container_joinUs .active .dis_table p{font-size: 1.6rem; display:block; line-height:2.4rem; color:#666;}
    .container_joinUs .active .dis_table p:nth-child(1){width:100%; font-size:1.8rem; color:#000; line-height:3rem; }
    .container_joinUs .active .dis_table p:nth-child(2){width:100%; padding:0; padding-left:5%; font-weight:normal; }
    .container_joinUs .active .dis_table p:nth-child(3){width:100%; padding:0; padding-left:5%; font-weight:normal;}
    .container_joinUs .active .dis_table p:nth-child(4){width:100%; padding:0; padding-left:5%; text-align:left;font-weight:normal;}
    .container_joinUs_list dd{ background: #f5f5f5;padding:2rem;margin:0;font-size: 1.4rem; line-height:2.4rem;color: #666;overflow: hidden;display: none;}
.jobs {  padding: 8rem 0;}
.jobs .tabtitle2{ flex-wrap:wrap;}
.jobs .tabtitle2 .city{  width:100%; margin-right: 1rem;padding-bottom: 1rem; font-size:1.6rem;  }
.jobs .tabtitle2 li { width:15%; margin-right: 1rem; padding-bottom: 1rem; margin-bottom:2rem;}
.jobs .tabtitle2 li a{font-size:1.6rem;}
.jobs .tabtitle2 li.on { font-weight: bold;  font-size: 1.6rem;}
.jobs .tabtitle2 .city_all .on {  font-weight: bold;  font-size: 1.6rem;  color:#273e8a;}

.jobs .tabtitle2 li.on::after {  content: "";  display: block;  width: 20%;  height: 1px;  background-color: #273e8a;  position: absolute;  bottom: 0;  left: 0;}
.jobs .tabtitle2 .city_all .on::after {  content: "";  display: block;  width: 20%;  height: 1px;  background-color: #273e8a;  position: absolute;  bottom: 0;  left: 0;}





}


<!--0.00045680999755859-->