/* 首页 */
    .runxingtai{
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .main_nav{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        width: 320px;
        min-width: 320px;
        max-width: 320px;
    }
    .main_navbox{
        height:100%;
        background-color: rgb(230, 230, 230);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .main_navtop{
        padding-top: 50px;
        background-color: white;
        padding-bottom: 40px;
    }
    .main_navindex .main_nav_list
    .main_nav2 .main_navtop{
        padding-bottom: 0;
        padding-top: 60px;
    }
    .logo{
        text-align: center;
    }
    .logo a{
        display: inline-block;
    }
    .logo img{
        max-width: 100%;
    }
    .main_nav_list{
        margin-top: 40px;
        text-align: center;
    }
    .main_nav_1{
        line-height: 40px;
        font-size: 14px;
    }
    .main_nav_list li:hover .main_nav_1,
    .main_nav_list li:hover .main_nav_1 a,
    .main_nav_list li.active .main_nav_1 a,
    .main_nav_list li.active .main_nav_1{
        background-color: rgb(0, 58, 127);
        color: white;
    }
    .main_nav_list li.active .main_nav_2{
        display: block;
    }
    .main_nav_2{
        background-color: rgb(0, 46, 100);
        display: none;
        font-size: 12px;
        line-height: 34px;
    }
    .main_nav_2 p a{
        color: white;
    }
    .main_nav_2 p:hover a,
    .main_nav_2 p.active a{
        color: rgb(255, 166, 28);
    }
    
    .main_footer{
        overflow: hidden;
        text-align: center;
        position: relative;
        padding-top: 70px;
    }
    .main_fblock{
        width: 200px;
        height: 200px;
        background-color: white;
        border-radius: 50%;
        transform: translate(-50%,-150px);
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 50%;
        
    }
    .main_fblock span{
        position: absolute;
        bottom: 24px;
        left: 50%;
        width: 40px;
        height: 6px;
        background-color: rgb(230, 230, 230);
        transform: translateX(-50%);
    }
    .main_fqrcode{
        width: 100px;
        height: 100px;
        padding: 10px;
        background-color: white;
        margin: 0 auto;
    }
    .main_fqrcode img{
        max-width: 100%;
    }
    .main_faddr,
    .main_fo{
        font-size: 12px;
        color: rgb(102, 102, 102);
        padding: 0px 40px;
    }
    .main_faddr{
        margin-top: 10px;
    }
    .main_fphone{
        margin: 10px 0;
    }
    .main_fphone{
        font-size: 20px;
        color: rgb(255, 166, 28);
    }
    .main_indexcont{
        -webkit-box-flex: 6;
        -webkit-flex: 6;
        flex: 6;
    }


    .main_cont{
        width: calc(100% - 320px);
    }
    .main_indexcont ul{
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        height: 100%;
    }
    .main_indexcont li{
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        height: 100%;
        border-right: 3px solid white;
    }
    .main_cbg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        transition: all 0.5s;
    }
    .main_cbox{
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(0%);
        text-align: center;
        color: white;
        z-index: 1001;
        opacity: 0;
        transition: all 0.5s;

    }
    .main_cbox p{
        font-size: 36px;
        display: inline-block;
        width: 1.1em;
        line-height: 1.3em;
        position: relative;
    }
    .main_cbox p i{
        position: absolute;
        top: 0;
        right: -10px;
        width: 1px;
        height: calc(100% + 20px);
        background-color: white;
    }
    .main_cmore{
        margin-top: 20px;
    }
    .main_cmore a{
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: 140px;
        border-radius: 30px;
        background-color: white;
        color: black;
        font-size: 20px;
    }
    .main_indexcont li:hover .main_cbg{
        height: 100%;
    }
    .main_indexcont li:hover .main_cbox{
        opacity: 1;
        transform: translateY(-50%);
    }
    .main_navindex .main_nav_list li:hover{}
/* 首页 */


/* 产品 */
    .rxt_inmain{
        position: relative;
        width: 80%;
        height: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        
        background-color: white;
        padding: 30px;
        padding-right: 0;
    }
    .rxt_inmain_box{
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        width: 100%;
        padding-right: 30px;
    }
    .product{}
    .product_navs{
        display: none;
    }
    .product_navs li{
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product_navs li a{
        display: block;
        line-height: 40px;
        border-radius: 4px;
        border: 1px solid rgb(102, 102, 102);
        color: rgb(102, 102, 102);
        padding: 0px 20px;
        min-width: 130px;
        text-align: center;
    }
    .product_navs li a:hover,
    .product_navs li.active a{
        border-color: rgb(255, 166, 28);
        background-color: rgb(255, 166, 28);
        color: white;
    }
    .product_clist img{
        max-width: 100%;
    }
    .product_contbox{
        margin-top: 30px;
    }
    .product_cintroduce{
        color: rgb(102, 102, 102);
        line-height: 24px;
    }
    .product_clist{
        margin-top: 20px;
    }
    .product_clist{}
    .product_clist a{
        display: block;
        text-align: center;
    }
    .product_ctext{
        line-height: 40px;
        color: rgb(102, 102, 102);
    }
/* 产品 */

/* 产品详情 */
    .product_detail{}
    .product_detail_titles{
        border-bottom: 1px solid rgb(230, 230, 230);
        padding-bottom: 10px;
    }
    .product_detail_titles >span{
        font-size: 16px;
    }
    .product_dtpagenavs{
        float: right;
    }
    .product_dtpagenavs ul,
    .product_dtpagenavs li{
        display: inline-block;
    }
    .product_dtpagenavs li{
        position: relative;
        padding-right: 16px;
    }
    .product_dtpagenavs li::after{
        content: '>';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .product_dtpagenavs li:last-of-type::after{
        display: none;
    }

    .product_dtmain1{
        position: relative;
        padding-left: 500px;
    }
    .product_dtm1left{
        position: absolute;
        top: 0;
        left: 0;
        width: 420px;

    }
    .product_dtm1img{
        border: 1px solid rgb(230, 230, 230);
    }
    .product_dtm1img li{
        display: none;
    }
    .product_dtm1img li.active{
        display: block;
    }
    .product_dtm1img img{
        max-width: 100%;
    }
    .product_dtm1right h4{
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(230, 230, 230);
        margin-bottom: 20px;
    }
    .product_dtm1right h5{
        /* margin-bottom: 0; */
    }
    .product_dtm1right p{
        color: rgb(102, 102, 102);
        line-height: 24px;
    }
    .product_dtm2img{
        border: 1px solid rgb(230, 230, 230);
        padding: 16px;
    }
    .product_dtm2img img{
        max-width: 100%;
    }
    .product_dtmain2{
        position: relative;
        padding: 0px 80px;
        margin-top: 30px;
    }
    .product_dtmain2 .active .product_dtm2img{
        border-color: red;
    }
    .product_dtmain3{
        margin-top: 40px;
    }
    .product_dtmain3 h4{
        background-color: rgb(230, 230, 230);
        padding: 10px 20px;
    }
    .product_dtmain3 img{
        max-width: 100%;
    }
    .product_dtmain3 p{
        line-height: 24px;
        color: rgb(102, 102, 102);
    }
/* 产品详情 */

/* 关于润星泰 */
    .aboutus_cont{
        position: relative;
        padding-left: 630px;
        margin-top: 40px;
    }
    .aboutus_cimg{
        position: absolute;
        top: 0;
        left: 0;
        width: 560px;
        height: 560px;
    }
    .aboutus_cimg img{
        max-width: 100%;
    }
    .aboutus_content{
        line-height: 30px;
        color: rgb(102, 102, 102);
    }
    .aboutus_content img,
    .ab_fazhanlicheng img{
        max-width: 100%;
    }

    .ab_teambox{}
    .ab_teambox li{
        padding: 16px 0;
        padding-left: 160px;
        position: relative;
        border-bottom: 1px solid rgb(218, 218, 218);
    }
    .ab_teamimg{
        position: absolute;
        top: 16px;
        left: 0;
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 50%;
    }
    .ab_teamimg img{
        max-width: 100%;
    }
    .ab_team_cont{
        min-height: 120px;
    }
    .ab_team_cont h4{
        font-size: 24px;
        margin-top: 0;
        padding-top: 10px;
    }
    .ab_team_cont h4 i{
        font-size: 14px;
        margin-left: 20px;
    }


    .ab_linian_box{}
    .ab_linian_box h4{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .ab_linian_box img{
        max-width: 100%;
    }
    .ab_linian_box p{
        color: rgb(102, 102, 102);
        
    }
    .ab_linian_m1{
        border-bottom: 1px solid rgb(230, 230, 230);
        padding-bottom: 10px;
        margin-bottom: 26px;
    }
    .ab_linian_m1 p{
        line-height: 30px;
    }
    .ab_linian_m2{

    }


    .ab_honor .product_clist li{
        margin-bottom: 30px;
    }
    .ab_honor .product_cintroduce h4{
        color: black;
    }


    .ab_zuzhibox{

    }
    .ab_zuzhibox img{
        width: 100%;
    }
    .ab_zuzhibox p{
        line-height: 30px;
    }
    .ab_zuzhibox p span{
        font-weight: bold;
    }


/* 关于润星泰 */

/* 联系我们 */
    .contactus{

    }
    #addr_map{
        height: 500px;
        width: 100%;
        margin-bottom: 30px;
    }
    .contactus p{
        line-height: 30px;
        font-size: 16px;
    }
/* 联系我们 */

/* 人才招聘 */

    .rczp_huanjing_navs{
    }
    .rczp_huanjing_navs li{
        display: inline-block;
        margin-right: 30px;
    }
    .rczp_huanjing_navs li a{
        display: inline-block;
        color: rgb(102, 102, 102);
        border-bottom: 1px solid transparent; 
        padding-bottom: 4px;
    }
    .rczp_huanjing_navs li.active a{
        border-bottom: 1px solid rgb(255, 166, 28);
        color: rgb(255, 166, 28);
    }

    .rczp_cqzhaopin_box >p{
        color: rgb(0, 58, 127);
        font-size: 18px;
        margin-top: 20px;
    }
    .rczp_cqzplist {}
    .rczp_cqzplist li{
        /*padding: 16px 0;*/
        /*border-bottom: 1px solid rgb(230, 230, 230);*/
    }
    .rczp_cqzplist li h4{
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 16px;
    }
    .rczp_cqzplist li p{
        color: rgb(102, 102, 102); 
        line-height: 28px;
    }

    .rczp_rczhanlue{
        /* overflow: hidden; */
    }
    .rczp_zyfanzhan{}
    .rczp_zyfz_m1{
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(230, 230, 230);
        margin-bottom: 30px;
    }
    .rczp_zyfz_m1 h4{
        margin-bottom: 20px;
        font-size: 16px;
    }
    .rczp_zyfz_m1 p{
        color: rgb(102, 102, 102);
        line-height: 28px;
    }
    .rczp_zyfz_title{
        font-size: 16px;
    }
    .rczp_rczl2{
        /* position: relative; */
        /* width: 80%; */
        /* margin-top: 30px; */
        max-width: 1300px;
    }
    .rczp_rczl2ban{
        width: 100%;
    }
    .rczp_rczl2ban .swiper-container{
        padding-bottom: 30px;
    }
    .rczp_rczl2ban .swiper-pagination{
        bottom: 0;
    }
    .rczp_rczl2ban .swiper-pagination span{
        width: 16px;
        height: 6px;
        border-radius: 20px;
    }
    .rczp_rczl2ban .swiper-pagination .swiper-pagination-bullet-active{
        background-color: rgb(255, 166, 28);
    }
    .rczp_rczl2img img{
        max-width: 100%;
    }

    .rczp_rczl1 p{
        line-height: 28px;
        color: rgb(102, 102, 102);
    }
   
    /* .rczp_rczhanlue .product_clist{
        margin-top: 30px;
    }
    .rczp_rczhanlue .product_clist li{
        margin-bottom: 30px;
    } */
    .rczp_rczl2{
        margin-top: 30px;
    }
/* 人才招聘 */

/* 新闻资讯 */
    .news{
        margin-top: 30px;
    }
    .news_list{
        margin-top: 10px;
    }
    .news_list li{
        padding: 20px 0;
        border-bottom: 1px solid rgb(230, 230, 230);
    }
    .news_list a{
        display: block;
        position: relative;
        padding-left: 290px;
    }
    .news_img{
        position: absolute;
        top: 0;
        left: 0;
        width: 270px;

    }
    .news_img img{
        max-width: 100%;
    }
    .news_cont{
        min-height: 189px;
        position: relative;
    }
    .news_other{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .news_other img{
        width: 20px;
        vertical-align: middle;
        margin-right: 4px;
    }
    .news_other span{
        vertical-align: middle;
        color: rgb(153, 153, 153);
    }
    .news_other span:first-of-type{
        margin-right: 30px;
    }
    .news_cont h4{
        margin-top:0;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .news_cont p{
        color: rgb(102, 102, 102);
    }

    .news_vedio{}
    .news_vedio .product_cimg{
        position: relative;
    }
    .news_vedio_play{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1000;
    }
    .news_vd_detailbox{
        margin-top: 30px;
    }
    .news_vd_detailbox iframe{
        width: 100%;
        height: 500px;
    }
/* 新闻资讯 */

/* 新闻内页 */
    .news_detail{}
    .news_detail_title{
        text-align: center;
        
    }
    .news_detail_title p img{
        width: 18px;
        vertical-align: middle;
    }
    .news_detail_title p span{
        vertical-align: middle;
        color: rgb(153, 153, 153);
    }
    .news_detail_title p span:first-of-type{
        margin-right: 20px;
    }
    .news_dtcont{
        margin-top: 30px;
    }
    .news_dtcont img{
        max-width: 100%;
    }
    .news_dtcont p{
        line-height: 24px;
        color: rgb(102, 102, 102);
    }
/* 新闻内页 */

/* 研发中心 */
    .yfzx_hezuo{}
    .yfzx_hzlist{
        overflow: hidden;
    }
    .yfzx_hzlist ul{
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 0px -10px;
    }
    .yfzx_hzlist li{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        width: 20%;
        min-width: 20%;
        max-width: 20%;
        margin-bottom: 20px;
        padding: 0px 10px;
    }
    .yfzx_hzimg{
        border: 1px solid rgb(153, 153, 153);
    }
    .yfzx_hzimg img{
        max-width: 100%;
    }

    .yfzx_zhishichanquan .product_clist{
        border-bottom: 1px solid rgb(230, 230, 230);
        margin-bottom: 30px;
    }
    .yfzx_detail{}
    .yfzx_detail >span{
        font-size: 16px;
    }
    .rczp_rczlm2img img{
        max-width: 100%;
    }
    .yfzx_dtpagenavs{
        float: right;
        color: rgb(102, 102, 102);
    }
    .yfzx_dtpagenavs ul,
    .yfzx_dtpagenavs li{
        display: inline-block;
        position: relative;
        padding-right: 18px;
    }
    .yfzx_dtpagenavs li::after{
        content: '>';
        display: block;
        position: absolute;
        top: 50%;
        right: 2px;
        transform: translateY(-50%);
    }
    .yfzx_dtpagenavs li:last-of-type{
        padding-right: 0;
    }
    .yfzx_dtpagenavs li:last-of-type::after{
        display: none;
    }
    .yfzx_dtpagenavs a{
        color: rgb(102, 102, 102);
    }
    .yfzx_dtcont1{
        margin-top: 30px;
        color: rgb(102, 102, 102);
    }
    .yfzx_dtcont1 p{
        line-height: 24px;
    }

    .yfzx_detail .product_clist{
        margin-top: 30px;
    }
    .yfzx_detail .product_clist li{
        margin-bottom: 30px;
    }
/* 研发中心 */

/* 质量中心 */
    .zhiliang_center{}
    .zhiliang_center .product_clist{
        overflow: hidden;
    }
    .zhiliang_center .product_clist{
        border-bottom: 1px solid rgb(230, 230, 230);
        margin-bottom: 30px;
    }
    .zhiliang_center .product_clist >h4{
        font-size: 16px;
        margin-bottom: 20px;
    }
/* 质量中心 */

@media (max-width: 1600px){
    .aboutus_cont{
        padding-left: 500px;
    }
    .aboutus_cimg{
        width: 400px;
        height:400px;
    }
}

@media (max-width: 1400px){
    .aboutus_cont{
        padding-left: 400px;
    }
    .aboutus_cimg{
        width: 300px;
        height:300px;
    }
}

@media (max-width: 1200px){
    header{
        display: block;
    }
    .main_nav{
        display: none;
    }
    footer{
        display: block;
    }
    body{
        padding-top: 50px;
    }
    .runxingtai{
        display: block;
        padding-bottom: 30px;
    }
    .main_cont{
        width: 100%;
    }
    .main_indexcont ul{
        display: block;
        height: auto;
    }
    .main_indexcont li{
        height: auto;
        border-right: none;
        border-bottom: 3px solid white;
        /* min-height: 100px; */
        padding: 20px 0;
    }
    .main_cbg{
        display: block;
        height: 100%;
    }
    .main_cbox{
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .main_cbox p{
        width: 100%;
        font-size: 20px;
    }
    .main_cmore{
        margin-top: 10px;
    }
    .main_cmore a{
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        width: 100px;
    }
    .main_indexcont li:hover .main_cbox{
        transform: none;
    }
    .main_indexcont li:hover .main_cbg{
        background-color: rgba(0, 0, 0, 0.2);
    }

    .rxt_inmain{
        position: static;
        transform: none;
        width: 100%;
        padding: 16px;
    }
    .rxt_inmain_box{
        overflow: visible;
        height: auto;
        padding: 0;
    }
    .product_navs li{
        margin: 0px 5px 10px;
    }
    .product_navs li a{
        min-width: auto;
        line-height: 30px;
        padding: 0px 6px;
    }
    .product_contbox{
        margin-top: 20px;
    }
    .aboutus_cont{
        padding-left: 0;
    }
    .aboutus_cimg{
        position: static;
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }
    .ab_linian_m2 li{
        margin-bottom: 20px;
    }
    .ab_teamimg{
        width: 80px;
        height: 80px;
    }
    .ab_teambox li{
        padding-left: 100px;
    }
    .ab_team_cont h4{
        font-size: 18px;
    }
    #addr_map{
        height: 240px;
    }
    .rczp_huanjing_navs li{
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .news_vd_detailbox iframe{
        height: 240px;
    }
    .news_list a{
        padding-left: 0;
    }
    .news_img{
        position: static;
        width: auto;
        margin-bottom: 20px;
    }
    .news_cont{
        min-height: auto;
        padding-bottom: 30px;
    }
    .news_cont h4{
        margin-bottom: 10px;
    }
    .product_dtpagenavs{
        float: none;
        margin-top: 4px;
    }
    .product_dtmain1{
        padding-left: 0;
    }
    .product_dtm1left{
        position: static;
        width: auto;
        margin-bottom: 130px;
    }
    .product_dtmain2{
        
    }
    .product_dtm2img{
        padding: 0;
    }
    .yfzx_hzlist li{
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
    .ab_team_cont{
        min-height: 80px;
    }
    .product_dtshow{
        position: relative;
    }
    .product_dtmain2{
        padding: 0px 40px;
        position: absolute;
        top: 340px;
        left: 0;
        width: 100%;
    }
    .product_navs{
        display: block;
    }
}

.ab_linian_m2 li,.product_clist li{
	margin-bottom: 30px;
}
.ab_linian_m2 li p,.product_clist li p{
    height: 40px;
}