/*手机头部*/
.mc_header{
    display: none;
    height: 61px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}
.mc_header_con{
    height: 60px;
    overflow: hidden;
}
.mc_logo{
    line-height: 60px;
    height: 60px;
    width: calc(100% - 60px);
    text-align: center;
    float: left;
    padding: 0 10px;
}
.mc_logo img{
    width: auto;
    max-width: 100%;
    max-height: 35px;
}
.mc_nav{
    width: 30px;
    height: 20px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}
.mc_nav span{
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.mc_nav span:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.mc_nav span:nth-child(2){
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.mc_nav span:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}
.mc_nav.click span:nth-child(1){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mc_nav.click span:nth-child(2){
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.mc_nav.click span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc_sousuo{
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    background-position: center;
    /*background-image: url(../images/mc_ico.png);*/
    background-size: 20px auto;
    background-repeat: no-repeat;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #dd2a25;
    color: #fff;
}

.mc_sousuo a{
    color: #fff;
}
.mc_nav_con{
    background: #000;
    padding: 20px;
    display: none;
    position: fixed;
    top: 61px;
    left: 0;
    z-index: 99999;
    width: 100%;
}
.mc_nav_con ul{
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 100px);
}
.mc_nav_con ul>li{
    position: relative;
    border-bottom: 1px solid #2b2b2b;
}
.mc_nav_con ul>li>a{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px;
    display: block;
}
.mc_nav_con ul>li>span{
    width: 35px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99;
    background-position: -30px -240px;
} 
.mc_nav_con ul>li>span.click{
    background-position: -30px -265px;
}
.mc_nav_erji{
    background: #1E1E1E;
    display: none;
}
.mc_nav_erji .mc_nav_erji_li{
    border-top: 1px dashed #2b2b2b;
}
.mc_nav_erji .mc_nav_erji_li:last-child{
    border-top: 0px dashed #2b2b2b;
}
.mc_nav_sanji_li{
    padding-left: 15px;
}
.mc_nav_siji_li{
    padding-left: 15px;
}
.mc_nav_wuji_li{
    padding-left: 15px;
}
.mc_nav_erji a{
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    display: block;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mc_sousuo_con{
    background: #dd2a25;
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    z-index: 999;
    font-size: 0;
    display: none;
}
.mc_sousuo_con_shuru{
    font-size: 16px;
    height: 40px;
    height: 40px;
    color: #fff;
    background: none;
    width: calc(100% - 50px);
    padding: 0 20px!important;
    border: 0;
    border-right: 1px solid #fff;
    outline: none;
}
.mc_sousuo_con_shuru:focus{
    border-right-color: #fff!important;
}
.mc_sousuo_con_shuru::-webkit-input-placeholder{
    color: #fff;
}
.mc_sousuo_con_tijiao{
    width: 50px;
    height: 40px;
    background: none!important;
    border: 0!important;
    background: url(../images/mc_sousuo.png) no-repeat center!important;
}

@media(max-width:1280px){
    #pc_header{
        display: none;
    }
    .mc_header{
        display: block;
    }
}
@media(max-width:768px){
    .mc_header{
        padding: 0 15px;
    }
}

/*悬浮右侧栏*/
.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 20%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #292e39;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #292e39;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #292e39;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #292e39;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #292e39;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}
/*内页banner*/
.nybanner{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.nybanner img{
    width: 100%;
    /*display: none;*/
}
.nybanner .wz{
    font-size: 1.8rem;
	line-height: 2;
	color: #ffffff;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
}
@media(max-width:991px){
    .nybanner .wz{
        font-size: 22px;
        top: 50%;
        margin-top: -22px;
    }
}
@media(max-width:468px){
    .nybanner .wz{
        font-size: 18px;
        margin-top: -18px;
    }
}
/*左侧栏*/
.ny_pagecon{
    padding: 7% 0;
}
@media(max-width:768px){
    .ny_pagecon{
        padding: 25px 0;
    }
}
.page-wrap-right{
    overflow: hidden;
    /*width: calc(96% - 305px);*/
    /*float: right;*/
}
.page-wrap-right-con{
    font-size: 16px;
    line-height: 2;
    color: #333;
}
.page-wrap-right-con_dy img{
    max-width: 100%;
    width: auto!important;
    height: auto;
}
@media (min-width: 990px){
    .page-wrap-left {
        float: left;
        width: 280px;
        margin-right: 5%;
        display: none;
    }
}

.aspg-left-box {
    margin-bottom: 20px;
}

.aspg-left-title {
    background: #dd2a25;
    padding: 10px 20px;
    position: relative;
}

.aspg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.aspg-left-title i {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}

.aspg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}

.aspg-left-title span:before {
    content: "/";
    padding-right: 5px;
}

.aspg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

.latest-news {
    padding: 10px 0;
}

.latest-news li {
    padding: 8px 15px;
    font-size: 14px;
}

.latest-news li a {
    display: block;
    line-height: 1.5;
    color: #5a5a5a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.latest-news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.latest-news li a:hover {
    color: #dd2a25;
}

.latest-news li a:hover:before {
    color: #dd2a25;
}

.page-wrap-contact {
    padding: 10px 0;
    font-size: 14px;
}

.page-wrap-contact h4 {
    padding: 4px 15px 12px;
    font-size: 16px;
    color: #000000;
}

.page-wrap-contact p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: 11px 15px;
    color: #2f2f2f;
}

.page-message-img img {
    width: 100%;
}

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #dd2a25;
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.asmob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .asmob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .asmob-menu-click .aspg-left-news,.asmob-menu-click .aspg-left-contact, .asmob-menu-click .page-message-img {
        display: none;
    }

    .asmob-menu-click .asmob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
        z-index: 999;
    }

    .asmob-menu-click .asmob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .asmob-menu-click .asmob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .asmob-menu-click .aspg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .asmob-menu-click .aspg-left .aspg-left-menu {
        width: 90%;
        background: #fff;
    }

    .asmob-menu-click.click {
        left: 0;
    }
}

/*左侧导航*/
.aspg-left-nav > li{
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.aspg-left-nav > li:last-child {
    border-bottom: none;
}
.aspg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding:15px 45px 15px 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aspg-left-nav > li > a.active{
    color: #dd2a25;
}
.aspg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}
.aspg-left-nav > li .first-nav-btn.cur{
    background-position: 0 -270px;
}
.aspg-left-nav > li:hover > a, .aspg-left-nav > li.clicked > a {
    color: #dd2a25;
}

.aspg-left-nav > li:hover .first-nav-btn, .aspg-left-nav > li.clicked .first-nav-btn {
    color: #dd2a25;
}

.aspg-left-nav .aspg-left-subnav {
    display: none;
    padding: 0 10px;
}

.aspg-left-nav .aspg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.aspg-left-nav .aspg-left-subnav > li > a {
    padding: 10px 20px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aspg-left-nav .aspg-left-subnav > li > a.active{
    color: #dd2a25;
}
.aspg-left-nav .aspg-left-subnav > li > a:hover {
    color: #dd2a25;
}

.aspg-left-nav .aspg-left-subnav > li.clicked > a {
    color: #dd2a25;
}

.aspg-left-nav .aspg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.aspg-left-nav .aspg-left-threenav > li > a:before {
    content: '\2014   ';
}

.aspg-left-nav .aspg-left-threenav > li > a:hover {
    color: #dd2a25;
}

.aspg-left-nav .aspg-left-threenav > li.clicked > a {
    color: #dd2a25;
}
@media (max-width: 990px) {
    .aspg-left-nav .aspg-left-threenav {
        display: block;
    }
}
/*分页*/
.pglist{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
.pglist2{
    display: none;
}
.pglist1 li{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
    cursor: pointer;
}
.pglist1 li a{
    color: #333;
}
.pglist1 li.active{
    color:#fff;
    background: #dd2a25;
}
.pglist1 li.active a{
    color: #fff;
}
.pglist1 li:hover{
    color:#fff;
    background: #dd2a25;
}
.pglist1 li:hover a{
    color: #fff;
}
.pglist2{
    font-size: 0;
}
.pglist2 li{
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    margin: 0 2px;
}
.pglist2 li span,.pglist2 li a{
    border: 1px solid #cbcbcb;
    padding:0 8px;
    display: block;
    cursor: pointer;
}
.pglist2 li span.current,.pglist2 li a.current{
    color: #fff;
    background: #dd2a25;
    border: 1px solid #dd2a25;
}
.pglist2 li span:hover,.pglist2 li a:hover{
    color: #fff;
    background: #dd2a25;
    border: 1px solid #dd2a25;
}
@media(max-width:991px){
    .pglist1{
        display: none;
    }
    .pglist2{
        display: block;
    }
    .pglist{
        font-size: 0;
    }
}
@media(max-width:468px){
    .pglist2 li{
        margin: 0 2px;
    }
}

/*内页新闻*/
.aspg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.aspg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
    position: relative;
}

.aspg-news-list li .tit h3 {
    padding-bottom: 10px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right:85px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aspg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.aspg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.aspg-news-list li .more {
    margin-top: 15px;
}

.aspg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.aspg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.aspg-news-list li:hover .tit h3 {
    color: #dd2a25;
}

.aspg-news-list li:hover .more span {
    color: #fff;
    background-color: #dd2a25;
}

@media (max-width: 990px) {
    .aspg-news-list li .tit {
        border-bottom: none;
    }

    .aspg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .aspg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}
@media (max-width: 468px){
    .aspg-news-list li{
        padding: 15px;
    }
    .aspg-news-list li .tit h3{
        padding-bottom: 0;
    }
}

/*留言*/
.message-form{
    width: 80%;
    max-width:600px;
    display: block;
    margin-left: 50px;
}
.message-form li{
    overflow: hidden;
    margin: 15px 0;
}
.message-form li h3{
    font-size: 15px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    float: left;
    width: 80px;
}
.message-form li h3 span{
    color: red;
    margin-right: 5px;
}
.message-form li input{
    width: calc(100% - 90px);
    float: right;
    height: 36px;
    padding:0 12px;
    font-size: 14px;
    color: #333;
    line-height: 34px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.message-form .nyxuanze{
    overflow: hidden;
}
.message-form .nyxuanze h3{
    font-size: 15px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    float: left;
    width: 90px;
}
.message-form .nyxuanze h3 span{
    color: red;
    margin-right: 5px;
}
.message-form .nyxuanze .nyxuanze_xuan{
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    vertical-align: middle;
    float: left;
}
.message-form li textarea{
    font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    width: calc(100% - 90px);
    float: right;
    height: 128px;
    padding:10px 12px;
    font-size: 14px;
    color: #333;
    line-height: 34px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.message-form li input::-webkit-autofill {
	-webkit-text-fill-color: #666 !important;
	transition: background-color 5000s ease-in-out 0s;
}
.message-form li input::placeholder {
	color: #666;
}
.nyliuyan_tijiao input{
    width: 128px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #dd2a25;
    border: 0;
    outline: none;
    border-radius: 8px;
    margin-left: 90px;
    cursor: pointer;
}
@media(max-width:991px){
    .message-form{
        margin-left: 0;
        margin: 0 auto;
    }
}
@media(max-width:768px){
    .message-form{
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width:468px){
    .message-form li h3{
        width: 100%;
        margin-bottom: 5px;
    }
    .message-form .nyxuanze .nyxuanze_xuan{
        width: 100%;
    }
    .message-form li input{
        width: 100%;
    }
    .message-form li textarea{
        width: 100%;
    }
    .nyliuyan_tijiao input{
        margin-left: 0;
        display: block;
        margin: 0 auto;
    }
}
/*案例中心*/
.aspg-case-list{
    font-size: 0;
}
.aspg-case-list li{
   display: inline-block; 
   vertical-align: bottom;
   width: 32%;
   margin-right: 2%;
   text-align: center;
}
.aspg-case-list li:nth-child(3n){
    margin-right: 0;
}
.aspg-case-list li .img{
    overflow: hidden;
}
.aspg-case-list li img{
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.aspg-case-list li:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.aspg-case-list li .wz h3{
    font-size: 16px;
    line-height: 2;
    color: #5a5a5a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:10px 5px;
}
.aspg-case-list li:hover .wz h3{
    color: #dd2a25;
}
@media(max-width:768px){
    .aspg-case-list li{
        width: 49%;
        margin-right: 2%;
    }
    .aspg-case-list li:nth-child(3n){
        margin-right: 2%;
    }
    .aspg-case-list li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:468px){
    .aspg-case-list li{
        width: 100%;
        margin-right: 0!important;
    }
}
/*产品中心*/
.aspg-product-list{
    font-size: 0;
}
.aspg-product-list li{
   display: inline-block; 
   vertical-align: bottom;
   width: 32%;
   border: 1px solid #ddd;
   margin-right: 2%;
   margin-bottom: 2%;
   padding: 10px;
   text-align: center;
   -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.aspg-product-list li:nth-child(3n){
    margin-right: 0;
}
.aspg-product-list li .img{
    overflow: hidden;
}
.aspg-product-list li img{
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.aspg-product-list li:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.aspg-product-list li .wz h3{
    font-size: 16px;
    line-height: 2;
    color: #5a5a5a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:5px;
}
.aspg-product-list li:hover{
    border: 1px solid #dd2a25;
}
.aspg-product-list li:hover .wz h3{
    color: #dd2a25;
}
@media(max-width:768px){
    .aspg-product-list li{
        width: 49%;
        margin-right: 2%;
    }
    .aspg-product-list li:nth-child(3n){
        margin-right: 2%;
    }
    .aspg-product-list li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:468px){
    .aspg-product-list li{
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 15px;
    }
}

/*搜索页*/
.search-tag {
    margin-bottom: 20px;
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden;
}

.search-tag a {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 30px;
    font-size: 16px;
    color: #333;
}

.search-tag a:hover,.search-tag a.on {
    color: #dd2a25;
}
@media(max-width:768px){
    .search-tag a{
        padding: 0 15px;
    }
}

/*新闻内页*/
.page_news_content_bt {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

.page_news_content_bar{
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
    overflow: hidden;
}

.page_news_content_bar .baidu-share {
    float: left;
    margin-left: 25px;
    margin-top: 7px;
}

.page_news_content_bar .detail-info-time {
    float: left;
    margin-right: 20px;
    position: relative;
    padding-left: 25px;
}

.page_news_content_bar .detail-info-time i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.page_news_content_bar .detail-info-time i:after {
    opacity: .5;
    background-position: 0 -360px;
}

.page_news_content_bar .detail-info-numbers {
    float: left;
    position: relative;
    padding-left: 25px;
}

.page_news_content_bar .detail-info-numbers i {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
}

.page_news_content_bar .detail-info-numbers i:after {
    opacity: .5;
    background-position: 0 -330px;
}
.page_news_content_wen{
    font-size: 16px;
    line-height: 2;
    color: #666;
    text-align: justify;
}
.page_news_content_wen img{
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
}
@media(max-width:768px){
    .page_news_content_bt{
        font-size: 18px;
    }
}
/*分享插件*/
#as-share{
   text-align: right; 
   margin: 15px 0;
}
/*标签*/
.ny_biaoqian h3{
    padding: 0 30px;
    font-size: 18px;
    color: #dd2a25;
    line-height: 40px;
    border-bottom: 1px solid #c3c3c3;
    position: relative;
    font-weight: bold;
}
.ny_biaoqian h3:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    border-bottom: 3px solid #dd2a25;
}
.ny_biaoqian_li{
    margin: 10px 0;
}
.ny_biaoqian_li a{
    font-size: 15px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 2;
    padding: 0 15px;
    margin: 10px 5px;
}
.ny_biaoqian_li a:hover{
    color: #dd2a25;
}
/*网址*/
.ny_wangzhi-detail-url{
    font-size: 15px;
    color: #2f2f2f;
    line-height: 2;
}
.ny_wangzhi-detail-url a{
    font-size: 15px;
    color: #2f2f2f;
}

.ny_wangzhi-detail-url a:hover{
    color: #dd2a25;
}
/*上下篇*/
.ny_detail-pn{
    margin-top: 30px;
}

.ny_detail-pn > div + div {
    margin-top: 15px;
}

.ny_detail-pn > div {
    line-height: 40px;
    position: relative;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.ny_detail-pn > div b {
    font-size: 15px;
    color: #dd2a25;
    width: 70px;
    float: left;
    font-weight: normal;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 9;
}
.ny_detail-pn .ny_detail-pn_nn{
    float: left;
    width: 100%;
    padding: 0 110px 0 80px;
}
.ny_detail-pn > div a {
    width: 100%;
    display: block;
    font-size: 15px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny_detail-pn > div span{
    float: right;
    color: #666;
    width: 100px;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 9;
}
.ny_detail-pn > div a:hover {
    color: #dd2a25;
}
@media(max-width:468px){
    .ny_detail-pn > div b{
        font-size: 14px;
        width: 60px;
    }
    .ny_detail-pn > div a{
        font-size: 14px;
    }
    .ny_detail-pn .ny_detail-pn_nn{
        padding: 0px 90px 0 70px;
    }
    .ny_detail-pn > div span{
        font-size: 14px;
        width: 85px;
    }
}

/*案例详情*/
.page_case_content_img{
    text-align: center;
}
.page_case_content_img img{
    max-width: 100%;
}
.page_case_tab{
    margin: 25px 0;
    border: 1px solid #eee;
    font-size: 16px;
    height:42px;
    overflow: hidden;
}
.page_case_tab li{
    width: 140px;
    line-height: 38px;
    text-align: center;
    float: left;
    border: 1px solid #eee;
}
.page_case_tab li.on{
    border: 1px solid #dd2a25;
    color: #dd2a25;
}
/*产品详情*/
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/**/
.page_product_tuji{
    overflow: hidden;
}
.page_product_tuji{
    padding-bottom: 20px;
}
.page_product_tuji_fl{
    width: 40%;
    overflow: hidden;
    border: 1px solid #ddd;
}
.page_product_tuji_fl a{
    height: 100%;
    height: 390px;
    display: block;
    line-height: 390px;
    text-align: center;
}
.page_product_tuji_fl .xqydatu{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.page_product_tuji_fl .easyzoom{
    width: 100%;
}
.page_product_tuji_fr{
    width: 55%;
}
.page_product_tuji_fr h1{
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.page_product_tuji_fr_fc{
    margin: 15px 0 25px;
    font-size: 16px;
    line-height: 2;
    color: #777272;
}
.page_product_tuji_fr_fb{
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.page_product_tuji_fr_fb img{
    width: 100%;
}

.page_product_tuji_fr_fb_li{
    border: 1px solid #ddd;
    padding: 5px;
}
.page_product_tuji_fr_fb_li.active{
    border: 1px solid #dd2a25;
}
.page_product_tuji_btnl{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.8);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.page_product_tuji_btnr{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.8);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.page_product_tuji_btnl:after {
    background-position: 1px -509px;
}

.page_product_tuji_btnr:after {
    background-position: -27px -240px;
}
.page_product_tuji_fr_fb:hover .page_product_tuji_btnl{
    opacity: 1;
}
.page_product_tuji_fr_fb:hover .page_product_tuji_btnr{
    opacity: 1;
}
.page_product_tuji_fr_fb1{
    margin-top: 25px;
}
.page_product_tuji_fr_fb1 a{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #dd2a25;
    padding: 8px 30px;
    border-radius: 25px;
}
@media(max-width:768px){
    .page_product_tuji_fl{
        width: 100%;
    }
    .page_product_tuji_fr{
        width: 100%;
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .page_product_tuji_fl a{
        height: auto;
        line-height: 1;
    }
}

/*内页分类*/
/*.ny_fenlei_nav{*/
/*    padding: 1% 0;*/
/*}*/
.ny_fenlei_nav ul{
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.ny_fenlei_nav li{
    display: inline-block;
    vertical-align: bottom;
    margin: 5px 5px 0;
    padding:2.5% 1rem;
    position: relative;
}
.ny_fenlei_nav li >a{
    font-size: 15px;
	line-height: 2;
	display: block;
	color: #333333;
}
.ny_fenlei_nav li >a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
	background-color: #dd2a25;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ny_fenlei_nav li.active >a,.ny_fenlei_nav li:hover >a{
    color: #dd2a25;
}
.ny_fenlei_nav li.active >a::before,.ny_fenlei_nav li:hover >a::before{
    opacity: 1;
    width: 100%;
}
.ny_fenlei_nav_erjiw1{
    position: absolute;
    left: 0;
    top:100%;
    z-index: 50;
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    display: none;
}
.ny_fenlei_nav li:hover .ny_fenlei_nav_erjiw1{
    display: block;
}
.ny_fenlei_nav_erji1_li a{
    font-size: 16px;
    line-height: 45px;
    color: #333;
    display: block;
    border-top: 1px dashed #eee;
}
.ny_fenlei_nav_erji1_li:nth-child(1) a{
    border-top: 0;
}
.ny_fenlei_nav_erji1_li a:hover{
    color: #dd2a25;
}
@media(max-width:1260px){
    .ny_fenlei_nav li a{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .ny_fenlei_nav{
        display: none;
    }
}


/*臻臣布局*/
.zhenchen_ny_zhenchenbuju_1{
    background: url(../images/img/zhenchenbuju_bj1.jpg) no-repeat center;
    background-size: cover;
    padding: 4.2% 0;
}
.zhenchen_ny_zhenchenbuju_1_con{
    overflow: hidden;
    -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.zhenchen_ny_zhenchenbuju_1_fl{
    width: 40%;
    overflow: hidden;
    cursor: pointer;
}
.zhenchen_ny_zhenchenbuju_1_fl img{
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.zhenchen_ny_zhenchenbuju_1_fl:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.zhenchen_ny_zhenchenbuju_1_fr{
    width: 57%;
}
.zhenchen_ny_zhenchenbuju_1_fr_ft{
    font-size: 1.8rem;
	line-height: 1.4;
	color: #333333;
}
.zhenchen_ny_zhenchenbuju_1_fr_fb{
    margin-top: 10%;
}
.zhenchen_ny_zhenchenbuju_1_fr_fb_wk{
    width: 100%;
    overflow: hidden;
}
.zhenchen_ny_zhenchenbuju_1_fr_fb li{
    max-width: 25%;
    padding: 0 4px;
    margin: 5px 0;
    float: left;
    text-align: center;
}
.zhenchen_ny_zhenchenbuju_1_fr_fb li h3{
    font-size: 1.8rem;
	line-height: 1.4;
	color: #333333; 
}
.zhenchen_ny_zhenchenbuju_1_fr_fb li h3 i{
    font-style: inherit;
}
.zhenchen_ny_zhenchenbuju_1_fr_fb li h3 span{
    font-size: 16px;
	line-height: 1.4;
	color: #333333;
	vertical-align: middle;
	margin-left: 5px;
	display: inline-block;
	font-weight: normal;
}
.zhenchen_ny_zhenchenbuju_1_fr_fb li h4{
    font-size: 16px;
	line-height: 1.5;
	color: #333333;
	margin-top: 8px;
}

.zhenchen_ny_zhenchenbuju_2{
    padding: 8% 0 6%;
}
.zhenchen_ny_zhenchenbuju_2_c1{
    position: relative;
}
.zhenchen_ny_zhenchenbuju_2_ft{
    width: 95%;
    border-radius: 12vw 0 0 12vw;
    float: right;
    background: url(../images/img/zhenchenbuju_bj2_1.png) no-repeat -2% center;
    background-size: auto 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.zhenchen_ny_zhenchenbuju_2_ft_fl{
    width: 54%;
    padding-left: 15%;
    margin-top: 7%;
}
.zhenchen_ny_zhenchenbuju_2_ft_fl h3{
    font-size: 1.8rem;
    line-height: 1.4;
    color: #333333;
}
.zhenchen_ny_zhenchenbuju_2_ft_fl h4{
    font-size: 16px;
	line-height: 1.8;
	color: #333333;
	margin-top: 6%;
}
.zhenchen_ny_zhenchenbuju_2_ft_fr{
    width: 42%;
    overflow: hidden;
    cursor: pointer;
}
.zhenchen_ny_zhenchenbuju_2_ft_fr img{
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.zhenchen_ny_zhenchenbuju_2_ft_fr:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.zhenchen_ny_zhenchenbuju_2_fb{
    width: 83%;
    position: absolute;
    right:0;
    bottom: 0;
    background: #fff;
    padding: 3% 0;
    border-radius: 48px 0px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.zhenchen_ny_zhenchenbuju_2_fb ul{
    overflow: hidden;
}
.zhenchen_ny_zhenchenbuju_2_fb li{
    width: 16.66666666666667%;
    float: left;
    margin: 5px 0;
    text-align: center;
}
.zhenchen_ny_zhenchenbuju_2_fb li .img{
    line-height: 58px;
    height: 58px;
}
.zhenchen_ny_zhenchenbuju_2_fb li .img img{
    max-width: 100%;
}
.zhenchen_ny_zhenchenbuju_2_fb li .wz{
    font-size: 16px;
	line-height:1.5;
	color: #333333;
	margin-top: 8%;
	padding: 0 5px;
}



.zhenchen_ny_zhenchenbuju_3{
    padding: 8.8% 0;
    background: url(../images/img/zhenchenbuju_bj3.png) no-repeat left bottom;
    background-size: 100% auto;
}
.zhenchen_ny_zhenchenbuju_3 img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
@media(max-width:1280px){
    .zhenchen_ny_zhenchenbuju_2_ft_fl{
        margin-top: 4%;
    }
    .zhenchen_ny_zhenchenbuju_2_ft_fl h4{
        margin-top: 3%;
    }
}
@media(max-width:1080px){
    .zhenchen_ny_zhenchenbuju_1_fr_fb li h4{
        font-size: 15px;
    }
    .zhenchen_ny_zhenchenbuju_1_fr_fb li h3 span{
        font-size: 15px;
    }
    .zhenchen_ny_zhenchenbuju_2_ft_fl h4{
        font-size: 15px;
    }
    .zhenchen_ny_zhenchenbuju_2_fb li .wz{
        font-size: 15px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_zhenchenbuju_1_fr_ft{
        font-size: 22px;
    }
    .zhenchen_ny_zhenchenbuju_1_fl{
        display: none;
        width: 100%;
    }
    .zhenchen_ny_zhenchenbuju_1_fr{
        width: 100%;
    }
    .zhenchen_ny_zhenchenbuju_1_fr_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenbuju_1_fr_fb li h3{
        font-size: 22px;
    }
    .zhenchen_ny_zhenchenbuju_2_ft{
        width: 100%;
        border-radius: 0;
    }
    .zhenchen_ny_zhenchenbuju_2_ft_fl{
        padding-left: 20px;
    }
    .zhenchen_ny_zhenchenbuju_2_fb{
        width: 100%;
        position: static;
        float: left;
        padding: 3% 20px;
        border-radius:0;
    }
    
    .zhenchen_ny_zhenchenbuju_2_ft_fl h3{
        font-size: 22px;
    }
}

@media(max-width:768px){
    .zhenchen_ny_zhenchenbuju_1{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenbuju_1_fr_ft{
        font-size: 20px;
        font-weight: bold;
    }
    .zhenchen_ny_zhenchenbuju_1_fr_fb li h3{
        font-size: 20px;
        font-weight: bold;
    }
    
    .zhenchen_ny_zhenchenbuju_2{
        padding: 0 0 30px;
    }
    .zhenchen_ny_zhenchenbuju_2_ft_fl{
        padding-left: 15px;
        width: 100%;
        margin-top: 25px;
    }
    .zhenchen_ny_zhenchenbuju_2_fb{
        padding: 15px 15px;
    }
    .zhenchen_ny_zhenchenbuju_2_ft_fl h3{
        font-size: 20px;
        font-weight: bold;
    }
    .zhenchen_ny_zhenchenbuju_2_ft_fl h4{
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenbuju_2_ft_fr{
        width: 100%;
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenbuju_2_fb li{
        width: 33.3333%;
    }
    .zhenchen_ny_zhenchenbuju_3{
        padding: 25px 0;
    }
}

@media(max-width:468px){
    .zhenchen_ny_zhenchenbuju_1_fl{
        display: block;
        margin-bottom: 15px;
    }
    .zhenchen_ny_zhenchenbuju_1_fr_fb li{
        width: 50%;
        max-width: 100%;
    }
    
    .zhenchen_ny_zhenchenbuju_2_fb li{
        width: 50%;
    }
}
/*字体*/
.fon-s36{
    font-size: 1.8rem;
	line-height: 1.5;
	color: #333333;
}
.fon-s24{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
}
@media(max-width:1366px){
    .fon-s24{
        font-size: 20px;
    }
}
@media(max-width:991px){
    .fon-s36{
        font-size: 22px;
    }
    .fon-s24{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .fon-s36{
        font-size: 20px;
        font-weight: bold;
    }
}
/*臻臣故事*/

.zhenchen_ny_zhenchengushi_1{
    padding: 4% 0 6.8%;
}
.zhenchen_ny_zhenchengushi_1_ft{
    overflow: hidden;
    -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.zhenchen_ny_zhenchengushi_1_fc{
    margin: 5% 0 3.5%;
}
.zhenchen_ny_zhenchengushi_1_fc .img{
    width: 90%;
    /*max-width: 430px;*/
    width: 21.45rem;
    margin: 0 auto;
    position: relative;
}
.zhenchen_ny_zhenchengushi_1_fc .img img{
    max-width: 100%;
}
.zhenchen_ny_zhenchengushi_1_fc .img .wz{
    font-size: 3.6rem;
	line-height:0.8;
	color: #333333;
	position: absolute;
	bottom: 0;
	right:-9%;
}
.zhenchen_ny_zhenchengushi_1_fb{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	text-align: center;
	max-width: 1263px;
	margin: 0 auto;
}

.zhenchen_ny_zhenchengushi_2{
    margin-bottom: 5%;
}
.zhenchen_ny_zhenchengushi_2 .zhenchen_ny_zhenchengushi_2_nn{
    background-color: #f5f5f5;
    padding: 2%;
}
.zhenchen_ny_zhenchengushi_2 ul{
    max-width: 1090px;
    margin: 0 auto;
}
.zhenchen_ny_zhenchengushi_2 li{
    overflow: hidden;
     -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	padding: 4.3% 0;
	-webkit-justify-content: space-between;
    -moz-justify-content:space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.zhenchen_ny_zhenchengushi_2 li .zhenchen_ny_zhenchengushi_2_fl{
    float: left;
    width: 48%;
    overflow: hidden;
    cursor: pointer;
}
.zhenchen_ny_zhenchengushi_2 li .zhenchen_ny_zhenchengushi_2_fr{
    float: right;
    width: 48%;
    min-width: 372px;
    padding-top: 5%;
    position: relative;
}
.zhenchen_ny_zhenchengushi_2 li .zhenchen_ny_zhenchengushi_2_fr::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 372px;
    height: 2px;
	background-color: #333333;
}
.zhenchen_ny_zhenchengushi_2 li .zhenchen_ny_zhenchengushi_2_fr::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
	height: 12px;
	background-color: #333333;
	margin-top: -6px;
	border-radius: 50%;
}
.zhenchen_ny_zhenchengushi_2 li .zhenchen_ny_zhenchengushi_2_fl img{
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*.zhenchen_ny_zhenchengushi_2 li .zhenchen_ny_zhenchengushi_2_fl:hover img{*/
/*    -webkit-transform: scale(1.1);*/
/*    -moz-transform: scale(1.1);*/
/*    -ms-transform: scale(1.1);*/
/*    -o-transform: scale(1.1);*/
/*    transform: scale(1.1);*/
/*}*/
.zhenchen_ny_zhenchengushi_2 li:nth-child(2n){
     -webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.zhenchen_ny_zhenchengushi_2 li:nth-child(2n) .zhenchen_ny_zhenchengushi_2_fl{
    float: right;
}
.zhenchen_ny_zhenchengushi_2 li:nth-child(2n) .zhenchen_ny_zhenchengushi_2_fr{
    float: left;
}
.zhenchen_ny_zhenchengushi_2_fr{
    font-size: 1.1rem;
    line-height: 2;
	color: #333333;
}
.zhenchen_ny_zhenchengushi_2_fr span{
    font-size: 2.4rem;
    line-height: 1.5;
}
@media(max-width:991px){
    .zhenchen_ny_zhenchengushi_2_fr span{
        font-size: 24px;
    }
    .zhenchen_ny_zhenchengushi_2 li .zhenchen_ny_zhenchengushi_2_fr{
        font-size: 16px;
         min-width: 100px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_zhenchengushi_1{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchengushi_1_fc{
        margin: 20px 0;
    }
    .zhenchen_ny_zhenchengushi_2{
        margin-bottom:25px;
    }
    .zhenchen_ny_zhenchengushi_2 .zhenchen_ny_zhenchengushi_2_nn{
        padding: 10px 25px;
    }
    .zhenchen_ny_zhenchengushi_2 li{
        padding: 20px 0;
    }
    .zhenchen_ny_zhenchengushi_2 li .zhenchen_ny_zhenchengushi_2_fl{
        width: 100%;
    }
    .zhenchen_ny_zhenchengushi_2 li .zhenchen_ny_zhenchengushi_2_fl img{
        width: 100%;
    }
    .zhenchen_ny_zhenchengushi_2 li .zhenchen_ny_zhenchengushi_2_fr{
        width: 100%;
        margin-top: 20px;
        padding-top: 15px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_zhenchengushi_2 .zhenchen_ny_zhenchengushi_2_nn{
        padding: 10px 20px;
    }
    .zhenchen_ny_zhenchengushi_2 li{
        padding: 10px 0;
    }
}

/*臻臣简介*/
.zhenchen_ny_zhenchenjianjie_1{
    padding: 4% 0;
}
.zhenchen_ny_zhenchenjianjie_1_ft{
    text-align: center;
}
.zhenchen_ny_zhenchenjianjie_1_fc{
    font-size: 16px;
	line-height: 1.9;
	color: #333333;
	text-align: center;
	margin: 3% 0;
}
.zhenchen_ny_zhenchenjianjie_1_fb {
    margin-top: 2.3%;
}
.zhenchen_ny_zhenchenjianjie_1_fb ul{
    overflow: hidden;
}
.zhenchen_ny_zhenchenjianjie_1_fb li{
    width: 20%;
    float: left;
    margin: 5px 0;
    padding: 0 5px;
    text-align: center;
}
.zhenchen_ny_zhenchenjianjie_1_fb li h3{
    line-height: 1.3;
    font-size: 17px;
	color: #333333;
}
.zhenchen_ny_zhenchenjianjie_1_fb li h3 span{
    font-size: 1.6rem;
	color: #14264c;
	font-weight: bold;
}
.zhenchen_ny_zhenchenjianjie_1_fb li h4{
    font-size: 17px;
	line-height: 2;
	color: #333333;
}

.zhenchen_ny_zhenchenjianjie_2{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.zhenchen_ny_zhenchenjianjie_2 img{
    width: 100%;
}
.zhenchen_ny_zhenchenjianjie_2_ft{
    text-align: center;
    position: absolute;
    left: 0;
    top: 9%;
    z-index: 5;
    width: 100%;
}
.zhenchen_ny_zhenchenjianjie_2_ft h3{
    color: #fff;
}
.zhenchen_ny_zhenchenjianjie_2_fc{
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 5;
    width: 100%;
    text-align: center;
}
.zhenchen_ny_zhenchenjianjie_2_fc h3{
    font-size: 2.2rem;
	line-height: 1.5;
	color: #ffffff;
}
.zhenchen_ny_zhenchenjianjie_2_fc h4{
    font-size: 18px;
	line-height: 2;
	color: #ffffff;
}

.zhenchen_ny_zhenchenjianjie_2_fb{
    display: block;
    width: 52px;
	height: 52px;
	margin: 0 auto;
	margin-top: 3%;
    background: url(../images/img/bofanganniu.png) no-repeat center;
    background-size: cover;
}


.zhenchen_ny_zhenchenjianjie_3{
    padding: 7% 0;
}
.zhenchen_ny_zhenchenjianjie_3_ft{
    position: relative;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fl{
    width: 45%;
    overflow: hidden;
    padding: 2.5%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    position: relative;
    z-index: 9;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fl_nn{
    overflow: hidden;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fl ul{
 /*   -webkit-align-items: flex-end;*/
	/*-moz-align-items: flex-end;*/
	/*-ms-align-items: flex-end;*/
	/*-o-align-items: flex-end;*/
 /*   align-items: flex-end;*/
}
.zhenchen_ny_zhenchenjianjie_3_ft_fl li{
    text-align: center;
    height: auto;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fl li .img_w{
    -webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
     align-items: center;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fl li .img{
    width: 50%;
    margin: 0 auto;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fl li .img img{
    max-width: 100%;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fl li .wz{
    font-size: 18px;
	line-height: 2;
	color: #333333;
	margin-top: 6%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zhenchen_ny_zhenchenjianjie_3_ft_fr{
    width: 52%;
    position: relative;
    z-index: 9;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fr_ft{
    text-align: right;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fr_fc{
    font-size: 5.35rem;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	color: #f5f5f5;
	text-align: right;
	margin: 7% 0;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fr_fb{
    padding:0 33.3333333%;
    padding-bottom: 4%;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fr_fb ul{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fr_fb li{
    padding: 0 12%;
}

.zhenchen_ny_zhenchenjianjie_3_ft_fr_fb li img{
    width: 100%;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fr_fb{
    overflow: hidden;
}

.zhenchen_ny_zhenchenjianjie_3_ft::before{
    content: '';
    background: url(../images/img/zhenchenjianjie_zhengshu_bj.png) no-repeat bottom center;
    background-size: 100% auto;
    width: 109%;
    padding:10.77% 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fr_fb_btn{
    -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	margin-bottom: 8%;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fr_fb_btnl{
    width: 36px;
	height: 36px;
	background: url(../images/img/zhenchenjianjie_btnl.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
}
.zhenchen_ny_zhenchenjianjie_3_ft_fr_fb_btnr{
    width: 36px;
	height: 36px;
	background: url(../images/img/zhenchenjianjie_btnr.png) no-repeat center;
	background-size: cover;
	margin-left: 20px;
	cursor: pointer;
}
.zhenchen_ny_zhenchenjianjie_3_zhengshu_mc{
    display: none;
}

.zhenchen_ny_zhenchenjianjie_4{
    padding: 0 0 3%;
}
.zhenchen_ny_zhenchenjianjie_4_ft{
    text-align: center;
}
.zhenchen_ny_zhenchenjianjie_4_fb{
    margin-top: 4%;
}
.zhenchen_ny_zhenchenjianjie_4_fb ul{
    overflow: hidden;
}
.zhenchen_ny_zhenchenjianjie_4_fb li{
    width: 23.5%;
    margin: 1% 0;
    margin-right: 2%;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.zhenchen_ny_zhenchenjianjie_4_fb li a{
     padding: 18% 6%;
     display: block;
}
.zhenchen_ny_zhenchenjianjie_4_fb li:nth-child(4n){
    margin-right: 0;
}
.zhenchen_ny_zhenchenjianjie_4_fb li .img img{
    max-width: 100%;
}

.zhenchenzhengshu_fenye{
    margin-top: 1.5%;
	text-align: center;
	font-size: 0;
}
.zhenchenzhengshu_fenye ul{
    display: inline-block;
    vertical-align: middle;
}
.zhenchenzhengshu_fenye ul li{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
	line-height: 30px;
	color: #333333;
	width: 30px;
	margin:0 5px;
	border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zhenchenzhengshu_fenye ul li:nth-child(1) a{
    display: block;
    font-size: 20px;
    height: 30px;
}
.zhenchenzhengshu_fenye ul li:last-child a{
    display: block;
    font-size: 20px;
    height: 30px;
}
.zhenchenzhengshu_fenye ul li:nth-child(1) span{
    display: block;
    font-size: 20px;
    height: 30px;
}
.zhenchenzhengshu_fenye ul li:last-child span{
    display: block;
    font-size: 20px;
    height: 30px;
}
.zhenchenzhengshu_fenye ul li a{
    display: block;
    width: 100%;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zhenchenzhengshu_fenye ul li span{
    display: block;
}
.zhenchenzhengshu_fenye ul li.active,.zhenchenzhengshu_fenye ul li:hover,.zhenchenzhengshu_fenye ul li .current{
    background-color: #ffe6e5;
}
.zhenchenzhengshu_fenye ul li.active a,.zhenchenzhengshu_fenye ul li:hover a,.zhenchenzhengshu_fenye ul li .current{
    color: #dd2a25;
}
.zhenchenzhengshu_fenye .zongyeshu{
    font-weight: normal;
    font-size: 14px;
	line-height: 30px;
	color: #333333;
	display: inline-block;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zhenchenzhengshu_fenye .yeshu .zongtiaoshu{
    display: none;
}
.zhenchenzhengshu_fenye .yeshu{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.zhenchenzhengshu_fenye .zongtiaoshu{
    font-weight: normal;
    font-size: 14px;
	line-height: 30px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zhenchenzhengshu_fenye .tiaoshu .zongyeshu{
    display: none;
}
.zhenchenzhengshu_fenye .tiaoshu{
    margin-left: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.zhenchenzhengshu_fenye .tiaoshu .zongtiaoshu{
    background-color: #ffe6e5;
    padding: 2px 8px;
    margin: 5px 0;
    cursor: pointer;
}
.fenyexialakuang{
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    z-index: 9;
    background-color: #ffe6e5;
    display: none;
}
.fenyexialakuang_li li{
    font-size: 15px;
    line-height: 2;
    color: #333;
    border-bottom: 1px dashed #fff;
}
.fenyexialakuang_li a{
    display: block;
}
.fenyexialakuang_li li span{
    display: block;
}
.fenyexialakuang_li a:hover,.fenyexialakuang_li li.active a,.fenyexialakuang_li li .current{
    color: #fff;
    background: #dd2a25;
}

@media (max-width: 1180px){
    .zhenchen_ny_zhenchenjianjie_1_fb li h3{
        font-size: 16px;
    }
    .zhenchen_ny_zhenchenjianjie_1_fb li h4{
        font-size: 16px;
    }
    .zhenchen_ny_zhenchenjianjie_2_fc h4{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_zhenchenjianjie_1{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenjianjie_1_fc{
        margin: 15px 0;
    }
    .zhenchen_ny_zhenchenjianjie_1_fb{
        margin-top: 0;
    }
    .zhenchen_ny_zhenchenjianjie_2_ft{
        top: 30px;
    }
    .zhenchen_ny_zhenchenjianjie_2 img{
        height: 280px;
        opacity: 0;
    }
    .zhenchen_ny_zhenchenjianjie_2_fc{
        top: 160px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .zhenchen_ny_zhenchenjianjie_2_fc h3{
        font-size: 24px;
    }
    .zhenchen_ny_zhenchenjianjie_2_fb{
        width: 40px;
        height: 40px;
        margin-top: 15px;
    }
    
    .zhenchen_ny_zhenchenjianjie_1_fb li{
        width: 33.3333%;
    }
    .zhenchen_ny_zhenchenjianjie_1_fb li h3 span{
        font-size: 20px;
    }
    
    .zhenchen_ny_zhenchenjianjie_3{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenjianjie_3_ft_fl{
        width: 100%;
    }
    .zhenchen_ny_zhenchenjianjie_3_zhengshu_mc{
        display: block;
    }
    .zhenchen_ny_zhenchenjianjie_3_ft_fr_fc{
        margin: 10px 0 15px;
        font-size: 38px;
    }
    .zhenchen_ny_zhenchenjianjie_3_zhengshu_pc{
        display: none;
    }
    .zhenchen_ny_zhenchenjianjie_3_ft_fr{
        width: 100%;
        margin-top: 20px;
    }
    .zhenchen_ny_zhenchenjianjie_3_ft_fr_fb_btn{
        margin-bottom: 15px;
    }
    
    
    .zhenchen_ny_zhenchenjianjie_4{
        padding-bottom: 25px;
    }
    .zhenchen_ny_zhenchenjianjie_4_fb{
        margin-top: 10px;
    }
    .zhenchenzhengshu_fenye{
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenjianjie_4_fb li{
        width: 49%;
    }
    .zhenchen_ny_zhenchenjianjie_4_fb li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:468px){
    .zhenchen_ny_zhenchenjianjie_2_fc h3{
        font-size: 22px;
    }
    .zhenchen_ny_zhenchenjianjie_1_fb li{
        width: 50%;
    }
    .zhenchen_ny_zhenchenjianjie_1_fb li h3 span{
        font-size: 18px;
    }
    
    .zhenchen_ny_zhenchenjianjie_3_ft_fr_fb{
        padding:0 20% 5%;
    }
    .zhenchen_ny_zhenchenjianjie_3_ft_fr_fb li{
        padding:0 5px;
    }
}
/*臻臣理念*/
.zhenchen_ny_zhenchenlinian_1{
    padding: 8% 0;
}
.zhenchen_ny_zhenchenlinian_1_con{
    position: relative;
}
.zhenchen_ny_zhenchenlinian_1_con .linian_img img{
    max-width: 100%;
}
.zhenchen_ny_zhenchenlinian_1 .img{
    width: 39%;
    margin: 0 auto;
    padding: 5%;
    border: 1px dashed #e4342f;
    border-radius: 50%;
    position: relative;
}
.zhenchen_ny_zhenchenlinian_1 .img img{
    width: 100%;
}
.zhenchen_ny_zhenchenlinian_1_zhongxinwenzi{
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.zhenchen_ny_zhenchenlinian_1 .wz li{
    width: 29%;
    position: absolute;
    font-size: 0;
    text-align: center;
}
.zhenchen_ny_zhenchenlinian_1 .wz li .wz_con{
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.zhenchen_ny_zhenchenlinian_1 .wz li:nth-child(1){
    left: 0;
    top: 10%;
}
.zhenchen_ny_zhenchenlinian_1 .wz li:nth-child(2){
    right: 0;
    top: 10%;
}
.zhenchen_ny_zhenchenlinian_1 .wz li:nth-child(3){
    left: 0;
    top: 75%;
}
.zhenchen_ny_zhenchenlinian_1 .wz li:nth-child(4){
    right: 0;
    top: 75%;
}
.zhenchen_ny_zhenchenlinian_1 .wz li .wz_ft{
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    position: relative;
    font-size: 0;
}
.zhenchen_ny_zhenchenlinian_1 .wz li .wz_ft_con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
}
.zhenchen_ny_zhenchenlinian_1 .wz li .wz_ft_img{
    width: 56px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 5;
    display: inline-block;
	vertical-align: bottom;
}
.zhenchen_ny_zhenchenlinian_1 .wz li .wz_ft_img img{
    max-width: 100%;
}
.zhenchen_ny_zhenchenlinian_1 .wz li .wz_ft_wz{
    position: relative;
    z-index: 5;
	display: inline-block;
	vertical-align: bottom;
}
.zhenchen_ny_zhenchenlinian_1 .wz li .wz_ft_wz h3{
    font-size: 18px;
	line-height: 1;
	color: #dd2a25;
	text-align: left;
}
.zhenchen_ny_zhenchenlinian_1 .wz li .wz_ft h4{
	font-size: 3rem;
	line-height: .7;
	font-weight: bold;
	color: #f5f5f5;
	text-align: left;
}
.zhenchen_ny_zhenchenlinian_1 .wz li .wz_fb{
    font-size: 14px;
	line-height: 2;
	color: #333333;
	margin-top: 4.5%;
	max-width: 275px;
	/*text-align: justify;*/
	text-align: left;
}

.zhenchen_ny_zhenchenlinian_yuandian li{
    position: absolute;
    width: 7%;
    padding-top: 7%;
    border-radius: 50%;
	border: solid 1px #dd2a25;
}
.zhenchen_ny_zhenchenlinian_yuandian li:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35%;
	padding-top: 35%;
	background-color: #dd2a25;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zhenchen_ny_zhenchenlinian_yuandian li:nth-child(1){
    left: 8%;
    top: 14%;
}
.zhenchen_ny_zhenchenlinian_yuandian li:nth-child(2){
    right: 8%;
    top: 14%;
}
.zhenchen_ny_zhenchenlinian_yuandian li:nth-child(3){
    left: 6%;
    bottom: 16%;
}
.zhenchen_ny_zhenchenlinian_yuandian li:nth-child(4){
    right: 6%;
    bottom: 16%;
}

@media(max-width:991px){
    .zhenchen_ny_zhenchenlinian_1 .wz li .wz_ft_img{
        width: 30px;
        height: 32px;
        line-height: 39px;
        margin-right: 5px;
    }
    .zhenchen_ny_zhenchenlinian_1 .wz li .wz_ft h4{
        font-size: 32px;
    }
    .zhenchen_ny_zhenchenlinian_1 .wz li .wz_fb{
        margin-top: 10px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_zhenchenlinian_1{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenlinian_1 .img{
        width: 100%;
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenlinian_1 .wz{
        font-size: 0;
    }
    .zhenchen_ny_zhenchenlinian_1 .wz ul{
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .zhenchen_ny_zhenchenlinian_1 .wz li .wz_con{
        width: 100%;
    }
    .zhenchen_ny_zhenchenlinian_1 .wz li .wz_fb{
        max-width: 100%;
    }
    .zhenchen_ny_zhenchenlinian_1 .wz li{
        position: static;
        width: 48%;
        margin: 5px 0;
        margin-right: 4%;
        display: inline-block;
        vertical-align: top;
    }
    .zhenchen_ny_zhenchenlinian_1 .wz li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:468px){
    .zhenchen_ny_zhenchenlinian_1 .wz li{
        width: 100%;
        margin-right: 0!important;
    }
}

/*臻臣足迹*/
.zhenchen_ny_zhenchenzuji_1_con{
    overflow: hidden;
    position: relative;
}
.zhenchen_ny_zhenchenzuji_1_fl{
    padding: 8% 0;
    width: 80%;
}
.zhenchen_ny_zhenchenzuji_1_fl_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_zhenchenzuji_1_fl_fb{
    margin-top: 10.5%;
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_ft{
    font-size: 2.2rem;
	line-height: 1.5;
	color: #dd2a25;
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_fc{
    margin-top: 5%;
    position: relative;
    z-index: 5;
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_fc h3{
    font-size: 22px;
	line-height: 2;
	color: #333333;
	font-weight: bold;
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_fc h4{
    font-size:20px;
	line-height: 1.5;
	color: #333333;
	margin-top: 5px;
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_fb{
    font-size: 16rem;
	line-height: 1;
	color: #f5f5f5;
	margin-top: -5rem;
	font-weight: bold;
}

.zhenchen_ny_zhenchenzuji_1_fr{
    width: 18%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_btn{
    width: 40px;
}
.zhenchen_ny_zhenchenzuji_1_fr li{
    display: flex;
    align-items: center;
    padding-left: 3rem;
    font-size: 17px;
    line-height: 2;
    color: #999;
    position: relative;
}
.zhenchen_ny_zhenchenzuji_1_fr li span{
    cursor: pointer;
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_btn{
    /*height: 100%;*/
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_lunbo{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #e6e6e6;
    max-width: calc(100% - 50px);
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_btnl,.zhenchen_ny_zhenchenzuji_1_fl_fb_btnr{
    width: 100%;
    padding-top: 100%;
    background: url(../images/img/zhenchenzuji_btnt.png) no-repeat center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_btnr{
    background: url(../images/img/zhenchenzuji_btnb.png) no-repeat center;
    background-size: cover;
    margin-top: 1rem;
}
/*.zhenchen_ny_zhenchenzuji_1_fr li.swiper-slide-active,*/
.zhenchen_ny_zhenchenzuji_1_fr li.on{
    font-size: 1.8rem;
    color: #333;
}
.zhenchen_ny_zhenchenzuji_1_fr li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5rem;
    height: 2px;
    background: #e6e6e6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*.zhenchen_ny_zhenchenzuji_1_fr li.swiper-slide-active::before,*/
.zhenchen_ny_zhenchenzuji_1_fr li.on::before{
    background: #dd2a25;
}

.zhenchen_ny_zhenchenzuji_2{
    padding: 10% 0;
    margin-top: -2%;
    background: url(../images/img/zhenchenzuji_bj.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 5;
}
.zhenchen_ny_zhenchenzuji_1_fl_fb_lunbo2{
    display: none;
}
@media(max-width:991px){
    .zhenchen_ny_zhenchenzuji_1_fl_fb_ft{
        font-size: 26px;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_fc h3{
        font-size: 20px;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_fc h4{
        font-size: 16px;
    }
    
    .zhenchen_ny_zhenchenzuji_1_fl {
        width: 75%;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_btn{
        width: 30px;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_lunbo{
        max-width: calc(100% - 40px);
    }
    .zhenchen_ny_zhenchenzuji_1_fr li::before{
        width: 20px;
    }
    .zhenchen_ny_zhenchenzuji_1_fr li{
        padding-left: 30px;
    }
    /*.zhenchen_ny_zhenchenzuji_1_fr li.swiper-slide-active,*/
    .zhenchen_ny_zhenchenzuji_1_fr li.on{
        font-size: 20px;
    }
}

@media(max-width:768px){
    .zhenchen_ny_zhenchenzuji_1_fl_ft h4{
        font-size: 15px;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_fb{
        font-size: 150px;
    }
    .zhenchen_ny_zhenchenzuji_1_fl {
        width: calc(100% - 140px);
    }
    .zhenchen_ny_zhenchenzuji_1_fr{
        width: 130px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_zhenchenzuji_1_fl{
        width: 100%;
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb{
        margin-top: 10px;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_fc{
        margin-top: 10px;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_fb{
        font-size: 14rem;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_fc h4{
        margin-top: 0;
    }
    .zhenchen_ny_zhenchenzuji_1_fr{
        width: 100%;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_lunbo{
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-left: 0;
        border-top: 1px solid #e6e6e6;
    }
    .zhenchen_ny_zhenchenzuji_1_fr li{
        padding-left: 0;
        padding-top: 25px;
        text-align: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }
    /*.zhenchen_ny_zhenchenzuji_1_fr li.swiper-slide-active,*/
    .zhenchen_ny_zhenchenzuji_1_fr li.on{
        font-size: 17px;
    }
    .zhenchen_ny_zhenchenzuji_1_fr li::before{
        left: 50%;
        top: 0;
        width: 2px;
        height: 15px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_btn{
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_btnl,.zhenchen_ny_zhenchenzuji_1_fl_fb_btnr{
        transform: rotate(-90deg);
        max-width: 30px;
        padding-top: 30px;
        margin-top: 0;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_btnr{
         margin-left: 15px;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_lunbo2{
        display: block;
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenzuji_1_fl_fb_lunbo1{
        display: none;
    }
}
/*臻臣专注*/
.zhenchen_ny_zhenchenzhuanzhu_1{
    padding: 10% 0;
}
.zhenchen_ny_zhenchenzhuanzhu_1_con{
    overflow: hidden;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fl{
    width: 45%;
    
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    -o-align-content: space-between;
    align-content: space-between;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr{
    width: 52%;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fl_ft{
    width: 100%;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fl_ft h4{
    max-width: 605px;
    font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 3.5%;
	text-align: justify;
}

.zhenchen_ny_zhenchenzhuanzhu_1_fl_fb{
    font-size: 0;
    width: 100%;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fl_fb a{
    display: inline-block;
    background-color: #dd2a25;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    padding: .9rem 3.1rem;
    margin-top: 5%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fl_fb a:hover{
    background: #333;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr ul{
    overflow: hidden;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr li{
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    cursor: pointer;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr li:nth-child(3){
    margin-right: 0;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr li .img{
    overflow: hidden;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr li .img img{
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr li:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr li .wz{
    position: absolute;
    left: 0;
    bottom: 4%;
    width: 100%;
    padding: 0 10%;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr li .wz h3{
    font-size: 22px;
	line-height: 2;
	color: #ffffff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr li .wz h4{
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhenchen_ny_zhenchenzhuanzhu_1_fr li .wz h5{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin: 0;
    margin-top: 9%;
}
@media(max-width:991px){
    .zhenchen_ny_zhenchenzhuanzhu_1_fl_fb a{
        font-size: 16px;
        padding: 12px 25px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_zhenchenzhuanzhu_1{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenzhuanzhu_1_fl{
        width: 100%;
    }
    .zhenchen_ny_zhenchenzhuanzhu_1_fr{
        width: 100%;
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenzhuanzhu_1_fl_ft h4{
        margin-top: 10px;
    }
    .zhenchen_ny_zhenchenzhuanzhu_1_fl_fb a{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_zhenchenzhuanzhu_1_fr li .wz{
        padding: 0 8px;
        bottom: 15px;
    }
    .zhenchen_ny_zhenchenzhuanzhu_1_fr li .wz h3{
        font-size: 20px;
        line-height: 1.5;
    }
    .zhenchen_ny_zhenchenzhuanzhu_1_fr li .wz h4{
        font-size: 18px;
        line-height: 1.5;
    }
    .zhenchen_ny_zhenchenzhuanzhu_1_fr li .wz h5{
        margin-top: 5px;
        font-size: 15px;
        line-height: 1.5;
        text-align: justify;
    }
}
/*创研领域*/
.zhenchen_ny_chuangyanlingyu_1{
    padding: 6% 0 0;
}
.zhenchen_ny_chuangyanlingyu_1_ft{
    text-align: center;
}
.zhenchen_ny_chuangyanlingyu_1_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_chuangyanlingyu_1_fb{
    margin-top: 3.5%;
}
.zhenchen_ny_chuangyanlingyu_1_fb ul{
    overflow: hidden;
}
.zhenchen_ny_chuangyanlingyu_1_fb li{
    width: 29%;
    margin: 1.4% 0;
    margin-right: 6.5%;
    float: left;
    text-align: center;
    border: solid 1px #e5e5e5;
    padding: 4% 0 3%;
}
.zhenchen_ny_chuangyanlingyu_1_fb li:nth-child(3n){
    margin-right: 0;
}
.zhenchen_ny_chuangyanlingyu_1_fb li .img{
    line-height: 54px;
    height: 54px;
}
.zhenchen_ny_chuangyanlingyu_1_fb li .wz{
    padding: 0 5%;
}
.zhenchen_ny_chuangyanlingyu_1_fb li .wz h3{
    font-size: 1.2rem;
	line-height: 2;
	color: #333333;
	margin: 5% 0 2%;
}
.zhenchen_ny_chuangyanlingyu_1_fb li .wz h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_chuangyanlingyu_2{
    background: url(../images/img/zhenchenchuangxinlingyu_bj2.jpg) no-repeat center;
    background-size: cover;
    padding: 6.5% 0;
}
.zhenchen_ny_chuangyanlingyu_2_ft{
    text-align: center;
}
.zhenchen_ny_chuangyanlingyu_2_fb{
    margin-top: 3.5%;
}
.zhenchen_ny_chuangyanlingyu_2_fb ul{
    overflow: hidden;
}
.zhenchen_ny_chuangyanlingyu_2_fb li{
    float: left;
    width: 23.05%;
    margin: 1.4% 0;
    margin-right: 2.6%;
    background: #fff;
    cursor: pointer;
}
.zhenchen_ny_chuangyanlingyu_2_fb li:nth-child(4n){
    margin-right: 0;
}
.zhenchen_ny_chuangyanlingyu_2_fb li .img img{
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zhenchen_ny_chuangyanlingyu_2_fb li:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.zhenchen_ny_chuangyanlingyu_2_fb li .img{
    overflow: hidden;
}
.zhenchen_ny_chuangyanlingyu_2_fb li .wz{
    padding: 0 6% 8%;
}
.zhenchen_ny_chuangyanlingyu_2_fb li .wz h3{
    margin-top: 10px;
    font-size: 20px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_chuangyanlingyu_2_fb li .wz h4{
    margin-top: 5px;
    font-size: 16px;
	line-height: 2;
	color: #333333;
	text-align: justify;
}
.zhenchen_ny_chuangyanlingyu_3{
    padding: 6.5% 0;
}
.zhenchen_ny_chuangyanlingyu_3_ft{
    text-align: center;
}
.zhenchen_ny_chuangyanlingyu_3_ft h4{
    font-size: 16px;
    line-height: 2;
    color: #333;
}
.zhenchen_ny_chuangyanlingyu_3_fb{
    overflow: hidden;
    margin-top: 3%;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fl{
    width: 14%;
    background-color: #f5f5f5;
    position: relative;
    z-index: 15;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fl ul{
    height: 100%;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fl li{
    text-align: center;
    width: 100%;
    height: calc(100% / 4);
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-size: 18px;
	line-height: 2;
	color: #333333;
	
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fl li span{
    display: block;
    width: 100%;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fl li.on{
    background-color: #dd2a25;
    color: #fff;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fr{
    width: 86%;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fr ul{
    position: relative;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fr li{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fr li.on{
    z-index: 9;
    opacity: 1;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fr li.active{
    position: relative;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fr li.active .wz{
    position: static;
     -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.zhenchen_ny_chuangyanlingyu_3_fb_fr li .img{
    display: none;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fr li .img img{
    width: 100%;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fr li .wz{
    position:absolute;
    width: 100%;
    padding: 3% 5%;
    /*top: 7%;*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    
    left: 0;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fr li .wz h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #ffffff;
}
.zhenchen_ny_chuangyanlingyu_3_fb_fr li .wz h4{
    font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	margin: .5% 0;
}
@media(max-width:1180px){
    .zhenchen_ny_chuangyanlingyu_1_fb li .wz h3{
        font-size: 18px;
    }
    .zhenchen_ny_chuangyanlingyu_2_fb li .wz h3{
        font-size: 18px;
    }
    .zhenchen_ny_chuangyanlingyu_3_fb_fr li .wz h3{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_chuangyanlingyu_1_fb li{
        width: 49%;
        margin: 1% 0;
        margin-right: 2%;
    }
    .zhenchen_ny_chuangyanlingyu_1_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .zhenchen_ny_chuangyanlingyu_1_fb li:nth-child(2n){
        margin-right: 0;
    }
    
    .zhenchen_ny_chuangyanlingyu_2{
        padding: 25px 0;
    }
    .zhenchen_ny_chuangyanlingyu_2_fb{
        margin-top: 10px;
    }
    .zhenchen_ny_chuangyanlingyu_2_fb li{
        width: 49%;
        margin: 1% 0;
        margin-right: 2%;
    }
    .zhenchen_ny_chuangyanlingyu_2_fb li:nth-child(2n){
        margin-right: 0;
    }
    
    .zhenchen_ny_chuangyanlingyu_3_fb_fr li .wz h4{
        margin-top: 0;
    }
}
@media(max-width:768px){
    .zhenchen_ny_chuangyanlingyu_1{
        padding: 25px 0;
    }
    .zhenchen_ny_chuangyanlingyu_1_fb{
        margin-top: 10px;
    }
    .zhenchen_ny_chuangyanlingyu_3{
        padding: 25px 0;
    }
    .zhenchen_ny_chuangyanlingyu_3_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_chuangyanlingyu_3_fb_fl{
        width: 100%;
    }
    .zhenchen_ny_chuangyanlingyu_3_fb_fl li{
        width: 25%;
        float: left;
        height:auto;
        padding: 10px 2px;
        font-size: 15px;
    }
    .zhenchen_ny_chuangyanlingyu_3_fb_fr{
        width: 100%;
    }
    .zhenchen_ny_chuangyanlingyu_3_fb_fr li .wz{
        padding:20px
        /*top: 5%;*/
    }
}
@media(max-width:468px){
    .zhenchen_ny_chuangyanlingyu_1_fb li{
        width: 100%;
        margin: 0;
        margin-right: 0!important;
        margin-bottom: 10px;
        padding: 25px 0;
    }
    .zhenchen_ny_chuangyanlingyu_1_fb li .wz{
        padding: 0 15px;
    }
    .zhenchen_ny_chuangyanlingyu_1_fb li .wz h3{
        margin: 10px 0 0;
    }
    .zhenchen_ny_chuangyanlingyu_1_fb li .wz h{
        font-size: 15px;
    }
    .zhenchen_ny_chuangyanlingyu_1_fb li:last-child{
        margin-bottom: 0;
    }
    .zhenchen_ny_chuangyanlingyu_1_fb li .img{
        height: 40px;
        line-height: 40px;
    }
    .zhenchen_ny_chuangyanlingyu_1_fb li .img img{
        max-width: 35px;
    }
    .zhenchen_ny_chuangyanlingyu_2_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_chuangyanlingyu_2_fb li{
        width: 100%;
        margin: 0;
        margin-right: 0!important;
        margin-bottom: 10px;
    }
    .zhenchen_ny_chuangyanlingyu_2_fb li .wz{
        padding: 0 15px 15px;
    }
    .zhenchen_ny_chuangyanlingyu_2_fb li .wz h4{
        margin-top: 0;
    }
    
    .zhenchen_ny_chuangyanlingyu_3_fb_fr li{
        position: static;
        display: none;
        height: auto;
    }
    .zhenchen_ny_chuangyanlingyu_3_fb_fr li.on{
        display: block;
    }
    
    .zhenchen_ny_chuangyanlingyu_3_fb_fr li .wz{
        /*top: 15px;*/
        padding: 15px;
        position: static;
        -webkit-transform: translateY(0); 
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
         transform: translateY(0);
    }
    .zhenchen_ny_chuangyanlingyu_3_fb_fr li .wz h3{
        line-height: 1.5;
    }
    .zhenchen_ny_chuangyanlingyu_3_fb_fr li .wz h4{
        line-height: 1.5;
        font-size: 15px;
    }
    
    .zhenchen_ny_chuangyanlingyu_3_fb_fr li .img{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .zhenchen_ny_chuangyanlingyu_3_fb_fr li .img img{
        min-height: 250px;
        opacity: 0;
    }
}
/*臻臣前沿研究lab*/
.zhenchen_ny_zhenchenqianyanyanjiu_1{
    padding: 6% 0 3.5%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_ft{
    text-align: center;
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_fb{
    margin-top: 2.5%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_fb ul{
    overflow: hidden;
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_fb li{
    width: 25%;
    border-left: 2px solid #f5f5f5;
    padding-left: 5%;
    /*padding-right: 1%;*/
    float: left;
    margin: 1% 0;
    position: relative;
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .img{
    height: 58px;
    line-height: 58px;
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .wz{
    margin-top: 5%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .wz h3{
    font-size: 20px;
	line-height: 1.5;
	color: #333333;
	
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .wz h4{
    font-size: 16px;
	line-height: 1.5;
	color: #dd2a25;
	margin: 3% 0 ;
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .wz h5{
    margin: 0;
    font-size: 16px;
	line-height: 1.8;
	color: #333333;
}
.zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .shuzi{
    font-size: 1.8rem;
	line-height: 2;
	font-weight: bold;
	color: #e6e6e6;
	position: absolute;
	left: 4%;
	top: 0;
}

.zhenchen_ny_zhenchenqianyanyanjiu_2{
    background-color: #f5f5f5;
    padding: 4% 0 2.5%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_ft{
    text-align: center;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb{
    margin-top: 4.5%;
    position: relative;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fc{
    font-size: 0;
    text-align: right;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_btnl,.zhenchen_ny_zhenchenqianyanyanjiu_2_btnr{
    width: 40px;
	height: 40px;
	background: url(../images/img/zhenchenqianyanyanjiu_btnl.png) no-repeat center;
	background-size: cover;
	display: inline-block;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_btnr{
    background: url(../images/img/zhenchenqianyanyanjiu_btnr.png) no-repeat center;
	background-size: cover;
	margin-left: 1.6rem;
}

.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_con{
    overflow: hidden;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb::before{
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 63px;
    width: 100%;
    height: 1px;
	background-color: #cccccc;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_ft{
    font-size: 1.5rem;
	line-height: 40px;
	color: #333333;
	position: relative;
	padding-left: 6%;
	/*height: 40px;*/
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_ft span{
    font-size: 16px;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_ft::before{
    content: '';
    position: absolute;
    z-index: 9;
    left: 10%;
    bottom: -45px;
    width: 36px;
	height: 36px;
	border-radius: 50%;
	box-sizing: border-box;
	
	border: 10px solid #ffe1e0;
	background-color: #dd2a25;
}

.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_ft::after{
    content: '';
    position: absolute;
    bottom: -28px;
    z-index: 5;
    left: -50%;
    width: 1000%;
    height: 1px;
    transform: translateX(-50%);
    background: #cccccc;
}

.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	padding: 8px 0;
    background-color: #ffffff;
	box-shadow: 0px 5px 20px 0px rgba(227, 227, 227, 0.2);
	border-radius: 12px;
	margin-top:4rem;
	padding-left: calc(10% + 40px);
	position: relative;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb_xiantiao{
    position: absolute;
    left: 10%;
    top: calc(-4rem + 26px);
    width: 36px;
    overflow: hidden;
    padding-top: calc(4rem - 26px);
    -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb_xiantiao::before{
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    top: 0;
	/*height: calc(4rem - 13px);*/
	height: 50rem;
	background:#dd2a25;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb p{
    padding: 7px 0;
    position: relative;
    max-width: 320px;
    /*text-align: justify;*/
	padding-right: 15px;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb p::before{
    content: '';
    position: absolute;
    left: -30px;
    top: 16px;
    width: 12px;
	height: 12px;
    background-color: #ffffff;
	border: solid 2px #dd2a25;
	border-radius: 50%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb_img{
    max-width: 426px;
    margin-top: 4rem;
}
.zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb_img img{
    width: 100%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_3{
    margin-top: 6.5%;
    padding:25.6776% 0;
    background: url(../images/img/zhenchenqianyanyanjiu_zhuanlizhanshi_bj.png) no-repeat center;
    background-size: 100% auto;
    position: relative;
}
.zhenchen_ny_zhenchenqianyanyanjiu_3_wz{
    font-size: 3rem;
    line-height: 1.5;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform:translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zhenchen_ny_zhenchenqianyanyanjiu_4{
    overflow: hidden;
    margin-top: -18%;
    position: relative;
    z-index: 10;
}
.zhenchen_ny_zhenchenqianyanyanjiu_4_fl{
    width: 45%;
    overflow: hidden;
    margin-left: 4%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_4_fl li{
    width: 63%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_4_fl li .img img{
    width: 100%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_4_fr{
    width: 49%;
    background-color: #ffffff;
	border-radius: 72px 0px 0px 0px;
	padding:2.2% 3%;
}

.zhenchen_ny_zhenchenqianyanyanjiu_4_fr_ft{
    font-size: 2.4rem;
	line-height: 1.5;
	color: #333333;
}
.zhenchen_ny_zhenchenqianyanyanjiu_4_fr_fc{
    font-size: 1.5rem;
	line-height: 1.5;
	color: #333333;
	margin: 2.5% 0 4%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_4_fr_fb{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_zhenchenqianyanyanjiu_4_fr_fb p{
    margin: 1% 0;
}

.zhenchen_ny_zhenchenqianyanyanjiu_5{
    padding: 4% 0;
    margin-top: 6%;
    background: url(../images/img/zhenchenqianyanyanjiu_logobj.png) no-repeat 100% 100%;
    
    background-size: 32% auto;
    background-color: #f5f5f5;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_ft{
    text-align: center;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb{
    margin-top: 4%;
    padding:0 22.5%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb li{
    width: 62%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .img{
    width: 100%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .wz{
    display: none;
    width: 43%;
    margin-left: -5%;
    background-color: #ffffff;
    padding: 5% 4%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .wz .wz_ft{
    font-size: 1.5rem;
	line-height: 1.4;
	color: #333333;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .wz .wz_fc{
    font-size: 14px;
	line-height: 2;
	color: #dd2a25;
	margin: 1.5% 0 4%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .wz .wz_fb{
    font-size: 14px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .img img{
    width: 100%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb li.swiper-slide-active{
    width: 100%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb li.swiper-slide-active .img{
    width: 62%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_fb li.swiper-slide-active .wz{
    display: block;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_btn{
    margin-top:5.5%;
    font-size: 0;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
     justify-content: center;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_btnl,.zhenchen_ny_zhenchenqianyanyanjiu_5_btnr{
    width: 28px;
    height: 28px;
    background: url(../images/img/zhenchenqianyanyanjiu_daibiao_btnl.png) no-repeat center;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.7rem;
    cursor: pointer;
}
.zhenchen_ny_zhenchenqianyanyanjiu_5_btnr{
    background: url(../images/img/zhenchenqianyanyanjiu_daibiao_btnr.png) no-repeat center;
    background-size: auto 100%;
}

.zhenchen_ny_zhenchenqianyanyanjiu_6{
    padding: 7% 0 10%;
}

.zhenchen_ny_zhenchenqianyanyanjiu_6_ft{
    text-align: center;
}
.zhenchen_ny_zhenchenqianyanyanjiu_6_fb{
    margin-top: 7%;
}
.zhenchen_ny_zhenchenqianyanyanjiu_6_fb li{
    width: 22.9%;
    margin: 1.4% 0;
    margin-right: 2.8%;
    text-align: center;
    padding: 1%;
    border: solid 1px #e5e5e5;
}
.zhenchen_ny_zhenchenqianyanyanjiu_6_fb li:nth-child(4n){
    margin-right: 0;
}
.zhenchen_ny_zhenchenqianyanyanjiu_6_fb li .img img{
    max-width: 100%;
}

@media(max-width:1180px){
    .zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .wz h3{
        font-size: 18px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_2_btnl, .zhenchen_ny_zhenchenqianyanyanjiu_2_btnr{
        width: 30px;
        height: 30px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_zhenchenqianyanyanjiu_1_fb li{
        width: 50%;
        padding-left: 60px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .shuzi{
        font-size: 24px;
        left: 15px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_2_fb_ft{
        font-size: 20px;
    }
    
    .zhenchen_ny_zhenchenqianyanyanjiu_4_fr{
        padding: 4%;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_4_fr_ft{
        font-size: 26px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_4_fr_fc{
        font-size: 18px;
        margin: 5px 0 15px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_4_fr_fb{
        line-height: 1.6;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_4_fr_fb p{
        margin: 0;
    }
    
    .zhenchen_ny_zhenchenqianyanyanjiu_5_fb{
        padding: 0;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .wz .wz_ft{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_zhenchenqianyanyanjiu_1{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .wz h4{
        margin: 5px 0;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .wz{
        margin-top: 10px;
    }
    
    .zhenchen_ny_zhenchenqianyanyanjiu_2{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_2_btnr{
        margin-left: 15px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_2_fb{
        margin-top: 15px;
    }
    
    .zhenchen_ny_zhenchenqianyanyanjiu_3{
        margin-top: 25px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_3_wz{
        font-size: 24px;
    }
    
    .zhenchen_ny_zhenchenqianyanyanjiu_4{
        margin-top: 25px;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_4_fl{
        width: 100%;
        margin-top: 20px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_4_fr{
        width: 100%;
        padding: 0 20px;
    }
    
    .zhenchen_ny_zhenchenqianyanyanjiu_5{
        margin-top: 25px;
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_5_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .wz{
        padding: 20px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .wz .wz_fc{
        margin: 5px 0;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_5_btnl, .zhenchen_ny_zhenchenqianyanyanjiu_5_btnr{
        margin:0 10px;
        width: 15px;
        height: 15px;
    }
    
    .zhenchen_ny_zhenchenqianyanyanjiu_6{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_6_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_6_fb li{
        width: 48%;
        margin: 1% 0;
        margin-right: 2%;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_6_fb li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:640px){
    .zhenchen_ny_zhenchenqianyanyanjiu_5_fb li{
        width: 100%;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .img{
        width: 100%!important;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_5_fb li .wz{
        width: 100%;
        margin-left: 0;
        display: block;
    }
}
@media(max-width:468px){
    .zhenchen_ny_zhenchenqianyanyanjiu_1_fb li{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_1_fb li:last-child{
        margin-bottom: 0;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .img{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_1_fb li .img img{
        max-height: 100%;
    }
    
    .zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb{
        margin-top: 60px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb_xiantiao{
        top: -32px;
        left: 20px;
        padding-top: 25px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb_img{
        margin-top: 60px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_2_fb_ft::before{
        left: 20px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_2_fb_fb{
        padding-left: 60px;
    }
    .zhenchen_ny_zhenchenqianyanyanjiu_2_fb_ft{
        padding-left: 0;
    }
}
/**/

.zhenchen_ny_shiyanshijiancezhongxin_1{
    padding: 6% 0;
}
.zhenchen_ny_shiyanshijiancezhongxin_1_ft{
    text-align: center;
}
.zhenchen_ny_shiyanshijiancezhongxin_1_fb{
    overflow: hidden;
    margin-top: 10%;
}
.zhenchen_ny_shiyanshijiancezhongxin_1_fb_fl{
    width: 30%;
}
.zhenchen_ny_shiyanshijiancezhongxin_1_fb_fl img{
    max-width: 100%;
}
.zhenchen_ny_shiyanshijiancezhongxin_1_fb_fr{
    width: 48.5%;
    
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.zhenchen_ny_shiyanshijiancezhongxin_1_fb_fr_ft{
    margin-top: 9%;
}
.zhenchen_ny_shiyanshijiancezhongxin_1_fb_fr_fc{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	margin: 3.5% 0 5%;
	max-width: 610px;
}
.zhenchen_ny_shiyanshijiancezhongxin_1_fb_fr_fb img{
    width: 100%;
}
.zhenchen_ny_shiyanshijiancezhongxin_2{
    margin: 3.1% 0 6.5%;
    overflow: hidden;
}
.zhenchen_ny_shiyanshijiancezhongxin_2_con{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.zhenchen_ny_shiyanshijiancezhongxin_2_fl{
    width: 30%;
}
.zhenchen_ny_shiyanshijiancezhongxin_2_fl h4{
    font-size: 15px;
	line-height: 2;
	color: #333333;
	margin-top: 8%;
	max-width: 400px;
}
.zhenchen_ny_shiyanshijiancezhongxin_2_fr{
    width: 69%;
    overflow: hidden;
    padding:10px;
}
.zhenchen_ny_shiyanshijiancezhongxin_2_fr li {
    background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	margin-top: 6%;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.zhenchen_ny_shiyanshijiancezhongxin_2_fr li.swiper-slide-active{
    margin-top: 0;
}
.zhenchen_ny_shiyanshijiancezhongxin_2_fr li .img img{
    width: 100%;
}
.zhenchen_ny_shiyanshijiancezhongxin_2_fr li .wz{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	padding: 9% 5px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fl{
    width: 21%;
    background-color: #dd2a25;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fl span{
    color: #ffffff;
    display: block;
    text-align: center;
    width: 100%;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr{
    width: 79%;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr ul{
    overflow: hidden;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr li{
    width: 25%;
    position: relative;
    cursor: pointer;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr li .img{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr li .img img{
    width: 100%;
    height: 100%;
    /*min-height: 350px;*/
    opacity: 0;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr li .img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr li .wz{
    position: relative;
    z-index: 8;
    /*left: 0;*/
    /*top: 10%;*/
    width: 100%;
    padding:15% 5%;
    text-align: center;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr li .wz .img2{
    width: 3.38vw;
    margin: 0 auto;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr li .wz .img2 img{
    width: 100%;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr li .wz h3{
    font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
	margin: 4% auto;
	max-width: 300px;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr li .wz h4{
    max-width: 300px;
    font-size: 14px;
	line-height: 2;
	color: #ffffff;
	margin: 0 auto;
	/*max-height: 112px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 4;*/
}

.zhenchen_ny_shiyanshijiancezhongxin_3_fr li:hover .wz{
    opacity: 0;
}
.zhenchen_ny_shiyanshijiancezhongxin_3_fr li:hover .img::before{
    opacity: 0;
}
@media(max-width:1180px){
    .zhenchen_ny_shiyanshijiancezhongxin_3_fr li .wz h3{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_shiyanshijiancezhongxin_3_fl{
        width: 100%;
        padding: 15px 0;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_3_fr{
        width: 100%;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_3_fr li .wz .img2{
        width: 38px;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_3_fr li .wz h3{
        margin: 10px auto;
    }
}
@media(max-width:768px){
    .zhenchen_ny_shiyanshijiancezhongxin_1{
        padding: 25px 0;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_1_fb_fl{
        width: 45%;
    }
    
    .zhenchen_ny_shiyanshijiancezhongxin_2{
        margin: 25px 0;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_2_fl{
        width: 100%;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_2_fr{
        width: 100%;
        margin-top: 15px;
        padding: 0 20%;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_2_fl h4{
        max-width: 100%;
        margin-top: 15px;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_2_fr li .wz{
        padding: 10px 5px;
    }
    
    .zhenchen_ny_shiyanshijiancezhongxin_3_fr li{
        width: 50%;
    }
}
@media(max-width:468px){
    .zhenchen_ny_shiyanshijiancezhongxin_1_fb_fl{
        width: 100%;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_1_fb_fr{
        width: 100%;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_1_fb_fr_ft{
        margin-top: 15px;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_1_fb_fr_fc{
        margin: 10px 0 15px;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_2_fr li{
        margin-top: 0;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_2_fr{
        padding: 0;
    }
    
    .zhenchen_ny_shiyanshijiancezhongxin_3_fr li{
        width: 100%;
    }
    /*.zhenchen_ny_shiyanshijiancezhongxin_3_fr li .wz{*/
    /*    top:50%;*/
    /*    -webkit-transform: translateY(-50%);*/
    /*    -moz-transform: translateY(-50%);*/
    /*    -ms-transform: translateY(-50%);*/
    /*    -o-transform: translateY(-50%);*/
    /*    transform: translateY(-50%);*/
    /*}*/
    .zhenchen_ny_shiyanshijiancezhongxin_3_fr li:hover .wz{
        opacity: 1;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_3_fr li:hover .img::before{
        opacity: 1;
    }
    .zhenchen_ny_shiyanshijiancezhongxin_3_fr li .img img{
        min-height: 250px;
    }
    
    /*.zhenchen_ny_shiyanshijiancezhongxin_3_fr li .wz h4{*/
    /*    max-height: auto;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    display: -webkit-box;*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-line-clamp: 10;*/
    /*}*/
}
/**/
.zhenchen_ny_pinzhiguanlibakong_1{
    padding: 6% 0 4%;
}
.zhenchen_ny_pinzhiguanlibakong_1_ft{
    text-align: center;
}
.zhenchen_ny_pinzhiguanlibakong_1_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 3px;
}
.zhenchen_ny_pinzhiguanlibakong_2{
    padding: 4.167% 0 4.7%;
    background: url(../images/img/pinzhibakong_bj2.jpg) no-repeat center;
    background-size: cover;
}
.zhenchen_ny_pinzhiguanlibakong_2_ft{
    text-align: center;
}
.zhenchen_ny_pinzhiguanlibakong_2_fb{
    margin-top: 2.5%;
}
.zhenchen_ny_pinzhiguanlibakong_2_fb ul{
    overflow: hidden;
}
.zhenchen_ny_pinzhiguanlibakong_2_fb li{
    width: 16.8%;
    float: left;
    text-align: center;
    font-size: 18px;
	line-height: 2;
	color: #666666;
	background: url(../images/img/pinzhibakong_bj2_2.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 4%;
	
	-webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 0 1.5%;
}
.zhenchen_ny_pinzhiguanlibakong_2_fb li:nth-child(5n){
    margin-right: 0;
}
.zhenchen_ny_pinzhiguanlibakong_2_fb li span{
    display: block;
    width: 100%;
}
.zhenchen_ny_pinzhiguanlibakong_3{
    padding: 4% 0 6.5%;
}
.zhenchen_ny_pinzhiguanlibakong_3_ft{
    text-align: center;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb{
    position:relative;
    margin-top: 5%;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb ul{
    overflow: hidden;
    padding:0 6%;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb li{
    padding-bottom: 10%;
    width: 23%;
    margin-right: 15.5%;
    float: left;
    padding-left: 2.3%;
    min-height: 250px;
    border-left: solid 2px #cccccc;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb li:nth-child(3n){
    margin-right: 0;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb li:nth-child(n+4){
    border-left: 0;
    border-right: 2px solid #ccc;
    padding-left: 0;
    padding-right: 2.3%;
    text-align: right;
    padding-bottom: 0;
    padding-top: 10%;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb li .wz{
    width: 100%;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb li .wz h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb li .wz h4{
    font-size: 16px;
	line-height: 1.8;
	color: #666666;
	margin-top: 2px;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb .img_tt{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0.7% 1.15%;
    border-radius: 70px;
    background: #fff;
	border: solid 4px #cccccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zhenchen_ny_pinzhiguanlibakong_3_fb .img_tt .img_tt_nn{
    overflow: hidden;
    background-color: #e6e6e6;
	border-radius: 50px;
	width: 100%;
	padding:1% 1.5%;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb .img_tt .img_tt_li{
    width: 6.5%;
    float: left;
    position: relative;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb .img_tt .img_tt_li .img{
    border-radius: 50%;
    background: #dd2a25;
    overflow: hidden;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb .img_tt .img_tt_li img{
    width: 100%;
}
.zhenchen_ny_pinzhiguanlibakong_3_fb .img_tt .img_tt_li::before{
    content: '';
    position: absolute;
    left: 175%;
    top: 50%;
    width: 37%;
    padding-top: 37%;
	background: url(../images/img/pinzhibakongjiantou.png) no-repeat center;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zhenchen_ny_pinzhiguanlibakong_4{
    background: url(../images/img/pinzhibakong_bj3.jpg) no-repeat center;
    background-size: cover;
    padding: 5% 0;
    border-bottom: 1px solid #ccc;
}
.zhenchen_ny_pinzhiguanlibakong_4_ft{
    text-align: center;
}
.zhenchen_ny_pinzhiguanlibakong_4_fb{
    margin-top: 4%;
}
.zhenchen_ny_pinzhiguanlibakong_4_fb li{
    width: 23.05%;
    margin-right: 2.6%;
    border: solid 1px #e5e5e5;
    background: #fff;
}
.zhenchen_ny_pinzhiguanlibakong_4_fb li:nth-child(4n){
    margin-right: 0;
}
.zhenchen_ny_pinzhiguanlibakong_4_fb li h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
	background-color: #e6e6e6;
	padding: 6% 9%;
}
.zhenchen_ny_pinzhiguanlibakong_4_fb li h4{
    font-size: 16px;
	line-height: 2;
	color: #666666;
	padding: 9%;
}
@media(max-width:1600px){
    .zhenchen_ny_pinzhiguanlibakong_2_fb li{
        width:18.5%;
        margin-right: 1.5%;
    }
    .zhenchen_ny_pinzhiguanlibakong_2_fb li{
        font-size: 16px;
    }
}
@media(max-width:1180px){
    .zhenchen_ny_pinzhiguanlibakong_3_fb li .wz h3{
        font-size: 18px;
    }
    .zhenchen_ny_pinzhiguanlibakong_4_fb li h3{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_pinzhiguanlibakong_2_fb li{
        height: auto;
        padding: 5px 2%;
        width: 32%;
        margin: 5px 0;
        margin-right: 2%;
    }
    .zhenchen_ny_pinzhiguanlibakong_2_fb li:nth-child(5n){
        margin-right: 2%;
    }
    .zhenchen_ny_pinzhiguanlibakong_2_fb li:nth-child(3n){
        margin-right: 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_3_fb li{
        width:32%;
        margin-right: 2%;
    }
}
@media(max-width:768px){
    .zhenchen_ny_pinzhiguanlibakong_1{
        padding: 25px 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_2{
        padding: 25px 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_2_fb{
        margin-top: 10px;
    }
    .zhenchen_ny_pinzhiguanlibakong_2_fb li{
        width: 49%;
        padding: 5px 5%;
    }
    .zhenchen_ny_pinzhiguanlibakong_2_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .zhenchen_ny_pinzhiguanlibakong_2_fb li:nth-child(2n){
        margin-right: 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_3_fb li{
        width: 49%;
        min-height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-bottom: 15px;
        padding-left: 15px;
    }
    .zhenchen_ny_pinzhiguanlibakong_3_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .zhenchen_ny_pinzhiguanlibakong_3_fb li:nth-child(2n){
        margin-right: 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_3_fb li:nth-child(n+4){
        text-align: left;
        border-left: 2px solid #ccc;
        padding-top: 0;
        padding-right: 0;
        padding-left: 15px;
        border-right: 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_3_fb li:nth-child(2n+1){
        border-left: 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_3_fb .img_tt{
        display: none;
    }
    .zhenchen_ny_pinzhiguanlibakong_3_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_pinzhiguanlibakong_4{
        padding: 25px 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_4_fb{
        margin-top: 10px;
    }
    
    .zhenchen_ny_pinzhiguanlibakong_4_fb li{
        width: 49%;
        margin: 1% 0;
        margin-right: 2%;
    }
    .zhenchen_ny_pinzhiguanlibakong_4_fb li:nth-child(2n){
        margin-right: 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_4_fb li h3{
        padding: 5%;
    }
    .zhenchen_ny_pinzhiguanlibakong_4_fb li h4{
        padding: 5%;
    }
}
@media(max-width:468px){
    .zhenchen_ny_pinzhiguanlibakong_2_fb li{
        font-size: 14px;
    }
    .zhenchen_ny_pinzhiguanlibakong_2_fb li:last-child{
        margin-bottom: 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_3_fb li{
        width: 100%;
        border-left: 2px solid #ccc!important;
        min-height: 100px;
    }
    .zhenchen_ny_pinzhiguanlibakong_4_fb li{
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .zhenchen_ny_pinzhiguanlibakong_4_fb li:last-child{
        margin-bottom: 0;
    }
    .zhenchen_ny_pinzhiguanlibakong_4_fb li h3{
        padding: 15px;
    }
    .zhenchen_ny_pinzhiguanlibakong_4_fb li h4{
        padding: 15px;
    }
}
/**/
.zhenchen_ny_dingzhihuapinzhiguanli_1{
    padding: 6% 0;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_ft {
    text-align: center;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 3px;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb{
    margin-top: 2.5%;
    overflow: hidden;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fl{
    width: 38%;
    padding:0  0 1.5% 1.5%;
    position: relative;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fl::before{
    content: '';
    position:absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background-color: #dd2a25;
    z-index: 4;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fl img{
    width: 100%;
    position: relative;
    z-index: 5;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr{
    width: 82%;
    
    margin-left: -20%;
    padding: 5% 2.5% 5% 23%;
    padding-left: 23%;
    background: url(../images/img/dingzhihuapinzhiguanli_bj1.png) no-repeat 100% 100%;
    background-size: 26% auto;
    background-color: #f5f5f5;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_ft h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_ft h4{
    font-size: 14px;
	line-height: 2;
	color: #333333;
	margin-top: 4%;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_fb{
    margin-top: 7%;
    max-width: 100%;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_fb ul{
    overflow: hidden;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_fb li{
    width: 25%;
    text-align: center;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_fb li .img{
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_fb li .img img{
    width: 100%;
}
.zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_fb li .wz{
    font-size: 14px;
	line-height: 2;
	color: #333333;
	margin-top: 10px;
}

.zhenchen_ny_dingzhihuapinzhiguanli_2{
    padding: 4% 0 5.5%;
    background: url(../images/img/dingzhihuapinzhiguanli_bj2.jpg)  no-repeat center;
    background-size: cover;
    border-bottom: 1px solid #ccc;
}
.zhenchen_ny_dingzhihuapinzhiguanli_2_ft{
    text-align: center;
}
.zhenchen_ny_dingzhihuapinzhiguanli_2_fb{
    margin-top: 5%;
}
.zhenchen_ny_dingzhihuapinzhiguanli_2_fb li{
    width: 20.875%;
    margin-right: 5.5%;
    text-align: center;
    background-color: #ffffff;
    padding: 6% 1% 3%;
}
.zhenchen_ny_dingzhihuapinzhiguanli_2_fb li:nth-child(4n){
    margin-right: 0;
}
.zhenchen_ny_dingzhihuapinzhiguanli_2_fb li .img{
    height: 40px;
    width: 40px;
    margin: 0 auto;
    line-height: 40px;
}
.zhenchen_ny_dingzhihuapinzhiguanli_2_fb li .img img{
    max-width: 100%;
}
.zhenchen_ny_dingzhihuapinzhiguanli_2_fb li .wz{
    margin-top: 15%;
}
.zhenchen_ny_dingzhihuapinzhiguanli_2_fb li .wz h3{
    font-size: 20px;
	line-height: 1.5;
	color: #333333;
	padding-bottom: 7%;
	position:relative;
	margin-bottom: 7%;
}
.zhenchen_ny_dingzhihuapinzhiguanli_2_fb li .wz h3:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
	height: 3px;
	background-color: #dd2a25;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zhenchen_ny_dingzhihuapinzhiguanli_2_fb li .wz h4{
    font-size: 14px;
	line-height: 2;
	color: #333333;
	max-width: 260px;
	margin: 0 auto;
}
@media(max-width:1180px){
    .zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_ft h3{
        font-size: 18px;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_2_fb li .wz h3{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_dingzhihuapinzhiguanli_2_fb li{
        width: 23.5%;
        margin-right: 2%;
    }
}
@media(max-width:768px){
    .zhenchen_ny_dingzhihuapinzhiguanli_1{
        padding: 25px 0;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fl{
        width: 100%;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr{
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_ft h4{
        margin-top: 10px;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_fb{
        margin-left: 0;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_2{
        padding: 25px 0;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_2_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_2_fb li{
        width: 49%;
        margin: 1% 0;
        margin-right: 2%;
        padding: 30px 10px;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_2_fb li:nth-child(2n){
        margin-right: 0;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_2_fb li .wz{
        margin-top: 15px;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_2_fb li .wz h3{
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_fb li{
        width: 62px;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_1_fb_fr_fb li .img{
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_2_fb li{
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        margin-right: 0!important;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_2_fb li:last-child{
        margin-bottom: 0;
    }
    .zhenchen_ny_dingzhihuapinzhiguanli_2_fb li .img{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

/*特色生产*/
.zhenchen_ny_teseshengchan_1{
    padding: 6% 0;
}
.zhenchen_ny_teseshengchan_1_ft{
    text-align: center;
}
.zhenchen_ny_teseshengchan_1_fb{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 5%;
}
.zhenchen_ny_teseshengchan_1_fb li{
    background-color: #f5f5f5;
    margin-bottom: 3.3%;
}
.zhenchen_ny_teseshengchan_1_fb li:last-child{
    margin-bottom: 0;
}
.zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fl{
    width: 50%;
}
.zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fl img{
    width: 100%;
}
.zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr{
    width: 50%;
    padding:2% 4%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background: url(../images/img/zhenchen_teseshangchan_bj.png) no-repeat right bottom;
    background-size: 39%;
}
.zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr .wz{
    
}
.zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr .wz h3{
    font-size: 20px;
	line-height: 1.5;
	color: #333333;
}
.zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr .wz h4{
    font-size: 16px;
	line-height: 1.6;
	color: #666666;
	margin: 2% 0 2%;
}
.zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr .wz h5{
    font-size: 14px;
	line-height: 1.6;
	color: #999;
	margin: 0;
	text-align: justify;
}

@media(max-width:1180px){
    .zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr{
        padding: 10px 3.5%;
    }
    .zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr .wz h3{
        font-size: 20px;
    }
    .zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr .wz h4{
        margin: 10px 0;
        font-size: 16px;
    }
    .zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr .wz h5{
        font-size: 14px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fl{
        width: 100%;
    }
    .zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr{
        width: 100%;
        padding: 3%;
    }
}
@media(max-width:768px){
    .zhenchen_ny_teseshengchan_1{
        padding: 25px 0;
    }
    .zhenchen_ny_teseshengchan_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_teseshengchan_1_fb li .zhenchen_ny_teseshengchan_1_fb_fr{
        padding: 20px;
    }
    .zhenchen_ny_teseshengchan_1_fb li{
        margin-bottom: 15px;
    }
}
/*生产流程*/
.zhenchen_ny_shengchenliucheng_1{
    padding: 6% 0;
}
.zhenchen_ny_shengchenliucheng_1_ft{
    text-align: center;
}
.zhenchen_ny_shengchenliucheng_1_liuchengtu img{
    max-width: 100%;
}
.zhenchen_ny_shengchenliucheng_1_fb{
    margin-top: 5%;
}
.zhenchen_ny_shengchenliucheng_1_fb img{
    max-width: 100%;
}
.zhenchen_ny_shengchenliucheng_1_fb1{
    margin-top: 10%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 ul{
    background: url(../images/img/shengchanliuchengxiantiao.png) no-repeat center;
    background-size: 100%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li{
    width: 21%;
    float: left;
    text-align: center;
    position: relative;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li .img1 img{
    animation:mymove 2s infinite;
	-webkit-animation:mymove 2s infinite;
}
/* 上下抖动动画 */
@keyframes mymove{
	0% {
	    transform: translateY(0px);
	    opacity: 0;
	}
    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
	100% {
	    transform: translateY(0px);
	    opacity: 0;
	}
}
/*Safari 和 Chrome:*/
@-webkit-keyframes mymove{
	0% {
	    transform: translateY(0px);
	    opacity: 0;
	}
    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
	100% {
	    transform: translateY(0px);
	    opacity: 0;
	}
}
.zhenchen_ny_shengchenliucheng_1_fb1 li .img1 img{
    height: 8.1rem;
}

.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(2n) .img1{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.zhenchen_ny_shengchenliucheng_1_fb1 li .wz1{
    font-size: 1.2rem;
	line-height: 2.4rem;
	color: #333333;
	margin-top: 3%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(2n) .wz1{
    margin-bottom: 3%;
    margin-top: 0;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li::before{
    content: '';
    position: absolute;
    left: 50%;
    top: -26%;
    width: 16%;
    padding-top: 16%;
    border: solid 2px #dd2a25;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zhenchen_ny_shengchenliucheng_1_fb1 li::after{
    content: '';
    position: absolute;
    left: 50%;
    top: -21%;
    width: 8%;
    padding-top: 8%;
    background: #dd2a25;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zhenchen_ny_shengchenliucheng_1_fb1 li .wz2{
    font-size:16px;
    height: 1.2rem;
	line-height: 1.2rem;
	color: #333333;
}
.zhenchen_ny_shengchenliucheng_1_fb1_nn{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(2n){
    margin-top: -4%;
    margin-top: -2%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(2n)::before{
    top: 71%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(2n)::after{
    top: 74.5%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(2n) .zhenchen_ny_shengchenliucheng_1_fb1_nn{
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(1){
    width: 21%;
    margin-top: 6%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(2){
    width: 21%;
    margin-left: -7%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(3){
    margin-left: -5%;
    margin-top: 7.4%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(4){
    margin-left: -4%;
    margin-top: 1%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(4)::before{
    top: 74%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(4)::after{
    top: 78.5%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(5){
    margin-top: 8%;
    margin-left: -5%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(5)::before{
    top: -30%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(5)::after{
    top: -24%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(6){
    width: 18%;
    margin-left: -2%;
    margin-top: 2%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(6)::before{
    top: 80%;
}
.zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(6)::after{
    top: 83.5%;
}
@media(max-width:1080px){
    .zhenchen_ny_shengchenliucheng_1_fb1 li .wz1{
        font-size: 17px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_shengchenliucheng_1{
        padding: 25px 0;
    }
    .zhenchen_ny_shengchenliucheng_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1{
        margin-top: 15px;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1 ul{
        background: none;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1 li{
        width: 32%!important;
        margin: 8px 0!important;
        margin-right: 2%!important;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(3n){
        margin-right: 0!important;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1 li::before{
        display: none;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1 li::after{
        display: none;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1 li .img1{
        display: none;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1_nn{
        -webkit-flex-direction: column!important;
        -moz-flex-direction: column!important;
        -ms-flex-direction: column!important;
        -o-flex-direction: column!important;
        flex-direction: column!important;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1 li .wz1{
        margin-top: 0!important;
        line-height: 1.5;
        margin-bottom: 5px!important;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1 li .wz2{
        line-height: 2;
        height: auto;
    }
}
@media(max-width:468px){
    .zhenchen_ny_shengchenliucheng_1_fb1 li{
        width: 49%!important;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(3n){
        margin-right: 2%!important;
    }
    .zhenchen_ny_shengchenliucheng_1_fb1 li:nth-child(2n){
        margin-right: 0!important;
    }
}

/*生产规模*/
.zhenchen_ny_shengchenguimo_1{
    padding: 6% 0 5%;
}
.zhenchen_ny_shengchenguimo_1_ft{
    text-align: center;
}
.zhenchen_ny_shengchenguimo_1_fb{
    margin-top: 5%;
}
.zhenchen_ny_shengchenguimo_1_fb li{
    width: 31.5%;
    margin-right: 2.75%;
    background-color: #f5f5f5;
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    -o-align-content: space-between;
    align-content: space-between;
}
.zhenchen_ny_shengchenguimo_1_fb li:nth-child(3n){
    margin-right: 0;
}
.zhenchen_ny_shengchenguimo_1_fb li:nth-child(2n){
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.zhenchen_ny_shengchenguimo_1_fb li .img{
    width: 100%;
}
.zhenchen_ny_shengchenguimo_1_fb li .img img{
    width: 100%;
}
.zhenchen_ny_shengchenguimo_1_fb li .wz{
    width: 100%;
    padding: 3% 5%;
    min-height: 226px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.zhenchen_ny_shengchenguimo_1_fb li .wz .wz_con{
    width: 100%;
}
.zhenchen_ny_shengchenguimo_1_fb li .wz h3{
    font-size: 24px;
	line-height: 1.5;
	color: #333333;
}
.zhenchen_ny_shengchenguimo_1_fb li .wz h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 8px;
}
.zhenchen_ny_shengchenguimo_1_fb li .wz h4 p{
    padding-left: 19px;
    position: relative;
}
.zhenchen_ny_shengchenguimo_1_fb li .wz h4 p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
	height: 6px;
	background-color: #dd2a25;
	border-radius: 50%;
}
@media(max-width:1366px){
    .zhenchen_ny_shengchenguimo_1_fb li .wz h3{
        font-size: 22px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_shengchenguimo_1_fb li .wz h3{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_shengchenguimo_1{
        padding: 25px 0;
    }
    .zhenchen_ny_shengchenguimo_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_shengchenguimo_1_fb li{
        width: 49%;
        margin: 1% 0;
        margin-right: 2%;
    }
    .zhenchen_ny_shengchenguimo_1_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .zhenchen_ny_shengchenguimo_1_fb li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:468px){
    .zhenchen_ny_shengchenguimo_1_fb li{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        margin-right: 0!important;
    }
    .zhenchen_ny_shengchenguimo_1_fb li:nth-child(2n){
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .zhenchen_ny_shengchenguimo_1_fb li .wz{
        padding: 10px 15px;
    }
}
/*人才孵化*/
.zhenchen_ny_rencaifuhua_1{
    padding: 6% 0 5%;
}
.zhenchen_ny_rencaifuhua_1_ft{
    text-align: center;
}
.zhenchen_ny_rencaifuhua_1_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_rencaifuhua_1_fb{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 5%;
}
.zhenchen_ny_rencaifuhua_1_fb li{
    margin-bottom: 4.3%;
    overflow: hidden;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.zhenchen_ny_rencaifuhua_1_fb li .img{
    width: 50%;
}
.zhenchen_ny_rencaifuhua_1_fb li .img img{
    width: 100%;
}
.zhenchen_ny_rencaifuhua_1_fb li .wz{
    width: 44%;
}
.zhenchen_ny_rencaifuhua_1_fb li .wz h3{
    font-size: 24px;
	line-height: 1.5;
	color: #333333;
}
.zhenchen_ny_rencaifuhua_1_fb li .wz h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 4%;
	text-align: justify;
}
.zhenchen_ny_rencaifuhua_1_fb li:nth-child(2n){
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.zhenchen_ny_rencaifuhua_1_fb li:nth-child(2n) .img{
    float: left;
}
.zhenchen_ny_rencaifuhua_1_fb li:nth-child(2n) .wz{
    float: right;
}
.zhenchen_ny_rencaifuhua_1_fb li:last-child{
    margin-bottom: 0;
}

@media(max-width:1280px){
    .zhenchen_ny_rencaifuhua_1_fb li .wz h3{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_rencaifuhua_1{
        padding: 25px 0;
    }
    .zhenchen_ny_rencaifuhua_1_ft h4{
        font-size: 15px;
        margin-top: 10px;
    }
    .zhenchen_ny_rencaifuhua_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_rencaifuhua_1_fb li .wz{
        width: 100%;
        float: left!important;
    }
    .zhenchen_ny_rencaifuhua_1_fb li .img{
        width: 100%;
        float: right!important;
        margin-top: 15px;
    }
    .zhenchen_ny_rencaifuhua_1_fb li .wz h4{
        margin-top: 10px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_rencaifuhua_1_fb li{
        margin-bottom: 20px;
    }
}
/*臻臣学术*/
.zhenchen_ny_zhenchenxueshu_1{
    padding: 6% 0 5%;
}
.zhenchen_ny_zhenchenxueshu_1_ft{
    text-align: center;
}
.zhenchen_ny_zhenchenxueshu_1_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_zhenchenxueshu_1_fb{
    margin-top: 5%;
}
.zhenchen_ny_zhenchenxueshu_1_fb li{
    width: 30%;
    margin-right: 5%;
    padding: 1.5%;
    border: solid 1px #e5e5e5;
}
.zhenchen_ny_zhenchenxueshu_1_fb li:nth-child(3n){
    margin-right: 0;
}
.zhenchen_ny_zhenchenxueshu_1_fb li .img img{
    width: 100%;
}
.zhenchen_ny_zhenchenxueshu_1_fb li .wz{
    font-size: 18px;
	line-height: 2;
	color: #333333;
	margin-top: 8%;
}
.zhenchen_ny_zhenchenxueshu_1_fb li .wz p{
    position: relative;
    padding-left: 30px;
    background: url(../images/img/xingxingzhenchen.png) no-repeat left 11px;
}
@media(max-width:1366px){
    .zhenchen_ny_zhenchenxueshu_1_fb li{
        width: 32%;
        margin-right: 2%;
    }
}
@media(max-width:1180px){
    .zhenchen_ny_zhenchenxueshu_1_fb li .wz p{
        font-size: 16px;
        background: url(../images/img/xingxingzhenchen.png) no-repeat left 9px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_zhenchenxueshu_1_fb li .wz p{
        padding-left: 20px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_zhenchenxueshu_1{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenxueshu_1_ft h4{
        font-size: 15px;
        margin-top: 10px;
    }
    .zhenchen_ny_zhenchenxueshu_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenxueshu_1_fb li{
        width: 49%;
        margin: 1% 0;
        margin-right: 2%;
    }
    .zhenchen_ny_zhenchenxueshu_1_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .zhenchen_ny_zhenchenxueshu_1_fb li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:468px){
    .zhenchen_ny_zhenchenxueshu_1_fb li{
        width: 100%;
        padding: 15px;
        margin: 0;
        margin-bottom: 15px;
        margin-right: 0!important;
    }
    .zhenchen_ny_zhenchenxueshu_1_fb li:last-child{
        margin-bottom: 0;
    }
    .zhenchen_ny_zhenchenxueshu_1_fb li .wz{
        margin-top: 15px;
    }
}

/*臻臣展示*/
.zhenchen_ny_zhenchenzhanshi_1{
    padding: 6% 0 0;
    position: relative;
    z-index: 10;
}
.zhenchen_ny_zhenchenzhanshi_1_ft{
    text-align: center;
}
.zhenchen_ny_zhenchenzhanshi_1_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_zhenchenzhanshi_1_fb{
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
    position: relative;
    overflow: hidden;
}
.zhenchen_ny_zhenchenzhanshi_1_fb::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ccc;
    left: 0;
    bottom: 65px;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li{
	text-align: center;
	
}
.zhenchen_ny_zhenchenzhanshi_1_fb ul{
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li .wz_ft{
    font-size: 1.5rem;
	line-height: 1.5;
	color: #333333;
	opacity: 0;
	width: 210%;
	margin-left: -55%;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li .img{
    opacity: 0;
    width: 210%;
    margin: 9% 0 8%;
    margin-left: -55%;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li .img img{
    max-width: 100%;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li .wz_fb h3{
    font-size: 18px;
	line-height: 1.5;
	color: #dd2a25;
	opacity: 0;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li .wz_fb h4{
    font-size: 16px;
	line-height: 24px;
	color: #999999;
	padding-top: 41px;
	margin-top: 16%;
	position: relative;
	cursor: pointer;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li .wz_fb h4::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
	height: 31px;
	background-color: #e6e6e6;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zhenchen_ny_zhenchenzhanshi_1_fb li.swiper-slide-active .wz_ft{
    opacity: 1;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li.swiper-slide-active .img{
    opacity: 1;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li.swiper-slide-active .wz_fb h3{
    opacity: 1;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li.swiper-slide-active .wz_fb h4{
    font-size: 24px;
    color: #333333;
}
.zhenchen_ny_zhenchenzhanshi_1_fb li.swiper-slide-active .wz_fb h4::before{
    background: #dd2a25;
    height: 25px;
}
.zhenchen_ny_zhenchenzhanshi_2{
    padding: 7.75% 0;
    background: url(../images/img/zhenchenzhanhuibj.png) no-repeat center;
    background-size: cover;
    margin-top: -1%;
    position: relative;
    z-index: 5;
}
.zhenchen_ny_zhenchenzhanshi_2_btn{
    overflow: hidden;
    padding:0 4%;
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
    bottom: 85px;
}
.zhenchen_ny_zhenchenzhanshi_2_btnl,.zhenchen_ny_zhenchenzhanshi_2_btnr{
    cursor: pointer;
    width: 40px;
	height: 40px;
    background: url(../images/img/zhenchenqianyanyanjiu_btnl.png) no-repeat center;
    background-size: cover;
}
.zhenchen_ny_zhenchenzhanshi_2_btnr{
    background: url(../images/img/zhenchenqianyanyanjiu_btnr.png) no-repeat center;
    background-size: cover;
}
@media(max-width:1080px){
    .zhenchen_ny_zhenchenzhanshi_2_btnl,.zhenchen_ny_zhenchenzhanshi_2_btnr{
        width: 30px;
        height: 30px;
    }
}
@media(max-width:1080px){
    .zhenchen_ny_zhenchenzhanshi_1_fb li .wz_ft{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_zhenchenzhanshi_1{
        padding: 25px  0 0;
    }
    .zhenchen_ny_zhenchenzhanshi_1_ft h4{
        margin-top: 10px;
        font-size: 15px;
    }
    .zhenchen_ny_zhenchenzhanshi_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenzhanshi_1_fb li.swiper-slide-active .wz_fb h4{
        font-size: 20px;
    }
}
/*合作服务*/
.zhenchen_ny_hezuofuwu_1{
    padding: 6% 0;
}
.zhenchen_ny_hezuofuwu_1_ft ul{
    overflow: hidden;
}
.zhenchen_ny_hezuofuwu_1_ft li{
    float: left;
    max-width: 33.2%;
}
.zhenchen_ny_hezuofuwu_1_ft_ft{
    overflow: hidden;
}
.zhenchen_ny_hezuofuwu_1_ft_ft .img{
    width: 44px;
}
.zhenchen_ny_hezuofuwu_1_ft_ft .img img{
    width: 100%;
}
.zhenchen_ny_hezuofuwu_1_ft_ft .wz{
    font-size: 24px;
	line-height: 44px;
	color: #333333;
	margin-left: 10%;
}
.zhenchen_ny_hezuofuwu_1_ft_fb{
    font-size: 24px;
	line-height: 1.6;
	color: #333333;
	margin-top: 6%;
}
.zhenchen_ny_hezuofuwu_1_fb{
    margin-top: 2%;
}
.zhenchen_ny_hezuofuwu_1_fb .amap-overlays{
 position: relative;
 top: -20px;
 font-size: 14px;
}
.map-box{
    height:27.9rem;
}
.contact-map{
    height: 100%;
    
}

.amap-logo img{
    display: none;
}
.amap-copyright {
    opacity:0;
}
.zhenchen_ny_hezuofuwu_2{
    padding: 6% 0;
    background: url(../images/img/hezuofw_zhenchen_bj.jpg) no-repeat center;
    background-size: cover;
}
.zhenchen_ny_hezuofuwu_2_ft{
    text-align: center;
}
.zhenchen_ny_hezuofuwu_2_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_hezuofuwu_2_fb{
    margin-top: 5%;
}
.zhenchen_ny_hezuofuwu_2_fb ul{
    overflow: hidden;
}
.zhenchen_ny_hezuofuwu_2_fb li{
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2.2%;
}
.zhenchen_ny_hezuofuwu_2_fb li:nth-child(2n){
    margin-right: 0;
}
.zhenchen_ny_hezuofuwu_2_fb li h3{
    font-size: 17px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_hezuofuwu_2_fb li input{
    width: 100%;
    font-size: 14px;
	color: #999999;
	line-height: 41px;
	padding:0 15px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-top: 12px;
	outline: 0;
}
.zhenchen_ny_hezuofuwu_2_fb li input:focus{
    border-right-color: #e5e5e5!important;
}
.zhenchen_ny_hezuofuwu_2_fb li input::-webkit-input-placeholder{
    color: #999999;
}
.zhenchen_ny_hezuofuwu_2_fb li.hezuoliuyan{
    width: 100%;
    margin-bottom: 5%;
}
.zhenchen_ny_hezuofuwu_2_fb li.hezuoliuyan textarea{
    width: 100%;
    font-size: 14px;
	color: #999999;
	line-height: 41px;
	padding:0 15px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-top: 12px;
	outline: 0;
	font-family: Microsoft YaHei, arial, 宋体, sans-serif;
}
.zhenchen_ny_hezuofuwu_2_fb li.hezuoliuyan textarea:focus{
    border-right-color: #e5e5e5!important;
}
.zhenchen_ny_hezuofuwu_2_fb li.hezuoliuyan textarea::-webkit-input-placeholder{
    color: #999999;
}
.hezuoliuyan_tijiao_nn{
    float: left;
    width: 100%;
}
.hezuoliuyan_tijiao{
    overflow: hidden;
    max-width: 524px;
    margin: 0 auto;
}
.hezuoliuyan_tijiao_fl{
    width: 301px;
	height: 42px;
	background-color: #f5f5f5;
	border: solid 1px #e5e5e5;
	overflow: hidden;
}
.hezuoliuyan_tijiao_fl input{
    width: 61%;
    font-size: 14px;
	line-height: 40px;
	color: #999999;
	outline: 0;
	padding:0 10px;
	border: 0;
	float: left;
	border-right: 1px solid #e5e5e5;
}
.hezuoliuyan_tijiao_fl img{
    width: 39%;
    height: 40px;
    float: left;
}
.hezuoliuyan_tijiao_fr{
    width: 200px;
}
.hezuoliuyan_tijiao_fr input{
    width: 100%;
	background-color: #dd2a25;
	font-size: 14px;
	line-height: 42px;
	color: #ffffff;
	outline: 0;
	padding: 0;
	border: 0;
}
@media(max-width:1366px){
    .zhenchen_ny_hezuofuwu_1_ft_ft .wz{
        font-size: 22px;
    }
    .zhenchen_ny_hezuofuwu_1_ft_fb{
        font-size: 22px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_hezuofuwu_1_ft li{
        max-width: 100%;
        width: 100%;
        margin: 5px 0;
    }
    .zhenchen_ny_hezuofuwu_1_ft_ft .wz{
        margin-left: 15px;
    }
    .zhenchen_ny_hezuofuwu_1_ft_fb{
        margin-top: 10px;
    }
    .zhenchen_ny_hezuofuwu_1_ft_ft .img{
        width: 30px;
    }
    .zhenchen_ny_hezuofuwu_1_ft_ft .wz{
        font-size: 20px;
        line-height: 30px;
    }
    .zhenchen_ny_hezuofuwu_1_ft_fb{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_hezuofuwu_1{
        padding: 25px 0;
    }
    .zhenchen_ny_hezuofuwu_2{
        padding: 25px 0;
    }
    .zhenchen_ny_hezuofuwu_1_fb{
        margin-top: 10px;
    }
    .map-box{
        height: 300px;
    }
    .zhenchen_ny_hezuofuwu_2_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_hezuofuwu_2_fb li{
        margin-bottom: 12px;
    }
    .zhenchen_ny_hezuofuwu_2_fb li h3{
        font-size: 16px;
    }
    .zhenchen_ny_hezuofuwu_2_fb li.hezuoliuyan{
        margin-bottom: 15px;
    }
    .hezuoliuyan_tijiao_fr{
        width: 150px;
    }
    .hezuoliuyan_tijiao{
        max-width: 420px;
    }
    .hezuoliuyan_tijiao_fl{
        width: 250px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_hezuofuwu_1_ft_ft .img{
        width: 25px;
    }
    .zhenchen_ny_hezuofuwu_1_ft_ft .wz{
        font-size: 18px;
        line-height: 25px;
    }
    .zhenchen_ny_hezuofuwu_1_ft_fb{
        font-size: 16px
    }
    .zhenchen_ny_hezuofuwu_2_fb li{
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 5px;
    }
    .zhenchen_ny_hezuofuwu_2_fb li input{
        margin-top: 5px;
    }
    .zhenchen_ny_hezuofuwu_2_fb li.hezuoliuyan{
        margin-bottom: 10px;
    }
    .zhenchen_ny_hezuofuwu_2_fb li.hezuoliuyan textarea{
        margin-top: 5px;
    }
    .hezuoliuyan_tijiao_fl input{
        width: 70%;
    }
    .hezuoliuyan_tijiao_fl img{
        width: 30%;
    }
    .hezuoliuyan_tijiao_fl{
        width: 70%;
    }
    .hezuoliuyan_tijiao_fr{
        width: 27%;
    }
}
/*经营哲学*/
.zhenchen_ny_jingyingzhexue_1{
    padding: 7% 0;
    text-align: center;
}
.zhenchen_ny_jingyingzhexue_1 img{
    max-width: 100%;
}

.zhenchen_ny_jingyingzhexue_2{
    padding: 4.5% 0;
    background-color: #f5f5f5;
}
.zhenchen_ny_jingyingzhexue_2_ft{
    text-align: center;
}
.zhenchen_ny_jingyingzhexue_2_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_jingyingzhexue_2_fb{
    margin-top: 4.5%;
}
.zhenchen_ny_jingyingzhexue_2_fb ul{
    overflow: hidden;
}
.zhenchen_ny_jingyingzhexue_2_fb li{
    width: 25%;
    position: relative;
    float: left;
    border: 1px solid #eee;
}
.zhenchen_ny_jingyingzhexue_2_fb li .img img{
    width: 100%;
}
.zhenchen_ny_jingyingzhexue_2_fb li .wz{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 5%;
    text-align: center;
    font-size: 18px;
	line-height: 1.5;
	color: #333333;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zhenchen_ny_jingyingzhexue_3{
    padding: 6% 0;
}
.zhenchen_ny_jingyingzhexue_3_ft{
    text-align: center;
    position: relative;
}
.zhenchen_ny_jingyingzhexue_3_ft h3{
    position: relative;
    padding-bottom: 10px;
    z-index: 5;
}
.zhenchen_ny_jingyingzhexue_3_ft h3::before{
    content:'';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 58px;
	height: 6px;
	background-color: #dd2a25;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zhenchen_ny_jingyingzhexue_3_ft h4{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 10px;
    font-size: 3.6rem;
    font-weight: bold;
	line-height: 1;
	color: #f5f5f5;
}
.zhenchen_ny_jingyingzhexue_3_fb ul{
    overflow: hidden;
    padding: 6% 0 0;
}
.zhenchen_ny_jingyingzhexue_3_fb li{
    width: 23.05%;
    margin-right: 2.6%;
    float: left;
    padding-left: 12px;
    border-left: 1px solid #e6e6e6;
    position: relative;
}
.zhenchen_ny_jingyingzhexue_3_fb li:nth-child(4n){
    margin-right: 0;
}
.zhenchen_ny_jingyingzhexue_3_fb li:nth-child(2n){
    margin-top: 6%;
}
.zhenchen_ny_jingyingzhexue_3_fb_ft h3{
    font-size: 1.8rem;
	line-height: 1;
	color: #333333;
	position: relative;
	margin-top: -.9rem;
}
.zhenchen_ny_jingyingzhexue_3_fb_ft h4{
    font-size: 18px;
	line-height: 2;
	color: #dd2a25;
	padding-bottom: 5%;
	margin-top: 16%;
	position: relative;
}
.zhenchen_ny_jingyingzhexue_3_fb_ft h4::before{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
	height: 3px;
	background-color: #000000;
}
.zhenchen_ny_jingyingzhexue_3_fb li::before{
    content:'';
    position: absolute;
    left: -4px;
    top: 0;
    width: 7px;
	height: 7px;
	background-color: #000000;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zhenchen_ny_jingyingzhexue_3_fb_fc{
    margin: 9% 0;
}
.zhenchen_ny_jingyingzhexue_3_fb_fc img{
    width: 100%;
}
.zhenchen_ny_jingyingzhexue_3_fb_fb{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
@media(max-width:991px){
    .zhenchen_ny_jingyingzhexue_2_fb li .wz{
        font-size: 16px;
    }
    .zhenchen_ny_jingyingzhexue_3_ft h4{
        font-size: 44px;
    }
    .zhenchen_ny_jingyingzhexue_3_fb li{
        width: 49%;
        margin-right: 2%;
    }
     .zhenchen_ny_jingyingzhexue_3_fb li:nth-child(2n){
         margin: 10px 0;
         margin-right: 0;
     }
    .zhenchen_ny_jingyingzhexue_3_fb_ft h3{
        font-size: 24px;
        margin-top: -12px;
    }
    .zhenchen_ny_jingyingzhexue_3_fb_ft h4{
        margin-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .zhenchen_ny_jingyingzhexue_3_fb_fc{
        margin: 15px 0 10px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_jingyingzhexue_3_ft h4{
        font-size: 36px;
    }
    .zhenchen_ny_jingyingzhexue_1{
        padding:25px 0;
    }
    .zhenchen_ny_jingyingzhexue_2{
        padding: 25px 0;
    }
    .zhenchen_ny_jingyingzhexue_2_ft h4{
        font-size: 15px;
        margin-top: 10px;
    }
    .zhenchen_ny_jingyingzhexue_2_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_jingyingzhexue_2_fb li{
        width: 50%;
    }
    .zhenchen_ny_jingyingzhexue_3{
        padding: 30px 0 25px;
    }
    .zhenchen_ny_jingyingzhexue_3_fb ul{
        padding: 0 10px;
        padding-top: 35px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_jingyingzhexue_3_fb li{
        width: 100%;
        margin: 0!important;
        margin-bottom: 30px!important;
        margin-right: 0!important;
    }
    .zhenchen_ny_jingyingzhexue_3_fb li:last-child{
        margin-bottom: 0!important;
    }
}
/*臻臣全球*/
.zhenchen_ny_zhenchenquanqiu_1{
    padding: 6% 0;
}
.zhenchen_ny_zhenchenquanqiu_1_ft li{
    max-width: 24%;
}
.zhenchen_ny_zhenchenquanqiu_1_ft li .img{
    line-height: 62px;
}
.zhenchen_ny_zhenchenquanqiu_1_ft li .wz h3{
    font-size: 18px;
	line-height: 2;
	color: #000000;
	margin: 4% 0;
	padding-bottom: 7%;
	position: relative;
}
.zhenchen_ny_zhenchenquanqiu_1_ft li .wz h3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
	height: 4px;
	background-color: #de2c26;
}
.zhenchen_ny_zhenchenquanqiu_1_ft li .wz h4{
    font-size: 16px;
	line-height: 2;
	color: #000000;
	max-width: 255px;
}
.zhenchen_ny_zhenchenquanqiu_1_fb{
    margin-top: 3.5%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 3.8% 0;
}
.zhenchen_ny_zhenchenquanqiu_1_fb .wz{
    font-size: 1.2rem;
	line-height: 2;
	color: #ffffff;
}
@media(max-width:1366px){
    .zhenchen_ny_zhenchenquanqiu_1_ft li .img{
        line-height: 50px;
    }
    .zhenchen_ny_zhenchenquanqiu_1_ft li .img img{
        width: 45px;
    }
}
@media(max-width:1280px){
    .zhenchen_ny_zhenchenquanqiu_1_fb .wz{
        font-size: 20px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_zhenchenquanqiu_1_ft li{
        width: 34%;
        margin: 5px 0;
        max-width: 100%;
    }
    .zhenchen_ny_zhenchenquanqiu_1_ft li .wz h3{
        margin: 10px 0;
        padding-bottom: 15px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_zhenchenquanqiu_1{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenquanqiu_1_fb{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_zhenchenquanqiu_1_ft li{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .zhenchen_ny_zhenchenquanqiu_1_ft li:last-child{
        margin-bottom: 0;
    }
    .zhenchen_ny_zhenchenquanqiu_1_fb{
        padding: 15px 0;
    }
    .zhenchen_ny_zhenchenquanqiu_1_fb .wz{
        font-size: 16px;
    }
}

/*解决方案*/
.zhenchen_ny_jiejuefangan_1{
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.zhenchen_ny_jiejuefangan_1 .img{
    opacity: 0;
}
.zhenchen_ny_jiejuefangan_1 .img img{
    width: 100%;
}
.zhenchen_ny_jiejuefangan_1 .wz{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_ft{
    text-align: center;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_ft h3{
    font-size: 2rem;
	line-height: 1.5;
	color: #ffffff;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_ft h4{
    font-size: 3.2rem;
    font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 1%;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_fc{
    margin: 3% 0 5%;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_fc ul{
    overflow: hidden;
    font-size: 0;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_fc li{
	background:#c61f1a;
	border-radius: 60px;
	width: 45%;
	text-align: center;
	overflow: hidden;
	max-width: 18.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_fc li a{
    width: 100%;
    height: 6rem;
    font-size: 0;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_fc li .img_n1{
    line-height: 6rem;
    display: inline-block;
    vertical-align: middle;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_fc li .wz_n1{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;;
	line-height: 6rem;
	color: #ffffff;
	margin-left: 1rem;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_fb{
    font-size: 0;
	text-align: center;
}
.zhenchen_ny_jiejuefangan_1 .wz .wz_fb span{
    display: inline-block;
    font-size: 1.2rem;
	line-height: 2;
	color: #ffffff;
	vertical-align: middle;
}
@media(max-width:1280px){
    .zhenchen_ny_jiejuefangan_1{
        margin-top: -61px;
    }
    .zhenchen_ny_zhenchenquanqiu_1_fb .wz {
        font-size: 20px;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_fb span{
        font-size: 20px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_jiejuefangan_1 .wz .wz_ft h3{
        font-size: 26px;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_fc li .wz_n1{
        font-size: 18px;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_fc li .img_n1 img{
        width: 40px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_jiejuefangan_1 .wz .wz_ft h4{
        font-size: 28px;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_fc{
        margin: 10px 0;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_fc li{
        max-width: 180px;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_fc li a{
        height: 50px;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_fc li .img_n1{
        line-height: 50px;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_fc li .wz_n1{
        line-height: 50px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_jiejuefangan_1 .wz .wz_ft h3{
        font-size: 20px;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_ft h4{
        font-size: 24px;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_fb span{
        font-size: 16px;
    }
    .zhenchen_ny_jiejuefangan_1 .wz .wz_fc li .img_n1 img{
        width: 30px;
    }
}
/*ceo直通车*/
.zhenchen_ny_ceozhitongche_1{
    padding: 6% 0;
}
.zhenchen_ny_ceozhitongche_1_ft{
    font-size: 20px;
	line-height: 2;
	color: #333333;
	padding: 10.5% 4%;
	text-align: center;
	background: url(../images/img/zhenchenzhitongceo_bj.jpg) no-repeat center;
	background-size: cover;
}
.zhenchen_ny_ceozhitongche_1_ft .wz{
    max-width: 970px;
    margin: 0 auto;
}
.zhenchen_ny_ceozhitongche_2{
    padding-bottom: 5%;
}
.zhenchen_ny_ceozhitongche_2_ft{
    text-align: center;
}
.zhenchen_ny_ceozhitongche_2_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}

.zhenchen_ny_ceozhitongche_2 .zhenchen_ny_hezuofuwu_2_fb li input{
    background: #f5f5f5;
}
.zhenchen_ny_ceozhitongche_2 .zhenchen_ny_hezuofuwu_2_fb li.hezuoliuyan textarea{
    background: #f5f5f5;
}
.zhenchen_ny_ceozhitongche_2 .hezuoliuyan_tijiao_fl input{
    background: #f5f5f5;
}

@media(max-width:991px){
    .zhenchen_ny_ceozhitongche_1_ft{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_ceozhitongche_1{
        padding: 25px 0;
    }
    .zhenchen_ny_ceozhitongche_1_ft{
        padding: 30px 15px;
    }
    .zhenchen_ny_ceozhitongche_2{
        padding:0 0 25px;
    }
    .zhenchen_ny_ceozhitongche_2_ft h4{
        font-size: 16px;
        margin-top: 10px;
    }
}
/*员工关怀*/
.zhenchen_ny_yuangongguanhuai_1{
    padding: 6% 0;
}
.zhenchen_ny_yuangongguanhuai_1_ft{
    text-align: center;
}
.zhenchen_ny_yuangongguanhuai_1_fb{
    margin-top: 2.5%;
}
.zhenchen_ny_yuangongguanhuai_1_fb ul{
    overflow: hidden;
}
.zhenchen_ny_yuangongguanhuai_1_fb li{
    width: 22.9%;
    margin: 1.4% 0;
    margin-right: 2.8%;
    text-align: center;
    padding: 5% 1%;
    background-color: #f5f5f5;
    float: left;
}
.zhenchen_ny_yuangongguanhuai_1_fb li:nth-child(4n){
    margin-right: 0;
}
.zhenchen_ny_yuangongguanhuai_1_fb li .img{
    line-height: 30px;
}
.zhenchen_ny_yuangongguanhuai_1_fb li .wz h3{
    font-size: 20px;
	line-height: 1.5;
	color: #333333;
	margin-top: 7%;
}
.zhenchen_ny_yuangongguanhuai_1_fb li .wz h4{
    font-size: 14px;
	line-height: 2;
	color: #333333;
	margin: 0 auto;
	margin-top: 5px;
	max-width: 280px;
}
.zhenchen_ny_yuangongguanhuai_2{
    padding: 5% 0;
    background: url(../images/img/yuangongguanhuai.jpg) no-repeat center;
    background-size: cover;
}
.zhenchen_ny_yuangongguanhuai_2_ft{
    overflow: hidden;
}
.zhenchen_ny_yuangongguanhuai_2_ft_fl{
    max-width: 25%;
}
.zhenchen_ny_yuangongguanhuai_2_ft_fr{
    max-width: 70%;
}
.zhenchen_ny_yuangongguanhuai_2_ft_fr h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
}
.zhenchen_ny_yuangongguanhuai_2_ft_fr h4{
	font-size: 14px;
	line-height: 2;
	color: #333333;
	margin-top: 4%;
	display: none;
}
.zhenchen_ny_yuangongguanhuai_2_fb{
    margin:0 1%;
    margin-top: 2.6%;
}
.zhenchen_ny_yuangongguanhuai_2_fb li img{
    width: 100%;
}
@media(max-width:1366px){
    .zhenchen_ny_yuangongguanhuai_1_fb li .wz h3{
        font-size: 18px;
    }
    .zhenchen_ny_yuangongguanhuai_2_ft_fr h3{
        font-size: 20px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_yuangongguanhuai_1_fb li{
        width: 49%;
        margin: 1% 0;
        margin-right: 2%;
    }
    .zhenchen_ny_yuangongguanhuai_1_fb li:nth-child(2n){
        margin-right: 0;
    }
    .zhenchen_ny_yuangongguanhuai_1_fb li .wz h3{
        margin-top: 15px;
    }
    .zhenchen_ny_yuangongguanhuai_2_ft_fl{
        width: 100%;
    }
    .zhenchen_ny_yuangongguanhuai_2_ft_fr{
        max-width: 100%;
        width: 100%;
        margin-top: 10px;
    }
    .zhenchen_ny_yuangongguanhuai_2_ft_fr h4{
        margin-top: 10px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_yuangongguanhuai_1{
        padding: 25px 0;
    }
    .zhenchen_ny_yuangongguanhuai_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_yuangongguanhuai_2{
        padding: 25px 0;
    }
    .zhenchen_ny_yuangongguanhuai_2_fb{
        margin: 0;
        margin-top: 20px;
    }
}

@media(max-width:468px){
    .zhenchen_ny_yuangongguanhuai_1_fb li{
        width: 100%;
        margin: 0;
        margin-right: 0!important;
        margin-bottom: 10px;
    }
    .zhenchen_ny_yuangongguanhuai_1_fb li:last-child{
        margin-bottom: 0;
    }
}
/*臻臣公益*/
.zhenchen_ny_zhenchengongyi_1{
    padding: 6% 0;
}
.zhenchen_ny_zhenchengongyi_1_ft{
    text-align: center;
}
.zhenchen_ny_zhenchengongyi_1_fb{
    margin-top: 2.5%;
}
.zhenchen_ny_zhenchengongyi_1_fb ul{
    overflow: hidden;
}
.zhenchen_ny_zhenchengongyi_1_fb li{
    width: 45%;
    float: left;
    margin: 3% 0;
    margin-right: 4.5%;
    text-align: center;
}
.zhenchen_ny_zhenchengongyi_1_fb li .img img{
    width: 100%;
}
.zhenchen_ny_zhenchengongyi_1_fb li .wz{
    font-size: 18px;
	line-height: 2;
	color: #333333;
	margin-top: 5%;
}
@media(max-width:991px){
    .zhenchen_ny_zhenchengongyi_1_fb li .wz{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_zhenchengongyi_1{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchengongyi_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchengongyi_1_fb li{
        width: 100%;
        margin: 0;
        margin-right: 0!important;
        margin-bottom: 10px;
    }
    .zhenchen_ny_zhenchengongyi_1_fb li .wz{
        margin-top: 15px;
    }
}
/*投递我们*/
.zhenchen_ny_toudiwomen_1{
    padding: 6% 0;
}
.zhenchen_ny_toudiwomen_1_ft{
    text-align: center;
}
.zhenchen_ny_toudiwomen_1_fb{
    margin-top: 2.5%;
}
.zhenchen_ny_toudiwomen_1_fb ul{
    overflow: hidden;
}
.zhenchen_ny_toudiwomen_1_fb li{
    width: 22.975%;
    float: left;
    margin: 1.35% 0;
    margin-right: 2.7%;
    background: url(../images/img/toudiwomenbj.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 1.7%;
}
.zhenchen_ny_toudiwomen_1_fb li:nth-child(4n){
    margin-right: 0;
}
.zhenchen_ny_toudiwomen_1_fb li .wz{
    background: #fff;
    padding: 18% 5%;
}
.zhenchen_ny_toudiwomen_1_fb li .wz h3{
    font-size: 1.2rem;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_toudiwomen_1_fb li .wz h4{
    font-size: 14px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_toudiwomen_1_fb li .wz .wx_con{
    max-width: 235px;
    margin: 0 auto;
}
.zhenchen_ny_toudiwomen_2{
    padding: 5% 0;
    background: url(../images/img/toudiwomenbj1.jpg) no-repeat center;
    background-size: cover;
}
.zhenchen_ny_toudiwomen_2 li{
    overflow: hidden;
    margin-bottom: 6%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.zhenchen_ny_toudiwomen_2 li .zhenchen_ny_toudiwomen_2_fl{
    width: 43.5%;
}
.zhenchen_ny_toudiwomen_2 li .zhenchen_ny_toudiwomen_2_fl h4{
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
	margin: 3.5% 0;
}
.zhenchen_ny_toudiwomen_2 li .zhenchen_ny_toudiwomen_2_fl h5{
	font-size: 15px;
	line-height: 2;
	color: #333333;
	margin: 0;
}
.zhenchen_ny_toudiwomen_2 li .zhenchen_ny_toudiwomen_2_fl h5 p{
    padding-left: 30px;
    background: url(../images/img/xingxingzhenchen.png) no-repeat left 8px;
}
.zhenchen_ny_toudiwomen_2 li .zhenchen_ny_toudiwomen_2_fr {
    width: 43.5%;
}
.zhenchen_ny_toudiwomen_2 li .zhenchen_ny_toudiwomen_2_fr img{
    width:100%;
}
.zhenchen_ny_toudiwomen_2 li:nth-child(2n){
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.zhenchen_ny_toudiwomen_2 li:nth-child(2n) .zhenchen_ny_toudiwomen_2_fl{
    float: right;
}
.zhenchen_ny_toudiwomen_2 li:nth-child(2n) .zhenchen_ny_toudiwomen_2_fr{
    float: left;
}
.zhenchen_ny_toudiwomen_2 li:last-child{
    margin-bottom: 0;
}
.zhenchen_ny_toudiwomen_3{
    padding: 6% 0;
}
.zhenchen_ny_toudiwomen_3_ft{
    text-align: center;
}
.zhenchen_ny_toudiwomen_3_fc{
    margin: 1% 0 4.2%;
}
.zhenchen_ny_toudiwomen_3_fc ul{
    font-size: 0;
    text-align: center;
}
.zhenchen_ny_toudiwomen_3_fc li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.3%;
    font-size: 16px;
	line-height: 2;
	color: #333333;
	padding: 8px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.zhenchen_ny_toudiwomen_3_fc li.on,.zhenchen_ny_toudiwomen_3_fc li:hover{
    border-bottom: 2px solid #dd2a25;
}
.zhenchen_ny_toudiwomen_3_fc li a{
    display: block;
}
.zhenchen_ny_toudiwomen_3_fc li:hover{
    color: #dd2a25;
}
.zhenchen_ny_toudiwomen_3_fb li{
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.zhenchen_ny_toudiwomen_3_fb li:last-child{
    margin-bottom: 0;
}
.zhenchen_ny_toudiwomen_3_fb li .wz{
    line-height: 44px;
    padding: 2.5%;
    overflow: hidden;
}
.zhenchen_ny_toudiwomen_3_fb li .wz .wz1{
    width: calc(62% - 44px);
    font-size: 20px;
	color: #333333;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zhenchen_ny_toudiwomen_3_fb li .wz .wz2{
    width: 16%;
    font-size: 16px;
	color: #333333;
	float: left;
	padding-left: 30px;
	background: url(../images/img/dingwei_toudi.png) no-repeat left center;
}
.zhenchen_ny_toudiwomen_3_fb li .wz .wz3{
    width: 22%;
    font-size: 16px;
	color: #333333;
	padding-left: 30px;
	float: left;
	background: url(../images/img/shijian.png) no-repeat left center;
}
.zhenchen_ny_toudiwomen_3_fb li .wz .wz4{
    width: 44px;
    height: 44px;
    float: right;
    cursor: pointer;
    background: url(../images/img/toudijiantoubj.png) no-repeat center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.zhenchen_ny_toudiwomen_3_fb li .wz .wz4.on{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.zhenchen_ny_toudiwomen_3_fb li .neirong{
    display: none;
    padding:0 2.5%;
    background: url(../images/img/toudiwomen_logo.png) no-repeat right bottom;
    background-size: 39%;
}
.zhenchen_ny_toudiwomen_3_fb li .neirong .neirong_con{
    border-top: 1px solid #cccccc;
    padding-bottom: 5%;
}
.zhenchen_ny_toudiwomen_3_fb li .neirong .neirong_ft{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 2.3%;
}
.zhenchen_ny_toudiwomen_3_fb li .neirong .neirong_fb{
    margin-top: 5%;
}
.zhenchen_ny_toudiwomen_3_fb li .neirong .neirong_fb a{
    display: block;
    width: 10rem;
	line-height: 2;
	padding: 8px 0;
	background-color: #dd2a25;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
@media(max-width:1366px){
    .zhenchen_ny_toudiwomen_3_fb li .wz .wz4{
        background-size: 30px;
    }
}
@media(max-width:1180px){
    .zhenchen_ny_toudiwomen_1_fb li .wz h3{
        font-size: 18px;
    }
    .zhenchen_ny_toudiwomen_2 li .zhenchen_ny_toudiwomen_2_fl h4{
        font-size: 18px;
    }
    .zhenchen_ny_toudiwomen_3_fb li .wz .wz1{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_toudiwomen_3_fb li .neirong .neirong_fb a{
        width: 120px;
        padding: 3px 0;
    }
}
@media(max-width:768px){
    .zhenchen_ny_toudiwomen_1{
        padding: 25px 0;
    }
    .zhenchen_ny_toudiwomen_1_fb{
        margin-top: 10px;
    }
    .zhenchen_ny_toudiwomen_1_fb li{
        width: 49%;
        margin-right: 2%;
    }
    .zhenchen_ny_toudiwomen_1_fb li:nth-child(2n){
        margin-right: 0;
    }
    .zhenchen_ny_toudiwomen_2{
        padding: 25px 0;
    }
    .zhenchen_ny_toudiwomen_2 li{
        margin-bottom: 15px;
    }
    .zhenchen_ny_toudiwomen_2 li .zhenchen_ny_toudiwomen_2_fl{
        width: 100%;
    }
    .zhenchen_ny_toudiwomen_2 li .zhenchen_ny_toudiwomen_2_fr{
        width: 100%;
        margin-top: 10px;
    }
    .zhenchen_ny_toudiwomen_2 li:nth-child(2n) .zhenchen_ny_toudiwomen_2_fl{
        float: left;
    }
    .zhenchen_ny_toudiwomen_2 li:nth-child(2n) .zhenchen_ny_toudiwomen_2_fr{
        float: right;
    }
    .zhenchen_ny_toudiwomen_2 li .zhenchen_ny_toudiwomen_2_fl h4{
        margin: 10px 0;
    }
    .zhenchen_ny_toudiwomen_3{
        padding: 25px 0;
    }
    .zhenchen_ny_toudiwomen_3_fc{
        margin: 5px 0 25px;
    }
    .zhenchen_ny_toudiwomen_3_fb li{
        margin-bottom: 15px;
    }
    .zhenchen_ny_toudiwomen_3_fb li .wz{
        padding: 15px;
    }
    .zhenchen_ny_toudiwomen_3_fb li .neirong{
        padding: 0 15px;
    }
    .zhenchen_ny_toudiwomen_3_fb li .neirong .neirong_ft{
        margin-top: 25px;
    }
    .zhenchen_ny_toudiwomen_3_fb li .neirong .neirong_fb{
        margin-top: 10px;
    }
    .zhenchen_ny_toudiwomen_3_fb li .neirong .neirong_con{
        padding-bottom: 25px;
    }
}
@media(max-width:640px){
    .zhenchen_ny_toudiwomen_3_fb li .wz .wz1{
        width: calc(50% - 25px);
    }
    .zhenchen_ny_toudiwomen_3_fb li .wz .wz2{
        background-size: 12px;
        padding-left: 18px;
    }
    .zhenchen_ny_toudiwomen_3_fb li .wz .wz3{
        background-size: 15px;
        padding-left: 20px;
        width: 28%;
    }
    .zhenchen_ny_toudiwomen_3_fb li .wz .wz4{
        width: 25px;
        background-size: 25px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_toudiwomen_1_fb li{
        width: 100%;
        margin: 0;
        margin-right: 0!important;
        padding: 10px;
        margin-bottom: 15px;
    }
    .zhenchen_ny_toudiwomen_1_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_toudiwomen_1_fb li:last-child{
        margin-bottom: 0;
    }
    
    
    .zhenchen_ny_toudiwomen_3_fb li .wz .wz1{
        width: 100%;
    }
    .zhenchen_ny_toudiwomen_3_fb li .wz .wz2{
        width: 40%;
    }
    .zhenchen_ny_toudiwomen_3_fb li .wz .wz2{
        width: 40%;
    }
}

/*招聘画像*/
.zhenchen_ny_zhaopinhuaxiang_1{
    padding: 6% 0 5%;
}
.zhenchen_ny_zhaopinhuaxiang_1_ft{
    text-align: center;
}
.zhenchen_ny_zhaopinhuaxiang_1_ft h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_zhaopinhuaxiang_2{
    padding: 4% 0;
    background: url(../images/img/zhaopinhuaxiang_3.jpg) no-repeat center;
    background-size: cover;
}
.zhenchen_ny_zhaopinhuaxiang_2_ft{
    text-align: center;
}
.zhenchen_ny_zhaopinhuaxiang_2_ft h4{
    font-size: 18px;
	line-height: 2;
	color: #333333;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb{
    margin-top: 3%;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li{
    width: 48.6%;
    margin-right: 2.8%;
    margin-top: 2.8%;
    background-color: #ffffff;
    padding:2% 3.5%;
    cursor: pointer;
    min-height: 160px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li:nth-child(1){
    margin-top: 0;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li:nth-child(2){
    margin-top: 0;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li:nth-child(2n){
    margin-right: 0;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li .img{
    width: 51px;
	height: 44px;
	background:url(../images/img/zhaopinhuaxiang_1.png) no-repeat center;
	background-size: cover;
	margin-top: 18px;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li .wz{
    width: 76%;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li .wz h3{
    font-size: 22px;
	line-height: 2;
	color: #333;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li .wz h4{
    font-size: 16px;
	line-height: 2;
	color: #333;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li:hover{
    background-color:#dd2a25;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li:hover .img{
    background:url(../images/img/zhaopinhuaxiang_2.png) no-repeat center;
    background-size: cover;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li:hover .wz h3{
    color: #fff;
}
.zhenchen_ny_zhaopinhuaxiang_2_fb li:hover .wz h4{
    color: #fff;
}
.zhenchen_ny_zhaopinhuaxiang_3{
    padding: 10% 0;
    text-align: center;
}
.zhenchen_ny_zhaopinhuaxiang_3 img{
   max-width: 100%;
   margin: 0 auto;
}
.zhenchen_ny_zhaopinhuaxiang_3 .yuan_1{
    width: 67%;
    margin: 0 auto;
    padding: 7%;
    background: #fff5f5;
    border-radius: 50%;
    position: relative;
}
.zhenchen_ny_zhaopinhuaxiang_3 .yuan_2{
    padding: 24%;
    background: #ffe1e0;
    border-radius: 50%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .yuan_3{
    padding: 10%;
    background: #dd2a25;
    border-radius: 50%;
}

.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li{
    position: absolute;
    border-radius: 50%;
	font-size: .8rem;
	line-height: 1.5;
	height: 0;
	color: #333333;
	cursor: pointer;
	background-color: rgba(255,235,235,.37);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li span{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75%;
    height: 75%;
    background-color: #fffafa;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li span .neirong{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(1){
    width: 18.3%;
    padding-top: 18.3%;
    left: -4.147%;
    top: 10.667%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(2){
    width: 29%;
    padding-top: 29%;
    left: 24.254%;
    top: -7.249%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(2) span{
    background-color: #dd2a25;
    color: #fff;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(3){
    width: 19.5%;
    padding-top: 19.5%;
    right: 13.786%;
    top: -3.418%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(4){
    width: 22.5%;
    padding-top: 22.5%;
    left: -17.207%;
    top: 39.97%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(5){
    width: 17.3%;
    padding-top: 17.3%;
    right: 8.708%;
    top: 24.128%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(6){
    width: 15.5%;
    padding-top: 15.5%;
    left: 9.64%;
    bottom: 33.965%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(7){
    width: 28%;
    padding-top: 28%;
    left: -5.287%;
    bottom: 0.83%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(7) span{
    background-color: #dd2a25;
    color: #fff;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(8){
    width: 19%;
    padding-top: 19%;
    right: 16.896%;
    bottom: 3.21%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(9){
    width: 19.3%;
    padding-top: 19.3%;
    left: 32.754%;
    bottom: -5.282%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(10){
    width: 26.5%;
    padding-top: 26.5%;
    right: -4.665%;
    bottom: 28.477%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li:nth-child(10) span{
    background-color: #dd2a25;
    color: #fff;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li{
    border: dashed 1px #dd2a25;
    position: absolute;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li:nth-child(1){
    width: 24.1%;
    transform: rotate(34deg);
    left: 10.5%;
    top: 32%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li:nth-child(2){
    width: 12.1%;
    transform: rotate(72deg);
    left: 36.5%;
    top: 24%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li:nth-child(3){
    width: 20.1%;
    transform: rotate(127deg);
    left: 55.5%;
    top: 23%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li:nth-child(4){
    width: 24.1%;
    transform: rotate(171deg);
    left: 5.5%;
    top: 48%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li:nth-child(5){
    width: 4.1%;
    transform: rotate(171deg);
    left: 25.5%;
    top: 56%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li:nth-child(6){
    width: 19.1%;
    transform: rotate(137deg);
    left: 17.5%;
    top: 70%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li:nth-child(7){
    width: 15.5%;
    transform: rotate(-73deg);
    left: 39.5%;
    top: 78.5%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li:nth-child(8){
    width: 12.5%;
    transform: rotate(-124deg);
    left: 58.5%;
    top: 73.5%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li:nth-child(9){
    width: 6.5%;
    transform: rotate(-38deg);
    left: 68.5%;
    top: 39.5%;
}
.zhenchen_ny_zhaopinhuaxiang_3 .xiantiaoyuan li:nth-child(10){
    width: 7.5%;
    transform: rotate(-160deg);
    left: 70.5%;
    top: 53.5%;
}
@media(max-width:991px){
    .zhenchen_ny_zhaopinhuaxiang_2_fb li .wz h3{
        font-size: 20px;
    }
    .zhenchen_ny_zhaopinhuaxiang_2_fb li{
        padding: 20px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_zhaopinhuaxiang_1{
        padding: 25px 0;
    }
    .zhenchen_ny_zhaopinhuaxiang_1_ft h4{
        font-size: 15px;
        margin-top: 5px;
    }
    .zhenchen_ny_zhaopinhuaxiang_2{
        padding: 25px 0;
    }
    .zhenchen_ny_zhaopinhuaxiang_2_ft h4{
        font-size: 15px;
        margin-top: 5px;
    }
    .zhenchen_ny_zhaopinhuaxiang_2_fb{
        margin-top: 15px;
    }
    .zhenchen_ny_zhaopinhuaxiang_2_fb li{
        width: 100%;
        margin: 0;
        margin-right: 0;
        margin-top: 15px;
        min-height: auto;
    }
    .zhenchen_ny_zhaopinhuaxiang_2_fb li:nth-child(2){
        margin-top: 15px;
    }
    .zhenchen_ny_zhaopinhuaxiang_3{
        padding: 35px 0;
    }
    .zhenchen_ny_zhaopinhuaxiang_3 .wzyuan li span .neirong{
        font-size: .7rem;
    }
}
@media(max-width:468px){
    .zhenchen_ny_zhaopinhuaxiang_2_fb li .img{
        width: 35px;
        height: 30px;
        background-size: 35px;
    }
    .zhenchen_ny_zhaopinhuaxiang_2_fb li .wz h3{
        font-size: 18px;
        line-height: 1.5;
    }
    .zhenchen_ny_zhaopinhuaxiang_2_fb li .wz h4{
        font-size: 15px;
        line-height: 1.5;
    }
}
/*臻臣管理哲学*/
.zhenchen_ny_zhenchenguanlizhexue_1_con{
    position: relative;
    padding: 9.3% 0;
}
.zhenchen_ny_zhenchenguanlizhexue_1_logo{
    width: 37%;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.zhenchen_ny_zhenchenguanlizhexue_1_logo img{
    width: 100%;
}
.zhenchen_ny_zhenchenguanlizhexue_1_fl{
    width: 42%;
    margin-top: 3.5%;
    position: relative;
    z-index: 5;
}
.zhenchen_ny_zhenchenguanlizhexue_1_fl h3{
    font-size: 24px;
	line-height: 1.5;
	color: #333333;
}
.zhenchen_ny_zhenchenguanlizhexue_1_fl h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 4%;
}
.zhenchen_ny_zhenchenguanlizhexue_1_fl h5{
    margin: 0;
    font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 12%;
}
.zhenchen_ny_zhenchenguanlizhexue_1_fl h5 p{
    padding-left: 30px;
    background: url(../images/img/xingxingzhenchen.png) no-repeat left 9px;
}
.zhenchen_ny_zhenchenguanlizhexue_1_fr{
    width: 55%;
    background: #fff;
    position: relative;
    z-index: 5;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.zhenchen_ny_zhenchenguanlizhexue_1_fr .img img{
    width: 100%;
}
.zhenchen_ny_zhenchenguanlizhexue_1_fr .wz{
    padding: 3%;
}
.zhenchen_ny_zhenchenguanlizhexue_1_fr .wz h3{
    font-size: 24px;
	line-height: 1.5;
	color: #333333;
}
.zhenchen_ny_zhenchenguanlizhexue_1_fr .wz h4{
    font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-top: 2%;
}
.zhenchen_ny_zhenchenguanlizhexue_2{
    margin-bottom: 8%;
}

.zhenchen_ny_zhenchenguanlizhexue_2 .wz h4{
    font-size: 24px;
    line-height: 2;
	color: #333333;
}
.zhenchen_ny_zhenchenguanlizhexue_2 .wz{
    padding: 5%;
    position: relative;
}
.zhenchen_ny_zhenchenguanlizhexue_2 .wz .wz_con{
    position: relative;
    z-index: 5;
}
.zhenchen_ny_zhenchenguanlizhexue_2 .wz::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 150%;
    height: 100%;
    background: url(../images/img/zhenchenguanlizhexue_bj1.jpg) no-repeat center;
    background-size: cover;
}
.zhenchen_ny_zhenchenguanlizhexue_2 .wz h5{
    margin: 0;
    font-size: 16px;
    line-height: 2;
	color: #333333;
	margin-top: 2%;
	max-width: 1045px;
}
@media(max-width:1280px){
    .zhenchen_ny_zhenchenguanlizhexue_1_fl h3{
        font-size: 20px;
    }
    .zhenchen_ny_zhenchenguanlizhexue_1_fr .wz h3{
        font-size: 20px;
    }
    .zhenchen_ny_zhenchenguanlizhexue_2 .wz h4{
        font-size: 20px;
    }
}
@media(max-width:991px){
    .zhenchen_ny_zhenchenguanlizhexue_1_con{
        padding: 25px 0;
    }
    .zhenchen_ny_zhenchenguanlizhexue_1_fl{
        width: 100%;
        margin-top: 0;
    }
    .zhenchen_ny_zhenchenguanlizhexue_1_fl h4{
        margin-top: 5px;
    }
    .zhenchen_ny_zhenchenguanlizhexue_1_fl h5{
        margin-top: 5px;
    }
    .zhenchen_ny_zhenchenguanlizhexue_1_fr{
        width: 100%;
        margin-top: 15px;
    }
    .zhenchen_ny_zhenchenguanlizhexue_1_fr .wz{
        padding: 20px;
    }
    .zhenchen_ny_zhenchenguanlizhexue_1_fr .wz h4{
        margin-top: 5px;
    }
    .zhenchen_ny_zhenchenguanlizhexue_2{
        margin-bottom: 25px;
    }
    .zhenchen_ny_zhenchenguanlizhexue_2 .wz{
        padding:25px;
    }
    .zhenchen_ny_zhenchenguanlizhexue_2 .wz h5{
        margin-top: 5px;
    }
}

@media(max-width:768px){
    .zhenchen_ny_zhenchenguanlizhexue_2 .wz{
        overflow: hidden;
    }
    .zhenchen_ny_zhenchenguanlizhexue_2 .wz h4{
        font-size: 18px;
    }
}
@media(max-width:468px){
    .zhenchen_ny_zhenchenguanlizhexue_2 .wz{
        padding: 20px;
    }
    .zhenchen_ny_zhenchenguanlizhexue_2 .wz h5{
        font-size: 15px;
    }
}
/*检测中心*/
.zhenchen_ny_jiancezhongxin_1{
    padding: 12% 0;
}
.zhenchen_ny_jiancezhongxin_1_con_img img{
    max-width: 100%;
}
.zhenchen_ny_jiancezhongxin_1_ft{
    width: 39%;
    margin: 0 auto;
    max-width: 560px;
    padding: 7%;
    border: solid 1px #dd2a25;
    border-radius: 50%;
    position: relative;
}
.zhenchen_ny_jiancezhongxin_1_ft .yuanquan{
    position: relative;
}
.zhenchen_ny_jiancezhongxin_1_ft .yuanquan .img{
    box-shadow: 0px 4px 20px 0px #cccccc;
    border-radius: 50%;
    overflow: hidden;
}
.zhenchen_ny_jiancezhongxin_1_ft .yuanquan .wz{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    font-size: 1.8rem;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zhenchen_ny_jiancezhongxin_1_ft .yuanquan img{
    width: 100%;
}

.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li{
    position: absolute;
    width: 68.053%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    cursor: pointer;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan .img{
    width: 21%;
    padding-top: 21%;
	height: 0;
	background-color: #dd2a25;
	border-radius: 50%;
	position: relative;
	animation: msClock21 1.5s linear infinite;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width:60%;
    max-height: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan .wz{
    font-size: 1.2rem;
    width: 74%;
	line-height: 1.5;
	color: #333333;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(1){
    left: -51%;
    top: 12%;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(2){
    left: 16%;
    /*top: -16%;*/
    bottom: 92%;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(2) .wz{
    width: 100%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(2) .img{
    margin-top: 2%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(3){
    right:-54%;
    top: 12%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(4){
    right: -61%;
    top: 41%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(5){
    right: -53%;
    top: 70%;

}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(6){
    left: 16%;
    /*bottom: -16%;*/
    top: 92%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(6) .wz{
    width: 100%;
    position: relative;
    z-index: 5;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(6) .img{
    margin-bottom: 2%;
    position: relative;
    z-index: 5;
}

.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(7){
    left: -53%;
    top: 70%;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(8){
    left: -61%;
    top: 41%;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}

.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li .wz2{
    position: absolute;
    z-index: 10;
    display: none;
    width: 114%;
    overflow: hidden;
    background-color: #f5f5f5;
    /*-webkit-align-items: center;*/
    /*-moz-align-items: center;*/
    /*-ms-align-items: center;*/
    /*-o-align-items: center;*/
    /*align-items: center;*/
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li .wz2 .img2{
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li .wz2 .img2 img{
    width:100%;
    opacity: 0;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li .wz2 .wz2_a{
    width: 50%;
    padding:10px 5%;
    text-align: left;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li .wz2 .wz2_a h3{
    font-size: 0.8rem;
	line-height: 1.1;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li .wz2 .wz2_a h4{
    /*font-size: 0.5rem;*/
    font-size: .7rem;
	line-height: 1.1;
	color: #333333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    /*-webkit-line-clamp: 9;*/
    -webkit-box-orient: vertical;
    /*margin-top: 3%;*/
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(1) .wz2{
    left: -35%;
    top: -187%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(2) .wz2{
    left: -114%;
    top: -73%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(3) .wz2{
    right: -30%;
    top: -174%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(4) .wz2{
    right: -20%;
    top: -183%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(5) .wz2{
    right: -35%;
    top: -183%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(6) .wz2{
    left: -115%;
    bottom: -10%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(7) .wz2{
    left: -28%;
    top: 100%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:nth-child(8) .wz2{
    left: -20%;
    top: 100%;
}
.zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li:hover .wz2{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}



@media(max-width:768px){
    .zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan .wz{
        font-size: .7rem;
    }
    .zhenchen_ny_jiancezhongxin_1_ft .yuanquan .wz{
        font-size: .9rem;
    }
    .zhenchen_ny_jiancezhongxin_1{
        padding: 35% 0;
    }
    .zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li .wz2 .wz2_a h3{
        font-size: .4rem;
    }
    .zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li .wz2 .wz2_a h4{
        font-size: .4rem;
    }
}
@media(max-width:468px){
    .zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li .wz2 .img2{
        width: 100%;
    }
    .zhenchen_ny_jiancezhongxin_1_ft .xiaoyuan li .wz2 .wz2_a{
        display: none;
    }
}
/*放大缩小动画特效 */
@keyframes msClock21 {
  0%,
  70%,
  100% {
    transform: scale(1);
  }
  10%,
  30% {
    transform: scale(1.01);
  }
  20%,
  40% {
    transform:scale(1.05);
  }
}


/*OBM*/
.zhenchen_ny_obm_1{
    padding: 5% 0;
}
.zhenchen_ny_obm_1 ul{
    overflow: hidden;
}
.zhenchen_ny_obm_1 li{
    width: 25%;
    float: left;
    margin: 2% 0;
    padding:0 5%;
    background: url(../images/img/obm_jiantou.png) no-repeat right 15%;
    background-size: 1.5rem;
    font-size: 0;
    text-align: left;
}
.zhenchen_ny_obm_1 li:last-child{
    background: none;
}
.zhenchen_ny_obm_1 li:nth-child(4n){
    background: none;
}
.zhenchen_ny_obm_1 li .wz {
    display: inline-block;
    text-align: left;
}
.zhenchen_ny_obm_1 li .wz h3{
    display: inline-block;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #999;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 2px solid #999;
}
.zhenchen_ny_obm_1 li .wz h4{
    font-size: 18px;
    line-height: 2;
    color: #666;
    margin: 10px 0;
}
@media(max-width:1080px){
    .zhenchen_ny_obm_1 li{
        background: url(../images/img/obm_jiantou.png) no-repeat right 13px;
        background-size: 20px;
    }
    .zhenchen_ny_obm_1 li .wz h3{
        font-size: 36px;
    }
    .zhenchen_ny_obm_1 li .wz h4{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .zhenchen_ny_obm_1{
        padding: 25px 0;
    }
    .zhenchen_ny_obm_1 li{
        width: 50%;
    }
    .zhenchen_ny_obm_1 li:nth-child(2n){
        background: none;
    }
}
@media(max-width:468px){
    .zhenchen_ny_obm_1 li .wz h3{
        font-size: 30px;
    }
    .zhenchen_ny_obm_1 li .wz h4{
        font-size: 15px;
    }
}





















