@media only screen and (max-width: 1920px) {
  /*1920px*/
  #history .wrap {
    padding: 0 7.03125vw;
    margin: 0 -7.03125vw;
  }
}
@media only screen and (max-width: 1680px) {
  /*1680px*/
  #history .wrap {
    padding: 0 2.38095238vw;
    margin: 0 -2.38095238vw;
  }
  /*1680px*/
  #honor {
    margin: 0 3.125%;
  }
  /*1680px*/
  #coreService .name {
    margin-bottom: 8%;
  }
  /*1680px*/
  #management .num {
    font-size: 10.11904762vw;
  }
}
@media only screen and (max-width: 1494px) {
  /*1494px*/
  .fz60 {
    font-size: 4.01606426vw;
  }
  /*1494px*/
  .fz50 {
    font-size: 3.34672021vw;
  }
  /*1494px*/
  .fz42 {
    font-size: 2.81124498vw;
  }
  /*1494px*/
  .fz34 {
    font-size: 2.27576975vw;
  }
  /*1494px*/
  .fz30 {
    font-size: 2.00803213vw;
  }
  /*1494px*/
  .fz28 {
    font-size: 1.87416332vw;
  }
  /*1494px*/
  .fz26 {
    font-size: 1.74029451vw;
  }
  /*1494px*/
  .fz24 {
    font-size: 1.6064257vw;
  }
  /*1494px*/
  #navi .parent > a {
    padding: 2.87817938vw 0;
  }
  /*1494px*/
  #banner {
    padding-bottom: 40.16064257%;
  }
  /*1494px*/
  #qualification img {
    max-height: 3.68139224vw;
  }
  /*1494px*/
  #hottel .name {
    font-size: 1.20481928vw;
  }
  #hottel .tel {
    font-size: 2.67737617vw;
  }
  /*1494px*/
  #submenu li {
    margin-right: 3.21285141vw;
  }
  /*1494px*/
  #company .box {
    background-size: auto 15.39491299vw;
  }
  /*1494px*/
  #honor {
    font-size: 6.69344043vw;
  }
  /*1494px*/
  #examine .icon {
    width: 6.69344043vw;
    margin-bottom: 1.5394913vw;
  }
}
@media only screen and (max-width: 1280px) {
  /*1280px*/
  body {
    font-size: 14px;
  }
  /*1280px*/
  #logo {
    width: 24.16666667%;
  }
  /*1280px*/
  .navtab .list li {
    width: 36.77431398%;
  }
  /*1280px*/
  #banner .text {
    margin-top: 51px;
  }
  /*1280px*/
  #menu {
    padding-right: 4%;
  }
  /*1280px*/
  #follow {
    padding-left: 4%;
  }
  /*1280px*/
  #history .wrap {
    padding: 0 2.38095238vw;
    margin: 0;
  }
  /*1280px*/
  body .swiper-button-arrow {
    font-size: 14px;
  }
  /*1280px*/
  #honor .name {
    font-size: 14px;
  }
  /*1280px*/
  #contactBox .figure {
    width: 17.0625%;
    padding-right: 2.1875%;
  }
  /*1280px*/
  #training .box {
    height: calc(100% - 2em);
  }
  #training dl {
    padding: 6%;
  }
  /*1280px*/
  #gopage {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  /*1024px*/
  .fz60 {
    font-size: 41px;
  }
  /*1024px*/
  .fz50 {
    font-size: 34px;
  }
  /*1024px*/
  .fz42 {
    font-size: 28px;
  }
  /*1024px*/
  .fz34 {
    font-size: 24px;
  }
  /*1024px*/
  .fz30 {
    font-size: 20px;
  }
  /*1024px*/
  .fz28 {
    font-size: 19px;
  }
  /*1024px*/
  .fz26 {
    font-size: 18px;
  }
  /*1024px*/
  .fz24 {
    font-size: 16px;
  }
  /*1024px*/
  #header .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1.22222222em 0;
  }
  /*1024px*/
  #logo {
    display: block;
    width: 232px;
    position: relative;
    z-index: 10;
  }
  /*1024px*/
  #button {
    display: block;
    width:18em;
    position: static;
    padding-left: 0;
  }
  #button:before {
    display: none;
  }
  /*navbtn*/
  #navbtn {
    position: relative;
    cursor: pointer;
    width: 2.14285714em;
    height: 2.14285714em;
    background-color: #009aec;
    border-radius: 50%;
    transition: all 0.3s;
    display: block;
    z-index: 10;
  }
  #navbtn:before,
  #navbtn:after,
  #navbtn i {
    width: 1.14285714em;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.57142857em;
    border-radius: 1px;
    transition: all 0.3s;
    content: '';
  }
  #navbtn:before {
    top: 0.6em;
  }
  #navbtn:after {
    bottom: 0.6em;
  }
  #navbtn i {
    top: 50%;
    transform: translateY(-50%);
  }
  #navbtn.active {
    background-color: #fff;
  }
  #navbtn.active:before {
    background-color: #009aec;
    transform: rotate(45deg);
    top: 49%;
  }
  #navbtn.active:after {
    background-color: #009aec;
    transform: rotate(-45deg);
    bottom: auto;
    top: 49%;
  }
  #navbtn.active i {
    opacity: 0;
  }
  /*1024px*/
  #navi {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(240, 242, 247, 0.9);
    z-index: 9;
    left: 0;
    top: 0;
    display: none;
  }
  #navi .menu {
    position: fixed;
    right: 0;
    top: 79px;
    width: 80%;
    max-width: 300px;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 79px);
    display: block;
    padding: 3.5vh;
    transform: translateX(100%);
    transition: transform 0.2s;
    box-shadow: 0px 0.05em 1.05em rgba(0, 0, 0, 0.1);
    border-top-left-radius: 5px;
  }
  #navi.active .menu {
    transform: translateX(0);
  }
  #navi .parent > a {
    color: #333;
    padding: 0.5em 0;
  }
  #navi .parent > a:after {
    display: none;
  }
  #navi .static {
    position: relative;
  }
  #navi em {
    display: block;
    position: absolute;
    right: -3.5vh;
    width: 2.9em;
    height: 2.9em;
    z-index: 2;
    top: 0;
    cursor: pointer;
  }
  #navi em:after {
    width: 0.40909091em;
    height: 0.40909091em;
    border-right: 0.09090909em solid #333;
    border-bottom: 0.09090909em solid #333;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
    background-color: transparent;
    margin: -4px 0 0 -5px;
    transition: all 0.3s;
  }
  #navi .on em:after {
    border-right-color: #009aec;
    border-bottom-color: #009aec;
    transform: rotate(45deg);
  }
  #navi .drop {
    position: static;
    transform: none;
    box-shadow: none;
    background-color: transparent;
    line-height: 2.2em;
    font-size: 1em;
    min-width: 0;
  }
  #navi .sub {
    text-align: left;
  }
  #navi .sub li {
    margin-left: 1.5em;
  }
  #navi .sub a {
    padding: 0.25em 0;
    white-space: normal;
    color: #333;
  }
  #navi .sub a:hover {
    background-color: transparent;
  }
  #navi .inner {
    width: auto;
    display: block;
    padding: 0;
  }
  /*1024px*/
  .navtab {
    width: auto;
  }
  .navtab .list,
  .navtab .intro {
    display: none;
    height: 0;
    overflow: hidden;
  }
  .navtab .tab {
    padding: 0;
    width: auto;
    background-color: transparent;
    display: block;
    font-size: 1em;
    margin-left: 1.5em;
  }
  .navtab .tab .icon {
    display: none;
  }
  .navtab .tab .name {
    width: auto;
    padding: 0;
  }
  .navtab .tab a {
    display: block;
    line-height: 2.2em;
    padding: 0.25em 0;
    color: #333;
  }
  .navtab .tab .cur a {
    background-color: transparent;
    color: #333;
  }
  .navtab .tab .cur a:after {
    display: none;
  }
  /*1024px*/
  #banner .text {
    margin-top: 39px;
  }
  /*1024px*/
  #bottom .inner {
    display: block;
    text-align: center;
  }
  /*1024px*/
  #pagelist ul {
    justify-content: center;
  }
  /*1024px*/
  #footer {
    padding-bottom: 5%;
  }
  #footer .inner {
    display: block;
  }
  /*1024px*/
  #menu {
    width: auto;
    padding-right: 0;
    margin-bottom: 3.5%;
  }
  /*1024px*/
  #follow {
    padding-left: 0;
    border-left: none;
    width: 32%;
    max-width: 230px;
    min-width: 220px;
    margin: 0 auto;
  }
  /*1024px*/
  #hottel .name {
    font-size: 1em;
  }
  #hottel .tel {
    font-size: 26px;
  }
  /*1024px*/
  #bar .inner {
    display: block;
  }
  /*1024px*/
  #breadcrumb {
    padding: 0.5em 0;
  }
  /*1024px*/
  #submenu ul {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #submenu li {
    margin-right: 3.21285141vw;
    padding: 0 0 0.75em;
  }
  #submenu a {
    white-space: nowrap;
  }
  /*1024px*/
  #newstop .text {
    padding: 2% 3.5%;
  }
  #newstop .title {
    margin-bottom: 2%;
  }
  #newstop .date {
    margin-bottom: 1.5%;
  }
  #newstop .excerpt {
    margin-bottom: 4%;
    line-height: 1.75em;
    height: 3.5em;
  }
  /*1024px*/
  .newsitem .text {
    padding-right: 3%;
  }
  .newsitem .title {
    font-size: 16px;
  }
  /*1024px*/
  #pagenavi {
    font-size: 12px;
  }
  /*1024px*/
  #culture .text {
    font-size: 1.25em;
  }
  /*1024px*/
  .jobitem .content {
    display: block;
  }
  .jobitem .entry {
    display: block;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 3.125%;
  }
  .jobitem .entry h3 {
    margin-bottom: 0.5em;
  }
  .jobitem .send {
    display: block;
    width: auto;
    padding-left: 0;
    text-align: left;
    padding-top: 3.125%;
  }
  .jobitem .send .box {
    float: none;
  }
  .jobitem .send .title {
    margin-bottom: 0.5em;
  }
  .jobitem .send .mail {
    margin-bottom: 0.75em;
  }
  /*1024px*/
  #philosophy .item {
    width: 50%;
    height: 83.30078125vw;
  }
  /*1024px*/
  #aboutdata .info {
    display: block;
    text-align: center;
  }
  #aboutdata .txt {
    padding-left: 0;
  }
  /*1024px*/
  #aboutintro .video,
  #aboutintro .text {
    float: none;
    width: auto;
  }
  #aboutintro .text {
    padding: 0;
    margin-bottom: 3.5%;
  }
  #aboutintro .boxname {
    margin-bottom: 2.5%;
  }
  /*1024px*/
  #inspection {
    display: block;
  }
  #inspection .text {
    display: block;
    padding-right: 0;
    margin-bottom: 3.125%;
  }
  #inspection .boxname {
    margin-bottom: 3.5%;
  }
  #inspection .figure {
    display: block;
    width: auto;
  }
  /*1024px*/
  #inspectionlist .item {
    width: 50%;
  }
  /*1024px*/
  #projectIntro .text {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
  /*1024px*/
  #contactList .item {
    width: 50%;
  }
  #contactList .item .box {
    padding: 6%;
  }
  #contactList .item .area {
    padding-bottom: 4%;
  }
  #contactList .item .area:before {
    left: -6.6%;
  }
  /*1024px*/
  #process .circle {
    width: auto;
    max-width: 600px;
    margin-top: 0;
  }
  #process .circle:after {
    display: none;
  }
  #process li {
    position: static;
    width: auto;
    margin-bottom: 1em;
  }
  #process li:nth-child(5) {
    transform: none;
  }
  #process li:nth-child(n+1) .info {
    flex-direction: row;
  }
  #process li:nth-child(n+1) .text {
    text-align: left;
  }
  #process li:nth-child(n+1) .num {
    left: auto;
    right: 6.84931507%;
  }
  #process li:nth-child(1) .info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #process li:nth-child(1) .text {
    max-width: none;
    width: calc(100% - 3.75em);
    padding-right: 0;
  }
  /*1024px*/
  #auxiliary .item {
    width: 50%;
  }
  /*1024px*/
  #coreService {
    margin-top: 0;
    width: auto;
  }
  #coreService:before {
    display: none;
  }
  #coreService .name {
    margin-bottom: 5%;
  }
  #coreService .intro {
    position: static;
    width: auto;
    transform: none;
  }
  #coreService .list {
    margin-bottom: 3.5%;
  }
  #coreService ul {
    position: relative;
  }
  #coreService li:nth-child(n+1) {
    transform: none;
  }
  #coreService li:nth-child(n+1) .text {
    transform: none;
  }
  #coreService li:nth-child(n+1) .icon:after {
    display: none;
  }
  #coreService .text {
    position: static;
    white-space: normal;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
  }
  /*1024px*/
  #management .item {
    width: 50%;
  }
  #management .info {
    padding-bottom: 25%;
  }
  #management .num {
    font-size: 104px;
  }
  #management .content .title {
    padding: 3.5%;
  }
  /*1024px*/
  #training .inner {
    display: block;
  }
  #training .item {
    width: auto;
  }
  #training .box {
    height: auto;
  }
  #training dl {
    padding: 5%;
  }
  #training dt {
    margin-bottom: 3.5%;
  }
  /*1024px*/
  #instrument .info .figure {
    width: 32.40740741%;
  }
}
@media only screen and (max-width: 768px) {
  /*768px*/
  #header .inner {
    padding: .5em 0;
    position: static;
  }
  /*768px*/
  #logo {
    width: 210px;
  }
  /*768px*/
  #button {
    width:18em;
  }
  /*768px*/
  #mall a {
    font-size: 1em;
    width: 2.25em;
    height: 2.25em;
    background: rgba(0, 154, 236, 0.9) url(../images/icon_mall@2x.png) no-repeat center center;
    background-size: auto 1.25em;
  }
  #mall i {
    display: none;
  }
  /*768px*/
  #search .input {
    border-radius: 0;
  }
  #search.active .input {
    width: 100%;
  }
  /*768px*/
  #navi .menu {
    top: 69px;
    height: calc(100% - 69px);
  }
  /*768px*/
  #banner {
    padding-bottom: 75%;
  }
  #banner .text {
    margin-top: 34px;
  }
  #ftwrap {
    border-top-right-radius: 0;
  }
  /*768px*/
  #pagelist li {
    padding-left: 1em;
  }
  #pagelist li:before {
    left: 0.5em;
  }
  /*768px*/
  #menu {
    display: none;
  }
  /*768px*/
  #toolbar {
    background-color: #009aec;
    transform: none;
  }
  #toolbar .inner {
    display: block;
  }
  #toolbar .inner:before {
    display: none;
  }
  /*768px*/
  #qualification {
    width: auto;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 3.5%;
  }
  #qualification img {
    max-height: 7.16145833vw;
    min-height: 40px;
  }
  /*768px*/
  #hottel {
    padding-left: 0;
    text-align: center;
  }
  #hottel .name {
    font-size: 1em;
  }
  #hottel .tel {
    font-size: 26px;
  }
  /*768px*/
  #footer {
    padding-top: 7%;
  }
  /*768px*/
  #submenu li {
    margin-right: 5vw;
  }
  /*768px*/
  #wrapper {
    padding: 7% 0;
  }
  #wrapper:after {
    margin-bottom: 0;
  }
  /*768px*/
  #newstop .info {
    display: block;
  }
  #newstop .figure {
    width: auto;
  }
  #newstop .text {
    width: auto;
    padding: 5%;
  }
  #newstop .go {
    width: 30px;
  }
  /*768px*/
  #newslist {
    margin-bottom: 6%;
  }
  /*768px*/
  .newsitem {
    padding: 5% 0;
  }
  .newsitem .td {
    display: block;
  }
  .newsitem .figure {
    width: auto;
    margin-bottom: 5%;
  }
  .newsitem .text {
    padding: 0;
  }
  .newsitem .title,
  .newsitem .date {
    margin-bottom: 0.5em;
  }
  .newsitem .readmore {
    display: none;
  }
  /*768px*/
  #pagenavi a {
    min-width: 2.5em;
    height: 2.5em;
    line-height: 2.3em;
  }
  /*768px*/
  #posttitle {
    font-size: 1.35em;
  }
  /*768px*/
  #postmeta {
    margin-bottom: 5%;
  }
  /*768px*/
  #postnavi {
    display: block;
  }
  #postnavi > div {
    max-width: none;
  }
  /*768px*/
  #culture .list {
    width: auto;
    display: block;
  }
  #culture .item {
    width: auto;
    padding-right: 0;
  }
  #culture .item:nth-child(2) {
    margin-bottom: 8%;
  }
  #culture .info {
    border-radius: 1.25em;
  }
  #culture .logo {
    width: 22%;
    margin-left: -11%;
  }
  /*768px*/
  .msgform .item {
    margin-bottom: 5%;
  }
  .msgform .column {
    display: block;
  }
  .msgform .column .item {
    width: auto;
  }
  /*768px*/
  #test ul {
    display: block;
  }
  #test li {
    width: auto;
  }
  /*768px*/
  .headquarter {
    display: block;
  }
  .headquarter .figure,
  .headquarter .text {
    display: block;
    width: auto;
  }
  .headquarter .figure i {
    padding-bottom: 72.5%;
    display: block;
    overflow: hidden;
  }
  .headquarter .title {
    margin-bottom: 2%;
  }
  /*768px*/
  #company {
    display: block;
  }
  #company .item {
    width: auto;
  }
  #company .box {
    background-size: auto 29.94791667vw;
  }
  /*768px*/
  #category {
    margin-bottom: 6%;
  }
  /*768px*/
  #searchJob {
    display: block;
  }
  #searchJob .welcome {
    margin-bottom: 3.5%;
  }
  #searchJob .form {
    width: auto;
  }
  /*768px*/
  #joblist {
    margin-bottom: 6%;
  }
  #joblist .meta {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
  #joblist .meta .dept,
  #joblist .meta .more {
    display: none;
  }
  #joblist .meta .date {
    padding: 0;
    width: 80px;
  }
  #joblist .meta .city {
    width: 40%;
  }
  /*768px*/
  #jobmeta {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  /*768px*/
  .jobitem .meta {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .jobitem .info {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
  /*768px*/
  #testing {
    display: block;
  }
  #testing .item {
    width: auto;
    padding-bottom: 5%;
  }
  #testing .info {
    min-height: 0;
  }
  /*768px*/
  #service .entry {
    margin-bottom: 8%;
  }
  #service .box {
    margin-top: 5%;
  }
  #service .qrcode {
    width: 35%;
  }
  #service .text {
    padding-left: 6%;
  }
  #service .num {
    font-size: 1.75em;
  }
  /*768px*/
  #philosophy .info {
    padding: 10%;
  }
  #philosophy .icon {
    margin-bottom: 6%;
  }
  #philosophy .name {
    margin-bottom: 3%;
    font-size: 20px;
  }
  /*768px*/
  .boxname {
    margin-bottom: 4.5%;
  }
  /*768px*/
  #aboutvideo {
    padding: 7% 0 15%;
  }
  #aboutvideo .poster i {
    width: 36px;
    padding-bottom: 36px;
    margin: -18px 0 0 -18px;
  }
  /*768px*/
  #about {
    padding-top: 7%;
  }
  /*768px*/
  #aboutdata li {
    width: 50%;
    padding: 3%;
  }
  #aboutdata li:first-child {
    width: 100%;
  }
  #aboutdata li:first-child .info {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #aboutdata li:first-child .txt {
    padding-left: 0.5em;
  }
  #aboutdata .line {
    display: none;
  }
  /*768px*/
  #aboutintro {
    margin-bottom: 5%;
  }
  #aboutintro .text {
    margin-bottom: 5%;
  }
  #aboutintro .boxname:before {
    margin-bottom: 2.5%;
  }
  /*768px*/
  body .swiper-button-arrow {
    font-size: 10px;
  }
  /*768px*/
  #history {
    padding: 7.5% 0;
  }
  #history .wrap {
    padding: 0 45px;
  }
  #history .info {
    padding: 0 3.125%;
  }
  #history .wrap:before,
  #history .info:before,
  #history .dot {
    display: none;
  }
  #history .swiper,
  #history .swiper-slide {
    height: auto;
    padding: 0;
  }
  #history .swiper-slide:nth-child(2n) {
    transform: none;
  }
  #history .swiper-slide:nth-child(2n) .info {
    padding-bottom: 0;
  }
  #history .swiper-slide:nth-child(2n+1) .info {
    padding-top: 0;
  }
  /*768px*/
  #honor ul:after {
    margin-top: 21.42222222%;
  }
  #honor li {
    width: 50%;
  }
  #honor .name {
    line-height: 1.75em;
  }
  /*768px*/
  #project .name {
    margin-bottom: 5%;
  }
  #project .name:after {
    margin-top: 3.5%;
  }
  /*768px*/
  #projectIntro {
    display: block;
  }
  #projectIntro .figure {
    width: auto;
  }
  #projectIntro .text {
    width: auto;
    padding: 5%;
  }
  /*768px*/
  #advantage .list {
    display: block;
    width: auto;
  }
  #advantage .item {
    width: auto;
    padding-right: 0;
    padding-bottom: 5%;
  }
  #advantage .info {
    padding: 7% 6%;
  }
  #advantage .icon {
    margin-bottom: 0.75em;
  }
  #advantage .title {
    margin-bottom: 0.875em;
  }
  /*768px*/
  #chengdu .profile .text {
    width: auto;
  }
  #chengdu .profile,
  #chengdu .item {
    display: block;
  }
  #chengdu .profile .figure,
  #chengdu .item .figure {
    width: auto;
    margin-bottom: 5%;
  }
  #chengdu .item .text {
    width: auto;
    padding-left: 0;
  }
  /*768px*/
  .groupText .logo,
  .groupText .title {
    margin-bottom: 3%;
  }
  .groupText .logo img {
    max-height: 2.5em;
  }
  /*768px*/
  .groupData {
    margin-top: 3%;
  }
  /*768px*/
  #contactBox .figure {
    width: 140px;
  }
  /*768px*/
  #huibiao {
    padding: 6% 0 7%;
  }
  #huibiao .inner {
    display: block;
  }
  #huibiao .text {
    width: auto;
    margin-bottom: 3.5%;
  }
  #huibiao .box {
    width: auto;
  }
  #huibiao .gallery {
    margin-top: 6%;
  }
  /*768px*/
  #renzheng {
    padding: 7% 0;
  }
  #renzheng .inner {
    display: block;
  }
  #renzheng .text {
    width: auto;
  }
  #renzheng .figure {
    width: auto;
    margin-bottom: 5%;
  }
  /*768px*/
  #indCollege,
  #dvPlan {
    padding: 6% 0 5%;
  }
  #indCollege .boxname,
  #dvPlan .boxname {
    margin-bottom: 2%;
  }
  /*768px*/
  #university {
    padding: 7% 0 5%;
  }
  #university .boxname {
    margin-bottom: 5%;
  }
  #university li {
    width: 20%;
  }
  /*768px*/
  #contactList {
    padding: 7% 0 6%;
  }
  #contactList .boxname {
    margin-bottom: 5%;
  }
  /*768px*/
  #guarantee {
    padding: 7% 0 15%;
  }
  #guarantee .gallery {
    width: auto;
    left: auto;
    transform: none;
  }
  #guarantee .intro {
    width: auto;
  }
  #guarantee .entry p {
    padding-left: 1.25em;
  }
  /*768px*/
  #workstation {
    padding: 7% 0 8%;
  }
  #workstation .box {
    display: block;
  }
  #workstation .text,
  #workstation .picture {
    width: auto;
  }
  /*768px*/
  #industryData {
    padding: 7% 0 15%;
  }
  #industryData li {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    display: block;
    line-height: 1.75em;
  }
  #industryData li time {
    display: block;
    font-size: 0.75em;
    width: auto;
    color: #888;
  }
  #industryData li a {
    display: block;
  }
  #industryData li a:before {
    left: 0;
  }
  /*768px*/
  #serviceType .list {
    width: auto;
    display: block;
  }
  #serviceType .item {
    width: auto;
    padding-right: 0;
    padding-bottom: 5%;
  }
  #serviceType .intro {
    margin-bottom: 2.5%;
  }
  /*768px*/
  #serviceInfo {
    padding: 7.5% 0;
  }
  /*768px*/
  .columnname {
    margin-bottom: 3.5%;
  }
  /*768px*/
  #coreService .list {
    margin-bottom: 7%;
  }
  /*768px*/
  #zhihui {
    margin-bottom: 6%;
  }
  #zhihui .info {
    display: block;
  }
  #zhihui .text {
    width: auto;
    padding: 0;
    margin-bottom: 5%;
  }
  #zhihui .figure {
    width: auto;
  }
  /*768px*/
  #proService .name {
    margin-bottom: 5%;
  }
  #proService .figure,
  #proService .text {
    width: auto;
  }
  #proService .title {
    margin-bottom: 2.5%;
  }
  #proService .item {
    display: block;
    margin-bottom: 2.5%;
  }
  #proService .item:nth-child(n+1) .text {
    padding: 3.5% 0;
  }
  #proService .npic {
    padding: 3.5% 0;
  }
  #proService .list li {
    width: 50%;
    padding: 2%;
  }
  #proService .list li:nth-child(2n) {
    border-right: none;
  }
  #proService .list .icon {
    margin-bottom: 3.5%;
  }
  /*768px*/
  .hbname {
    margin-bottom: 5%;
  }
  /*768px*/
  #management {
    padding: 7% 0 6%;
  }
  /*768px*/
  #examine {
    padding: 7% 0;
  }
  #examine .box {
    display: block;
  }
  #examine .figure {
    display: block;
    width: auto;
  }
  #examine .text {
    display: block;
    padding: 5%;
  }
  #examine .title {
    margin-bottom: 4%;
  }
  #examine ul {
    justify-content: space-between;
  }
  #examine .icon {
    width: 52px;
  }
  /*768px*/
  #training .item {
    padding: 3.5% 0;
  }
  /*768px*/
  #sprocess {
    padding: 7% 0;
  }
  #sprocess .process {
    width: 104.16666667%;
  }
  #sprocess .process li {
    width: 50%;
    padding-right: 4%;
    padding-bottom: 4%;
  }
  #sprocess .process ul:nth-child(2n) li:not(:last-child):after {
    margin-right: -1.86666667%;
  }
  #sprocess .process .num {
    font-size: 20px;
  }
  /*768px*/
  #education .info {
    display: block;
  }
  #education .text {
    width: auto;
    margin-bottom: 5%;
  }
  #education .box {
    width: auto;
  }
  #education .title {
    margin-bottom: 3.5%;
  }
  /*768px*/
  .pagebox .gallery {
    width: auto;
    left: auto;
    transform: none;
  }
  .pagebox .intro {
    width: auto;
  }
  .pagebox .info {
    margin-top: 0;
  }
  .pagebox .info ul {
    display: block;
  }
  .pagebox .info li {
    width: auto;
  }
  /*768px*/
  #reagent .profile {
    display: block;
  }
  #reagent .profile .figure {
    width: auto;
    margin-bottom: 5%;
  }
  #reagent .profile .text {
    width: auto;
  }
  /*768px*/
  .reagentTable th,
  .reagentTable td {
    padding: 2%;
  }
  /*768px*/
  .supply .tablebox td:not(:first-child) {
    padding: 2%;
  }
  .supply ul {
    justify-content: space-evenly;
  }
  .supply li {
    max-width: 33.333%;
  }
  .supply .num7 li {
    width: 25%;
  }
  /*768px*/
  #instrument .info,
  #instrument .info .figure,
  #instrument .module {
    display: block;
    width: auto;
  }
  #instrument .info .text {
    padding-left: 0;
    margin-top: 5%;
    display: block;
  }
  #instrument .info figcaption {
    margin-top: 2.5%;
  }
  #instrument .tablebox {
    width: auto;
    padding-right: 0;
    padding-top: 5%;
  }
}
@media only screen and (max-width: 540px) {
  /*540px*/
  #honor ul:after {
    margin-top: 42.85363636%;
  }
  #honor ul:not(:last-child) {
    margin-bottom: 7%;
  }
  #honor li {
    width: 100%;
  }
  /*540px*/
  #contactBox .figure {
    width: 27.66798419%;
    min-width: 120px;
  }
  /*540px*/
  #university li {
    width: 25%;
  }
  /*540px*/
  #contactList .list {
    display: block;
    width: auto;
    margin-bottom: 5%;
  }
  #contactList .item {
    width: auto;
    padding-right: 0;
  }
  #contactList .item .box {
    padding: 5% 6% 4%;
  }
  /*540px*/
  #auxiliary .list {
    display: block;
    width: auto;
  }
  #auxiliary .item {
    width: auto;
    padding-right: 0;
    padding-bottom: 5%;
  }
  #auxiliary .intro {
    padding: 5% 6% 6%;
  }
  /*540px*/
  #proService .list ul {
    display: block;
  }
  #proService .list li {
    width: auto;
    padding: 3.5% 0;
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
  /*540px*/
  #management .list {
    display: block;
    width: auto;
  }
  #management .item {
    width: auto;
    padding-right: 0;
  }
  #management .num {
    font-size: 120px;
  }
  /*540px*/
  #training .box {
    display: block;
  }
  #training .box:before {
    display: none;
  }
  #training dl {
    width: auto;
    border-bottom: 1px solid #ededed;
  }
  #training dl:last-child {
    border-bottom: none;
  }
  /*540px*/
  #systemCert {
    padding: 7% 0 5%;
  }
  #systemCert ul {
    display: block;
  }
  #systemCert li {
    width: auto;
    padding: 0 10% 6%;
  }
  #banner{ padding-bottom:90%;}
  #header .inner{ padding:.8em 0;}
  #logo{ width:180px;}
  #button {width:14em;}
}
