@import url('//at.alicdn.com/t/font_678359_30x1beqn33h.css');
input,
button,
textarea {
  outline: none;
  background-color: none;
}
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
  font-size: 0.14rem;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
option {
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
ul,
li,
div {
  list-style: none;
  border: 0px;
  padding: 0px;
}
img {
  border: 0px;
}
html {
  -webkit-text-size-adjust: none;
}
input {
  outline: none;
}
textarea {
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 0.14rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-size: 0.14rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-size: 0.14rem;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  font-size: 0.14rem;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #666;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}
@font-face {
  font-family: 'HZGB';
  src: url('../css/font2.ttf');
}
@font-face {
  font-family: 'NUM';
  src: url('../css/BarlowCondensed-Regular.woff2.ttf');
}
* {
  font-family: 'HZGB';
}
body {
  min-width: 1200px;
  font-family: 'HZGB';
  background: #f8f8f8;
  overflow-x: hidden;
}
.mainpd {
  padding: 0px 80px;
}
@media screen and (max-width: 1300px) {
  .mainpd {
    padding: 0px 20px;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header {
  background: #fff;
  height: 106px;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 230px;
}
.header .header-right {
  font-size: 16px;
}
.header .header-right a {
  -webkit-border-radius: 104px;
  -moz-border-radius: 104px;
  border-radius: 104px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  background: #f0f0f0;
  color: #31347c;
  margin-right: 16px;
}
.header .header-right a:nth-child(2) {
  margin-right: 0;
}
.header .header-right a.active,
.header .header-right a:Hover {
  background: #31347c;
  color: #fff;
}
.header nav a {
  font-size: 18px;
  line-height: 103px;
  height: 103px;
  border-bottom: 3px solid #fff;
  padding: 0px 4px;
  margin: 0px 32px;
  display: inline-block;
}
.header nav a.active,
.header nav a:Hover {
  color: #31347c;
  border-bottom: 3px solid #31347c;
}
#banner {
  width: 100%;
  min-height: 600px;
  opacity: 0;
}
#banner .swiper-slide {
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
#banner .swiper-slide.b1 {
  background: url(../img/banner.jpg) center center no-repeat;
}
#banner .swiper-slide.b2 {
  background: url(../img/banner2.jpg) center center no-repeat;
}
#banner .swiper-slide.b3 {
  background: url(../img/banner3.jpg) center center no-repeat;
}
#banner .swiper-slide.b4 {
  background: url(../img/banner4.jpg) center center no-repeat;
}
#banner .banner-text {
  padding: 0px 80px;
  color: #fff;
}
#banner .banner-text h1 {
  font-size: 54px;
  padding-bottom: 24px;
}
#banner .banner-text h4 {
  font-size: 36px;
  font-weight: normal;
  opacity: 0.7;
}
#banner .banner-text {
  padding: 0px 80px;
  color: #fff;
}
#banner .banner-text h1 {
  font-size: 54px;
  padding-bottom: 24px;
}
#banner .banner-text h4 {
  font-size: 36px;
  font-weight: normal;
  opacity: 0.7;
}
.banner-page .swiper-pagination-bullet {
  width: 40px;
  border-radius: 100px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-page .swiper-pagination-bullet-active {
  height: 5px;
  width: 50px;
}
.title {
  padding: 60px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2d3486;
  opacity: 0;
}
.title-left h1 {
  font-size: 42px;
}
.title-left p {
  font-size: 22px;
}
.blue-more {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 16px;
  background: #0a86f9;
  line-height: 44px;
  height: 44px;
  padding: 0px 32px;
  display: inline-block;
  color: #fff;
}
.blue-more i {
  font-style: normal;
  font-size: 14px;
  opacity: 0.8;
}
.blue-more i:nth-child(2) {
  margin-left: -10px;
  opacity: 0.6;
}
.blue-more:Hover {
  color: #fff;
}
.normal-more {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 16px;
  background: #fff;
  line-height: 44px;
  height: 44px;
  padding: 0px 32px;
  display: inline-block;
  color: #666;
  border: 1px solid #eee;
}
.normal-more i {
  font-style: normal;
  font-size: 14px;
  opacity: 0.8;
}
.normal-more i:nth-child(2) {
  margin-left: -10px;
  opacity: 0.6;
}
.normal-more:Hover {
  color: #0a86f9;
}
.index-about {
  background: url(../img/map.png) right center no-repeat #fff;
  background-size: 900px auto;
  /* Firefox */
  /* Safari */
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  min-height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-about .index-about_left {
  width: 45%;
  opacity: 0;
}
.index-about .index-about_left .index-about_c {
  font-size: 18px;
  line-height: 2;
  color: #555;
  padding-bottom: 60px;
}
.index-about .index-about_right {
  opacity: 0;
  width: 55%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding-left: 5%;
}
.index-about .index-about_right .tongji {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .index-about_right .tongji .tj-item {
  width: 33%;
  margin: 32px auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.index-about .index-about_right .tongji .tj-item i {
  font-size: 52px;
  color: #ccc;
}
.index-about .index-about_right .tongji .tj-item .number {
  flex: 1;
  padding-left: 24px;
  position: relative;
}
.index-about .index-about_right .tongji .tj-item .number b {
  font-size: 40px;
  color: #363fa2;
  font-weight: normal;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.index-about .index-about_right .tongji .tj-item .number sup {
  color: #363fa2;
  font-size: 18px;
  position: absolute;
  padding-left: 10px;
  font-size: 24px;
}
.index-about .index-about_right .tongji .tj-item p {
  width: 100%;
  font-size: 18px;
}
.index-project {
  background: url(../img/p_left.jpg) left center no-repeat, url(../img/p_right.jpg) right center no-repeat;
  background-size: 55% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.index-project-left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #FFF;
  width: 65%;
  opacity: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.index-project-left .ip-tab {
  width: 25%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 24px 12px 12px 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.index-project-left .ip-tab a {
  display: block;
  width: 100%;
}
.index-project-left .ip-tab .imgs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-project-left .ip-tab .imgs img {
  max-width: 100%;
  max-height: 100%;
}
.index-project-left .ip-tab:nth-child(4n) {
  border-right: none;
}
.index-project-left .ip-tab p {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-project-left .ip-tab:hover p {
  background: #0a86f9;
  color: #fff;
}
.index-project-right {
  width: 35%;
  padding-left: 7%;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.index-project-right .project-title {
  width: 100%;
  color: #fff;
}
.index-project-right .project-title h1 {
  font-size: 42px;
  padding-bottom: 8px;
}
.index-project-right .project-title p {
  font-size: 22px;
  opacity: 0.8;
}
.index-project-right .project-list {
  width: 100%;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-project-right .project-list a {
  width: calc(50% - 16px);
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  color: #fff;
  margin-bottom: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 52px;
  height: 52px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-project-right .project-list a:Hover {
  background: #fff;
  color: #2d3486;
}
.index-news-tab {
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 14px 3px rgba(122, 122, 122, 0.1);
  margin-bottom: 120px;
  padding-bottom: 20px;
}
.index-news-tab .imgs {
  width: 100%;
  height: 100%;
}
.index-news-tab .imgs img {
  width: inherit;
  height: inherit;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.index-news-tab .index-news-text {
  padding: 0px 24px;
}
.index-news-tab .index-news-text b {
  font-size: 24px;
  line-height: 90px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  white-space: nowrap;
  display: block;
}
.index-news-tab .index-news-text p.des {
  font-size: 16px;
  color: #888;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 32px;
}
.index-news-tab .index-news-t {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.index-news-tab .index-news-t span {
  font-size: 14px;
  color: #bbb;
}
.index-news-tab .index-news-t span i {
  margin-right: 8px;
}
.index-news-tab .index-news-t > i {
  color: #999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 20px;
}
.index-news-tab:hover b {
  color: #2d3486;
}
.index-news-tab:hover p.des {
  color: #666;
}
.index-news-tab:hover .index-news-t > i {
  font-size: 32px;
}
#indexNews {
  background: #fbfbfb;
}
#indexNews .news-pagination {
  bottom: 40px;
}
.news-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 36px;
  line-height: 36px;
  opacity: 1;
  background: #f0f0f0;
  color: #555;
  font-size: 16px;
}
.news-pagination .swiper-pagination-bullet-active {
  background: #0a86f9;
  color: #fff;
}
.index-laboratory {
  background: url(/img/lbbg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
.index-lb-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-lb-box .lb-left {
  width: 55%;
  z-index: 10;
  position: relative;
}
.index-lb-box .lb-left .lb-table {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.index-lb-box .lb-left .lb-table .lb-info .name {
  width: 100%;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  color: #2d3486;
  font-size: 30px;
}
.index-lb-box .lb-left .lb-table .lb-info .name a {
  color: #2d3486;
  font-size: 30px;
}
.index-lb-box .lb-left .lb-table .lb-info .name i.iconfont {
  font-size: 36px;
}
.index-lb-box .lb-left .lb-table .lb-info .lb-des {
  font-size: 18px;
  color: #777777;
  line-height: 2.1;
  height: 90px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.index-lb-box .lb-left .lb-table .lb-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-lb-box .lb-left .lb-table .lb-list span {
  width: 23%;
  margin-right: 2.3%;
  margin-bottom: 2.3%;
  padding: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f0f0f0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  cursor: pointer;
}
.index-lb-box .lb-left .lb-table .lb-list span b {
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  font-size: 16px;
  width: 100%;
  line-height: 48px;
  height: 48px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-weight: normal;
}
.index-lb-box .lb-left .lb-table .lb-list span:nth-child(4n) {
  margin-right: 0px;
}
.index-lb-box .lb-left .lb-table .lb-list span:nth-child(n+5) {
  margin-bottom: 0px;
}
.index-lb-box .lb-left .lb-table .lb-list span.active,
.index-lb-box .lb-left .lb-table .lb-list span:hover {
  background: #2d3486;
}
.index-lb-box .lb-left .lb-table .lb-list span.active b,
.index-lb-box .lb-left .lb-table .lb-list span:hover b {
  color: #fff;
}
.index-lb-box .lb-left .btn {
  position: absolute;
  top: 40px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background: #eee;
  line-height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}
.index-lb-box .lb-left .btn i.iconfont {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.index-lb-box .lb-left .btn:Hover {
  background: #0a86f9;
  color: #fff;
}
.index-lb-box .lb-left .btn:Hover i {
  color: #fff;
}
.index-lb-box .lb-left .btn.prev-btn {
  right: 10%;
}
.index-lb-box .lb-left .btn.next-btn {
  right: 5%;
}
.index-lb-box .lb-right {
  width: 45%;
}
.index-lb-box .lb-right img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.footer {
  background: url(/img/footerbg.png) center bottom no-repeat #2f3893;
  background-size: 100% auto;
  opacity: 0;
}
.footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-bar .footer-nav {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-bar .footer-nav .footer-nav-item {
  width: 16%;
  color: #fff;
}
.footer-bar .footer-nav .footer-nav-item b {
  font-size: 20px;
  display: block;
  font-weight: normal;
  padding-bottom: 42px;
}
.footer-bar .footer-nav .footer-nav-item i {
  width: 40px;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.3;
  display: block;
  margin-bottom: 36px;
}
.footer-bar .footer-nav .footer-nav-item a {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  display: block;
  opacity: 0.6;
}
.footer-bar .footer-nav .footer-nav-item a:hover {
  opacity: 1;
}
.footer-contact {
  width: 40%;
  color: #fff;
}
.footer-contact b {
  font-size: 24px;
  width: 100%;
  display: block;
  padding-bottom: 48px;
}
.footer-contact .fc-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 48px;
}
.footer-contact .fc-item i {
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 24px;
  margin-right: 12px;
}
.footer-contact .fc-item span p {
  font-size: 16px;
}
.footer-contact .fc-item span p:nth-child(1) {
  opacity: 0.7;
}
.footer-contact .fc-item span p:nth-child(2) {
  padding-top: 4px;
}
.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright .footer-copyright_c {
  color: rgba(255, 255, 255, 0.6);
  line-height: 56px;
  height: 56px;
}
.nybanner {
  background-size: cover;
  height: 420px;
  display: flex;
  align-items: center;
  opacity: 0;
}
.nybanner.contact {
  background: url(../img/nybanner-contact.jpg) center center no-repeat;
}
.nybanner.service {
  background: url(../img/nybanner-service.jpg) center center no-repeat;
  padding-top: 0px;
}
.nybanner.news {
  background: url(../img/nybanner-news.jpg) center center no-repeat;
}
.nybanner.lab {
  background: url(../img/nybanner-lab.jpg) center center no-repeat;
}
.nybanner .nybanner-text {
  color: #fff;
}
.nybanner .nybanner-text h1 {
  font-size: 42px;
}
.nybanner .nybanner-text p {
  font-size: 62px;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: 6px;
  opacity: 0.1;
}
.nybar {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  opacity: 0;
}
.nybar .nyinfo {
  width: 100%;
  margin: 0px auto;
  display: flex;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  justify-content: space-between;
}
.nybar .nyinfo-item {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 40px 40px 40px 0px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 3px solid #fff;
}
.nybar .nyinfo-item i {
  width: 50px;
  height: 50px;
  display: block;
  color: #999;
  font-size: 44px;
}
.nybar .nyinfo-item::after {
  content: "";
}
.nybar .nyinfo-item > div {
  flex: 1;
  padding-left: 16px;
  box-sizing: border-box;
}
.nybar .nyinfo-item > div b {
  font-size: 20px;
  font-weight: normal;
  display: block;
  padding-bottom: 4px;
}
.nybar .nyinfo-item > div p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}
.nybar .nyinfo-item:nth-last-child(1) {
  padding-right: 0px;
}
.nybar .nyinfo-item:Hover {
  border-bottom: 3px solid red;
}
.nycontact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0px;
}
.nycontact-left {
  line-height: 2.2;
  width: 50%;
}
.nycontact-left * {
  font-size: 20px;
  color: #444;
}
.nycontact-right {
  width: 50%;
}
.nycontact-right img {
  width: 100%;
}
.nyabout {
  font-size: 18px;
  line-height: 2;
  padding: 80px 0px;
}
.nylab {
  background: #fff;
  padding: 80px;
}
.nylab .nylab-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nylab .nylab-list .nylab-tab {
  opacity: 0;
  width: calc(33% - 30px);
  margin-right: 45px;
  margin-bottom: 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.nylab .nylab-list .nylab-tab:nth-child(3n) {
  margin-right: 0px;
}
.nylab .nylab-list .nylab-tab a {
  display: block;
}
.nylab .nylab-list .nylab-tab .lab-img {
  width: 100%;
  overflow: hidden;
}
.nylab .nylab-list .nylab-tab .lab-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.nylab .nylab-list .nylab-tab .lab-name {
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 4px solid #eee;
}
.nylab .nylab-list .nylab-tab:Hover .lab-img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.nylab .nylab-list .nylab-tab:Hover .lab-name {
  border-bottom: 4px solid #2f3893;
}
.labdetail {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
.labdetail .lab-nav {
  opacity: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.labdetail .lab-nav a {
  font-size: 16px;
  color: #222;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 14px 24px;
  margin-bottom: 24px;
  margin-right: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.labdetail .lab-nav a:Hover,
.labdetail .lab-nav a.active {
  background: #2f3893;
  color: #fff;
  border: 1px solid #2f3893;
}
.labdetail .lab-ctitle {
  opacity: 0;
}
.labdetail .lab-ctitle b {
  font-size: 42px;
  color: #333;
  padding: 50px 0px 20px 0px;
  display: block;
}
.labdetail .lab-ctitle i {
  width: 80px;
  height: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #b3b8f3;
  display: block;
}
.labdetail .lab-content {
  padding-top: 50px;
  opacity: 0;
  font-size: 16px;
  line-height: 2.4;
}
.labdetail .lab-content img {
  max-width: 100%;
}
.labdetail .lab-content * {
  font-size: 16px;
  line-height: 2.4;
}
#pagefy {
  width: 100%;
  margin: 20px auto;
  text-align: right;
}
#pagefy span,
#pagefy a {
  border: 1px solid #eee;
  padding: 10px 16px;
  margin-right: 15px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pagefy span:Hover,
#pagefy a:hover,
#pagefy span.current {
  background: #323dad;
  border: 1px solid #323dad;
  color: #fff;
}
.nyservice-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nyservice-list .nysrvice-tab {
  width: calc(50% - 30px);
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-right: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.nyservice-list .nysrvice-tab a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.nyservice-list .nysrvice-tab a .nysrvice-tab_left {
  width: 35%;
  border: 1px solid #eee;
  padding: 5%;
  box-sizing: border-box;
}
.nyservice-list .nysrvice-tab a .nysrvice-tab_left .nyservice-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.nyservice-list .nysrvice-tab a .nysrvice-tab_left .nyservice-img img {
  max-width: 100%;
  max-height: 100%;
}
.nyservice-list .nysrvice-tab a .nysrvice-tab_right {
  width: 65%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding-left: 5%;
  position: relative;
}
.nyservice-list .nysrvice-tab a .nysrvice-tab_right b {
  font-size: 28px;
  color: #222;
  font-weight: normal;
  padding: 12px 0px 24px 0px;
  display: block;
}
.nyservice-list .nysrvice-tab a .nysrvice-tab_right .ns-line {
  width: 115%;
  margin-left: -15%;
  background: #eee;
  height: 2px;
  display: block;
  position: relative;
  z-index: 110;
}
.nyservice-list .nysrvice-tab a .nysrvice-tab_right .ns-line i {
  background-color: #2f3893;
  height: 3px;
  display: block;
  width: 12%;
  margin-top: -1px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.nyservice-list .nysrvice-tab a .nysrvice-tab_right .des {
  font-size: 16px;
  line-height: 2;
  padding-top: 16px;
  color: #888;
}
.nyservice-list .nysrvice-tab a .nysrvice-tab_right span {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  color: #666;
  border: 1px solid #eee;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 32px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.nyservice-list .nysrvice-tab a:hover .nysrvice-tab_right b {
  color: #2f3893;
}
.nyservice-list .nysrvice-tab a:hover .nysrvice-tab_right i {
  width: 100%;
}
.nyservice-list .nysrvice-tab a:hover .nysrvice-tab_right .des {
  color: #333;
}
.nyservice-list .nysrvice-tab a:hover .nysrvice-tab_right span {
  background: #0a86f9;
  color: #fff;
  border: 1px solid #0a86f9;
}
.nyservice-list .nysrvice-tab:nth-child(2n) {
  margin-right: 0px;
}
.nyservice {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #fff;
}
.service {
  padding-top: 60px;
  background: #fff;
}
.service .service-nav {
  opacity: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.service .service-nav a {
  font-size: 16px;
  color: #222;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 14px 24px;
  margin-bottom: 24px;
  margin-right: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service .service-nav a:Hover,
.service .service-nav a.active {
  background: #2f3893;
  color: #fff;
  border: 1px solid #2f3893;
}
.back {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 40px;
  opacity: 0;
}
.back a {
  font-size: 16px;
  background: #eee;
  color: #fff;
  padding: 10px 20px;
  margin: 0px 6px;
  color: #333;
}
.back a:Hover {
  background: #2d3486;
  color: #fff;
}
.back i {
  flex: 1;
  height: 1px;
  background: #eee;
}
.nynews {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #fff;
}
.nynews .news-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  opacity: 0;
  padding: 40px;
  border-bottom: 1px solid #eee;
}
.nynews .news-item a {
  display: flex;
  justify-content: space-between;
}
.nynews .news-item a .newsimg {
  width: 400px;
  height: 240px;
}
.nynews .news-item a .newsimg img {
  width: 100%;
  height: 240px;
}
.nynews .news-item a .newstext {
  flex: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding-left: 40px;
  display: block;
}
.nynews .news-item a .newstext b {
  padding: 24px 0px;
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.nynews .news-item a .newstext p.des {
  font-size: 16px;
  padding: 24px 0px;
}
.nynews .news-item a .newstext i {
  font-size: 22px;
  color: #aaa;
  font-weight: normal;
  margin-right: 8px;
}
.nynews .news-item a .newstext .time {
  color: #999;
}
.nynews .news-item a .newstext .time i {
  font-size: 16px;
  margin-right: 4px;
}
.nynews .news-item:hover {
  background: #fafafa;
}
.news-ctitle {
  opacity: 0;
}
.news-ctitle b {
  font-size: 42px;
  color: #333;
  padding: 50px 0px 20px 0px;
  display: block;
}
.news-ctitle i {
  width: 80px;
  height: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #b3b8f3;
  display: block;
}
.newsdetail {
  padding: 0px 0px 50px 0px;
}
.news-content {
  opacity: 0;
  font-size: 16px;
  line-height: 2.4;
  padding-top: 50px;
}
.news-content img {
  max-width: 100%;
}
.news-content * {
  font-size: 16px;
  line-height: 2.4;
}
#container {
  height: 100%;
}
#linebock {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9999;
  cursor: pointer;
}
#linebock img {
  width: inherit;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
#linecode-box {
  display: none;
  background: rgba(0, 0, 0, 0.78);
  position: fixed;
  z-index: 99998;
  justify-content: center;
  align-items: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
}
#linecode-box.active {
  display: flex;
}
#linecode-box .linecode {
  width: 200px;
  position: relative;
  margin-bottom: 50px;
}
#linecode-box .linecode img {
  width: 200px;
  margin-top: 32px;
}
#linecode-box .linecode i.iconfont {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 0px;
  right: -30px;
  cursor: pointer;
}
#linecode-box .linecode p {
  font-size: 16px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 16px;
  text-transform: uppercase;
}
.atitle {
  padding: 80px 0px;
  text-align: center;
}
.atitle h1 {
  font-size: 36px;
}
