@charset "utf-8";
.menu_social{
    display: block;
    position: relative;
    font-size: 18px;
    margin-top: 14px;
    right: 0px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu_social a {
    font-weight: 500;
    margin-left: 20px;
    color: #ff6800;
}
.menu_social a .iconfont{
    color: #ff6800;
    font-size: 20px;
    font-weight: 900;
}
header.on .menu_social a{
    color: #ff6800;
}
header.ons .menu_social a{
    color: #fff;
}
.m-btn{
    display: none;
    position: relative;
    width: 30px;
    height: 21px;
    margin-top: 30px;
    cursor: pointer;
    right: 0px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-hamburger__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #ff6800;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    pointer-events: none;
}
.btn-hamburger__bar-top {
    top: 0;
}
.btn-hamburger__bar-middle {
    top: 8px;
}
.btn-hamburger__bar-bottom {
    bottom: 0;
}
.m-btn.active {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
header.on .btn-hamburger__bar{
    background-color: #ff6800;
}
/*.m-btn.active .btn-hamburger__bar{
    background-color: #fff;
}*/
.m-btn.active .btn-hamburger__bar-top {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
.m-btn.active .btn-hamburger__bar-middle {
    width: 0;
}
.m-btn.active .btn-hamburger__bar-bottom {
    -webkit-transform: translateY(-8px) rotate(90deg);
    transform: translateY(-8px) rotate(90deg);
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
}
@media(max-width:1400px){
    .menu_social{
        font-size: 16px;
    }
    .menu_social a {
        margin-left: 10px;
    }
}
@media(max-width:992px){
    .menu_social{
        font-size: 14px;
    }
    .m-btn{
        margin-top: 4px;
        display: block;
        margin-left: 5px;
        width: 25px;
        height: 21px;
    }
    .menu_social{
        margin-top: 2px;
    }
    .menu_social a {
        margin-left: 0px;
    }
}
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    background-color: #2b2b2b;
}

.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    top: 55.5%;
    margin-top: -24px;
    color:#fff;
    z-index: 4;
}
.ny-ban .ny-title h5.cntitle{
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
.ny-ban .ny-title h5.entitle{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
}
.ny-ban .ny-title p{
    font-size: 16px;
}
@media(max-width:991px){
    .ny-ban{
        padding-top: 0px;
    }
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
    .ny-ban .ny-title h5.entitle {
        font-size: 18px;
    }
    .ny-ban img {
        width: 150%;
        margin-left: -25%;
        max-width: none;
    }
}
/* 当前位置 */
.position{
    position: relative;
    padding: 15px 0px;
    font-size: 14px;
    background-color: #fff;
    line-height: 35px;
}
.search-key{
    display: flex;
}
.position span {
    font-weight: bolder;
    display: inline-block;
}
.position ul{
    display: flex;
    font-size: 18px;
}
.position ul li{
    padding: 0px 5px;
}
.position ul li a:hover{
    font-weight: bold;
}
.position ul.ny-nav li{
    padding: 0px 0px;
}
.position ul.ny-nav li a{
    font-size: 22px;
    padding-bottom: 8px;
    margin-right: 20px;
    border-bottom: 2px solid #fff;
    transition: .6s;
}
.position ul.ny-nav li a.active,.position ul.ny-nav li a:hover{
    color: #ff6800;
    font-weight: 800;
    border-bottom: 2px solid #ff6800;
}

.position ul.ny-subnav li{
    padding: 0px 0px;
}
.position ul.ny-subnav li a{
    font-size: 18px;
    padding-top: 28px;
    position: relative;
    display: block;
    margin: 0px 30px 0px 0px;
    transition: .6s;
}
.position ul.ny-subnav li a.active,.position ul.ny-subnav li a:hover{
    color: #ff6800;
    padding-left: 15px;
    font-weight: 800;
}
.position ul.ny-subnav li a.active:before{
    content: "•";
    position: absolute;
    left: 0px;
    top: 26px;
    color: #ff6800;
    font-size: 20px;
}

/*搜索*/

.search .search-input{
    width: 100%;
    position: relative;
}
.search p span{
    font-size: 14px;
    display: block;
}
.search .search-input input{
    width: 100%;
    line-height: 45px;
    border-radius: 35px;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 5px;
    border: 1px solid #e9e9e9;
    background: transparent;
}
.search .search-icon{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
.search .search-icon button{
    border: 0px;
    background: transparent;
    width: 80px;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}
/*关于我们*/
.ny-about .about-con{
    padding: 50px 50px;
    font-weight: lighter;
    font-size: 16px;
}
.ny-about .about-con ul{
	padding-left: 22px;
}
.ny-about img{
    max-width:100%;
    width: auto;
    margin: 10px 0px;
}
.ny-about table tr td img{
    width: auto;
    max-width: none;
}
.about-pics{
    position: relative;
    background: #fff;
    text-align: center;
    width: 78%;
    margin: 0px auto;
    box-shadow: 0 10px 15px -3px rgba(201,201,201,.6), 0 4px 6px -2px rgba(201,201,201,.15);
}
.about-pics img{
    margin: 0px 0px;
}
@media(max-width:991px){
    .position ul{
        font-size: 14px;
    }
    .ny-about .about-con{
       padding: 20px 20px;
    }
    .ny-net-box .info{
        width: 100%;
        font-size: 14px;
    }
}
.pro-about-box{
    margin: 0px auto;
    background-color: #fff;
}
/* 企业文化 */
.culture{
    font-size: 22px;
}
.culture h5{
    font-size: 33px;
    color: #ff6800;
    font-weight: 600;
    border-bottom: 1px solid #ffb37f;
    margin-bottom: 30px;
}
.culture .culture-img{
    border-radius: 25px;
    overflow: hidden;
}
.culture .culture-img img{
    margin: 0px 0px;
}
.culture ul li{
    position: relative;
    padding-left: 15px;
    margin: 2px 0px;
}
.culture ul li:before {
    content: "•";
    position: absolute;
    left: 0px;
    top: -12px;
    color: #ff6800;
    font-size: 35px;
}
@media(max-width:1360px){
    .culture h5{
        font-size: 24px;
    }
    .culture h5 img{
        max-height: 35px;
    }
    .culture p{
        font-size: 16px;
    }
}
@media(max-width:991px){
    .culture h5{
        font-size: 16px;
    }
    .culture h5 img{
        max-height: 20px;
    }
    .culture p{
        font-size: 12px;
    }
    .culture ul li {
        font-size: 14px;
    }
    .culture ul li:before {
        top: -22px;
    }
}
/*临床研究*/
.clinical-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0px 0px 0px;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.clinical-list .clinical-img{
    width: 40%;
}
.clinical-list .clinical-img img{
    max-width: 100%;
}
.clinical-list .clinical-con{
    width: 60%;
    padding: 3%;
    font-size: 16px;
}
.clinical-list h3{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    font-weight: bolder;
}
.clinicalico{
    background: url(../img/clinicalico.jpg) no-repeat center top;
    margin-bottom: 100px;
}
.clinicalico ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
}
.clinicalico ul li{
    width: 30%;
}
.clinicalico ul li .ico-con{
    background: #f7f7f7;
    padding: 10% 5%;
    text-align: center;
}
.clinicalico ul li .ico-con .ico-title{
    font-size: 20px;
    margin: 15px 0px;
    font-weight: 600;
}
@media(max-width:991px){
    .clinical-list h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .clinical-list p {
        font-size: 13px;
        line-height: 1.6;
    }
}
/* 研究平台 */
.plat-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px 0px 150px 0%;
    position: relative;
}
.plat-list:nth-child(2n) .plat-img{
    margin-left: 8%;
}
.plat-list:nth-child(2n+1):before{
    position: absolute;
    left: 1%;
    top: 0%;
    width: 450px;
    height: 1px;
    content: "";
    border: 2px dashed  #ff6800;
    display: block;
    transform: rotate(-50deg);
    z-index: 1;
}
.plat-list:nth-child(2n+1):after{
    position: absolute;
    left: 1%;
    top: 100%;
    width: 450px;
    height: 1px;
    content: "";
    border: 2px dashed  #ff6800;
    display: block;
    transform: rotate(50deg);
    z-index: 1;
}
.plat-list:first-child:before,.plat-list:nth-child(3):before{
    border: 0px dashed  #dcdcdc !important;
}
.plat-list .plat-img{
    width: 35%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
}
.plat-list .plat-img img{
    max-width: 100%;
}
.plat-list .plat-con{
    width: 55%;
    padding: 3%;
}
.plat-list h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
@media(max-width:1280px){
    .plat-list {
        margin: 0px 0px 130px 0%;
    }
}
@media(max-width:991px){
    .plat-list,.plat-list:nth-child(2n) {
        margin: 20px 0px 20px 0px;
    }
    .plat-list .plat-img {
        width: 35%;
    }
    .plat-list .plat-con {
        width: 63%;
        padding: 0 3%;
    }
    .plat-list h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    /* .plat-list:nth-child(2n):before {
        position: absolute;
        left: 17%;
        top: -94%;
        width: 1px;
        height: 100%;
        content: "";
        border: 1px dashed #dcdcdc;
        display: block;
        transform: rotate(0deg);
        z-index: 1;
    }
    .plat-list:nth-child(2n):after {
        position: absolute;
        left: 17%;
        top: 51%;
        width: 1px;
        height: 100%;
        content: "";
        border: 1px dashed #dcdcdc;
        display: block;
        transform: rotate(0deg);
        z-index: 1;
    }
    .plat-list:nth-child(2):before{
        height: 0%;
    } */
    .plat-list:nth-child(2n) .plat-img{
        margin-left: 0;
    }
    .plat-list:nth-child(1):before{
        border: 0;
    }
    .plat-list:nth-child(2n+1):before{
        position: absolute;
        left: -4%;
        top: 0%;
        width: 40%;
        height: 1px;
        content: "";
        border: 2px dashed  #ff6800;
        display: block;
        transform: rotate(-90deg);
        z-index: 1;
    }
    .plat-list:nth-child(2n+1):after{
        position: absolute;
        left: -4%;
        top: 100%;
        width: 40%;
        height: 1px;
        content: "";
        border: 2px dashed  #ff6800;
        display: block;
        transform: rotate(90deg);
        z-index: 1;
    }
}
/*研究领域*/
.field-list ul,.field-nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.field-list ul li{
    width: 100%;
    margin: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #e6e6e6;
}
.field-list ul li:nth-child(2n){
    flex-direction: row-reverse;
}
.field-list ul li .field-img{
    width: 35%;
}
.field-list ul li .field-con{
    width: 62%;
    font-size: 14px;
}
.field-list ul li .field-con h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width: 992px){
    .field-list ul li .field-img,.field-list ul li .field-con{
        width: 100%;
    }
    .field-list ul li .field-con{
        padding: 15px 0px;
    }
    .field-list ul li .field-con h5 {
        font-size: 14px;
    }
}
.field-nav ul li{
    width: 49%;
    margin: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background: #e6e6e6;
}
.field-nav ul li .nav-img{
    width: 49%;
}
.field-nav ul li .nav-con{
    width: 49%;
    padding: 20px 20px;
    font-size: 14px;
}
.field-nav ul li .nav-con h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.field-nav ul li .nav-con .nav-more{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    color: #fff;
    padding: 5px 15px;
    background: #ff6800;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 992px){
    .field-nav ul li .nav-img,.field-nav ul li .nav-con{
        width: 100%;
    }
    .field-nav ul li .nav-con{
        padding: 10px 10px;
    }
    .field-nav ul li .nav-con h5{
        font-size: 14px;
    }
    .field-nav ul li .nav-con .nav-more{
        font-size: 12px;
    }
}
/*内页案例*/
.pipeline h5{
	font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
}
/*发展历程*/
.history {
    position: relative;
}
.history .thumbs-box{
    position: relative;
    padding: 0px 60px;
    margin-top: 50px;
}
.history .gallery-thumbs{
    text-align:center;
    cursor:pointer;
}
.history .gallery-thumbs .swiper-slide{
    text-align: center;
}
.history .gallery-thumbs .thumbs{
    background: #898989;
    border-radius: 100%;
    font-size: 20px;
    margin: 0px auto;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
    border:10px double #fff;
}
.history .gallery-thumbs .swiper-slide-thumb-active .thumbs{
    background: #c8161d;
    color: #fff;
    font-weight: bold;
    border:10px double #fff;
}
.history .otherTop .swiper-slide{
    overflow: hidden;
    margin-top: 20px;
    padding: 10px 30px;
    background: #dddddd;
}
.history .swiper-slide .other-title{
    font-size: 35px;
    font-weight: bolder;
    line-height: 2;
    border-bottom: 1px solid #7cc163;
    position: relative;
}
.history .otherThumb:after{
    content: "";
    width: 100%;
    height: 3px;
    border-bottom: 2px dotted #898989;
    display: block;
    position: absolute;
    left: 0%;
    top: 50%;
}
.history .slideCon{
    font-size: 16px;
    line-height: 1.4;
    padding: 0px 0;
    min-height: 150px;
}
.history .slideCon .col{
    padding-left: 40px;
    margin-bottom: 5px;
}
.history .slideCon .col:before{
    content: "●";
    color: #fff;
    font-size: 16px;
    margin-left: -20px;
    margin-right: 10px;

}
/*发展历程*/
.h-menu{
    display: flex;
    justify-content: center;
}
.h-menu li a {
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #2b2b2b;
    transition: .6s;
}
.h-menu li:last-child a {
    border-right: 0px;
    padding-top: 15px;
    display: inline-block;
}
.h-menu li a.active, .h-menu li a:hover {
    color: #1e3193;
    font-weight: 800;
}
.timeline{padding-top:80px;overflow: hidden;}
.timeline .tit{text-align:center; font-size: 36px; color:#333;margin:15px 0 45px}
.timeline .tit span{
    display: block;
    font-size: 24px;
    color: #666666;
}
.timeline ul li{
    position: relative;
    padding: 10px 0;
    height: auto;
}
.timeline ul li:nth-child(2n){
    padding-left: 54%;
    text-align: left;
}
.timeline ul li:nth-child(2n+1){
    padding-right: 54%;
    text-align: right;
}
.time-con::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    z-index: 2;
    background: #e52f42;
    border: 3px solid #ff96a1;
}
.time-con::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #efefef;
}
.timeline ul li:nth-child(2n+1) .time-con::after{
    left: auto;
    right: calc(50% + 6px);
}
.timeline ul li::before,.timeline ul li::after{
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: calc(50% - 4px);
    left: 50%;
    background: #efefef;
    margin-left: -1px;
}
.timeline ul li::after {
    top: auto;
    bottom: 0;
}
.time-con{
    display: inline-block;
    min-width: 40%;
    min-height: 40px;
    border-radius: 4px;
    padding: 15px 20px;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}
.time-con h4{
    font-size: 22px;
    color: #e52f42;
    margin-bottom: 10px;
}
@media(max-width:992px){
    .pipeline h5{
        font-size: 14px;
        margin: 10px 0px;
    }
    .h-menu li a {
        font-size: 16px;
    }
    .time-con h4 {
        font-size: 16px;
    }
    .time-con{
        padding: 10px 10px;
        font-size: 14px;
    }
}
.main{
    background: #fff;
}
.ny-comm{
    position: relative;
    padding: 60px 0px;
}
.com-box{
    padding-left: 7%;
    padding-right: 7%;
}
@media (max-width:1440px){
  .com-box{
    padding-left: 2%;
    padding-right: 2%;
    }
}
@media (max-width:992px){
  .com-box{
    padding-left: 0%;
    padding-right: 0%;
    }
}
.ny-comm .comm-left{
    width: 22%;
    padding: 30px 30px;
    float: left;
    background-color: #fff;
}
.ny-comm .comm-right{
    width: 78%;
    padding: 0px 0px 0px 40px;
    float: right;
}
.ny-comm .ny-title{
   font-size: 50px;
   padding-left: 10px;
   line-height: 1.0;
   font-weight: 900;
   border-left: 6px solid #ff6800;
   margin-bottom: 40px;
}
.ny-comm .ny-title b{
    font-size: 20px;
    padding-left: 10px;
}
.ny-comm .ny-title span{
    display: inline-block;
    float: right;
    background: url(../img/car.png) no-repeat center #ff6800;
    background-size: 50% 50%;
    border-radius: 100%;
    border: 1px solid #d4c5bc;
    width: 60px;
    height: 60px;
}
.ny-comm .ny-title:after{
    display: block;
    content: "";
    width: 70px;
    height: 0px;
    background: #fdba33;
    margin: 15px 0px;
}
@media(max-width:1360px) {
    .ny-comm .ny-title {
        font-size: 30px;
    }
}
@media(max-width:992px){
    .ny-comm{
        padding: 20px 0px;
    }
    .ny-comm .ny-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .ny-comm .ny-title span{
        width: 35px;
        height: 35px;
    }
    .ny-comm .ny-title span, .ny-comm .ny-title strong{
        font-size: 30px;
    }
    .ny-comm .ny-title b{
        font-size: 14px;
    }
}
.ny-comm .ny-title ul{
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.ny-comm .ny-title ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
.ny-comm .ny-title ul li a{
    color:#76787a;
}

/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 26px;
    font-weight: 600;
    color: #c8161d;
    line-height: 2;
    margin-bottom: 20px;
    border-bottom: 2px solid #e6e6e6;
}
.ny-comm .comm-left .cstlayer:after{
    display: block;
   content: "";
   width: 45px;
   height: 2px;
   margin-bottom: -2px;
   background: #c8161d;
}
.ny-comm .comm-left .ny-nav li a{
    display: block;
    padding: 12px 10px 12px 10px;
    line-height: 1.3;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}
.ny-comm .comm-left .ny-nav li a i{
    font-size: 14px;
    font-weight: bolder;
}
.ny-comm .comm-left .ny-nav li a.active,.ny-comm .comm-left .ny-nav li a:hover{
    background-color: #c8161d;
    color:#fff;
}
.ny-comm .comm-left ul.subnav{
    padding:0px 0px;
    display: none;
}
.ny-comm .comm-left ul.subnav.on{
    display: block;
}
.ny-comm .comm-left ul.nonesub li a,
.ny-comm .comm-left ul.subnav li a{
    display: block;
    padding: 12px 10px 12px 20px;
    line-height: 1.3;
    font-size: 14px;
    border-bottom:1px solid #e6e6e6;
}
.ny-comm .comm-left ul.nonesub li,
.ny-comm .comm-left ul.subnav li{
    display: block;
    position: relative;
    margin: 0px 0px;
}
.ny-comm .comm-left ul.subnav li span{
    display: block;
}

.ny-comm .comm-left ul.subnav li a:hover,.ny-comm .comm-left ul.subnav li.subactive a{
    color: #fff;
    background-color: #ff6570;
}
.ny-comm-box .comm-right .pname{
    font-size: 26px;
    margin-bottom: 30px;
}
.ny-comm-box .comm-right .ny-pro-list{
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

/*招聘*/
.talent-box{
    padding: 35px 40px;
    background-color: #fff;
}
@media (max-width:991px){
    .talent-box{
        padding: 15px 15px;
    }
}
.talent-box .talent-list{
    margin-top: 35px;
}
.talent-box .talent-list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.talent-box .talent-list ul li{
    width: 50%;
    margin: 0px 0px;
}
.talent-box .talent-list ul:nth-child(2n) {
    flex-direction: row-reverse;
}
.talent-box .talent-list ul li.talent-con{
    padding: 3% 2%;
}
.talent-box .talent-list ul li.talent-con h3{
    font-size: 26px;
    margin-bottom: 10px;
    color: #c8161d;
    font-weight: 600;
}
.talent-box .talent-list ul li.talent-con .t-more{
    position: relative;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 800;
    overflow: hidden;
    color: #c8161d;
    transition: all 0.3s ease-in-out;
}
.talent-box .talent-list ul li.talent-con:hover .t-more{
    padding-left: 10px;
}
@media (max-width:991px){
    .talent-box .talent-list ul li{
        width: 100%;
    }
    .talent-box .talent-list ul li.talent-con h3 {
        font-size: 16px;
    }
    .talent-box .talent-list ul li.talent-con .t-more{
        font-size: 14px;
    }
}
/*商城*/
.store ul li{
    width: 33%;
    text-align: center;
}
.store ul li a{
    padding: 8px 30px 8px 60px;
    display: inline-block;
    border-radius: 25px;
    color: #fff;
    height: 60px;
}
.store ul li span{
    line-height: 45px;
}
.store ul li.douyin a{
    background: url(../img/shop-douyin.png) no-repeat 20px center #ff6800;
}
.store ul li.pdd a{
    background: url(../img/shop-pdd.png) no-repeat 20px center #ff6800;
}
.store ul li.jd a{
    background: url(../img/shop-jd.png) no-repeat 20px center #ff6800;
}
.store ul,.ny-shop .shop-list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding-bottom: 35px;
}
.ny-shop .shop-list ul li.shop-img{
    width: 36%;
    display: flex;
    align-items: center;
}
.ny-shop .shop-list ul li.shop-img .swiper1{
    width: 80%;
    height: auto;
    overflow: hidden;
}
.ny-shop .shop-list ul li.shop-img .swiper1 img{
    width: 100%;
}
.ny-shop .shop-list ul li.shop-img .swiper1 .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-thumbs{
    width: 20%;
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
}

.ny-shop .shop-list ul li.shop-img .shop-img1{
    width: 80%;
    max-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ny-shop .shop-list ul li.shop-img .shop-img1 img{
    width: 90%;
    height: auto;
}
.ny-shop .shop-list ul li.shop-img .shop-img2{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}
.ny-shop .shop-list ul li.shop-img .shop-img2 div{
    padding: 10px;
    box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
}
.ny-shop .shop-list ul li.shop-img .shop-img2 img{
    width: 100%;
    height: auto;
}

@media (max-width:762px){
    .store ul li span{
        display: none;
    }
    .store ul li.douyin a{
        background: url(../img/shop-douyin.png) no-repeat center center #ff6800;
    }
    .store ul li.pdd a{
        background: url(../img/shop-pdd.png) no-repeat center center #ff6800;
    }
    .store ul li.jd a{
        background: url(../img/shop-jd.png) no-repeat center center #ff6800;
    }
}
@media (max-width:991px){
    .ny-shop .shop-list ul li.shop-img {
        width: 100%;
        flex-direction: column;
        max-height: 380px;
    }
    .ny-shop .shop-list ul li.shop-img .swiper1{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .ny-shop .shop-list ul li.shop-img .shop-img1{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .ny-shop .shop-list ul li.shop-img .shop-img1 img{
        max-width: 350px;
        height: auto;
    }
    .ny-shop .shop-list ul li.shop-img .shop-img2 div{
        max-height: 80px;
    }
    .ny-shop .shop-list ul li.shop-img .shop-img2{
        width: 100%;
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: auto;
    }
    .ny-shop .shop-list ul li.shop-img .shop-img2 div{
        height: auto;
    }
}
.ny-shop .shop-list ul li.shop-con{
    width: 60%;
}
.ny-shop .shop-list ul li.shop-con h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ny-shop .shop-list ul li.shop-con h3:after{
    display: block;
    content: "";
    width: 45px;
    height: 2px;
    margin: 10px 0px;
    background: #c8161d;
}

@media (max-width:991px){
    .ny-shop .shop-list ul li{
        width: 100%;
    }
    .ny-shop .shop-list ul li.shop-con h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ny-shop .shop-list ul li.shop-con{
        width: 100%;
    }
}
/*立业在众红*/
.talent-box .talent-in-title{
   font-size: 26px;
   color: #c8161d;
   font-weight: 600;
   border-bottom: 1px solid #e6e6e6;
   text-transform: uppercase;
   margin-bottom: 25px;
}
.talent-box .talent-in-title:after{
    display: block;
    content: "";
    width: 45px;
    height: 1px;
    margin-bottom: -1px;
    background: #c8161d;
}
.talent-box .talent-in-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.talent-box .talent-in-list ul li{
    width: 49%;
    margin: 20px 0px;
}
.talent-box .talent-in-list ul li .talent-con{
    padding: 3% 0%;
}
.talent-box .talent-in-list ul li .talent-con h5{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.talent-box .talent-in-list ul li .talent-con h5:after{
    display: block;
    content: "";
    width: 45px;
    height: 2px;
    margin: 5px 0px;
    background: #c8161d;
}
@media (max-width:991px){
    .talent-box .talent-in-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .talent-box .talent-in-list ul li .talent-con h5 {
        font-size: 16px;
    }
}
/*薪资福利*/
.talent-box .talent-welfare-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.talent-box .talent-welfare-list ul li{
    width: 49%;
    margin: 20px 0px;
    padding: 2% 1%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e6e6e6;
}
.talent-box .talent-welfare-list ul li .welfare-img{
    width: 22%;
}
.talent-box .talent-welfare-list ul li .welfare-con{
    width: 78%;
    font-size: 14px;
}
.talent-box .talent-welfare-list ul li .welfare-con h5{
    font-size: 20px;
    font-weight: 400;
}
/*合作申请*/
.apply ul,
.cooperate-way ul,.apply-bot{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.apply ul li{
    width: 48%;
}
.apply-top{
    background: #ff6800;
    color: #fff;
    padding: 2% 10% 2% 24%;
    margin-bottom: 3%;
    border-bottom-right-radius: 50px;
}
.apply-top .contact-title{
    font-size: 33px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}
.apply-top .p1,.apply-top .p2,.apply-top .p3,.apply-top .p4{
    background-size: auto 33px;
    padding-left: 45px;
    margin: 10px 0px;
}
.apply-top .p1{
    background: url(../img/u.png) no-repeat left center;
}
.apply-top .p2{
    background: url(../img/p.png) no-repeat left center;
}
.apply-top .p3{
    background: url(../img/f.png) no-repeat left center;
}
.apply-top .p4{
    background: url(../img/e.png) no-repeat left center;
}
.apply-bot{
    background: #fff;
    padding-left: 24%;
}
ul.apply-bot li{
    display: inline-block;
    width: auto;
    padding: 0px 2%;
    text-align: center;
}
.apply-bot p{
    width: 100%;
}
ul.apply-bot li h5{
    font-size: 22px;
    padding: 20px 0px 0px;
}
.cooperate-way ul li{
    width: 100%;
    margin: 20px 0px 70px;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    border-bottom: 1px solid #ecaa92;
}
.cooperate-way ul li:nth-child(2n),.cooperate-youshi ul li:nth-child(2n){
    flex-direction: row;
}
.cooperate-way ul li .way-img,.cooperate-youshi ul li .youshi-img{
    width: 48%;
}
.cooperate-youshi ul li .youshi-img{
    border-radius: 25px;
    overflow: hidden;
}
.cooperate-way ul li .way-img img,.cooperate-youshi ul li .youshi-img img{
    width: 100%;
}
.cooperate-way ul li .way-con,.cooperate-youshi ul li .youshi-con{
    width: 49%;
    padding: 10px 20px;
}
.cooperate-way ul li .way-con h5{
    font-size: 33px;
    color: #da5626;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}
.cooperate-youshi ul li .youshi-con h5{
    font-size: 33px;
    color: #da5626;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a9a9a9;
}
.cooperate-youshi ul li .youshi-con h5 span{
    display: block;
}
@media (max-width:1280px){
    .cooperate-way ul li .way-con h5 {
        font-size: 28px;
    }
    .apply .apply-bot li img{
        height: 65px;
        margin: 15px;
        margin-bottom: 0;
    }
    ul.apply-bot li h5 {
        font-size: 20px;
    }
    .cooperate-way ul li .way-con h5 img{
        max-height: 45px;
        margin-left: 15px;
    }
}
@media (max-width:991px){
    .cooperate-way ul li {
        margin: 20px 0px;
        padding-bottom: 20px;
    }
    .cooperate-way ul li .way-img,.cooperate-way ul li .way-con{
        width: 100%;
    }
    .cooperate-way ul li .way-con h5 img{
        max-height: 25px;
        margin-left: 10px;
    }
    .cooperate-way ul li .way-con h5 {
        font-size: 18px;
    }
    .cooperate-youshi ul li .youshi-con h5 span{
        font-size: 18px;
    }
    .apply ul li {
        width: 100%;
    }
    .apply .apply-bot li{
        width: 33%;
    }
    .apply .apply-bot li img{
        height: 50px;
        margin: 10px;
        margin-bottom: 0;
    }
    ul.apply-bot li h5 {
        font-size: 16px;
    }
    .apply-top ,.apply-bot{
        padding: 2% 4%;
    }
    .apply-bot{
        padding-bottom: 4%;
    }
    .cooperate-way ul li .way-img,.cooperate-youshi ul li .youshi-img{
        width: 100%;
    }
    .cooperate-way ul li .way-con,.cooperate-youshi ul li .youshi-con{
        width: 100%;
        padding: 20px 0;
    }
}
/*合作优势*/
.cooperate-youshi ul li{
    width: 100%;
    margin: 20px 0px 70px;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
@media (max-width:991px){
    .cooperate-youshi ul li{
        margin: 20px 0px;
        padding-bottom: 0px;
        flex-direction: column;
    }
}
/*招贤纳士*/
.talent-box .talent-jobnav ul li{
    width: 100%;
    margin: 40px 0px;
    padding: 3% 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #e6e6e6;
}
.talent-box .talent-jobnav ul li .jobnav-img{
    width: 14%;
}
.talent-box .talent-jobnav ul li .jobnav-con{
    width: 50%;
    font-size: 14px;
}
.talent-box .talent-jobnav ul li .jobnav-more{
    width: 36%;
}
.talent-box .talent-jobnav ul li .jobnav-more span{
    background-color: #c8161d;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    padding: 15px 25px;
    transition: all 0.6s;
}
.talent-box .talent-jobnav ul li:hover span{
    padding: 15px 35px;
}
.talent-box .talent-jobnav ul li .jobnav-con h5{
    font-size: 20px;
    font-weight: 400;
}
.talent-box .talent-jobnav ul li .jobnav-con h5:after{
    display: block;
    content: "";
    width: 45px;
    height: 2px;
    margin: 5px 0px;
    background: #c8161d;
}
/*如何申请*/
.talent-box .talent-apply ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.talent-box .talent-apply ul li{
    width: 31.5%;
    margin: 20px 0px;
}
.talent-box .talent-apply ul li .apply-con{
    padding: 3% 0%;
}
.talent-box .talent-apply ul li .apply-con h5{
    font-size: 45px;
    color: #dddddd;
    font-weight: 800;
    margin-bottom: 10px;
}
.talent-box .talent-apply ul li .apply-con h5:after{
    display: block;
    content: "";
    width: 35px;
    height: 2px;
    margin: 5px 0px;
    background: #dbb43a;
}
@media (max-width:991px){
    .talent-box .talent-apply ul li{
        width: 100%;
        margin: 10px 0px;
    }
    .talent-box .talent-apply ul li .apply-con h5 {
        font-size: 24px;
    }
}
/*招聘详情*/
.ny-job .panel-title{
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 15px;
}
.ny-job .panel-title:hover{
    color: #c8161d;
}
.apply-btn{
    font-weight: 600;
    color: #c8161d;
}
.applyCon{
    max-width: 300px;
    margin: 0px auto;
}
@media (max-width:991px){
    .ny-job .panel-title{
        font-size: 14px;
        margin-bottom: 5px;
    }
}
/*关于我们下图*/
.duoimg img{
    margin: 15px 0px;
}
/*产品列表*/
.product-list{
    position: relative;
    margin-bottom: 20px;
}
.product-list .product-img{
    text-align: center;
    background:#fff;
    border: 1px solid #efefef;
    padding: 50px;
    transition: all 0.6s;
}
.product-list .product-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.product-list h5{
    line-height: 1.2;
    padding: 20px 15px;
    text-align: center;
}
.product-list h5 span{
    display: block;
    font-weight: 800;
}
.product-list .product-img:hover{
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.3);
}
.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ny-comm .m-pro-nav{
    display: none;
}
.ny-comm .m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li .subnav {
    padding: 5px 20px;
    border-top: 1px solid #f5f5f5;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li .subnav li{
    border-bottom: 0px solid #f5f5f5;
    padding: 4px 15px;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li .subnav li a {
    padding: 4px 0 4px 12px;
    position: relative;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li .subnav li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #c8161d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
    transition: all 0.4s;
}
@media (max-width:991px){
    .ny-comm .comm-left{
        display: none;
    }
    .ny-comm .comm-right{
        width:100%;
        padding: 0px 0px;
        background: transparent;
    }
    .ny-comm .m-pro-nav{
        display: block;
        margin:0px 0px 20px;
    }
}
.gx-right-table tr th {
    width: 86px;
    height: 60px;
    margin-right: 1.5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-left: 1px solid #fff;
}

.gx-right-table .gx-right-th {
    background: #B2B0B1;
    background: -moz-linear-gradient(left, rgb(244, 39, 54), rgb(185, 160, 90));
    background: -ms-linear-gradient(left, rgb(244, 39, 54), rgb(185, 160, 90));
    background: -o-linear-gradient(left, rgb(244, 39, 54), rgb(185, 160, 90));
    background: -webkit-linear-gradient(left, rgb(244, 39, 54), rgb(185, 160, 90));
}

.gx-right-th th span{
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    border-left: 1px solid #fff;
}

.gx-right-table tr td {
    height: 50px;
    line-height: 1.6;
    margin-right: 1.5px;
    text-align: center;
    font-size: 12px;
    color: #333;
    word-wrap: break-word;
}

.gx-right-table tr th:nth-child(1) {
    border: 0 !important;
    width: 38px !important;
}
.gx-right-table tr th:nth-child(5) {
    min-width:300px !important
}
.gx-right-table tr.yfgx_top_solid{
    border-top: 2px solid #333;
}

.yfgx_solid{
    border-left: 1px solid #B2B0B1;
    border-right: 1px solid #B2B0B1;
}

.gx-right-table tr td.yfgx_dashed {
    border-bottom: 1px dashed #B2B0B1;
}
.gx-right-table tr td.yfgx_none {
    border-bottom: 0;
}

.pro-bar {
    height: 20px;
    position: relative;
}
.progress_number {
    float: right;
    margin-top: -24px;
}

.progress-bar-inner {
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: width 1s linear 0s;
    animation: animate-positive 2s;
}
.progress-bar-inner::after {
    content:'';
    background-image:url(../img/g-white.png);
    background-size: 16px 16px;
    background-repeat:no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    right: 3px;
}
.yfgx_pct,.yfgx_cn,.yfgx_xrb{
    position: relative;
    margin-left: 10px;
}
.yfgx_hxcp{
    width: 15px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: 1.2;
}
.yfgx_pct::before {
    content:'';
    background-image:url(../img/pct.png);
    background-size: 20px 20px;
    background-repeat:no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: -22px;
}
.yfgx_cn::before {
    content:'';
    background-image:url(../img/c-s.png);
    background-size: 20px 20px;
    background-repeat:no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: -22px;
}

.gx-default1 {
    background: #417cc0;
}
.gx-default2 {
    background: #64bb76;
}
.gx-default3 {
    background: #ebba43;
}
@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}
@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

/*相关下载*/
.downlist ul li{
    font-size: 14px;
    line-height: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.downlist ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #dcdcdc;
}
/*上一页下一页*/
.pre-next{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
}
.pre-next span{
    font-weight: bold;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}
/*相关产品*/

.related-title{
    font-size: 25px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 3px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 20px;
}
.related-title span{
    display: block;
    font-weight: bolder;
    font-size: 30px;
}
@media(max-width:512px){
    .related-title{
        font-size: 20px;
    }
}
.related-title::after {
    display: block;
    content: "";
    width: 70px;
    height: 3px;
    background: #fdba33;
    margin: 20px auto 0px auto;
    margin-bottom: -3px;
}
/* 新闻 he 科普*/
.ny-news .ny-news-list {
    margin-bottom: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-img img{
    width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{
    font-size: 28px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.ny-news .ny-news-list .ny-news-more span{
    float: right;
}
.ny-news .ny-news-list .ny-news-more {
    padding-top: 30px;
}
.ny-news .ny-news-list .ny-news-more .com-more{
    transform: scale(0.65);
    transform-origin: 0 0;
}

.knowledge .know-list{
    background: #fff7f2;
    padding: 40px 0px 40px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.knowledge .know-list .ny-news-content{
    width: 75%;
}
@media (max-width:991px){
    .knowledge .know-list .ny-news-content {
        width: 55%;
    }
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
        margin-top: 30px;
        margin-left: 0;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title{
        width:100%;
        font-size: 16px;
    }
    .ny-news .ny-news-list {
       padding: 15px;
    }
    .ny-news .ny-news-list .ny-news-more .com-more{
        transform: scale(1);
        font-size: 14px;
    }
}
/* .know-nav{
    position: relative;
}
.know-nav a{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.know-nav .nav-title{
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    border-left: 4px solid #ff6800;
    margin-right: 10px;
} */
.ny-list{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.ny-list li{
    margin-right: 100px;
}
.know-nav{
    display: flex;
    align-items: center;
    max-height: 215px;
    margin-bottom: 40px;
    overflow: hidden;
}
.know-nav .know-left{
    width: 60%;
}
.know-nav .know-right{
    min-height: 215px;
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #e6e6e6;
}
.know-nav .nav-title{
    color: #333;
    font-size: 30px;
}
.know-nav .know-right a{
    width: 140px;
    height: 50px;
    background: #ff7901;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
}
@media (max-width:1200px) {
    .ny-comm .scientific a .scientific-href p{
        color: #fff;
        font-size: 22px;
        display: flex;
        align-items: center;
    }
}
@media (max-width:992px) {
    .ny-comm .scientific-list{
        display: flex;
        flex-direction: column;
    }
    .ny-comm .scientific{
        width: 95%;
        margin-bottom: 20px;
    }
    .ny-comm .scientific a .scientific-href p{
        color: #fff;
        font-size: 30px;
        display: flex;
        align-items: center;
    }
    .ny-list {
        margin-bottom: 20px;
    }
    .ny-list li{
        margin-right: 50px;
    }
    .know-nav .nav-title {
        font-size: 24px;
    }
    .know-nav .know-right a {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}
/* 新闻详情页 */
.ny-news-info{
    width: 100%;
    background-color: #fff;
    margin: 0px auto;
    border-bottom: 2px solid #e0e0e0;
}
.ny-comm .news-info-title{
    padding-bottom: 10px;
    margin-bottom: 45px;
    border-bottom: 2px solid #e0e0e0;
}
.ny-comm .news-info-title p{
    font-size: 33px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.333;
}
.ny-comm .news-info-title .date {
    font-size: 18px;
}
.ny-news-info .news-info-content{
    width: 95%;
    margin: 0px auto;
    padding-bottom: 40px;
}
.ny-news-info .news-info-content h3{
    font-size: 25px;
    color: #ff6800;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
}
.ny-news-info .news-info-content p,.knowledge-info p{
	margin: 20px 0px;
}
@media (max-width:991px){
    .ny-news-info{
        padding: 15px 15px;
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
}
/*科普详情*/
.knowledge-info .knowledge-title{
    font-size: 35px;
    font-weight: bold;
    color: #ff6800;
}
.knowledge-info h3{
    font-size: 30px;
    color: #ff6800;
}
/*技术实力*/
.ny-tech .ny-tech-img img{
    width: 100%;
}
.ny-tech .ny-tech-content{
    padding: 50px 0px;
}
.ny-tech .ny-tech-content .ny-tech-title{
    font-size: 35px;
    text-align: center;
    color: #0f238c;
    font-weight: 800;
    margin-bottom: 25px;
}
.ny-tech .ny-tech-content .ny-tech-title:after{
    content: "";
    width: 70px;
    height: 2px;
    background: #d6000f;
    display: block;
    margin: 10px auto;
}
.ny-tech .ny-tech-content .ny-tech-intro{
    font-size: 16px;
}
.ny-tech .ny-tech-content .ny-tech-intro img{
    margin: 10px 0px;
    width: auto;
    max-width: 100%;
}
@media(max-width:767px){
    .ny-tech .ny-tech-content {
        padding: 10px 0px;
    }
    .ny-tech .ny-tech-content .ny-tech-title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ny-tech .ny-tech-content .ny-tech-intro {
        font-size: 14px;
        padding-left: 0px;
    }
    .ny-tech .swiper-pagination .swiper-pagination-bullet{
        width: 50px;
        line-height: 30px;
        height: 50px;
        font-size: 20px;
        padding-top: 20px;
    }
}
/* 联系我们 */
.contact{
    background: #fff0e5;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 100px 0px 0px 0px;
}
.contact .contact-title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact ul li{
    border-bottom: 1px solid #a9a19c;
    padding: 4px 0px;
}

.map{
    border: 1px solid #ddd;
    padding: 0px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    border-radius: 50px;
    top: -60px;
    height: 450px;
    width: 80%;
    box-shadow: -2px 5px 21px 22px rgba(255,240,230,1.0), 13px -6px 10px 23px rgba(255,255,255,.95);

}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media (max-width:992px){
    .contact{
        margin: 0px;
    }
    .contact .contact-title{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .map{
        position: relative;
        top: 0px;
        height: 340px;
        width: 100%;
        box-shadow: none;
        margin-bottom: 20px;
    }
}

/* 在线留言 */
.message{
    margin-top: 35px;
}
.message .msg-tit{
    color: #ff6800;
    font-size: 33px;
    font-weight: 600;
}
.form-control{
    height: 50px;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    border-radius: 0px;
}
.form-control1{
    height:120px !important;
}
.message-btn button{
    width:100%;
    height: 50px;
    font-size: 25px;
    font-weight: bold;
    border:none;
}

/* 搜索页面 */
.ny-search .ny-search-box .search-img-top{
    width:100%;
}
.ny-search .ny-search-box .search-title{
    padding:8px 0 8px 10px;
}
.ny-search .ny-search-box:hover .search-title{
    background:#004080;
    color:#fff;
}
.ny-search .ny-search-box {
    margin-bottom:30px;
}
@media(max-width:992px){
    .contact ul li{
        margin: 25px 0px;
    }
    .contact .contact-title p {
        font-size: 20px;
    }
    .message{
        margin-top: 20px;
    }
    .message .msg-tit {
        font-size: 24px;
    }
    .message-btn button{
        font-size: 20px;
    }
}