.transition {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.transform {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.transformX {
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.transformY {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .banner .banner-more {
    height: 364px;
    width: 364px;
  }
  .banner .banner-more .more {
    bottom: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .new-detailecon .date {display:none; }
}
@media screen and (min-width: 1280px) {
  .mobile-top {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .content {
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
  }
  .PC-header {
    background-color: rgba(58,188,199,.95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    margin-left: 0;
    padding: 55px 0 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .3s ease-out 0s;
    transition: .3s ease-out 0s;
  
  }
  .PC-header .nav{
    overflow-x: hidden;
  }
  .PC-header .nav {
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    max-height: 100%;
    overflow-x: hidden;
    padding: 0 20px;
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    -webkit-transition: .45s ease-out 0s;
    transition: .45s ease-out 0s;
    width: 100%;
    height: 100%;
  }
  .PC-header .nav li {
    width: 100%;
    height: auto;
  }
  .PC-header .nav li:last-child{
    margin-top: 35px;
    display: block;
  }
  .PC-header .nav li > a {
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,.85);
  }
  /* .PC-header .nav li > a:hover {
    background: none;
    color: #333333;
  } */
  .PC-header .nav li > a.active {
    background: none;
    color: #fff;
  }
  .PC-header .sub-nav{
    position: static;
    width: auto;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    display: none;
  }
  .PC-header .sub-nav .sub-nav-con{
    background-color: rgba(0,0,0,.1);
  }
  .sub-nav .sub-nav-con dd a{
    color: #fff;
  }
  .sub-nav .sub-nav-con:before{
    border-bottom-color: rgba(0,0,0,.1);;
  }
  .PC-header .logo {
    display: none;
  }
  .mobile-top {
    position: fixed;
    top: 0;
    height: 50px;
    background: #3abcc7;
    width: 100%;
    z-index: 101;
  }
  .mobile-top img {
    display: block;
    height: 30px;
    position: absolute;
    left: 10px;
    margin-top: 10px;
  }
  .mobile-top .mobild-btn {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 30px;
    color: #fff;
    z-index: 99999;
    display: none;
  }
  .nav-trigger{
    display: block;
  }
  header:after {
    content: "";
    height: 50px;
  }
  .banner .banner-more {
    height: 200px;
    width: 200px;
  }
  .banner .banner-more .more {
    bottom: 17px;
    width: 86px;
    line-height: 26px;
  }
  .public-tit h3 {
    font-size: 24px;
  }
  .public-tit p {
    font-size: 16px;
  }
  .in-news .in-news-con .in-news-slick {
    width: 50%;
  }
  .in-news .in-news-con-right {
    width: 50%;
  }
  .sub-nav {
    left: auto;
    right: 0;
    margin-left: 0;
    top: 0;
  }
  .sub-nav .sub-nav-con {
    box-shadow: none;
  }
  .in-about .in-about-text .in-about-g .in-about-i .in-about-i-left:before {
    display: none;
  }
  .in-about .in-about-text .in-about-g .in-about-i .in-about-i-left:after {
    display: none;
  }
  .in-about .in-about-text .in-about-g .in-about-i .in-about-i-right {
    padding-top: 0;
  }
  .new-banner .new-banner-text h1 {
    font-size: 24px;
    text-align: center;
  }
  .new-banner .new-banner-text h3 {
    text-align: center;
  }
  .product-navcon .product-nav,
  .product-nav-l {
    white-space: nowrap;
    overflow-x: auto;
  }
  .product-navcon .product-nav a {
    font-size: 14px;
    line-height: 48px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-navcon .product-nav a.active:after {
    display: none;
  }
  .product-navcon .product-nav a.active:before {
    display: none;
  }
  .demeanor .demeanor-group .demeanor-listcon {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .demeanor {
    margin-top: 3%;
    padding-bottom: 5%;
  }
  .demeanor .demeanor-group .demeanor-listcon .demeanor-list {
    padding: 20px;
  }
  .demeanor .demeanor-group .demeanor-listcon .demeanor-list .img {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .in-about .in-about-text .in-about-list .in-about-item {
    background: none;
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .in-about .in-about-text .in-about-list .in-about-item .in-about-item-maskcon {
    display: inline-block;
    position: relative;
  }
  .product-group .product-item {
    width: 50%;
    margin-top: 2%;
  }
  .product-group .product-item a {
    padding: 20px 10px;
  }
  .demeanor .demeanor-group .demeanor-listcon .demeanor-list .text {
    margin-top: 15px;
  }
  .demeanor .demeanor-group .demeanor-listcon .demeanor-list .text h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .family-list .family-list-link .img {
    width: 35%;
  }
  .family-list {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .honor .list {
    width: 50%;
  }
  .yd-video {
    display: none!important;
  }
  .mobile-tp {
    display: block;
    padding-top: 60%;
  }
  .mobile-yd-video {
    height: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .family-list .family-list-link .img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .family-list .family-list-link .family-list-right {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
  .family-list .family-list-link .family-list-right span {
    width: 100px;
    line-height: 30px;
    margin-top: 5%;
  }
  .team-group .team-list .team-list-t .img {
    float: none;
    padding-top: 26.7%;
    margin-left: auto;
    margin-right: auto;
  }
  .team-group .team-list .team-list-t .text {
    width: 100%;
    float: none;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .team-group .team-list .team-list-t {
    padding-top: 10px;
  }
  .recruit-big-title {
    line-height: 90px;
    font-size: 22px;
    margin-top: 4%;
  }
  .recruit .recruit-group .recruit-list {
    height: auto!important;
    float: none;
    width: 100%;
  }
  .recruit .recruit-group .recruit-list:nth-child(even) {
    float: none;
  }
  .recruit-title {
    display: none;
  }
  .recruit .recruit-group .recruit-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .research .img {
    margin-left: auto;
    margin-right: auto;
    float: none;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
  .research .research-right {
    float: none;
    width: 100%;
  }
  .research .research-right h3 {
    font-size: 22px;
  }
  .research .research-right .research-text {
    margin-top: 10px;
  }
  .contact .map {
    height: 300px;
  }
  .contact .contact-list .contact-list-text {
    padding: 20px;
  }
  .contact .contact-list .contact-list-text .contact-list-text-l {
    width: 100%;
    float: none;
  }
  .contact .contact-list .contact-list-text .contact-list-text-r {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .contact .contact-list .contact-list-text .contact-list-text-map {
    width: 100%;
  }
  .margins .contact-list-text {
    margin-top: 40px;
  }
  .newgroup .newlist .newcon .newimg {
    display: none;
  }
  .newgroup .newlist .newcon .newcontext {
    width: 86.5%;
  }
  .about-info {
    margin-top: 4%;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .footer{
    padding-bottom: 2px;
  }
  .footer .friend-nav {
    display: none;
  }
  .banner .banner-group .banner-list {
    padding-top: 9%;
  }
  .banner .banner-more {
    height: 150px;
    width: 150px;
  }
  .banner .slick-dots {
    bottom: 0px;
  }
  .banner .banner-more .more {
    bottom: 17px;
    width: 80px;
    line-height: 24px;
  }
  .public-tit {
    padding-bottom: 16px;
  }
  .footer .friend-nav a {
    font-size: 14px;
    line-height: 48px;
    margin-right: 14px;
  }
  .footer .friend-nav a:first-child {
    margin-right: 7px;
  }
  .footer .footerCon .footer-nav {
    display: none;
  }
  .footer .footerCon .fl {
    float: none;
  }
  .footer .footerCon .footer-WeChatCon {
    display:none;
    float: none;
  }
  .footer .footerCon .footer-WeChatCon .footer-WeChat {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footerCon .footer-text {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .footer .footerCon {
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    padding-top: 16px;
  }
  .in-news .in-news-con .in-news-slick {
    width: 100%;
  }
  .in-news .in-news-con-right {
    width: 100%;
    height: auto;
    padding: 2px 18px 20px;
  }
  .in-scientific .in-scientific-list .in-scientific-item {
    width: 100%;
margin:0 auto;
    margin-top: 24%;
    padding: 78px 18px 54px;
  }
  .in-scientific .in-scientific-list .in-scientific-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .in-news .in-news-con .in-news-slick .slick-slide {
    height: auto;
    padding-top: 18%;
  }
  .in-news .in-news-con .in-news-slick .slick-slide a p {
    font-size: 14px;
    padding-left: 22px;
    padding-right: 30px;
    line-height: 46px;
  }
  .in-news .in-news-con .in-news-slick .slick-prev,
  .in-news .in-news-con .in-news-slick .slick-next {
    width: 40px;
    height: 40px;
  }
  .in-news .in-news-con {
    margin-top: 30px;
  }
  .in-scientific .in-scientific-list {
    margin-top: 4%;
  }
  .in-about .in-about-text {
    font-size: 14px;
    line-height: 24px;
  }
  .in-about .in-about-text span {
    font-size: 20px;
  }
  .in-news .in-news-con-right .in-news-right-item {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .in-news .in-news-con-right .in-news-right-more {
    margin-top: 20px;
  }
  .in-product-slick .in-product-item .in-product-item-text {
    height: 126px;
  }
  .in-about .in-about-text ul li {
    width: 28%;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 16px;
  }
  .in-about .in-about-text .in-about-g .in-about-i .in-about-i-left {
    width: 100%; margin-top:20px;
  }
    .in-about .in-about-text .in-about-g {  position:relative; padding-bottom:6%;}
  .in-about .in-about-text .in-about-g .in-about-i .in-about-i-right {
    width: 100%;
    padding-right: 0;
  }
  .in-about .in-about-text .in-about-g .in-about-i .in-about-i-right h4 {
   display: none;
  }
  .in-product-slick .in-product-item .in-product-item-text .in-product-item-mask span {
    font-size: 16px;
  }
  .new-banner {
    padding-top: 40%;
  }
  .new-banner .new-banner-text h1 {
    font-size: 20px;
  }
  .new-banner .new-banner-text h3 {
    font-size: 14px;
    margin-top: 6px;
  }
  .product-group .product-item a {
    padding: 10px;
  }
  .product-group .product-item a .product-item-img {
    height: 120px;
    width: 120px;
    padding: 4px;
  }
  .product-group .product-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-group .product-item a h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
  }
  .product-group .product-item a .p {
    color: #777777;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .kwb-page a {
    width: 136px;
    line-height: 38px;
  }
  .product-group .kwb-page {
    margin-top: 8%;
  }
  .product-group {
    padding-bottom: 10%;
  }
  .product-detail {
    margin-top: 5%;
    padding-bottom: 6%;
  }
  .product-detail .product-detail-inf {
    padding: 20px;
  }
  .product-detail .product-detail-inf h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .platform {
    margin-top: 4%;
    padding-bottom: 5%;
  }
  .inner-public-tit h3 {
    font-size: 18px;
  }
  .inner-public-tit {
    padding-bottom: 5px;
  }
  .platform .platform-text {
    margin-top: 6%;
    font-size: 14px;
    line-height: 26px;
  }
  .demeanor .demeanor-group .demeanor-listcon .demeanor-list .text h3 span {
    font-size: 14px;
  }
  .demeanor .demeanor-group .demeanor-listcon .demeanor-list .text p {
    font-size: 14px;
    line-height: 22px;
  }
  .team-group .team-list .team-list-t .img {
    padding-top: 78%;
    width: 100%;
  }
  .team-group .team-list .team-list-t .text h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .team-group .team-list .team-list-t .text .text-in {
    margin-top: 0;
  }
  .recruit-detail-group-btn span + span {
    display: none;
  }
  .recruit-detail .recruit-detail-group .recruit-detail-group-btn h4 {
    font-size: 16px;
    line-height: 50px;
  }
  .recruit-detail {
    margin-top: 7%;
  }
  .recruit-detail .recruit-detail-group {
    margin-top: 2%;
  }
  .page a {
    margin-top: 10px;
  }
  .new-detailecon .new-detaile {
    padding: 10px;
    padding-top: 26px;
  }
  .new-detailecon .new-detaile h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .new-detailecon .new-detaile .new-detaile-text {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .research .research-right {
    padding: 18px;
  }
  .research .img {
    width: 100%;
    padding-top: 67%;
  }
  .research {
    margin-top: 5%;
  }
  .contact .contact-list .contact-list-text {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
  .contact {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .margins .contact-list-text {
    margin-top: 90px;
  }
  .newgroup .newlist .newcon .newcondate {
    display: none;
  }
  .newgroup .newlist .newcon .newcontext {
    width: 100%;
  }
  .newgroup .newlist .newcon .newcontext h4 {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 14px;
  }
  .newgroup .newlist .newcon {
    height: auto;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  .newgroup {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .page {
    text-align: center;
    margin-top: 14px;
  }
  .honor .list {
    padding: 5px;
    margin-top: 5px;
  }
  .honor .list .listcon {
    padding: 2px;
  }
  .honor .list .listcon p {
    font-size: 16px;
    line-height: 40px;
  }
  .honor {
    max-width: 1218px;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .honor-mask .case-bigimg-com {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .honor-mask .case-bigimg-com img {
    max-width: 100%;
  }
  .about-info .about-info-t .about-info-t-left {
    width: 100%;
    float: none;
    height: 250px;
  }
  .about-info .about-info-t .about-info-t-right {
    height: auto;
    width: 100%;
    padding: 10px;
  }
  .about-info .about-info-t .about-info-t-right .about-info-t-right-text {
    position: static;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    width: 100%;
  }
  .about-info .about-info-t .about-info-t-right .about-info-t-right-text p {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
  }
  .about-info .about-info-t .about-info-t-left img {
    max-width: 50%;
  }
  .about-info .about-info-t .about-info-t-left {
    width: 100%;
    float: none;
    height: 158px;
  }
  .about-info .about-video .about-video-list {
    width: 100%;
    float: none;
  }
  .yd-logo {
    margin-left: -65px;
    width: 130px;
  }
  .yd-logo img {
    width: 100%;
  }
  .mask .img {
    top: 15%;
    width: 82%;
  }
  .yd-video .yd-list {
    width: auto;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .yd-nav {
    height: 100%;
    padding-top: 64%;
  }
  .yd-nav-a a {
    font-size: 16px;
    width: 45%;
    line-height: 38px;
    margin-left: 0;
    margin-right: 0%;
  }
  .yd-nav-a a i {
    font-size: 16px;
    margin-right: 4px;
  }
  .yd-nav-b a {
    font-size: 16px;
    width: 45%;
    line-height: 38px;
    margin-left: 0;
    margin-right: 0;
  }
  .yd-nav-b a i {
    font-size: 16px;
    margin-right: 4px;
  }
  .video-mask .close i {
    font-size: 24px;
  }
}
