.newlogo {width:60%;max-width:520px;min-width:100px;padding-bottom:120px}
.newlogo img{width:100%;max-width:520px;min-width:100px}
@media screen and (max-width: 770px) {
   .newlogo{
        padding-bottom:0px
    }
}
.header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 250px;
}
.logo{
    height: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo img{
    display: block;
    max-width: 100%;
    max-height: 70%;
}
.head_dl{
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}
.sou{
    position: relative;
    width: 290px;
    padding-right: 70px;
    border: 1px solid #305c9a;
}
.sou input{
    display: block;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    line-height: 38px;height: 38px;
    border: none;
    background: #ffffff;
}
.sou button{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 16px;
    line-height: 38px;height: 38px;
    color: #ffffff;
    border: none;
    background: #305c9a;
}











.navBox{
    background: #305c9a;
}
.nav-ul{
    font-size: 0;
    text-align: center;
}
.nav-ul>li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    margin: 0 3%;
}
.nav-ul>li.current>a:after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
}
.nav-ul>li>a {
    position: relative;
    display: block;
}
.nav-ul>li:hover>a:after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
}


.menu {
    display: none;
    width: 62px;
    height: 100%;
    cursor: pointer;
}
.menu img {
    display: block;
    width: 100%;
    max-height: 100%;
}
.erji{
    display: none;
    position: absolute;
    top:100%;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    z-index: 99;
    min-width: 140px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    background: #305c9a;
}
.erji a{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
}
.nav-ul li:hover .erji {
    display: block;
}
/*.erji a:hover{
    color: #175885;
}*/

.nav {
    display: block;
    width: 55%;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 99;
    background: #ffffff;
    height: 100%;
    transform: translate(100%,0px);
    transition: all 0.5s;
}   
.nav-left {
    width: 45%;
    position: fixed;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.4);
    height: 100%;
    top: 100px;
    transform: translate(-100%,0px);
    transition: all 0.5s;
}
.head_fix{
    display: none;
    height: 100px;
}
.ul{
    padding: 0 4%;
}
.l {
    position: relative;
    border-bottom: 1px solid #cccccc;
}

.a {
    font-size: 18px;
    width: 100%;
    line-height: 60px;
    color: #333333;
    display: block;
    box-sizing: border-box;
}

.levelu {
    display: none;
}
.levell {
    line-height: 50px;
}
.levela {
    font-size: 16px;
    color: #666666;
    display: block;
    padding-left: 6%;
}
.banner{
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
.head_fix{
    display: none;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}
.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #dbd2cb;
    opacity: 1;
    border: none;
}
.banner .swiper-pagination-bullet-active {
    background: #ee7a01;
}
.aa .aaz,.aa .aay{
    width: 56px;
    height: 56px;
    margin-top: -28px;
    outline: none;
}
.aa .aaz{
    background: url(http://rlzyz.q.luhongfu.com/images/z.png) no-repeat;
    background-size: cover;
    left: 2.6%;
}

.aa .aay {
    background: url(http://rlzyz.q.luhongfu.com/images/y.png) no-repeat;
    background-size: cover;
    right: 2.6%;
}
.footer{
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    padding: 30px 0;
    background: #305c9a;
}
.bj{
    background: url(../image/bj1.png)top center no-repeat;
}
.p65{
    padding: 30px 0 70px;
}
.flex{
    display: flex;
    align-items: flex-start;
}
.main_lf{
    width: 240px;
    margin-right: 20px;
    text-align: center;
}
.main_sub{
    padding: 15px 20px;
    border-radius: 5px;
    background: #305c9a;
}
.main_sub h3{
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
}
.sub a{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #dddddd;
    border-radius: 5px;
}
.sub a.cur,.sub a:hover{
    color: #333333;
    background: #ffffff;
}
.main_ri{
    flex: 1;

}
.sub_nav{
    font-size: 12px;
    color: #333333;
    margin-bottom: 25px;
}
.content{
    padding: 0 30px 60px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
	font-size:16px;max-width: 880px;overflow-x:hidden;
}
.title{
    font-size: 16px;
    color: #305c9a;
    padding: 15px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
}
.ab_con{
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    max-width: 100%;
    margin: 0 auto;
}
.ab_con img{display: inline;} 
.ab_con {font-size:16px}
.ab_con a{color:#335c9a}
.link{
    padding-bottom: 30px;
}
.link h3{
    border-bottom: 1px solid #305c9a;
    margin-bottom: 10px;
}
.link h3 span{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding: 8px 15px;
    background: #305c9a;
}
.link_con{
    font-size: 0;
}
.link_con a{
    display: inline-block;
    padding-left: 25px;
    width: 25%;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    vertical-align: top;
}
.p8{
    padding: 0 8px;
}
.contact{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lx_lf{
    width: 58%;
}
.lx_lf .map{
    height: 350px;
}
.lx_ri{
    width: 33%;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}
.mb35{
    margin-bottom: 35px;
}
.new ul li{
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
    color: #333333;
    border-bottom: 1px solid #f1f1f1;
}
.new ul li span{
    float: right;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
}
.new ul li a{
    display: block;
    font-size: 16px;
    line-height: 45px;
    color: #666666;
    padding-left: 20px;
    background: url(../image/san1.png)left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
/*    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;*/
}
.new ul li a:hover{color:#000000}
#pages { 
    padding:30px 0 0; 
    text-align: 
    -webkit-center;
    font-size:14px;
}
#pages a { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#fff; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#333; 
    padding:0 10px
}
#pages a.a1 { 
    width:56px; 
    padding:0 
}
#pages a:hover { 
    background:#f1f1f1; 
    color:#000; 
    text-decoration:none 
}
#pages span { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#305c9a; 
    border:1px solid #305c9a; 
    color:#fff; 
    text-align:center;
    padding:0 10px
}
#pages .noPage { 
    display:inline-block; 
    width:56px; 
    height:30px; 
    line-height:30px; 
    background:url(http://rlzyz.q.luhongfu.com/img/icu/titleBg.png) repeat-x 0 -55px ; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#a4a4a4; 
}
.show_ti{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}
.show_ti h3{
    font-size: 20px;font-weight:bold;
    color: #333333;
    margin-bottom: 10px;
}
.show_ti p{
    font-size: 0;
    text-align: center;
}
.show_ti p span{
    font-size: 12px;
    color: #999999;
    margin: 0 15px;
}
.page2{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #f4f4f4;
}
.page2 a{
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding-right: 2%;
}
.page2 a:hover span{
    color: #305c9a;
}
.main_lf1{
    width: 320px;
    margin-right: 35px;
    text-align: center;
}
.main_lf1 .main_sub h3,.main_lf1 .sub a {
    font-size: 16px;
}
.main_lf1 .sub a{
    margin-bottom: 10px;
}
.main2{
    margin-top: 25px;
}
.main2 a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 15px;
    border-radius: 8px;
    background: #e0f0fe;
    border: 1px solid #add3ea;
}
.main2 a:hover{
    color: #305c9a;
    border-color: 
}
.pm20{
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.title a{
    float: right;
    font-size: 12px;
    color: #999999;
}
.content:last-child{
    margin-bottom: 0;
}
.zp_form{
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.zp_form p{
    width: 70px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}
.zp_ri{
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.zp_ri input{
    width: 26.8%;
    padding-left: 10px;
    font-size: 14px;
    line-height: 38px;
    color: #999999;
    border: 1px solid #e6e6e6;
}
.zp_ri select{
    width: 26.8%;
    padding-left: 10px;
    font-size: 14px;
    line-height: 38px;
    color: #333333;
    border: 1px solid #e6e6e6;
}
.zp_ri button{
    width: 16.8%;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    background: #305c9a;
    border: none;
}
.zhaopin ul li{
    line-height: 21px;
    margin-bottom: 25px;
}
.zhaopin ul li:last-child{
    margin-bottom: 0;
}
.zhaopin ul li a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zhaopin ul li span{
    float: left;
    display: block;
    width: 21px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #4698D4;
}
.zhaopin ul li h3{
    float: left;
    font-size: 16px;
    color: #305c9a;
    margin: 0 8px;
}
.zhaopin ul li h5{
    float: left;
    font-size: 16px;
    color: #666666;
}
.zhaopin ul li p{
    float: right;
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
}
.zhaopin ul.zp li{
    line-height: 23px;
    margin-bottom: 25px;
}
.zhaopin ul.zp li:last-child{
    margin-bottom: 0;
}
.zhaopin ul.zp li a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zhaopin ul.zp li span{
    float: left;
    display: block;
    width: 21px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #4698D4;
}
.zhaopin ul.zp li h3{
    float: left;
    font-size: 16px;
    color: #305c9a;
    margin: 0 8px;
}
.zhaopin ul.zp li h5{
    float: left;
    font-size: 16px;
    color: #666666;
}
.zhaopin ul.zp li p{
    float: right;
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
}
.qiuzhi{
    font-size: 0;
}
.qiuzhi dl{
    display: inline-block;
    width: 29.5%;
    margin-right: 7.5%;
    margin-bottom: 45px;
}
.qiuzhi dl:nth-child(2n){
    width: 63%;
    margin-right: 0;
}
.qiuzhi dl dt{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 5px solid #305c9a;
}
.qiuzhi table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.qiuzhi table tr td {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    padding: 5px 15px;
    border: 1px solid #e6e6e6;
    vertical-align: top;
}
.qiuzhi table tr td:first-child{
    width: 105px;
    background: #f0f0f0;
}
.qz_dl{
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 50px;
}
.qz_dl span{
    color: #305c9a;
}
.p3080{
    padding: 30px 0 80px;
}
.w470{
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    background: #ffffff;
}
.w470 h3{
    font-size: 20px;
    line-height: 70px;
    border-bottom: 1px solid #145197;
    color: #333333;
    text-align: center;
    background: url(../image/t.png)top center repeat-x;
}
.dl{
    padding: 35px 50px;
}
.danh{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 56px;
    color: #999999;
    padding-left: 18px;
    margin-bottom: 15px;
    border: 1px solid #EEE;
    border-radius: 10px;
}
.checkbox{
    font-size: 12px;
    color: #a09f9f;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.checkbox input{
    display: inline-block;
    vertical-align: middle;
}
.checkbox a{
    float: right;
    font-size: 12px;
    color: #333333;
}
.checkbox a span{
    color: #c8000b;
}
.butn{
    display: block;
    width: 82px;
    font-size: 12px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    background: #305c9a;
    border-radius: 5px;
    border: none; 
    margin: 0 auto;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
}
.pt25{
    padding-top: 25px;
}
.index1{
    display: flex;
    align-items: center;
    background: #ffffff;
    margin-bottom: 25px;
}
.index1 h3{
    position: relative;
    width: 100px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-right: 18px;
    background: #305c9a;
}
.index1 h3:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translate(0,-50%);
    width: 8px;
    height: 10px;
    background: url(../image/sanj.png)no-repeat;
}
.ind1_ri{
    flex: 1;
}
.roll-wrap{
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    overflow: hidden;
}
.roll-wrap li{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ind_ti{
    z-index: 9;
    border-bottom: 1px solid #305c9a;
}

.ind_ti h3,.ind2_two .ind_ti h4{
    min-width: 100px;
    width: 100px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #305c9a;
}
.index2{
    margin-bottom: 10px;
}
.ind2_one{
    width: 31.6%;
}
.ind2_one_con{
    padding-top: 20px;
    width: 88%;
    margin: 0 auto;
}
.ind2_one_con a{
    position: relative;
    display: block;
    width: 100%;
    background: url(../image/ind2_03.png)top left no-repeat;
    background-size: 100% 100%;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*.ind2_one_con a:last-child{
    margin-bottom: 0;
}*/
.ind2_one_con a:before{
    content: "";
    position: absolute;
    left: 9px;
    top: 7px;
    width: 26px;
    height: 26px;
    background: url(../image/ind21_03.png)no-repeat;
}
.ind2_two{
    width: 31.6%;
    margin: 0 2.6%;
}
.ind2_two img{
    max-width: 380px;max-height:320px;
}
 
.ind2_two h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
    padding: 0 10px;
    background: rgba(69,151,212,0.8);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ind2_two .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgb(255,255,255,0.5);
    opacity: 1;
    border: none;
}
.ind2_two .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.ind2_two .swiper-pagination-bullet-active {
    background: #ffffff;
}
.ind2_two .swiper-container-horizontal>.swiper-pagination-bullets {
    left: auto;
    right: 120px;
    bottom: 55px;
    text-align: right;
}
.ind2_three{
    width: 31.6%;
}
.ind_nav{
    font-size: 0;
    padding-left: 20px;
}
.ind_nav a{
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    color: #666666;
    margin-right: 20px;text-align:center
}
.ind_nav a.curs{color:#305c9a;font-weight: bold}
.ind_nav a:last-child{
    margin-right: 0 !important;
}
a.more{
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}
.ind_ul ul li{
    border-bottom: 1px dashed #bfbfbf;
}
.ind_ul ul li a{
    display: block;
    font-size: 16px;
    line-height: 55px;
    color: #666666;
    padding-left: 20px;
    background: url(../image/san1.png)left center no-repeat;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ind_ul ul li a span{
    float: right;
    margin-left: 5px;
}
.index3{
    position: relative;
    margin-bottom: 30px;
}
.index3:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid #305c9a;
    z-index: -1;
}
.ind3{
    padding: 0 2%;
    margin-top: 20px;
    z-index: 9;
}
.ind3_lf{
    font-size: 0;
    width: 63.3%;
    display: flex;
    justify-content: space-between;
}
.ind3 a{
    width: 19.7%;
}
.ind3 a img{
    width: 100%;
}
.ewm{
    width: 32%;
    padding-top: 0px; 
}
.ewm ul li{
    float: left;
    width: 25%;
	text-align: center
}
.ewm ul li div{text-align: center}
.ewm ul li img{
    width: 80%;margin:0 auto
}
.ewm ul li p{
    font-size: 16px;
    color: #333333;
}
.index4 .ind_nav a{
    margin-right: 65px;
}
.index4 .ind_ul ul li{
    float: left;
    width: 48%;
}
.index4 .ind_ul ul li:nth-child(2n){
    float: right;
}
.mb30{
    margin-bottom: 30px;
}
.index5{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index5 dl{
    width: 48%;
    margin-bottom: 30px;
}

.mt20{
    margin-top: 20px;
}
.ind_nav3 a{margin-right:12px;}
.ind_ul ul li a:hover{color:#111111}


.list_class55_con_con {text-align:left; }
.list_class55_con_con h4 {color: #4F4B48;padding: 6px 0 3px;text-align: left;}
.list_class55_con_con h4 span.f_r {color: #FF7300;font-size: 12px;font-weight: normal;}
.list_class55_con_con h4 span.f_r a {color: #FF7300; float: right;}
.list_class55_con_con p { color: #595653;text-align: left;}
.list_class55_con_con p span {display: inline;font-weight: bolder;padding: 0 12px 0 0;}
.table_list00 { border-collapse: collapse;margin-top: 0;text-align:left;}
.table_list003 {border-collapse: collapse;margin-top: 12px;}
.table_list003 tr {border: 0 solid #CCCCCC;border-collapse: collapse;padding: 0;text-align: left;}
.table_list003 td {border: 0 solid #CCCCCC;border-collapse: collapse;color: #707070;padding-left: 10px;text-align: left;}
.table_list003 td.color_blue {color: #333366;font-weight: bolder;}
.table_list003 tr.tit002 {background-color: #E3E3E3;font-weight: bolder;height: 28px;}
.table_list003 td.tittit2 {background-color: #EDF4FC;text-align: center;}
.table_list003 td a:hover {color: Red;text-decoration: underline;}
.table_list003 .item { background-color: #FFFFFF;}
.table_list003 .item:hover {background-color: #F0F3F5;color: Red;}
.table_list003 a { color: #707070;text-decoration: none;}
.table_list003 .red { color: Red;}
.list_class22 {background: url("../images/zyywnew4.gif") repeat-x scroll 0 0 transparent;border: 1px solid #D7D5D5;margin-bottom: 0;position: relative;
    text-align: left;width: 100%;}

.table_list002 {border-collapse: collapse; margin-top: 12px;}
.table_list002 tr {border: 1px solid #CCCCCC;border-collapse: collapse;padding: 0;text-align: left;}
.table_list002 td {border: 1px solid #CCCCCC;border-collapse: collapse;color: #707070;padding-left: 10px;text-align: left;}
.table_list002 td.color_blue {color: #333366;}
.table_list002 tr.tit002 {background-color: #E3E3E3;font-weight: bolder;height: 28px;}
.table_list002 td.tittit2 {background-color: #EDF4FC;text-align: center;}
.table_list002 td a:hover {color: Red;text-decoration: underline;}
.table_list002 .item {background-color: #FFFFFF;}
.table_list002 .item:hover {background-color: #F0F3F5;color: Red;}
.table_list002 a {color: #707070;text-decoration: none;}
.table_list002 .red {color: Red;}
.table_list01 {border-collapse: collapse; }
.table_list01 tr {border: 1px solid #aaa;border-collapse: collapse;padding: 10px;text-align: left;}
.table_list01 td { border: 1px solid #aaa;border-collapse: collapse;color: #707070;height: 10px;line-height: 25px;padding-left: 10px;text-align: left;}
.table_list01 tr.tit01 {background-color:#8BD1F8;font-weight: bolder;height: 28px;}
.table_list01 td.tittit {font-weight: bolder;}
.table_list01 td a:hover {color: #000;text-decoration: underline;}
.table_list01 .item {background-color: #FFFFFF;}
.table_list01 .item:hover {background-color: #F0F3F5;color: #000;}
.table_list01 a {color: #707070;text-decoration: none;}
.table_list01 .red {color: Red;}


