html {
    scrollbar-width: none; /* 可以设置为 'auto', 'thin', 'none' */
    scrollbar-color: darkgrey lightgrey; /* 滚动条的颜色，前景和背景 */
}
.header_top{
    width: 25%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    outline:none;
    z-index: 999;
}
.header_top_left{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 390px;
    outline:none
}
.dianhua{
    width: 230px;
    border-left: 1px solid #e6e6e6;
    height: 15px;
    line-height: 11px;
    text-align: center;
    outline:none
}
.dianhua .phone{
    font-weight: bold;
    font-size: 16px;
    color: #f15a28;
    outline:none
}
.header_top_right{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    outline:none
}



/*header start*/
/*.header{width: 100%;height: 50px;background:#9ccb31;line-height: 50px;position: fixed;top: 0;z-index: 1111111111111}*/
.header{width: 70%;height: 90px;line-height:90px;}
.header_box{width: 1200px;height: 90px;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 125px;height: auto;display: block;}
.logo img{width: 100%;height: auto;display: block;}
.header_right_box{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.nav_box{height: auto;display: flex;justify-content: space-between;}
.nav_box li{position: relative; width: 200px;text-align: center}
.nav_box li:hover{
    /*background: #fcdc48;*/

}
/*.nav2 li:hover{*/
/*    background: #fff;*/
/*}*/
/*.nav_box li:hover{*/
/*    color: #9ccb31;*/
/*}*/
.nav_box li h2{display: block;line-height: 50px;font-size: 18px;color: #fff;position: relative;}
.nav_box li h2 a{
    color: #333;
}
/*.nav_box li h2:after{content: "";display: block;width: 1px;height: 12px;background: #434343;position: absolute; right: -20px;top: 50%;margin-top: -6px;}*/
.nav_box li:nth-last-of-type(1) h2:after{display: none;}
input{
    width: 244px;
    height: 40px;
    background: #f0f0f0;
    border: 0;
    outline: none;
    padding: 0px 15px;
}
.sou{
    height: 40px;
    width: 42px;
    background: #9ccb31;
    line-height: 42px;
    border: 0;
}
.sou img{
    width: 25px;
    margin-left:3px;
    margin-top: 7px;
}


.index_body{
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 50px 0px;
}
.cl_ly{
    width: 1200px;
    margin: 0 auto;
}
.hg_ly{
    width: 1200px;
    margin: 40px auto 0px auto;
}
.cl_ly_top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #b9b9b9;
}
.cl_ly_top_left{
    font-size: 26px;
    color: #333333;
    outline:none
}
.cl_ly_top_right{
    font-size: 16px;
    outline:none
}
.cl_ly_top_right a{
    color: #9ccb31;
    outline:none
}
.cl_ly_body{
    margin-top:30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    outline:none

}
.cl_ly_body_left{
    width: 374px;
    height: 420px;
    background: url("../images/cl_ly_pic1.png");
}
.cl_ly_body_lefts{
    width: 374px;
    height: 420px;
    background: url("../images/hg_ly_pic1.png");
}
.cl_ly_body_leftt{
    padding:50px;
}
.cl_ly_body_left_title{
    color: #ffffff;
    font-size: 20px;
    width: 193px;
    height: 50px;
    border-bottom: 1px solid #fff;
}
.cl_ly_body_left_txt{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}
.cl_ly_body_left_btn{
    width: 156px;
    height: 48px;
    background: #9ccb31;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    margin: 40px auto;
}
.cl_ly_body_left_btn a{color: #fff}
.cl_ly_body_right{
    width: 826px;
    height: 420px;
    background: #fff;
    padding:30px 2px  30px 20px;
}
.cl_ly_body_right ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cl_ly_body_right ul li{
    width: 260px;
    margin: 0px 0px 10px 0px;
    height: 180px;
    outline: none;
}
.cl_ly_body_right_title{
    font-size: 16px;
    color: #333;
    outline: none;
}
.cl_ly_body_right_txt{
    color: #999999;
    font-size: 14px;
    margin-top:5px;
    outline: none;
}
.cl_ly_body_right_img{
    width: 235px;
    height: 100px;
    margin-top: 7px;
    outline: none;
}

.cl_ly_body_right li .cl_ly_body_right_title:hover{
    color: #9ccb31;
    outline: none;
}
.cl_ly_body_right li .cl_ly_body_right_img :hover{
    box-shadow: 0px 2px 3px 0px rgba(80, 80, 80, 0.47);
    outline: none;
}




.cl_ly_body_rights{
    width: 1200px;
    height: 420px;
    margin: 0 auto;
    padding:30px 2px  30px 20px;
}
.cl_ly_body_rights ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cl_ly_body_rights ul li{
    width: 260px;
    margin: 0px 0px 10px 0px;
    height: 180px;
    overflow: hidden;
}
.cl_ly_body_rights_title{
    font-size: 16px;
    color: #333;
}
.cl_ly_body_rights_txt{
    color: #999999;
    font-size: 14px;
    margin-top:5px
}
.cl_ly_body_rights_img{
    width: 235px;
    height: 100px;
    margin-top: 7px
}

.cl_ly_body_rights li .cl_ly_body_rights_title:hover{
    color: #9ccb31;
}
.cl_ly_body_rights li .cl_ly_body_rights_img :hover{
    box-shadow: 0px 2px 3px 0px rgba(80, 80, 80, 0.47);
}






















.jcxm{
    margin-top:20px;
}
.jcxm ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.jcxm ul li{
    margin: 0px 0px 20px 0px;
    outline: none;
}
.jcxm_01{
    width: 590px;
    height: 280px;
    background: url(../images/jcxm_pic1.png)no-repeat;
    outline: none;
}
.jcxm_01s{
    width: 590px;
    height: 280px;
    background: url(../images/jcxm_pic11.png)no-repeat;
    outline: none;
}
.jcxm_011s{
    width: 590px;
    height: 280px;
    background: url(../images/jcxm_pic111.png)no-repeat;
    outline: none;
}
.jcxm_011{
    padding: 30px 45px;
    outline: none;
}
.jcxm_011_title{
    font-size: 20px;
    color: #fff;
    height: 40px;
    border-bottom: 1px solid #fff;
    width: 190px;
    outline: none;
}
.jcxm_011_txt{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    line-height: 26px;
    outline: none;
}
.jcxm li:nth-child(2){
    width: 285px;
    box-shadow: 0px 3px 5px 0px rgba(80, 80, 80, 0.3);   outline: none;
}
.jcxm li:nth-child(3){
    width: 285px;
    box-shadow: 0px 3px 5px 0px rgba(80, 80, 80, 0.3);   outline: none;
}
.jcxm li:nth-child(4){
    width: 285px;
    box-shadow: 0px 3px 5px 0px rgba(80, 80, 80, 0.3);   outline: none;
}
.jcxm li:nth-child(5){
    width: 285px;
    box-shadow: 0px 3px 5px 0px rgba(80, 80, 80, 0.3);   outline: none;
}
.jcxm li:nth-child(6){
    width: 285px;
    box-shadow: 0px 3px 5px 0px rgba(80, 80, 80, 0.3);   outline: none;
}
.jcxm li:nth-child(7){
    width: 285px;
    box-shadow: 0px 3px 5px 0px rgba(80, 80, 80, 0.3);   outline: none;
}
.jcxm_02{
    width: 250px;
    margin: 10px auto;
    height: 80px;   outline: none;
}
.jcxm_title{
    color: #333;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #aaaaaa;
    height: 35px;   outline: none;
}
.jcxm_txt{
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-top:10px;   outline: none;
}
.about{
    width: 100%;
    height:605px;
    background: url("../images/about_bg.jpg")no-repeat center;
    background-size: 100% 100%;   outline: none;
}
.about_list{
    width: 1200px;
    margin: 0 auto;
    height: 605px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.aboutt{
    width: 496px;
    height: 466px;
    background:#9ccb31;
    padding:50px 40px;
}
.aboutt_title{
    color: #333;
    font-size: 36px;
}
.hengxian{
    width: 85px;
    height: 6px;
    background: #fff;
    margin-top:20px;
}
.aboutt_txt{
    color: #333;
    margin-top: 30px;
    line-height: 27px;
    font-weight: 500;
}
/*.about_btn{*/
/*    border: 1px solid #fff;*/
/*    width: 163px;*/
/*    height: 46px;*/
/*    line-height: 46px;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    margin-top: 70px;*/
/*}*/
/*.about_btn a{*/
/*    color: #ffffff;*/
/*}*/


.draw-border {
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #fff;
    transition: color 0.25s 0.0833333333s;
    position: relative;
}
.draw-border::before, .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}
.draw-border::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
}
.draw-border::after {
    border-top-width: 2px;
    border-right-width: 2px;
}
.draw-border:hover {
    color: #ffffff;
}
.draw-border:hover::before, .draw-border:hover::after {
    border-color: #ffe593;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}
.draw-border:hover::before {
    transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
    transition-delay: 0s, 0.25s, 0s;
}

.btn {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    font: 700 1.2rem "Roboto Slab", sans-serif;
    padding: 1em 2em;
    letter-spacing: 0.05rem;
    margin-top: 30px;
    color: #fff;
}
.btn:focus {
    outline: 2px dotted #fff;
}



animated-button:link, animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size:14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
animated-button:link:after, animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
animated-button:link:hover, animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}
animated-button:link:hover:after, animated-button:visited:hover:after {
    height: 450%;
}
animated-button:link, animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size:14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* Victoria Buttons */

animated-button.victoria-one {
    border: 2px solid #D24D57;
}
animated-button.victoria-one:after {
    background: #D24D57;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

/*.btn-2 {*/
/*    color: #436dc1;*/
/*    border: 1px solid #fff;*/
/*    width: 163px;*/
/*    height: 46px;*/
/*    text-align: center;*/
/*    line-height: 46px;*/
/*}*/
/*.btn-2:before, .btn-2:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/
/*.btn-2:before {*/
/*    right: -50px;*/
/*    border-right: 50px solid transparent;*/
/*    border-bottom: 80px solid #14326d;*/
/*    transform: translateX(-100%);*/
/*}*/
/*.btn-2:after {*/
/*    left: -50px;*/
/*    border-left: 50px solid transparent;*/
/*    border-top: 80px solid #14326d;*/
/*    transform: translateX(100%);*/
/*}*/
/*.btn-2:hover {*/
/*    color: #c8d4ed;*/
/*}*/
/*.btn-2:hover:before {*/
/*    transform: translateX(-49%);*/
/*}*/
/*.btn-2:hover:after {*/
/*    transform: translateX(49%);*/
/*}*/





.cpsx_fwal_box{width: 100%;height: auto;padding:20px 0px;background: #fff;}
.content_WH{width: 1200px;margin: 0px auto;}
.cpsx_fwal_butn{display: flex;justify-content: center;width: 100%;height: auto;margin-top: 50px;}
.cpsx_fwal_butn li{width: 189px;height:62px;border: solid 1px #333;font-size: 24px;color: #333333;text-align: center;line-height: 62px;margin-left: 59px;cursor: pointer}
.cpsx_fwal_butn li:nth-of-type(1){margin-left: 0px;}
.cpsx_fwal_butn li.on{background: #9ccb31;color: #FFFFFF;border:0;}
.cpsx_fwal_content{width: 100%;height: auto;}
.cpsx_fwal_content_list{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 70px;display: none;}
.cpsx_fwal_content_list_div{width: 570px;height: auto;}
.cpsx_fwal_content_list_div h2{font-size: 24px;color: #F15A28;font-weight: bold;margin-top: 15px;}
.cpsx_fwal_content_list_div h2:nth-of-type(1){margin-top: 0px;}
.cpsx_fwal_content_list_div p{font-size: 16px;color: #4E4E4E;line-height: 30px;text-align: justify;}
.cpsx_fwal_content_list_div img{width: 100%;height: auto;display: block;}
.cpsx_fwlc{padding-top: 0px;}

.yiqi ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.yiqi ul li{
    margin: 0px 0px 20px 0px;
}
.footer{
    width: 100%;
    height: 570px;
    background: #2c2b3d;
}
.footNav{
    width: 1200px;
    margin: 0 auto;
    height: 452px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footNav_list{
    width: 576px;
}
.footNav_list ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footNav_list ul li h2{
    font-size: 20px;
    color: #fff;
}
.footNav_list ul li p{
    color: #999999;
    font-size: 16px;
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.footNav_list ul li:nth-child(2){
    margin-top:35px;
}
.footNav_list ul li:nth-child(3){
    margin-top:75px;
}
.banquan{
    width: 100%;
    height: 60px;
    background: #333333;
}
.banquan p{
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
}
.banquan p a{
    color: #fff;
}









.content{width: 100%;height: auto;color:#f1f4f8}
.hzp_our_server{width: 100%;height: auto;padding: 50px 0px;}
.hzp_our_server_btn{width: 65%;height: auto;}
.hzp_our_server_btn li{width: 184px;height: 47px;display: flex;justify-content: center;align-items: center;cursor: pointer;position: relative;float: left;margin-left: 11px;background-color: #ffffff}
.hzp_our_server_btn li a{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;color: #333333;}
.hzp_our_server_btn li:nth-of-type(1){margin-left: 0px;}
/*.hzp_our_server_btn li:nth-last-of-type(1){float: right;}*/
.hzp_our_server_btn li img{display: block;margin-right: 10px;}
.hzp_our_server_btn li img:nth-of-type(2){display: none;}
.hzp_our_server_btn li h2{font-size: 16px;color: #333333;text-align: center;margin-top: 3px;font-weight: bold;}
.hzp_our_server_btn li.on{background:#fc7236;border:0;}
/*.hzp_our_server_btn li.on:after{width: 12px;height: 12px;content: "";display: block;position: absolute;left: 50%;margin-left: -6px;background: #f15a28;border-radius: 50%;bottom: -27px;}*/
.hzp_our_server_btn li.on img:nth-of-type(1){display: none;}
.hzp_our_server_btn li.on img:nth-of-type(2){display: block;}
.hzp_our_server_btn li.on h2{color: #FFFFFF;}
.hzp_our_server_btn li.on p{color: #FFFFFF;}
.hzp_our_server_content{width: 100%;height: auto;padding-top: 10px;}
.hzp_our_server_content_list{width: 100%;height: 600px;display: none;justify-content: space-between;
    /*align-items: center;*/
}
.hzp_our_server_content_list_left{width: 462px;height: auto;float: left}
.hzp_our_server_content_list_left img{width:462px;height: auto;display: block;}
.hzp_our_server_content_list_right{width: 720px;height: auto;float: right}
.hzp_our_server_content_list_right h2{color: #333333;display: block;width: 644px;height: auto;padding-bottom: 20px;font-size: 20px;border-bottom: 2px solid #e5e5e5;}
.hzp_our_server_content_list_right p{color: #333333;text-align: justify;line-height: 15px;margin-top: 15px;}
.hzp_our_server_content_list_right a{    margin-right: 30px;border-radius:5px;display: block;float:right;width: 190px;height: 48px;box-shadow: 0px 2px 3px 0px rgba(80, 80, 80, 0.47);background:url("../images/btn.png");color: #fefefe;line-height: 38px;text-align: center;}
.hzp_our_server_content_list_right .ydyh_more{width: 125px;height: auto;box-shadow:none;background:none;}
.hzp_our_server_content_list_right .ydyh_more img{width: 100%;height: auto;display: block;}
.fangan{
    width: 1200px;
    margin: 0 auto;

}
.fangan li{
    float: left;
    width: 360px;
    height: 285px;
    margin: 30px 40px 0px 0px;
}
.fangan_title{
    font-size: 18px;color: #333333;font-weight: bold
}
.fangan_txt{
    font-size: 16px;color: #333333;margin-top: 10px;line-height:26px;
}
.fangan_img{
    margin-top: 10px;
}

/*header start*/
/*.header{width: 100%;height: 50px;background:#9ccb31;line-height: 50px;position: fixed;top: 0;z-index: 1111111111111}*/
.header{width: 70%;height: 90px;line-height:90px;}
.header_box{width: 1200px;height: 90px;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 125px;height: auto;display: block;}
.logo img{width: 100%;height: auto;display: block;}
.header_right_box{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.nav_box{height: auto;display: flex;justify-content: space-between;}
.nav_box li{position: relative; width: 140px;text-align: center;}
.nav_box li:hover{
    /*background: #fcdc48;*/


}
.dd{
    width: 100%;position: fixed;top: 0;z-index: 11;display: flex;flex-direction: row;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/*.nav2 li:hover{*/
/*    background: #fff;*/
/*}*/
/*.nav_box li:hover{*/
/*    color: #9ccb31;*/
/*}*/
.nav_box li h2{display: block;line-height: 50px;font-size: 18px;position: relative;}
.nav_box li h2 a{
    color: #fff;
    background: #0088ff;
    padding: 6px;
    border-radius: 8px;
 }
 .nav_box li h2 a:hover{
     color: #fcdc48;
 }
/*.nav_box li h2:after{content: "";display: block;width: 1px;height: 12px;background: #434343;position: absolute; right: -20px;top: 50%;margin-top: -6px;}*/
.nav_box li:nth-last-of-type(1) h2:after{display: none;}
.header_language_box{width: 110px;height: 38px;position: relative;}
.header_language_list{width: 100%;height: 100%;border: 1px solid #000000;border-radius: 5px;}
.header_language_list a{width: 100%;height: 100%;display: flex;justify-content: space-around;align-items: center;font-size: 14px;color: #444444;}
.header_language_list a img{width: 12px;height: auto;display: block;}
.header_language_list a:hover{color: #0068b7;}
.header_language_english{width: 100%;height: 100%;position: absolute;left: 0px;bottom: -38px;border: 1px solid #000000;border-radius: 0px 0px 5px 5px;border-top: none;line-height: 38px;display: none;background: #FFFFFF;z-index: 9999;}
.header_language_english a{color: #444444;font-size: 14px;padding-left: 17px;}
.header_language_box:hover .header_language_english{display: block;}
.header_language_english a:hover{color: #0068b7;}
.nav_list_box{width: 230px;height: 200px;position: absolute;left: 50%;transform: translateX(-50%);display: none;z-index:9999;}
/*.nav_list_box:before{content: "";display: block;width: 21px;height: 16px;background: url(../images/nav_list_icon.png) no-repeat center center;position: absolute;left: 50%;transform: translateX(-50%);top: -16px;}*/
.nav_list2_box{width: 100%;height: 199px;position: absolute;left: 0px;top: 0px;background: #fff;}
.nav_list2_box li{width: 100%;height: 49px;line-height: 49px;position: initial;cursor: pointer;}
.nav_list2_box li h3{line-height: 49px;font-size: 16px;width: 100%;height: 100%;display: block;}
.nav_list2_box li h3:hover{line-height: 49px;font-size: 16px;width: 100%;height: 100%;display: block;color: #333}
.nav_list2_box li h3 a{color: #333;position: relative;display: block;width: 100%;height: 100%;text-align: center;}

.nav_list2_box li h3 a:hover{color: #fcdc48;;}
.nav_list2_box1{left:57.5%;}
.navlist3_content{width: 360px;height: auto;position: absolute;left: -130px;top: 0px;}
.navlist3_content_list{width: 100%;height: auto;display: none;}
.nav_list3_box{width: 100%;height: 220px;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.22);background: #f5f5f5;z-index: 22;}
.nav_list3_box dd h4{font-size: 16px;color: #444444;line-height: 49px;position: relative;display: block;width: 100%;height: 100%;}
.nav_list3_box dd h4 a{display: block;width: 333px;height: 100%;color: #444444;padding-left: 27px;position: relative;line-height:40px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.nav_list3_box dd.on h4{background: #FFFFFF;}
.nav_list3_box dd.on h4 a:before{content: "";width: 4px;height: 30px;background: #565656;left: 0px;top: 50%;margin-top: -15px;position: absolute;}
.nav_list3_box dd h4 a:hover{background: #FFFFFF;}
.nav_list3_box dd h4 a:hover:before{content: "";width: 4px;height: 30px;background: #565656;left: 0px;top: 50%;margin-top: -15px;position: absolute;}
.navlist4_content{width: 611px;height: auto;position: absolute;left: 360px;top: 0px;}
.navlist4_content_list{width: 100%;height: auto;display: none;}
.nav_list4_box{width: 611px;height:199px;background: #fff;z-index: 11;border-left: 1px solid #d4d4d4}
.nav_list4_top{width: 100%;height: 199px;}
.nav_list4_top_box{width: 100%;height: 199px;overflow: hidden;overflow-y: auto;}
.nav_list4_top_box a{display: flex;font-size: 14px;color: #444444;text-align: center;margin-top: 10px;height: 30px;line-height: 30px;justify-content: flex-start;align-items: center;padding: 0px 15px; position: relative;float: left;}
.nav_list4_top_box a img{width: 22px;height: auto;display: block;margin-left: 5px;display: none;}
.nav_list4_top_box a:hover{color: #9ccb31;}
.nav_list4_top_box hot img{display: block;}
.nav_list4_center_box{width: 100%;height: auto;padding: 15px 0px;}
.nav_list4_center_box a{font-size: 14px;color: #0068b7;text-align: right;padding-right: 24px;display: block;}
.nav_list4_bottom{width: 574px;height: auto;margin: 0px auto;display: flex;justify-content: space-between;}
.nav_list4_bottom li{width: 260px;height: auto;margin-top: 19px;line-height: normal;background: none;}
.nav_list4_bottom li a{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.nav_list4_bottom li a img{width: 150px;height: auto;display: block;}
.nav_list4_bottom_div{width: 96px;height: auto;}
.nav_list4_bottom_div p{font-size: 14px;color: #666666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: block;width: 100%;line-height: normal;}
.nav_list4_bottom_div span{display: block;width: 80px;height: 30px;background: #0068b7;color: #FFFFFF;font-size: 14px;text-align: center;line-height: 30px;margin-top: 10px;}
.nav_box li .nav_list4_bottom_div h2{color: #444;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: block;width: 100%;line-height: normal;}
.nav_list3_box dd:hover .nav_list4_box{display: block;}
.nav_list2_box li:hover .nav_list3_box{display: block;}
.nav_box li:hover .nav_list_box{display: block;}
/*.nav_box li:nth-of-type(2) .nav_list_box{width: 1200px;}*/
.nav_box li:nth-of-type(2) .nav_list2_box{width: 230px;height: 199px;}
/*.nav_box li:nth-of-type(3) .nav_list_box{width: 1200px;}*/
.nav_box li:nth-of-type(3) .nav_list2_box{width: 230px;height:199px;}
.nav_box li:nth-of-type(2) .nav_list2_box li h3 a{width: 195px;padding-left: 35px;text-align: left;}
.nav_box li:nth-of-type(3) .nav_list2_box li h3 a{width: 195px;padding-left: 35px;text-align: left;}
.header_m_right{justify-content: flex-start;align-items: center;display: none;}
.header_m_right li:nth-of-type(1){width: 5vw;height: auto;}
.header_m_right li:nth-of-type(2){width: 7vw;height: auto;margin-left: 8.3vw;}
.header_m_right li img{width: 100%;height: auto;display: block;}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;}
.banner img{width: 100%;height: auto;display: block;}
.banner_m{width: 100%;height: auto;display: none;}
.banner_m img{width: 100%;height: auto;display: block;}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_services_box{width: 100%;height: auto;padding: 70px 0px;}
.index_title_box{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.index_title_box span{display: block;width: 66px;height: 22px;background: url(../images/web_icon.png) no-repeat;}
.index_title_box span:nth-of-type(1){background-position:  -251px -58px;margin-right: 33px;}
.index_title_box span:nth-of-type(2){background-position:  -579px -58px;margin-left: 33px;}
.index_title_center h2{font-size: 34px;text-align: center;color: #333333;}
.index_title_center p{font-size: 14px;color: #333333;text-align: center;}
.index_services_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 27px;}
.index_services_ul li{width: 230px;height: auto;position: relative;background: #444444;margin-top: 12px;perspective: 800px;}
.index_services_ul_top{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;z-index: 1}
.index_services_ul_top p{width: 182px;height: auto;display: block;margin: 0px auto;margin-top: 25px;font-size: 14px;color: #FFFFFF;text-align: justify;line-height: 24px;opacity: 0;transition: all 2s;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;  -webkit-box-orient: vertical; }
.index_services_ul_top span{display: block;width: 49px;height: 26px;background: url(../images/web_icon.png) no-repeat -725px -56px;margin: 0px auto;margin-top: 30px;transition: all 2s;}
.index_services_ul_bottom{width: 100%;height: 100%;position: relative;transition: transform 0.6s;transform-origin: bottom;z-index: 2;}
.index_services_ul_bottom img{width: 100%;height: auto;display: block;}
.index_services_ul_bottom_div{width: 180px;height: 132px;background: rgba(0,0,0,0.4);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.index_services_ul_bottom_div h2{width: 200px;height: 95px;background: url(../images/index_fwly_bg.png) no-repeat center center;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);line-height: 95px;text-align: center;font-size: 18px;color: #FFFFFF;font-weight: bold;}
.index_services_ul li:hover .index_services_ul_bottom{transform: rotateX(70deg);transition: transform 0.6s;}
.index_services_ul li:hover .index_services_ul_top p{opacity: 1;}
.index_services_ul li:hover .index_services_ul_top span{opacity: 1;}
.index_kysl_box{width: 100%;height: auto;padding: 58px 0px 83px;background: url(../images/index_kysl_bg.jpg) no-repeat center center;background-size: cover;}
.index_title_boxs{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.index_title_boxs span{display: block;width: 66px;height: 22px;background: url(../images/web_icon.png) no-repeat;}
.index_title_boxs span:nth-of-type(1){background-position:  -251px -103px;margin-right: 33px;}
.index_title_boxs span:nth-of-type(2){background-position:  -579px -103px;margin-left: 33px;}
.index_title_centers h2{font-size: 34px;text-align: center;color: #FFFFFF;}
.index_title_centers p{font-size: 14px;color: #FFFFFF;text-align: center;}
.index_kysl_content{width: 100%;height: auto;padding-top: 28px;}
.index_kysl_content p{font-size: 18px;color: #FFFFFF;text-align: justify;text-indent: 2em;line-height: 30px;}
.index_kysl_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.index_kysl_content_ul li{padding-bottom: 30px;position: relative;}
.index_kysl_content_ul li:before{content: "";display: block;width: 165px;height: 1px;background: #FFFEFE;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);}
.index_kysl_content_ul li h2{text-align: center;font-size: 20px;color: #fffefe;}
.index_kysl_content_ul li h2 span{font-size: 48px;color: #fffefe;}
.index_kysl_content_ul li p{font-size: 20px;color: #FFFEFE;text-align: center;margin-top: 10px;}
.index_kysl_content_ul li:after{content: "";display: block;width: 1px;height: 120px;background: #FFFEFE;right: -45px;position: absolute;top: 0px;}
.index_kysl_content_ul li:nth-last-of-type(1):after{display: none;}
.index_news_box{width: 100%;height: auto;padding: 70px 0px;}
.index_news_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 29px;}
.index_news_ul li{width: 395px;height: auto;position: relative;margin-top: 10px;}
.index_news_ul li:nth-of-type(1),.index_news_ul li:nth-of-type(2){width: 595px;}
.index_news_ul li img{width: 100%;height: auto;display: block;}
.index_news_ul_div{width: 100%;height: 60px;position: absolute;left: 0px;bottom: 0px;background: rgba(0,0,0,0.5);display: flex;justify-content: space-around;align-items: center;}
.index_news_ul_div p{display: block;width: 70%;height: 100%;line-height: 60px;font-size:18px;color: #FFF;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.index_news_ul li:nth-of-type(1) p,.index_news_ul li:nth-of-type(2) p{font-size: 24px;}
.index_news_ul_div span{display: block;width: 13px;height: 25px;background: url(../images/web_icon.png) no-repeat -854px -57px;}
.index_weipu_fgs_box{width: 100%;height: auto;padding-bottom: 70px;}
.index_weipu_fgs_content{width: 100%;height: auto;margin-top: 40px;}
.index_weipu_fgs_div{width: 100%;height: auto;position: relative;}
.index_weipu_fgs_div img{width: 100%;height: auto;display: block;}
.index_weipu_fgs_div_box{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background: rgba(0,0,0,0.3);transition: all 0.6s;}
.index_weipu_fgs_div_box h2{display: block;width: 130px;height: 50px;background: rgba(0,0,0,0.4);position: absolute;left:50%;top: 50%;transform: translate(-50%,-50%);text-align: center;line-height: 50px;color: #FFFFFF;font-size: 18px;}
.index_weipu_fgs_content_sw .swiper-slide:hover .index_weipu_fgs_div_box{background: rgba(0,0,0,0);}
.index_weipu_fgs_content_sw .swiper-wrapper{-webkit-transition-timing-function: linear; /*之前是ease-out*/-moz-transition-timing-function: linear;-ms-transition-timing-function: linear;-o-transition-timing-function: linear;transition-timing-function: linear;}
/*新材料*/
.main_links_box{width: 100%;height: auto;padding-top: 35px;color: #444444;}
.main_links_box a{color: #444444;}
.xcl_fwxm_box{width: 100%;height: auto;padding: 70px 0px;}
.xcl_fwxm_title{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-end;}
.xcl_fwxm_title h2{font-size: 50px;color: #d6dee2;font-weight: bold;margin-right: 36px;line-height: 46px;}
.xcl_fwxm_title h2 span{display: block;font-size: 40px;font-weight: normal;}
.xcl_fwxm_title h3{font-size: 24px;color: #333333;font-weight: bold;}
.xcl_fwxm_ul_box{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 19px;}
.xcl_fwxm_ul_box li{width: 290px;height: auto;position: relative;margin-top: 17px;overflow: hidden;margin-left: 13px;}
.xcl_fwxm_ul_box li:nth-of-type(4n+1){margin-left: 0px;}
.xcl_fwxm_ul_box li img{width: 100%;height: auto;display: block;}
.xcl_fwxm_ul_div{width: 100%;height: 100%;background: rgba(0,0,0,0.75);position: absolute;left: 0px;top: 324px;transition: all 0.6s;}
.xcl_fwxm_ul_div h2{display: block;width: 100%;height: 56px;line-height: 56px;color: #FFFFFF;text-align: center;transition: all 0.6s;font-size: 16px;}
.xcl_fwxm_ul_div p{display: block;width: 217px;height: auto;margin: 0px auto;margin-top: 35px;font-size: 14px;color: #FFFFFF;text-align: justify;line-height: 24px;}
.xcl_fwxm_ul_div span{display: block;width: 120px;height: 35px;border-radius: 18px;background: #0068b7;display: flex;justify-content: center;align-items: center;position: absolute;left: 25px;bottom: 70px;color: #FFFFFF;}
.xcl_fwxm_ul_div span img{width: 14px;height: auto;display: block;margin-right: 10px;}
.xcl_fwxm_ul_box li:hover .xcl_fwxm_ul_div{top: 0px;}
.xcl_fwxm_ul_box li:hover .xcl_fwxm_ul_div h2{width: 92%;margin:0px auto;margin-top: 30px;line-height:normal;}
.xcl_jj_box{width: 100%;height: auto;background: url(../images/xcl_jsfw_bg.jpg) no-repeat center bottom;}
.xcl_jj_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.xcl_jj_content_left{width: 618px;height: auto;}
.xcl_jj_content_left_txt{width: 100%;height: auto;margin-top: 134px;}
.xcl_jj_content_left_txt p{color: #444444;text-align: justify;line-height: 30px;}
.xcl_jj_content_right{width: 550px;height: auto;}
.xcl_jj_content_right img{width: 100%;height: auto;display: block;}
.xcl_choose_us_box{width: 100%;height: auto;padding: 70px 0px;}
.xcl_choose_us_title{font-size: 30px;color: #333333;text-align: center;}
.xcl_choose_us_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.xcl_choose_us_ul li{width:285px;height: auto;position: relative;border: solid 1px #e1e1e1;padding-bottom: 59px;cursor: pointer;}
.xcl_choose_us_ul li a{display: block;width: 100%;height: 100%;}
.xcl_choose_us_ul li img{width: 100%;height: auto;display: block;}
.xcl_choose_us_ul li h2{font-size: 18px;color: #0068b7;text-align: center;margin-top: 24px;}
.xcl_choose_us_ul li p{display: block;width: 232px;height: auto;text-align: justify;line-height: 24px;color: #444444;font-size: 15px;margin: 0px auto;margin-top: 30px;}
.xcl_choose_us_ul li:after{display: block;content: "";width: 131px;height: 9px;background: #0068b7;position: absolute;left: 50%;bottom: 0px;transform: translateX(-50%);}
.xcl_choose_us_ul li:hover{box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.35);}
.xcl_news_box{width: 100%;height: auto;padding: 70px 0px;background: #f7fbfc;}
.xcl_news_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.xcl_news_content_left{width: 430px;height: auto;}
.xcl_news_content_left_news{width: 100%;height: auto;padding-top: 35px;}
.xcl_news_content_left_news span{display: block;font-size: 14px;color: #999999;}
.xcl_news_content_left_news h2{font-size: 24px;color: #404448;margin-top: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.xcl_news_content_left_news img{width: 100%;height: auto;display: block;margin-top: 40px;}
.xcl_news_content_right{width: 650px;height: auto;}
.xcl_news_content_right_butn{display: flex;justify-content: flex-end;width: 100%;height: auto;}
.xcl_news_content_right_butn li{width: 115px;height: 44px;background: #FFFFFF;color: #444444;text-align: center;line-height: 44px;box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);margin-right: 7px;cursor: pointer;}
.xcl_news_content_right_butn li:nth-last-of-type(1){margin-right: 0px;}
.xcl_news_content_right_butn li a{display: block;width: 100%;height: 100%;color: #444444;}
.xcl_news_content_right_butn li.on{background: #0068b7;color: #FFFFFF;}
.xcl_news_content_right_butn li.on a{color: #FFFFFF;}
.xcl_news_content_right_content{width: 100%;height: auto;margin-top: 64px;}
.xcl_news_content_right_content_list{width: 100%;height: auto;display: none;}
.xcl_news_content_right_content_list_ul{width: 100%;height: auto;}
.xcl_news_content_right_content_list_ul li{width: 650px;height: auto;padding: 15px;}
.xcl_news_content_right_content_list_ul li span{display: block;width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;font-size: 13px;color: #999999;}
.xcl_news_content_right_content_list_ul li span img{width: 13px;height: auto;display: block;margin-right: 14px;}
.xcl_news_content_right_content_list_ul li h2{color: #444444;font-size: 18px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-top: 9px;font-weight: bold;}
.xcl_news_content_right_content_list_ul li strong{display: block;font-weight: normal;font-size: 14px;color: #999999;width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;margin-top: 25px;}
.xcl_news_content_right_content_list_ul li strong img{width: 15px;height: auto;display: block;margin-left: 28px;}
.xcl_news_content_right_content_list_ul li:hover{border: solid 2px #0068b7;background: #FFFFFF;}
.xcl_news_content_right_content_list_ul li:hover h2{color: #0068b7;}
/*新材料三级页面*/
.xcl_detial_box{width: 100%;height: auto;padding: 70px 0px;}
.xcl_detial_ul{width: 100%;height: auto;display: table;}
.xcl_detial_ul li{width: 100%;height: auto;background: url(../images/xcl_content_bg.jpg) no-repeat center bottom;clear: both;display: table;margin-top: 80px;}
.xcl_detial_ul li img{width: 620px;height: auto;display: block;float: left;}
.xcl_detial_ul_div{width: 580px;height: auto;float: right;padding: 0px 50px;}
.xcl_detial_title{width: 100%;height: auto;}
.xcl_detial_title h2{font-size: 50px;font-weight: bold;color: #e7e9eb;line-height: 50px;}
.xcl_detial_title h2 span{display: block;font-weight: normal;}
.xcl_detial_ul_div_content{width: 100%;height: auto;}
.xcl_detial_ul_div_content h2{font-size: 30px;color: #444444;margin-top: 90px;font-weight: bold;}
.xcl_detial_ul_div_content span{display: block;width: 85px;height: 4px;background: #0068b7;margin-top: 15px;}
.xcl_detial_ul_div_content p{font-size: 15px;color: #666;text-align: justify;line-height: 30px;margin-top: 30px;}
.xcl_detial_ul_div_content a{display: block;width: 110px;height: 40px;border: solid 1px #0068b7;color: #0068b7;text-align: center;line-height: 40px;margin-top: 62px;}
.xcl_detial_ul li:nth-of-type(1){margin-top: 0px;}
.xcl_detial_ul li:nth-of-type(even) img{float: right;}
.xcl_detial_ul li:nth-of-type(even) .xcl_detial_ul_div{float: left;}
/*新闻列表*/
.news_content_box{width: 100%;height: auto;padding: 70px 0px;}
.news_title_box{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.news_title_box span{display: block;width: 100px;height: 1px;background: #333333;}
.news_title_box h2{font-size: 36px;color: #333333;margin: 0px 50px;}
.news_list_box{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 18px;}
.news_list_box li{width: 395px;height: auto;padding-bottom: 26px;margin-top: 30px;margin-left: 7px;;}
.news_list_box li:hover{box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);}
.news_list_box li:nth-of-type(3n+1){margin-left: 0px;}
.news_list_box li img{width: 100%;height: auto;display: block;}
.news_list_box li h2{width: 351px;height: auto;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;text-align: center;margin: 0px auto;margin-top: 20px;font-size: 16px;}
.news_list_box li p{width: 351px;height: auto;display: block;margin: 0px auto;font-size: 14px;color: #333333;text-align: justify;line-height: 24px;margin-top: 25px;overflow: hidden;text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical; }
.news_pages_box{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 60px;}
.news_pages_box li{width: 50px;height: 45px;border: 1px solid #e1e1e1;border-right: none;}
.news_pages_box li a{display: block;width: 100%;height: 100%;color: #333333;line-height: 45px;text-align: center;}
.news_pages_box li:hover a{background: #f15a28;color: #FFFFFF;}
/*.news_pages_box li:nth-of-type(1){width: 130px;margin-right: 25px;border-right: 1px solid #e1e1e1;}*/
.news_pages_box li:nth-last-of-type(1){width: 130px;margin-left: 25px;border-right: 1px solid #e1e1e1;text-align: center;line-height:45px;}
/*.news_pages_box li:nth-last-of-type(2){border-right: 1px solid #e1e1e1;}*/
.news_pages_box li.thisclass{width: 50px;height: 45px;text-align: center;line-height:45px;background: #f15a28;color: #FFFFFF;}
.news_detial_box{width: 100%;height: auto;padding: 70px 0px;}
.news_detial_top{width: 100%;height: auto;}
.news_detial_top h2{font-size: 30px;color: #333333;text-align: center;}
.news_detial_top span{display: block;text-align: center;font-size: 14px;color: #666666;margin-top: 35px;margin-bottom: 11px;}
.news_detial_top p{font-size: 14px;color: #333;text-align: justify;line-height: 24px;margin-top: 24px;text-indent: 2em;}
.news_detial_top img{display: block;margin: 0px auto;margin-top: 30px;}
.news_pages_box li.active{border: none;text-align: center;line-height:45px;}
/*微谱概览*/
.about_gsjj_box{width: 100%;height: auto;padding: 60px 0px;}
.about_gsjj_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 35px;}
.about_gsjj_content_left{width: 462px;height: auto;}
.about_gsjj_content_left img{width: 100%;height: auto;display: block;}
.about_gsjj_content_right{width: 688px;height: auto;}
.about_gsjj_content_right p{color: #444444;line-height: 24px;text-align: justify;margin-top: 14px;}
.about_gsjj_content_right p:nth-of-type(1){margin-top: 0px;}
.about_gsjj_title{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.about_gsjj_title span{display: block;width: 100px;height: 1px;background: #333333;}
.about_gsjj_title h2{font-size: 36px;color: #333333;font-weight: bold;margin: 0px 47px;}
.about_sj_box{width: 100%;height: 303px;background: url(../images/about_gsjj_sz_bg.jpg) no-repeat center center;clear: both;display: flex;justify-content: center;align-items: center;}
.about_sj_content{width: 971px;height: 303px;display: flex;align-items: center;margin: 0px auto;}
.about_sj_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.about_sj_content_ul li{width: 288px;height: auto;text-align: center;height: 60px;display: flex;align-items: center;flex-direction: column;border-right: 1px solid #FFFFFF;}
.about_sj_content_ul li p{font-size: 18px;color: #FFFFFF;text-align: center;}
.about_sj_content_ul li h2{font-size: 24px;color: #FFFFFF;text-align: center;}
/*.about_sj_content_ul li:nth-last-of-type(1) p{display: none;}*/
.about_sj_content_ul li:nth-of-type(1),.about_sj_content_ul li:nth-of-type(2),.about_sj_content_ul li:nth-of-type(3){margin-bottom: 68px;}
.about_sj_content_ul li:nth-of-type(3),.about_sj_content_ul li:nth-of-type(6){border-right: none;}
.about_sj_content_ul li:hover p{font-size: 22px;}
.about_sj_content_ul li:hover h2{font-size: 30px;color: #ff8519;}
.about_fzlc_box{width: 100%;height: auto;padding: 60px 0px;}
.about_fzlc_ul{width: 1191px;height: auto;margin-top: 60px;display: table;position: relative;}
.about_fzlc_ul li{width: 547px;height: auto;position: relative;float: left;clear: both;}
.about_fzlc_ul_div{width: 429px;height: auto;float: left;}
.about_fzlc_ul_div p{color: #666666;text-align: justify;line-height: 24px;}
.about_fzlc_ul li span{display: block;width: 101px;height: 101px;background: url(../images/about_fzlc_bg.png) no-repeat center center;font-size: 22px;color: #FFFFFF;font-weight: bold;text-align: center;line-height: 101px;float: right;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}
.about_fzlc_ul:after{content: "";display: block;width: 1px;height: 100%;background: #0068b7;position: absolute;left: 50%;transform: translateX(-50%);top: 30px;}
.about_fzlc_ul li:nth-of-type(even){float: right;clear: both;}
.about_fzlc_ul li:nth-of-type(even) span{left: 0px;float: left;}
.about_fzlc_ul li:nth-of-type(odd):after{content:"";display: block;width: 19px;height: 19px;background: url(../images/about_fzlc_icon.png) no-repeat center center;background-size: 19px;position: absolute;right: -57px;top: 20px;z-index: 999;}
.about_fzlc_ul li:nth-of-type(even) .about_fzlc_ul_div{float: right;}
.about_lab_content_box{width: 1050px;height: auto;margin: 0px auto;margin-top: 37px;}
.about_labory_box{width: 100%;height: auto;padding-bottom: 60px;}
.about_lab_content_top_sw_img{width: 100%;height: auto;position: relative;}
.about_lab_content_top_sw_img img{width: 100%;height: auto;display: block;}
.about_lab_content_top_sw_img h2{display: block;width: 100%;height: 60px;background: rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;font-size: 20px;color: #FFFFFF;position: absolute;left: 0px;bottom: 0px;}
.about_lab_content_bottom_sw_img img{width: 100%;height: auto;display: block;}
.about_lab_content_bottom_sw_img h2{display: block;width: 100%;height: 34px;background: rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;position: absolute;left: 0px;bottom: 0px;}
.about_lab_content_bottom_sw_left,.about_lab_content_bottom_sw_right{width: 40px;height: 40px;outline: none;}
.about_lab_content_bottom_sw_left{background: url(../images/about_lab_left.png) no-repeat center center;left: -50px;}
.about_lab_content_bottom_sw_right{background: url(../images/about_lab_right.png) no-repeat center center;right: -50px;}
.about_lab_content_bottom{width: 100%;height: auto;margin-top: 50px;position: relative;}
.about_lab_content_top_sw_img{width: 100%;height: auto;position: relative;}
.about_lab_content_top_sw_img img{width: 100%;height: auto;display: block;}
.about_lab_content_top_sw_img h2{display: block;width: 100%;height: 60px;background: rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;font-size: 20px;color: #FFFFFF;position: absolute;left: 0px;bottom: 0px;}
.about_lab_content_bottom_sw_img img{width: 100%;height: auto;display: block;}
.about_lab_content_bottom_sw_img h2{display: block;width: 100%;height: 34px;background: rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;font-size: 14px;color: #FFFFFF;position: absolute;left: 0px;bottom: 0px;}
.about_lab_content_bottom_sw_left,.about_lab_content_bottom_sw_right{width: 54px;height: 54px;outline: none;}
.about_lab_content_bottom_sw_left{background: url(../images/about_ryzz_left.png) no-repeat center center;left: -74px;}
.about_lab_content_bottom_sw_right{background: url(../images/about_ryzz_right.png) no-repeat center center;right: -74px;}
.about_lab_content_bottom_sw .swiper-slide-thumb-active{border: 2px solid #0068b7;}
.about_lab_content_bottom_sw_lefts,.about_lab_content_bottom_sw_rights{width: 54px;height: 54px;outline: none;}
.about_lab_content_bottom_sw_lefts{background: url(../images/about_ryzz_left.png) no-repeat center center;left: -74px;}
.about_lab_content_bottom_sw_rights{background: url(../images/about_ryzz_right.png) no-repeat center center;right: -74px;}
.about_lab_content_bottom_sw2 .swiper-slide-thumb-active{border: 2px solid #0068b7;}
/*微谱人文*/
.wprw_gshj_box{width: 100%;height: auto;padding: 60px 0px;}
.wprw_gshj_content{width: 100%;height: auto;margin-top: 34px;}
.wprw_gshj_content_list{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 15px;}
.wprw_gshj_content_list:nth-of-type(1){margin-top: 0px;}
.wprw_gshj_content_list_left{width: 50px;height: 160px;background: #0068b7;display: flex;justify-content: center;align-items: center;}
.wprw_gshj_content_list_left h2{display: block;width: 24px;color: #FFF;height: auto;}
.wprw_gshj_content_list_right{width: 1110px;height: auto;display: flex;justify-content: space-between;}
.wprw_gshj_content_list_right li{width: 360px;height: auto;}
.wprw_gshj_content_list_right li img{width: 100%;height: auto;display: block;}
.wprw_ygfz_box{width: 100%;height: auto;padding-bottom: 60px;}
.wprw_ygfz_content{width: 1043px;height: auto;margin: 0px auto;margin-top: 17px;}
.wprw_ygfz_content img{width: 100%;height: auto;display: block;}
.wprw_ygpx_box{width: 100%;height: auto;padding-bottom: 60px;}
.wprw_ygpx_title{width: 1200px;height: 55px;background: #0070c1;font-size: 24px;color: #FFFFFF;text-align: center;line-height: 55px;}
.wprw_ygpx_content{width: 1118px;height: auto;margin: 0px auto;margin-top: 50px;}
.wprw_ygpx_content img{width: 100%;height: auto;display: block;}
.wprw_ygfl_content{width: 100%;height: auto;background: url(../images/wprw_ygfl_img.jpg) no-repeat center center;background-size: cover;}
.wprw_ygfl_box{width: 100%;height: auto;padding: 42px 0px 57px 0px;margin-top: 47px;}
.wprw_ygfl_title{width: 100%;height: auto;position: relative;}
.wprw_ygfl_title h2{font-size: 16px;color: #525254;text-align: center;}
.wprw_ygfl_title a{display: block;font-size: 16px;color: #0070c1;padding-bottom: 5px;border-bottom: 1px solid #0070c1;position: absolute;right: 44px;top: 0px;font-weight: bold;}
.wprw_ygfl_ul{width: 820px;height: auto;display: table;margin: 0px auto;margin-top: 80px;}
.wprw_ygfl_ul li{width: 360px;height: auto;padding: 10px 0px;box-shadow: 0px 4px 5px 0px rgba(127, 127, 135, 0.45);border-radius: 10px;float: left;}
.wprw_ygfl_ul li:nth-of-type(even){float: right;}
.wprw_ygfl_ul li p{font-size: 14px;color: #FFFFFF;text-align: center;line-height: 24px;}
.wprw_ygfl_ul li:nth-of-type(even) p{color: #444444;}
.wprw_ygfl_ul li:nth-of-type(1){background: #f7a463;}
.wprw_ygfl_ul li:nth-of-type(2){background: #e1e1e1;padding-bottom: 24px;}
.wprw_ygfl_ul li:nth-of-type(3){background: #448aca;margin-left: -59px;margin-top: 18px;position: relative;z-index: 999;}
.wprw_ygfl_ul li:nth-of-type(4){background: #dcdcdc;margin-right: 52px;margin-top: -13px;position: relative;z-index: 999;padding: 24px 0px;}
.wprw_ygfl_ul li:nth-of-type(5){background: #8cbe73;position: relative;padding-top: 29px;margin-top: -25px;clear: both;margin-left: 37px;}
.wprw_ygfl_ul li:nth-of-type(6){background: #e1e1e1;position: relative;padding-top: 27px;margin-top: -15px;margin-right: -25px;padding-bottom: 21px;z-index: 99;}
.wprw_ygfl_ul li:nth-of-type(7){background: #648dc5;position: relative;padding-top: 23px;margin-top: 6px;margin-left: -10px;padding-bottom: 25px;clear: both;z-index: 99;}
.wprw_ygfl_ul li:nth-of-type(8){background: #d1d1d1;position: relative;padding-top: 28px;margin-top: -94px;margin-right: 18px;padding-bottom: 18px;z-index: 88;clear: both;}
.wprw_ygfc_box{width: 100%;height: auto;padding: 60px 0px;}
.wprw_ygfc_ul{width: 100%;height: auto;}
.wprw_ygfc_ul li{width: 100%;height: auto;margin-top: 60px;}
.wprw_ygfc_ul li h2{font-size: 24px;color: #444444;text-align: center;}
.wprw_ygfc_ul_div{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 30px;}
.wprw_ygfc_ul_div img{display: block;}
/*企业宣传品*/
.qyxcp_video_box{width: 100%;height: auto;padding: 60px 0px;}
.qyxcp_video_content{width: 100%;height: auto;margin-top: 40px;}
.qyxcp_video_content video{width: 100%;height: auto;object-fit: fill;cursor: pointer;}
.qyxcp_more{display: block;width: 140px;height: 40px;border: solid 1px #0068b7;font-size: 18px;color: #0068b7;text-align: center;line-height: 40px;margin: 0px auto;margin-top: 43px;}
.qyxcp_xcc_box{width: 100%;height: auto;padding-bottom: 60px;}
.qyxcp_xcc_ul{width: 100%;height: auto;margin-top: 9px;}
.qyxcp_xcc_ul li{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 40px;}
.qyxcp_xcc_ul li a:nth-of-type(1){font-size: 18px;color: #444444;display: block;padding-bottom: 5px;border-bottom: 1px solid #444444;}
.qyxcp_xcc_ul li a:nth-of-type(2){display: block;font-size: 18px;color: #0068b7;padding-bottom: 5px;text-align: center;border-bottom: 1px solid #0068b7;}
.qyxcp_xcc_ul li a:hover{color: #f15a28;border-bottom-color: #f15a28;}
.qyxcp_more:hover{color: #f15a28;border-color: #f15a28;}
/*招贤纳士*/
.zxns_box{width: 100%;height: auto;padding: 60px 0px;}
.zxns_content_box{width: 100%;height: auto;padding: 29px 25px;background: #f5f5f5;}
.zxns_content_ul{width: 100%;height: auto;padding-left: 40px;padding-right: 110px;background: #FFFFFF;}
.zxns_content_ul li{width: 100%;height: auto;padding-bottom: 30px;border-bottom: 1px solid #d4d4d4;padding-top: 50px;}
.zxns_content_ul li:nth-last-of-type(1){border-bottom: none;}
.zxns_content_ul li h2{font-size: 18px;color: #444444;font-weight: bold;}
.zxns_content_ul_div{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;margin-top: 40px;}
.zxns_content_ul_div p{display: block;padding: 0px 28px;border-right: 1px solid #d4d4d4;line-height: 25px;color: #444444;}
.zxns_content_ul_div p:nth-of-type(1){padding-left: 0px;}
.zxns_content_ul_div p:nth-last-of-type(1){padding-right: 0px;border-right: none;}
.zxns_detial_content{width: 100%;height: auto;padding: 0px 40px;background: #FFFFFF;padding-bottom: 92px;}
.zxns_detial_content_top{width: 100%;height: auto;padding-top: 55px;}
.zxns_detial_content_top h2{font-size: 20px;color: #444444;text-align: center;font-weight: bold;}
.zxns_detial_content_bottom{width: 100%;height: auto;}
.zxns_detial_content_bottom h2{font-size: 16px;color: #444444;font-weight: bold;margin-top: 42px;margin-bottom: 15px;}
.zxns_detial_content_bottom p{font-size: 16px;color: #444444;text-align: justify;line-height: 60px;}
/*全国分支*/
.qgfz_box{width: 100%;height: auto;padding: 60px 0px;}
.qgfz_ul_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.qgfz_ul_box li{width: 590px;height: auto;}
.qgfz_ul_box li a{margin-top: 48px;display: flex;justify-content: flex-start;align-items: flex-start;width: 100%;height: auto;}
.qgfz_ul_box li img{width: 210px;height: auto;display: block;}
.qgfz_ul_right{margin-left: 19px;}
.qgfz_ul_right h2{font-size: 24px;color: #0b5d8c;font-weight: bold;}
.qgfz_ul_right p{font-size: 14px;color: #666666;line-height: 24px;}
.qgfz_ul_box li:nth-last-of-type(1) .qgfz_ul_right p{display: none;}
.qgfz_ul_box li:nth-last-of-type(1) .qgfz_ul_right h2{display: block;padding-bottom: 4px;border-bottom: 1px solid #ed6d46;color: #ed6d46;}
/*社会媒体*/
.shmt_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.shmt_box li{display: flex;justify-content: flex-start;align-items: center;width: 35%;margin-top: 37px;}
.shmt_box li img{width: 196px;height: auto;display: block;box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);}
.shmt_box li h2{font-size: 18px;color: #444444;margin-left: 24px;}
.shmt_box li:nth-of-type(1),.shmt_box li:nth-of-type(2){margin-top: 0px;}
/*四级页面详情*/
.siji_detial_box{width: 100%;height: auto;padding: 70px 0px;}
.siji_detial_content{width: 100%;height: auto;}
.siji_detial_content_top{width: 100%;height: auto;padding-bottom: 28px;border-bottom: 2px solid #e1e1e1;}
.siji_detial_content_top h2{font-size: 40px;color: #444444;font-weight: bold;}
.siji_detial_content_top p{color: #444444;text-align: justify;line-height: 24px;margin-top: 30px;}
.siji_detial_content_bottom{width: 100%;height: auto;margin-top: 40px;position: relative;}
.siji_detial_content_bottom_left{width: 850px;height: auto;}
.siji_detial_content_bottom_left img{width: 100%;height: auto;display: block;}
.siji_detial_content_bottom_left h3{font-size: 24px;color: #444444;font-weight: bold;margin-top: 45px;}
.siji_detial_content_bottom_left p{color: #444444;text-align: justify;line-height: 24px;margin-top: 30px;}
.siji_detial_content_bottom_right{width: 310px;height: auto;position: absolute;right: 0px;top: 0px;background: #FFFFFF;}
.siji_detial_content_bottom_right_top{width: 100%;height: auto;padding: 26px;padding-bottom: 40px;background: #f8f8f8;}
.siji_detial_content_bottom_right_top p{color: #666666;line-height: 30px;text-align: justify;}
.siji_detial_content_bottom_right_top_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 35px;}
.siji_detial_content_bottom_right_top_ul li{width: 120px;height: 45px;background: #0068b7;}
.siji_detial_content_bottom_right_top_ul li:nth-last-of-type(2){background: #f15a28;}
.siji_detial_content_bottom_right_top_ul li a{display: block;width: 100%;height: 100%;font-size: 18px;color: #FFFFFF;text-align: center;line-height: 45px;}
.siji_detial_content_bottom_right_bottom{width: 100%;height: auto;padding: 20px;}
.siji_detial_content_bottom_right_bottom h2{font-size: 18px;color: #666666;margin-bottom: 20px;}
.siji_detial_content_bottom_right_bottom p{color: #666666;line-height: 30px;padding-left: 26px;position: relative;display: block;}
.siji_detial_content_bottom_right_bottom p:before{content: "";display: block;width: 18px;height: 16px;background: url(../images/siji_detial_icon.png) no-repeat center center;background-size: 18px 16px;position: absolute;left: 0px;top: 50%;margin-top: -8px;}
.siji_detial_content_bottom_right.on{position: fixed;right: 12.1%;top: 0;}
/*content end*/
/*footer start*/
/*.footer{width: 100%;height: auto;padding: 63px 0px 32px 0px;background: #484848;}*/
/*.footer_top_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}*/
/*.footer_logo_box{width: 191px;height: auto;padding-right: 50px;position: relative;}*/
/*.footer_logo_box img{width: 100%;height: auto;display: block;}*/
/*.footer_logo_box:after{content: "";width: 2px;height: 188px;background: url(../images/web_icon.png) no-repeat -390px -403px;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}*/
/*.footer_top_nav{width: 447px;height: auto;display: flex;justify-content: space-between;}*/
/*.footer_top_nav_div{width: 290px;height: auto;display: flex;justify-content: space-around;flex-wrap: wrap;}*/
/*.footer_top_nav li h2{font-size: 18px;color: #FFF;text-align: center;margin-bottom: 40px;}*/
/*.footer_top_nav a{display: block;width: 100%;height: auto;display: block;text-align: center;line-height: 45px;color: #FFF;font-size:14px;}*/
/*.footer_top_nav_div a{width: 50%;line-height: 36px;}*/
/*.footer_top_right{width: 454px;height: auto;}*/
/*.footer_top_right_lxfs{width: 100%;height: auto;}*/
/*.footer_top_right_lxfs li{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;color: #FFFFFF;margin-top: 10px;font-size:14px;}*/
/*.footer_top_right_lxfs li:nth-of-type(1){margin-top: 0px;}*/
/*.footer_top_right_lxfs li span{display: block;width: 40px;height: 40px;background: url(../images/web_icon.png) no-repeat;}*/
/*.footer_top_right_lxfs li:nth-of-type(1) span{background-position: -110px -395px;}*/
/*.footer_top_right_lxfs li:nth-of-type(2) span{background-position: -160px -395px;}*/
/*.footer_top_right_alinks{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}*/
/*.footer_top_right_alinks li{*/
/*    width: 25%;*/
/*    !*margin-left: 10px;*!*/
/*    !*margin-left: 5px;*!*/
/*    margin-top: 10px;*/
/*    */
/*}*/
/*.footer_top_right_alinks li:nth-of-type(4n+1){margin-left: 0px;}*/
/*.footer_top_right_alinks li a{display: flex;justify-content:space-evenly;align-items: center;width: 100%;color: #FFFFFF;font-size:13px;}*/
/*.footer_top_right_alinks li span{display: block;width: 30px;height: auto;}*/
/*.footer_top_right_alinks li span img{width: 100%;height: auto;display: block;}*/
/*.footer_last{width: 100%;height: auto;padding-top: 27px;border-top: 1px solid #595959;margin-top: 33px;color: #FFFFFF;text-align: center;font-size:14px;}*/
/*.footer_last a{color: #FFFFFF;}*/
.right_online_box{width: 10.8vw;height: auto;position: fixed;z-index: 9999;right: 1.3vw;bottom: 9.3vw;display: none;}
.right_online_box li{width: 100%;height: 10.8vw;background: #FFFFFF;border-radius: 50%;box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);margin-top: 2vw;display: flex;justify-content: center;align-items: center;}
.right_online_box li a{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;}
.right_online_box li img{display: block;width: 5.3vw;height: auto;}
/*footer end*/
.right_online{width: 86px;height: auto;position: fixed;top: 50%;transform: translateY(-50%);right: 3px;z-index: 9999;}
.right_online li{width: 100%;height: auto;position: relative;margin-top:10px;}
.right_online li:nth-of-type(1){margin-top:0px;}
.right_online li img{width: 100%;height: auto;display: block;z-index: 99;position: relative;}
.right_online li img:nth-of-type(2){display: none;}
.right_online_div{width: 0px;height: 90px;background: #fef0eb;border-radius: 9px;position: absolute;right: 3px;top: 3px;z-index: 11;font-size: 20px;color: #f15a28;line-height: 90px;text-indent: 1.5em;transition: all 0.6s;overflow: hidden;}
.right_online li:hover img:nth-of-type(2){display: block;}
.right_online li:hover img:nth-of-type(1){display: none;}
.right_online li:hover .right_online_div{width: 260px;}
.right_list_ewm_box{width: 150px;height: 139px;background:url(../images/right_online_ewm_list_bg.jpg.png) no-repeat;background-size: 150px 180px;position: absolute;left: -150px;top: -16px;display: none;}
.right_list_ewm_box img{width: 128px !important;height: auto;margin-left:7px;margin-top:7px;display: block !important;}
.right_list_ewm_box p{display: block;width: 100%;height: auto; padding: 0px 13px 0px 4px;font-size: 12px;color: #fff;text-align: center;margin-top:10px;}
.right_online li:hover .right_list_ewm_box{display: block;}

/*站点地图*/
.zdit_box{width: 100%;height: auto;padding: 70px 0px;}
.zdit_top{width: 100%;height: auto;padding-bottom: 8px;border-bottom: 1px solid #e5e5e5;display: flex;justify-content: space-between;align-items: center;}
.zdit_left{font-size: 24px;font-weight: bold;color: #333333;}
.zdit_right{display: flex;justify-content: flex-start;}
.zdit_right a{display: block;color: #333333;margin-left: 15px;width: 80px;height: 30px;border: 1px solid #e5e5e5;text-align: center;line-height: 30px;}
.zdit_right a:hover{color: #0068b7;border-color: #0068b7;}
.zdit_right on{color: #0068b7;border-color: #0068b7;}
.zddt_box{width: 100%;height: auto;}
.zddt_box li{width: 100%;height: auto;padding: 50px 0px;border-bottom: 1px solid #E5E5E5;}
.zddt_box li:nth-last-of-type(1){border-bottom: none;padding-bottom: 0px;}
.zddt_div_nav1{font-size: 24px;color: #FFFFFF;font-weight: bold;padding:0px 32px;height: 30px;line-height: 30px;text-align: center;background: #0068B7;border-radius: 0px 15px 15px 0px;display: initial;}
.zddt_div_nav1 a{color: #fff;}
.zddt_div_nav2{width: 100%;height: auto;}
.zddt_div_nav2 a{font-size: 20px;color: #333333;font-weight: bold;border-bottom: 1px solid #e5e5e5;margin-top: 30px;display: block;width: 100%;padding-bottom: 18px;}
.zddt_div_nav2 a:hover{color: #0068b7;}
.zddt_div_nav3{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.zddt_div_nav3 a{display: initial;width: auto;font-weight: normal;border: none;padding: 0;margin-top: 20px;color: #666666;margin-right: 20px;font-size: 14px;}
/*响应式部分*/
/*@media (max-width: 1199px) {*/
/*	.content_WH{width: 92%;}*/
/*	!*header*!*/
/*	.header_right_box{width: 750px;}*/
/*	.nav_box{width: 615px;}*/
/*	.nav_box li h2:after{display: none;}*/
/*	.nav_box li:nth-of-type(2) .nav_list_box{width: 910px;}*/
/*	.nav_box li:nth-of-type(2) .nav_list2_box{width: 173px;}*/
/*	.nav_box li:nth-of-type(2) .nav_list2_box li h3 a{width: 153px;padding-left: 20px}*/
/*	.navlist3_content{left: 173px;}*/
/*	.navlist4_content{width: 377px;}*/
/*	.nav_list4_box{width: 100%;}*/
/*	.nav_list4_bottom{width: 94%;}*/
/*	.nav_list4_bottom li{width: 48.5%;}*/
/*	.nav_list4_bottom li a img{width: 45%;}*/
/*	.nav_list4_bottom_div{width: 45%}*/
/*	.nav_box li .nav_list4_bottom_div h2{font-size: 16px;}*/
/*	!*footer *!*/
/*	.footer_top_box{flex-wrap: wrap;justify-content: flex-start;}*/
/*	.footer_top_nav{width: 547px;}*/
/*	.footer_top_nav_div{width: 404px;}*/
/*	.footer_top_right{width: 100%;}*/
/*	.footer_top_right_alinks li{width: 13%;}*/
/*	!*right_online*!*/
/*	.right_online{width: 55px;}*/
/*	.right_online_div{height: 100%;display: flex;align-items: center;top: 0px;}*/
/*	!*index.html start*!*/
/*	.index_services_ul li{width: 19.5%;}*/
/*	.index_services_ul_bottom_div{width: 92%;}*/
/*	.index_services_ul_bottom_div h2{width: 92%;background: none;}*/
/*	.index_services_ul_top p{width: 92%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}*/
/*	.index_services_ul_top span{margin-top:5px;}*/
/*	.index_services_box{padding: 40px 0px;}*/
/*	.index_kysl_box{padding: 40px 0px;}*/
/*	.index_kysl_content_ul li:before{width: 100%;}*/
/*	.index_kysl_content_ul li h2 span{font-size: 40px;}*/
/*	.index_kysl_content_ul li:after{display: none;}*/
/*	.index_news_ul li{width: 296px;}*/
/*	.index_news_ul li:nth-of-type(1), .index_news_ul li:nth-of-type(2){width: 48.5%;}*/
/*	.index_news_box{padding: 40px 0px;}*/
/*	!*index.html end*!*/
/*	!*xclly.html*!*/
/*	.xcl_fwxm_box{padding: 40px 0px;}*/
/*	.xcl_fwxm_title h2{font-size: 35px;}*/
/*	.xcl_jj_content_left{width: 497px;}*/
/*	.xcl_jj_content_right{width: 386px;}*/
/*	.xcl_choose_us_ul li{width: 220px;padding-bottom:35px;}*/
/*	.xcl_choose_us_ul li p{width: 90%;margin-top:15px;}*/
/*	.xcl_choose_us_box{padding: 40px 0px;}*/
/*	.xcl_news_box{padding: 40px 0px;}*/
/*	.xcl_news_content_left{width: 48.5%;}*/
/*	.xcl_news_content_right{width: 48.5%}*/
/*	.xcl_news_content_right_content_list_ul li{width: 100%;}*/
/*	!*三级页面*!*/
/*	.xcl_detial_box{padding: 40px 0px;}*/
/*	.xcl_detial_ul li img{width: 48.5%;}*/
/*	.xcl_detial_ul_div{width: 48.5%;}*/
/*	.xcl_detial_ul_div_content a{margin-top: 25px;}*/
/*	.xcl_detial_ul_div_content p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}*/
/*	!*四级页面*!*/
/*	.siji_detial_box{padding: 40px 0px;}*/
/*	.siji_detial_content_bottom_right.on{right: 0px;}*/
/*	.siji_detial_content_bottom_left{width: 585px;}*/
/*	!*微谱概览*!*/
/*	.about_gsjj_box{padding: 40px 0px;}*/
/*	.about_gsjj_content_left{width: 48.5%;}*/
/*	.about_gsjj_content_right{width: 48.5%;}*/
/*	.about_fzlc_box{padding: 40px 0px;}*/
/*	.about_fzlc_ul{width: 100%;}*/
/*	.about_fzlc_ul li{width: 447px;}*/
/*	.about_fzlc_ul_div{width: 342px;}*/
/*	.about_fzlc_ul li:nth-of-type(odd):after{right: -19px;}*/
/*	.about_lab_content_box{width: 100%;}*/
/*	.about_lab_content_bottom_sw_left{display: none;}*/
/*	.about_lab_content_bottom_sw_lefts{display: none;}*/
/*	.about_lab_content_bottom_sw_right{display: none;}*/
/*	.about_lab_content_bottom_sw_rights{display: none;}*/
/*	!*微谱人文*!*/
/*	.wprw_gshj_box{padding: 40px 0px;}*/
/*	.wprw_gshj_content_list{flex-wrap: wrap;}*/
/*	.wprw_gshj_content_list_left{width: 100%;height: auto;}*/
/*	.wprw_gshj_content_list_left h2{width: 100%;text-align: center;}*/
/*	.wprw_gshj_content_list_right{width: 100%;}*/
/*	.wprw_gshj_content_list_right li{width: 295px;}*/
/*	.wprw_ygfz_content{width: 100%;}*/
/*	.wprw_ygpx_title{width: 100%;}*/
/*	.wprw_ygpx_content{width: 100%;}*/
/*	.wprw_ygfz_box{padding-bottom: 40px;}*/
/*	.wprw_ygfc_box{padding: 40px 0px;}*/
/*	.wprw_ygfc_ul li{margin-top:30px;}*/
/*	.wprw_ygfc_ul_div img{width: 32%;}*/
/*	!*新闻*!*/
/*	.news_content_box{padding: 40px 0px;}*/
/*	.news_list_box li{width: 299px;}*/
/*	.news_list_box li h2{width: 100%;}*/
/*	.news_list_box li p{width: 100%;}*/
/*	!*新闻详情*!*/
/*	.news_detial_box{padding: 40px 0px;}*/
/*	!*企业宣传品*!*/
/*	.qyxcp_video_box{padding: 40px 0px;}*/
/*	.qyxcp_xcc_box{padding-bottom: 40px;}*/
/*	!*社交媒体*!*/
/*	.qgfz_box{padding: 40px 0px}*/
/*	.shmt_box li{width: 48.5%;}*/
/*	!*全国分支*!*/
/*	.qgfz_ul_box li{width: 48.5%;}*/
/*	!*招聘*!*/
/*	.zxns_box{padding: 40px 0px;}*/
/*	.zxns_content_box{width: 100%;}*/
/*	.zxns_content_ul{width: 100%;}*/


/*}*/
/*@media (max-width: 990px) {*/
/*	.header_right_box{display: none;position: absolute;width: 100%;left: 0px;top: 13.4vw;z-index: 9999;height: calc(100% - 13.3vw);background: #fff;overflow: hidden;overflow-y: auto;}*/
/*	.header_m_right{display: flex;}*/
/*	.header_box{height: 13.4vw;}*/
/*	.nav_box{width: 100%;display: block;}*/
/*	.nav_box li h2{line-height: 9.8vw;text-align: center;}*/
/*	.header_language_box{position: absolute;right: 4%;top: 0px;}*/
/*	.nav_list2_box{width: 100%;position: relative;}*/
/*	.nav_list2_box1:before{left: 50%;}*/
/*	.nav_list_box{width: 100%;position: relative;transform: none;left: 0px;top: 0px;}*/
/*	.nav_box li:nth-of-type(2) .nav_list_box{width: 100%;position: relative;transform: none;left: 0px;top: 0px;}*/
/*	.nav_box li:nth-of-type(2) .nav_list2_box{width: 100%;position: relative;}*/
/*	.nav_box li:nth-of-type(2) .nav_list2_box li h3 a{width: 100%;padding-left: 0px;text-align: center;}*/
/*	.nav_box li:nth-of-type(3) .nav_list_box{width: 100%;position: relative;transform: none;left: 0px;top: 0px;}*/
/*	.nav_box li:nth-of-type(3) .nav_list2_box{width: 100%;position: relative;}*/
/*	.nav_box li:nth-of-type(3) .nav_list2_box li h3 a{width: 100%;padding-left: 0px;text-align: center;}*/
/*	.navlist3_content{display: none;}*/
/*	.logo{width: 13vw;}*/
/*	.index_services_ul_top p{-webkit-line-clamp: 2;margin-top:15px;}*/
/*	.index_kysl_content_ul li h2 span{font-size: 20px;}*/
/*	.index_kysl_content_ul li p{font-size: 16px;}*/
/*	.index_news_ul li{width: 48.5%;}*/
/*	.index_news_ul li:nth-last-of-type(1){display: none;}*/
/*	.footer_top_nav{width: 68%;}*/
/*	.footer_top_right_alinks li{width: 15%;}*/
/*	.footer_top_nav li:nth-of-type(1){width: 68%}*/
/*	.footer_top_nav li{width: 32%;}*/
/*	.footer_top_nav_div{width: 100%;}*/
/*	.footer_last{font-size: 14px;}*/
/*	!*xclly.html*!*/
/*	.xcl_fwxm_ul_box li{width: 32%;}*/
/*	.xcl_fwxm_ul_box li{width: 23.6%;}*/
/*	.xcl_fwxm_ul_div h2{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}*/
/*	.xcl_fwxm_ul_div p{width: 90%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;margin-top:0px;}*/
/*	.xcl_fwxm_ul_box li:hover .xcl_fwxm_ul_div h2{margin-top:5px;}*/
/*	.xcl_fwxm_ul_div span{bottom: 20px;}*/
/*	.xcl_fwxm_ul_div{top: 77%;}*/
/*	.xcl_jj_content_left{width: 48.5%;}*/
/*	.xcl_jj_content_right{width: 48.5%;}*/
/*	.xcl_fwxm_title{display: block;}*/
/*	.xcl_fwxm_title h2{padding-top: 2%;display: block;}*/
/*	.xcl_jj_content_left_txt{margin-top:19px;}*/
/*	.xcl_choose_us_ul li{width: 24.8%;}*/
/*	.xcl_detial_ul_div_content h2{margin-top:6%;font-size: 25px;}*/
/*	!*四级页面*!*/
/*	.siji_detial_content_bottom_left{width: 55%;}*/
/*	!*微谱概览*!*/
/*	.about_gsjj_content{display: block;}*/
/*	.about_gsjj_content_left{width: 462px;margin:0px auto;}*/
/*	.about_gsjj_content_right{width: 100%;margin-top:30px;}*/
/*	.about_fzlc_ul_div{width: 67%;}*/
/*	.about_fzlc_ul li{width: 50%;}*/
/*	.about_fzlc_ul li span{right: 2%;}*/
/*	.about_fzlc_ul li:nth-of-type(even) span{left: 2%;}*/
/*	.about_fzlc_ul li:nth-of-type(odd):after{right: -3%;top: 40%;}*/
/*	.about_fzlc_ul:after{height: 100%;top: 0px;}*/
/*	.about_fzlc_ul li:nth-of-type(even){clear: none;margin-top:5%;}*/
/*	.about_fzlc_ul{margin-top: 40px;}*/
/*	.about_sj_content{width: 100%;}*/
/*	!*微谱人文*!*/
/*	.wprw_gshj_content_list_right li{width: 32%;}*/
/*	.wprw_ygfl_ul{width: 100%;}*/
/*	.wprw_ygfl_ul li{width: 43%;}*/
/*	.wprw_ygfc_ul_div img{height: 100%;}*/
/*	!*新闻*!*/
/*	.news_list_box li{width: 32%;padding-bottom: 2%;margin-top:2%;}*/
/*	!*社交媒体*!*/
/*	.shmt_box li{display: block;}*/
/*	.shmt_box li img{margin:0px auto;}*/
/*	.shmt_box li h2{margin-left: 0px;text-align: center;margin-top:18px;}*/
/*	!*全国分支*!*/
/*	.qgfz_ul_box li a{display: block;}*/
/*	.qgfz_ul_box li img{margin:0px auto;}*/
/*	.qgfz_ul_right{margin-left: 0px;width: 100%;}*/
/*	.qgfz_ul_right h2{text-align: center;margin-top:15px;margin-bottom:15px;}*/
/*	.qgfz_ul_right p{text-align: center;}*/
/*}*/
/*@media(max-width: 768px){*/
/*	.logo{width: 21vw;}*/
/*	.nav_box li h2{line-height:20vw;}*/
/*	.banner{display: none;}*/
/*	.banner1{width:95%!important;font-size: 3.8vw;*/
/*    text-align: justify;*/
/*}*/
/*	.banner_m{display: block;}*/
/*	.index_title_box span{display: none;}*/
/*	.index_services_ul{margin-top:3.8vw;}*/
/*	.index_services_ul li{margin-top:1.5vw;}*/
/*	.index_services_box{padding: 8vw 0px;}*/
/*	.index_title_center h2{font-size: 4.8vw;font-weight: bold;}*/
/*	.index_title_center p{font-size: 3.2vw;}*/
/*	.index_services_ul li{width: 48.5%;}*/
/*	.index_services_ul_top p{-webkit-line-clamp: 3;margin-top:5vw;}*/
/*	.index_services_ul_bottom_div{height: 33vw;}*/
/*	.index_services_ul_bottom_div h2{font-size: 4.2vw;}*/
/*	.index_title_boxs span{display: none;}*/
/*	.index_kysl_box{padding: 8vw 0px;}*/
/*	.index_title_centers h2{font-size: 4.8vw;font-weight: bold;}*/
/*	.index_title_centers p{font-size: 3.2vw;}*/
/*	.index_kysl_content{padding-top: 6.8vw;}*/
/*	.index_kysl_content p{font-size: 3.2vw;line-height:5.8vw;}*/
/*	.index_kysl_content_ul{margin-top:5.3vw;flex-wrap: wrap;}*/
/*	.index_kysl_content_ul li{padding-bottom: 3.8vw;width: 48.5%;margin-top: 3.8vw;}*/
/*	.index_kysl_content_ul li:nth-of-type(1),.index_kysl_content_ul li:nth-of-type(2),.index_kysl_content_ul li:nth-of-type(3){width: 32%;}*/
/*	.index_kysl_content_ul li h2{font-size: 4.8vw;}*/
/*	.index_kysl_content_ul li p{font-size: 3.2vw;margin-top: 2.8vw;}*/
/*	.index_news_box{padding: 8vw 0px;}*/
/*	.index_news_ul{margin-top: 5.8vw;}*/
/*	.index_news_ul_div{height: 8vw;}*/
/*	.index_news_ul_div p{line-height:8vw;font-size: 3.2vw;width: 92%;}*/
/*	.index_news_ul li:nth-of-type(1) p, .index_news_ul li:nth-of-type(2) p{font-size: 3.2vw;}*/
/*	.index_news_ul_div span{display: none;}*/
/*	.index_weipu_fgs_box{padding-bottom: 8vw;}*/
/*	.index_weipu_fgs_content{margin-top: 5.8vw;}*/
/*	.footer{padding:8vw 0px;}*/
/*	.right_online{display: none;}*/
/*	.footer_logo_box:after{display: none;}*/
/*	.footer_top_box{display: block;}*/
/*	.footer_logo_box{padding: 0;margin:0px auto;width: 33vw;}*/
/*	.footer_top_nav{width: 100%;margin-top: 5.8vw}*/
/*	.footer_top_nav li h2{margin-bottom: 3.8vw;font-size: 4.8vw;font-weight: bold;}*/
/*	.footer_top_nav_div a{font-size: 3.2vw;line-height:6.2vw;}*/
/*	.footer_top_nav a{font-size: 3.2vw;line-height:6.2vw;}*/
/*	.footer_top_right_lxfs{margin-top:5.8vw;}*/
/*	.footer_top_right_lxfs li{font-size: 3.2vw;}*/
/*	.footer_top_right_alinks li a{font-size: 3.2vw;}*/
/*	.footer_top_right_alinks li{width:33.3%;}*/
/*	.footer_top_right_alinks li:nth-of-type(3n+1){margin-left:0px;}*/
/*	.footer_last{padding-top:5.8vw;font-size: 3.2vw;margin-top:5vw;}*/
/*	.right_online_box{display: block;}*/
/*	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{display: none;}*/
/*	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{display: none;}*/
/*	!*xclly.html*!*/
/*	.main_links_box{padding-top:5vw;font-size: 3.8vw;}*/
/*	.xcl_fwxm_box{padding: 8vw 0px;}*/
/*	.xcl_fwxm_title h2{font-size: 5.8vw;font-weight: bold;line-height:5.8vw;}*/
/*	.xcl_fwxm_title h2 span{font-size: 5.8vw;font-weight: bold;}*/
/*	.xcl_fwxm_title h3{font-size: 4.8vw;}*/
/*	.xcl_fwxm_ul_box{margin-top:1.8vw;justify-content: space-between;}*/
/*	.xcl_fwxm_ul_box li{width: 48.5%;margin-top:3.2vw;margin-left:0px;}*/
/*	.xcl_fwxm_ul_div{top: 84%;}*/
/*	.xcl_fwxm_ul_div span{width: 32vw;height: 10vw;font-size: 3.2vw;bottom: 5.5vw;}*/
/*	.xcl_fwxm_ul_div h2{padding: 0px 1.2vw;font-size: 3.2vw;line-height:10vw;height: 10vw;}*/
/*	.xcl_fwxm_ul_div p{font-size: 3.2vw;}*/
/*	.xcl_jj_content{flex-wrap: wrap;}*/
/*	.xcl_jj_content_left{width: 100%;}*/
/*	.xcl_jj_content_right{width: 100%;margin-top:3.5vw;}*/
/*	.xcl_choose_us_title{font-size: 4.8vw;font-weight: bold;}*/
/*	.xcl_choose_us_box{padding: 8vw 0px;}*/
/*	.xcl_choose_us_ul{margin-top:1.5vw;}*/
/*	.xcl_choose_us_ul li{width: 48.5%;padding-bottom: 5%;margin-top:3.5vw;}*/
/*	.xcl_news_box{padding: 8vw 0px;}*/
/*	.xcl_news_content{flex-wrap: wrap;}*/
/*	.xcl_news_content_left{width: 100%;height: auto;}*/
/*	.xcl_news_content_left_news{padding-top:5.3vw;}*/
/*	.xcl_news_content_left_news span{font-size: 3.2vw;}*/
/*	.xcl_news_content_left_news h2{font-size: 4.2vw;}*/
/*	.xcl_news_content_left_news img{margin-top:3.2vw;}*/
/*	.xcl_news_content_right{width: 100%;}*/
/*	.xcl_news_content_right_butn{margin-top:5.2vw;justify-content: space-between;}*/
/*	.xcl_news_content_right_butn li{width: 32vw;height: 8.8vw;line-height:8.8vw;font-size: 3.2vw;}*/
/*	.xcl_news_content_right_content{margin-top:5.2vw;}*/
/*	.xcl_jj_content_left_txt{margin-top:3.5vw;}*/
/*	.xcl_jj_content_left_txt p{font-size: 3.5vw;line-height:5.8vw;}*/
/*	.xcl_choose_us_ul li h2{font-size: 4.2vw;font-weight: bold;margin-top: 3.2vw;}*/
/*	.xcl_choose_us_ul li p{font-size: 3.2vw;line-height:5.8vw;margin-top:2.8vw;}*/
/*	.xcl_choose_us_ul li:after{width: 33vw;height: 1vw;}*/
/*	.xcl_news_content_right_content_list_ul li{padding: 3.5vw;}*/
/*	.xcl_news_content_right_content_list_ul li span{font-size: 3.2vw;}*/
/*	.xcl_news_content_right_content_list_ul li h2{font-size: 4.8vw;margin-top:1.5vw;}*/
/*	.xcl_news_content_right_content_list_ul li strong{font-size: 3.2vw;margin-top:2.8vw;}*/
/*	!*三级页面*!*/
/*	.xcl_detial_box{padding: 8vw 0px;padding-top: 2.2vw;}*/
/*	.xcl_detial_ul{display: flex;justify-content: space-between;flex-wrap: wrap;}*/
/*	.xcl_detial_ul li{width: 48.5%;margin-top:5.8vw;display: block;}*/
/*	.xcl_detial_ul li:nth-of-type(1){margin-top:5.8vw;}*/
/*	.xcl_detial_ul li img{float: none;width: 100%;}*/
/*	.xcl_detial_ul li:nth-of-type(even) img{float: none;}*/
/*	.xcl_detial_ul_div{float: none;width: 100%;padding: 3.2vw;padding-top: 0px;}*/
/*	.xcl_detial_ul li:nth-of-type(even) .xcl_detial_ul_div{float: none;}*/
/*	.xcl_detial_ul_div_content h2{font-size: 4.8vw;font-weight: bold;text-align: center;margin-top:3.2vw;}*/
/*	.xcl_detial_ul_div_content span{width: 26vw;height: 0.6vw;margin:0px auto;margin-top:3.2vw;}*/
/*	.xcl_detial_ul_div_content p{font-size: 3.2vw;margin-top:3.2vw;line-height:5.8vw;}*/
/*	.xcl_detial_ul_div_content a{width: 28vw;height: 10vw;line-height:10vw;margin:0px auto;margin-top:3.2vw;font-size: 3.2vw;}*/
/*	!*四级页面*!*/
/*	.siji_detial_content_bottom_right{display: none;}*/
/*	.siji_detial_box{padding: 8vw 0px;}*/
/*	.siji_detial_content_top h2{font-size: 4.8vw;text-align: center;}*/
/*	.siji_detial_content_top p{font-size: 3.2vw;margin-top:3.2vw;line-height:5.8vw;}*/
/*	.siji_detial_content_top{padding-bottom: 3.2vw;}*/
/*	.siji_detial_content_bottom_left{width: 100%;}*/
/*	.siji_detial_content_bottom{width: 100%;height: auto;margin-top:3.2vw;}*/
/*	.siji_detial_content_bottom_left h3{font-size: 4.8vw;margin-top:3.8vw;}*/
/*	.siji_detial_content_bottom_left p{font-size: 3.2vw;line-height:5.8vw;margin-top:3.2vw;}*/
/*	!*微谱概览*!*/
/*	.about_gsjj_box{padding: 8vw 0px;}*/
/*	.about_gsjj_title span{width: 14vw;}*/
/*	.about_gsjj_title h2{font-size: 4.8vw;}*/
/*	.about_gsjj_content{margin-top: 5.3vw;}*/
/*	.about_gsjj_content_left{width: 100%;}*/
/*	.about_gsjj_content_right{margin-top: 5.3vw;}*/
/*	.about_gsjj_content_right p{font-size: 3.2vw;line-height:5.8vw;margin-top: 3.2vw;}*/
/*	.about_sj_box{height: auto;padding: 8vw 0px;background-size: cover; }*/
/*	.about_sj_content{height: auto;}*/
/*	.about_sj_content_ul li:nth-of-type(1), .about_sj_content_ul li:nth-of-type(2), .about_sj_content_ul li:nth-of-type(3){margin-bottom:0;}*/
/*	.about_sj_content_ul li{border-right: none;width: 48.5%;height: auto;margin-top:5vw;}*/
/*	.about_sj_content_ul li p{font-size: 3.2vw;}*/
/*	.about_sj_content_ul li h2{font-size: 4.8vw;}*/
/*	.about_sj_content_ul li:nth-of-type(1), .about_sj_content_ul li:nth-of-type(2){margin-top:0px;}*/
/*	.about_fzlc_box{padding: 8vw 0px;}*/
/*	.about_fzlc_ul:after{display: none;}*/
/*	.about_fzlc_ul{margin-top:5.2vw;}*/
/*	.about_fzlc_ul li:nth-of-type(odd):after{display: none;}*/
/*	.about_fzlc_ul li{width: 48.5%;padding-top: 101px;}*/
/*	.about_fzlc_ul_div{width: 100%;}*/
/*	.about_fzlc_ul li span{top: 0px;left: 50%;transform: translateX(-50%);}*/
/*	.about_fzlc_ul li:nth-of-type(even) span{margin-left:50%;}*/
/*	.about_fzlc_ul li:nth-of-type(even){margin-top:0px;}*/
/*	.about_fzlc_ul_div p{font-size: 3.2vw;line-height:5.8vw;}*/
/*	.about_lab_content_top_sw_img h2{font-size: 4.8vw;height: 10vw;line-height:10vw;}*/
/*	.about_labory_box{padding-bottom: 8vw;}*/
/*	.about_lab_content_bottom_sw_img h2{font-size: 3.2vw;height: 8vw;line-height:8vw;}*/
/*	.about_lab_content_bottom{margin-top:5.2vw;}*/
/*	.about_lab_content_box{margin-top:5.2vw;}*/
/*	!*微谱人文*!*/
/*	.wprw_gshj_box{padding: 8vw 0px;}*/
/*	.wprw_gshj_content{margin-top:5.2vw;}*/
/*	.wprw_gshj_content_list_left h2{font-size: 4.8vw;line-height:10vw;}*/
/*	.wprw_gshj_content_list_left{height: 10vw;}*/
/*	.wprw_gshj_content_list_right{flex-wrap: wrap;}*/
/*	.wprw_gshj_content_list_right li{width: 48.5%;}*/
/*	.wprw_gshj_content_list_right li:nth-of-type(1){width: 100%;margin-bottom:3.2vw;}*/
/*	.wprw_ygfz_box{padding-bottom: 8vw; }*/
/*	.wprw_ygpx_title{font-size: 4.8vw;height: 8vw;line-height:8vw;}*/
/*	.wprw_ygfl_box{margin-top:0px;padding: 8vw 0px;}*/
/*	.wprw_ygfl_title h2{font-size: 4.2vw;text-align: left;}*/
/*	.wprw_ygfl_title a{font-size: 3.2vw;right: 0px;}*/
/*	.wprw_ygfl_ul{margin-top:3.2vw;}*/
/*	.wprw_ygfl_ul li{width: 48.5%;padding: 1.5vw 0px;}*/
/*	.wprw_ygfl_ul li:nth-of-type(3){margin-left: 0px;margin-top:3.2vw;}*/
/*	.wprw_ygfl_ul li:nth-of-type(4){margin-top:3.2vw;padding: 1.5vw;margin-right:0px;}*/
/*	.wprw_ygfl_ul li:nth-of-type(5){margin-top:-7.8vw;margin-left: 0px;padding: 1.5vw;}*/
/*	.wprw_ygfl_ul li:nth-of-type(6){padding: 1.5vw;margin-top:3.2vw;margin-right:0px;}*/
/*	.wprw_ygfl_ul li:nth-of-type(8){padding: 1.5vw;margin-right:0px;margin-top: -24vw;}*/
/*	.wprw_ygfl_ul li:nth-of-type(7){padding: 1.5vw;margin-top:3.2vw;margin-left: 0px;}*/
/*	.wprw_ygfc_box{padding: 8vw 0px;}*/
/*	.wprw_ygfc_ul li{margin-top: 5.2vw;}*/
/*	.wprw_ygfc_ul li h2{font-size: 4.2vw;}*/
/*	.wprw_ygfc_ul_div{margin-top:5.2vw;flex-wrap: wrap;}*/
/*	.wprw_ygfc_ul_div img{width: 48.5%;}*/
/*	.wprw_ygfc_ul_div img:nth-of-type(1){width: 100%;margin-bottom:3.2vw;}*/
/*	!*新闻*!*/
/*	.news_content_box{padding: 8vw 0px;}*/
/*	.news_title_box span{width: 20vw;}*/
/*	.news_title_box h2{font-size: 4.8vw;}*/
/*	.news_list_box{margin-top:3.2vw;justify-content: space-between;}*/
/*	.news_list_box li{width: 48.5%;margin-left: 0px;padding-bottom: 5.3vw;}*/
/*	.news_list_box li h2{font-size: 4.2vw;margin-top:3.2vw;}*/
/*	.news_list_box li p{font-size: 3.2vw;line-height:5.8vw;margin-top:3.2vw;}*/
/*	.news_pages_box{margin-top:5.3vw;}*/
/*	.news_pages_box li:nth-of-type(1){width: 20vw;margin-right:3.2vw;}*/
/*	.news_pages_box li:nth-last-of-type(1){width: 20vw;}*/
/*	.news_pages_box li{width: 8vw;height: 8vw;font-size: 3.2vw;line-height:8vw;}*/
/*	.news_pages_box li.thisclass{width: 8vw;height: 8vw;font-size: 3.2vw;line-height:8vw;margin-right:0px;border-right: none;}*/
/*	.news_pages_box li a{line-height:8vw;}*/
/*	!*新闻详情*!*/
/*	.news_detial_box{padding: 8vw 0px;}*/
/*	.news_detial_top h2{font-size: 4.8vw;}*/
/*	.news_detial_top span{font-size: 3.2vw;margin:3.2vw 0px;}*/
/*	.news_detial_top img{width: 100%;margin-top:3.2vw;}*/
/*	.news_detial_top p{font-size: 3.2vw;margin-top:3.2vw;line-height:5.8vw;}*/
/*	!*企业宣传品*!*/
/*	.qyxcp_video_box{padding: 8vw 0px;}*/
/*	.qyxcp_video_content{margin-top:5.3vw;}*/
/*	.qyxcp_more{width: 33vw;height: 10vw;font-size: 3.8vw;line-height:10vw;margin-top:5.3vw;}*/
/*	.qyxcp_xcc_ul li{margin-top:5vw;}*/
/*	.qyxcp_xcc_ul li a:nth-of-type(1){font-size: 3.2vw;}*/
/*	.qyxcp_xcc_ul li a:nth-of-type(2){font-size: 3.2vw;}*/
/*	.qyxcp_xcc_box{padding-bottom: 8vw;}*/
/*	!*社交媒体*!*/
/*	.qgfz_box{padding: 8vw 0px;}*/
/*	.shmt_box li{margin-top:5vw;}*/
/*	.shmt_box li img{width: 100%;}*/
/*	.shmt_box li h2{font-size: 3.8vw;}*/
/*	!*全国分支*!*/
/*	.qgfz_ul_box li img{width: 100%;}*/
/*	.qgfz_ul_box li a{margin-top:5.2vw;}*/
/*	.qgfz_ul_right h2{font-size: 4.8vw;margin:3.2vw 0px;}*/
/*	.qgfz_ul_right p{font-size: 3.2vw;line-height:5.8vw;}*/
/*	!*招聘*!*/
/*	.zxns_box{padding: 8vw 0px;}*/
/*	.zxns_content_box{padding: 5vw;}*/
/*	.zxns_content_ul{padding:0px 2vw;}*/
/*	.zxns_content_ul li{padding: 5vw 0px;}*/
/*	.zxns_content_ul li h2{font-size: 4.8vw;}*/
/*	.zxns_content_ul_div{margin-top:5vw;}*/
/*	.zxns_content_ul_div p{font-size: 3.2vw;padding: 0px 3.2vw;}*/
/*	.zxns_detial_content_top{padding-top: 5vw;}*/
/*	.zxns_detial_content_top h2{font-size: 4.8vw;}*/
/*	.zxns_content_ul_div{display: flex;justify-content: center;}*/
/*	.zxns_detial_content{padding: 0px 5vw;}*/
/*	.zxns_detial_content_bottom p{font-size: 3.2vw;line-height:5.8vw;}*/
/*	!*站点地图*!*/
/*	.zdit_box{padding: 8vw 0px;}*/
/*	.zdit_left{font-size: 4.8vw;}*/
/*	.zdit_top{padding-bottom: 2vw;}*/
/*	.zdit_right a{font-size: 15vw;height: 8vw;line-height: 8vw;font-size: 3.2vw;}*/
/*	.zddt_box li{padding: 5.8vw 0px;}*/
/*	.zddt_div_nav1{font-size: 4vw;padding: 0px 5vw;height: 10vw;line-height: 10vw;border-radius: 0px 5vw 5vw 0px;}*/
/*	.zddt_div_nav2 a{margin-top: 5vw;padding-bottom: 2vw;font-size: 3.8vw;}*/
/*	.zddt_div_nav3 a{font-size: 3.2vw;margin-top: 3.2vw;margin-right: 3.2vw;}*/
/*}*/

/* 分页样式 */

/* ----- PB分页数字条效果 结束 ----- */

.pagebar .pagination {

    display: flex;

    justify-content: center;

    margin-top: 10px;

}

.pagination a {

    background: #fff;

    border: 1px solid #666;

    color: #333;

    font-size: 14px;

    padding: 8px 12px;

    margin: 0 5px;

    border-radius: 3px;

}

.pagination span {

    color: #333;

    font-size: 14px;

    padding: 8px 2px;

    margin: 0 5px;

    border-radius: 3px;

}

.pagination a:hover {

    color: #98ca3b;

    border: 1px solid #98ca3b;

}

.pagination page-num-current {

    color: #fff;

    background: #98ca3b;

    border: 1px solid #98ca3b;

}
.search_baogao{
    width: 600px;
    height: 500px;
    margin: 100px auto 0px  auto;
}
.search_baogao input{
    width: 600px;
    height: 70px;
    margin: 0 auto;
    font-size: 18px;
}
.search_baogao input::placeholder{
    color: #999999;
    font-size: 20px;
}
.search_baogao_btn{
    width: 300px;
    height: 60px;
    background: #9ccb31;
    border: 0px;
    color: #fff;
    margin: 60px 150px;
    font-size: 23px;
    align-items: center;
    text-align: center;
}


/* ----- PB分页数字条效果 结束 ----- */

