

.head_top{
    background-color: #eeeeee;
    padding: 10px 0;
}
.head_top .head_top_nr{
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
}

.head {
    z-index: 999;
    transition: all 0.5s;
    position: relative;
    width: 100%;
    padding: 10px 0;
    background-color: #ffffff;
}

.head .logo{
    width: 400px;
    float: left;
}
.head .fwrx{
    float: right;
    background: url(../image/fwrx.png)no-repeat left;
    background-size: 45px;
    padding: 0 0 0 55px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 10px 100px 0 0;
}
.head .fwrx .dny1{
    font-size: 16px;
    color: #333333;
}
.head .fwrx .dny2{
    font-size: 24px;
    color: #66a4eb;
    font-weight: bold;
}

.ny_banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.dy_bn_sywl{
    width: 1200px;
    margin: 0 auto;
}
.banner_ann{
    width: 12%;
    height: 7%;
    bottom: 10%;
    left: 44%;
    position: absolute;
}


.aboutcot{
    
}
.aboutcot img{
    max-width: 100%;
}
.khcase{
    position: relative;
}
.khcase .khcaseimg{
    margin: 5% 0;
    position: relative;
}


.head_login{
    float: right;
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #5198e9;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    margin: 20px 0 0 0;
    cursor: pointer;
    padding: 0 10px;
}

/*login-k*/
.Sy_login{
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: auto;
    display: none;
}
.Sy_login.on{
    display: block;
}
.Psinitial{
    height: 100%;
    position: relative;
}
.login_all{
    position: absolute;
    width: 600px;
    height: 600px;
    top: 12%;
    left: 33%;
    background-color: #fff;
}
.login_all .login_close{
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    text-align: center;
    height: 20px;
    /* line-height: 20px; */
    font-size: 14px;
    line-height: initial;
    color: #333333;
    cursor: pointer;
}
.login_all .login_title{
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}

.login_all .login_content{
    padding: 50px 150px;
    margin: 0 auto;
}
.login_all .login_item{
    padding: 10px 0;
}
.login_all .login_item .dnry{
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 14px;
}
.login_all .login_item .dnry span{
    color: #f44024;
}
.login_all .login_item .dnre{

}
.login_all .login_item .srk1{
    width: 100%;
    line-height: 36px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 3px;
    padding: 0 15px;
}
.login_all .login_item .srk2{
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 3px;
    padding: 0 15px;
}
.login_all .login_item .srk1::placeholder {
    font-size: 12px;
    color: #999999;
}

.login_all .login_item .ann{
    margin: 10px 0 0 0;
    background: #0065cd;
    cursor: pointer;
    border: 1px solid #0065cd;
    outline: none;
    width: 100%;
    border-radius: 3px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

/*login-g*/




.menu_all{
    background-color: #5198e9;
}

.head_menu_logo{
    float: left;
    font-size: 22px;
    color: #ffffff;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 5px;
    background: url(../image/head_menu.png)no-repeat 15px;
    background-size: 41px;
    padding: 0 0 0 80px;
    cursor: pointer;
}

.head_menu{
    float: right;
}
.head_menu .CAli{
    display: inline-block;
    transition: all 0.2s;
    margin: 0 0 0 126px;
    line-height: 60px;
    position: relative;
    font-size: 18px;
}
.head_menu .CAli .CAa{
    color: #ffffff;
    display: block;
    transition: all 0.2s;
}
.head_menu .CAli:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    opacity: 0;
    left: 0;
    background-color: #eeeeee;
    transition: all 0.3s;
}
.head_menu .CAli:hover .CAa{
    color: #ffffff;
}
.head_menu .CAli:hover:before{
    /*opacity: 1;*/
    /*bottom: 20%;*/
}

.head_menu .on{
    color: #016eff;
}
.head_menu .on .CAa{
    color: #016eff!important;
}






.foot{
    background: url(../image/foot.jpg) no-repeat;
    height: 484px;
    position: relative;
    padding: 3% 0;
    background-size: cover;
}

.foot_list{


}

.foot .foot_list{
    width: 570px;
    float: left;
}

.foot .foot_list .footsrk1{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background-color: #c7c7c7;
    border: 0;
    margin: 0 0 20px 0;
    font-size: 16px;
}
.foot .foot_list .footsrk2{
    width: 100%;
    height: 140px;
    background-color: #c7c7c7;
    border: 0;
    padding: 20px;
    font-size: 16px;
    resize:none;
    margin: 0 0 20px 0;
}
.foot .foot_list .footann{
    width: 145px;
    height: 45px;
    background-color: #5198e9;
    color: #ffffff;
    font-size: 20px;
    border: 0;
}
.foot .foot_lists{
    float: left;
    margin: 0 0 0 210px;
    line-height: 3;
    letter-spacing: 1px;
}
.foot .foot_lists .fs1{
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
.foot .foot_lists .fs2{
    font-size: 16px;
    color: #ffffff;
}
.foot .foot_lists .fs3{
    font-size: 16px;
    color: #5198e9;
    margin: 0 0 20px 0;
}
.foot .foot_lists ul li{
    font-size: 16px;
    color: #ffffff;
    padding: 0 0 0 30px;
}
.foot .foot_lists ul li:nth-of-type(1){
    background: url(../image/foots1.png) no-repeat left;
}
.foot .foot_lists ul li:nth-of-type(2){
    background: url(../image/foots2.png) no-repeat left;
}
.foot .foot_lists ul li:nth-of-type(3){
    background: url(../image/foots3.png) no-repeat left;
}















.copyright{
    background-color: #333333;
    border-top: 1px solid #eeeeee;
    color: #f7f7f7;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    z-index: 99;
    position: relative;
}
.bottom-fix{
    background-color: #016eff;
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.bottom-fix>a>img {
    width: 33.3333%;
    float: left;
    display: block;
    height: 13.5vw;
}


.sy_four{
    background-color: #eeeeee;
    padding: 30px 0;
}
.sy_four .four_sy{
    float: left;
    text-align: center;
    width: 25%;
    line-height: 2;
}
.sy_four .four_sy .dimg{
    width: 42%;
    display: inline-block;
}
.sy_four .four_sy .dcot{
    font-size: 18px;
    color: #333333;
}


.public_title{
    text-align: center;
    font-size: 30px;
    color: #232323;
    padding: 45px 0;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    line-height: 2;
    z-index: 2;
}
.public_title .public_title_all{
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 3;
}
.public_title .public_title_alls{
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.public_title .public_title_alls *{
    color: #ffffff;
}
.public_title .public_title_alls:after{
    content: "";
    position: absolute;
    width: 104%;
    height: 20px;
    bottom: 0;
    left: -2%;
    background-color: #e6eefc;
    z-index: 1;
}

.sy_evaluation{
    background-color: #ffffff;
    padding: 0 0 55px 0;
}

.cp_all{
    text-align: center;
    padding: 0 115px;
}
.cp_all .cpsrk{
    width: 410px;
    height: 55px;
    border: 2px solid #cccccc;
    float: left;
    margin: 0 -2px 0 0;
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 1px;
}
.cp_all .cpann{
    width: 150px;
    height: 55px;
    border: 1px solid #5198e9;
    background-color: #5198e9;
    color: #ffffff;
    float: left;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
}


.sy_benefit{
    padding: 0 0 50px 0;
    background-color: #f5f5f5;
}
.sy_benefit .hc_title{
    font-size: 36px;
    color: #333333;
    text-align: center;
    letter-spacing: 2px;
    padding: 50px 0;
}
.sy_benefit .hc_list{

}
.sy_benefit .hc_list ul li{
    width: 300px;
    float: left;
    line-height: 2;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 20px 10px;
    color: #333333;
}
.sy_benefit .hc_list ul li:nth-child(4n){
    border-right: 0;
}
.sy_benefit .hc_list ul li:nth-of-type(n+5){
    border-bottom: 0;
}
.sy_benefit .hc_list ul li .dimg{
    float: left;
    width: 80px;
    margin: 20px 0 0 0;
}
.sy_benefit .hc_list ul li .dcot{
    float: right;
    width: 180px;
}
.sy_benefit .hc_list ul li .dcot .dny1{
    font-size: 20px;
    text-align: center;
}
.sy_benefit .hc_list ul li .dcot .dny2{
    font-size: 14px;
    height: 90px;
    line-height: 30px;
    padding: 0 10px;
}







.dy_bllc{
    background-color: #ffffff;
    box-shadow: 0 10px 10px #eeeeee;
    padding: 2% 0;
    line-height: 2;
}

.dy_bllc .bllcy{
    float: left;
    width: 300px;

    text-align: center;
}
.dy_bllc .bllcy .dny1{
    font-size: 22px;
    color: #333333;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
}
.dy_bllc .bllcy .dny2{
    font-size: 14px;
    color: #999999;
}
.dy_bllc .bllce{
    width: 900px;
    float: right;
    border-left: 1px solid #eeeeee;
    padding-left: 50px;
}
.dy_bllc .bllce ul li{
    width: 20%;
    float: left;
    text-align: center;
    padding: 70px 0 0 0;
    font-size: 18px;
    color: #333333;
    background-size: 60px!important;
    position: relative;
}
.dy_bllc .bllce ul li:after{
    content: ">>";
    position: absolute;
    right: -10px;
    top: 20%;
    font-size: 14px;
    color: #888888;
}
.dy_bllc .bllce ul li:last-child:after{
    display: none;
}
.dy_bllc .bllce ul li:nth-of-type(1){
    background: url(../image/bllc1.png) no-repeat center 0;
}
.dy_bllc .bllce ul li:nth-of-type(2){
    background: url(../image/bllc2.png) no-repeat center 0;
}
.dy_bllc .bllce ul li:nth-of-type(3){
    background: url(../image/bllc3.png) no-repeat center 0;
}
.dy_bllc .bllce ul li:nth-of-type(4){
    background: url(../image/bllc4.png) no-repeat center 0;
}
.dy_bllc .bllce ul li:nth-of-type(5){
    background: url(../image/bllc5.png) no-repeat center 0;
}

.dy_bllc .bllce ul li:nth-of-type(1):hover{
    background: url(../image/bllcs1.png) no-repeat center 0;
}
.dy_bllc .bllce ul li:nth-of-type(2):hover{
    background: url(../image/bllcs2.png) no-repeat center 0;
}
.dy_bllc .bllce ul li:nth-of-type(3):hover{
    background: url(../image/bllcs3.png) no-repeat center 0;
}
.dy_bllc .bllce ul li:nth-of-type(4):hover{
    background: url(../image/bllcs4.png) no-repeat center 0;
}
.dy_bllc .bllce ul li:nth-of-type(5):hover{
    background: url(../image/bllcs5.png) no-repeat center 0;
}



.dy_cjwt{
    padding: 2% 0;
}

.cjwt_list{
    padding: 0px 90px 0 150px;
}
.cjwt_list ul li{
    line-height: 1.5;
    float: left;
    width: 320px;
    margin: 0 0 30px 0;
}
.cjwt_list ul li .dnr1{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    background-color: #FF6600;
    float: left;
    margin: 0 10px 0 0;
}
.cjwt_list ul li .dnr2{
    float: left;
    width: 230px;
    font-size: 16px;
    color: #666666;
}











.why {
    background: url(../image/why_bg.jpg) no-repeat center 0;
    height: 616px;
    padding-top: 42px;
}

.why_tit {
    background: url("../image/why_tit.png") no-repeat center 0;
    height: 136px;
    text-indent: -9999px;
}

.why_stit {
    font-size: 26px;
    color: #808080;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    margin: 28px 0 0 0;
}

.why_con {
    width: 968px;
    margin: 54px auto 0;
}

.why_con li {
    background: url("../image/why_box.png") no-repeat 0 0;
    width: 288px;
    height: 283px;
    float: left;
    margin-left: 52px;
    padding: 26px 0 0 0;
}

.why_con li:first-child {
    margin-left: 0;
}

.why_con li:nth-child(2) {
    background-position: 0 -309px;
}

.why_con li:nth-child(3) {
    background-position: 0 -618px;
}

.why_h3 {
    font-size: 22px;
    color: #333;
    line-height: 1;
    text-align: center;
}

.why_line {
    width: 245px;
    border-bottom: rgba(255, 255, 255, 0.22) 1px dashed;
    margin: 20px auto 0;
}

.why_p {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    text-align: center;
    margin: 14px 0 0 0;
}

.why_p strong{
    color: #437DC1;
}

.why_btn {
    background: #FF6600;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border: none;
    border-radius: 18px;
    margin: 15px auto 0;
    font-size: 16px;
    color: #ffffff;
    box-shadow: inset 0 3px 3px rgba(4, 0, 0, 0.1), 0 3px 3px rgba(4, 0, 0, 0.1);
}

.why_btn:hover{
    background:#FF6600;
}


.xg {
    width: 100%;
    height: 800px;
    background: #fafafa;
    background-size: cover;
}

.xg ul{
    width: 1100px;
    height: 600px;
    margin: 40px auto 0;
}
.xg ul li{
    width: 22.5%;
    height: 140px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: rgba(37,43,157,.04);
    float: left;
    margin: 20px 1% 0;
}
.xg ul li p{
    width: 90%;
    text-align: center;
    margin: 30px auto 20px;
    color: #333;
    font-size: 18px;
}
.xg ul li a{
    width: 52%;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: #FF6600;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
}




.Csxbg{ width:100%; height:600px; margin:0 auto; background:#fff;}
.Csxnr{ width:1100px; height:660px; margin:0 auto;}
.Csxnr h1{ font-size:48px; text-align:center; font-weight:bold; padding:50px 0 10px 0; color:#272636;}
.Csxnr h2{ font-size:15px; text-align:center; color:#272636; padding-bottom:20px;}
.Csxa{ width:214px; height:310px; float:left; margin-left:6px; text-align:left;padding-top:26px;}
.Csxa img{
    width: 220px;
    display: block;
}
.Csxa h1{ font-size:18px; color:#2f333f; font-weight:bold; margin:0; padding:10px 0; text-align:left;width: 80%;}
.Csxa p{ font-size:14px;color:#6e6d7e; line-height:22px;width: 86%;margin-left: 6px;}

.Csxaan{ width:85px; height:40px; background:#FF9D34; display:inline-block; border-radius:40px; margin-top:10px; color:#fff; font-size:14px;text-align:center; line-height:40px;margin-left: 4px;box-shadow: 0 2px 8px rgba(233,139,39,.5);}
.Csxaan:hover{  color:#fff; }







.huManCenTwo{
    width: 100%;
    height: 379px;
    background: url(../image/zhouone1_02.jpg) no-repeat center;
    background-size: cover;

}
.huManCenOne, .hMCenTwoCon, .hMCenFoTen, .hMCenFiveCon, .huManCenSenCen {
    width: 1100px;
    margin: auto;
}
.huMaCOneUl1 li, .hMCenTwoConD1, .hMCenSenConLe, .hMCSeConRiUl1 li, .hMCenSenConRi, .hMCenSixUl1 div, .hMCenSixUl1 li, .hMCenFourFotLe, .hMCenFiveConLe, .hMCenFiveConRi, .hMCenFourFotRi, .hMCenFoTenHeaLe, .hMCenFoTenTwo, .hMCenFoTenHea, .hMCenTwoConD2, .hMCenThrConD1, .myCenThrDoLe, .myCenThrDoRi, .hMCenThrConD2, .hMCenFourUl1 li {
    float: left;
}
.hMCenTwoConD1{
    margin-left: 400px;
    margin-top: 60px;
    /*	border: 1px #FF0000 solid;*/
}
.hMCenTwoConP1{
    width: 266px;
    height: 66px;
    border: 1px #6d6b6c dashed;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 66px;
    margin-bottom: 30px;

}
.hMCenTwoConImg1{
    width: 213px;
    height: 26px;
    padding-left: 33px;
    background: url(../image/zhouone2_03.png) left no-repeat;
}
.hMCenTwoConImg2{
    width: 213px;
    height: 26px;
    padding-left: 33px;
    background: url(../image/zhouone3_03.png) left no-repeat;
}
.zhouTwoBac1{
    background-color: #5187f2;
    border: 0;
}
.hMCenTwoConD2{
    margin-left: 55px;
    margin-top: 60px;
    font-size: 30px;
    color: #fff;
}
.hMCenTwoConP3{
    font-size: 34px;
    color: #ffdd22;
    font-weight: bold;
}
.hMCenTwoConP4{
    width: 340px;
    height: 1px;
    background-color: #6e6d6d;
    margin-top: 30px;
}
.hMCenTwoConP5{


    margin-top: 30px;
    font-size:16px;
    color: #fff;
}
.hMCenTwoConP6{
    margin-top: 40px;
}
.hMCenTwoConA1{
    display: inline-block;
    width: 144px;
    height: 50px;
    background: #FF9D34;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.hMCenTwoConA2{
    display: inline-block;
    width: 144px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border: 1px #fff solid;
    border-radius: 50px;
}


.dy_zyzgdb{
    background: url(../image/zyzgdb.jpg) no-repeat center;
    height: 412px;
    padding-top: 270px;
}

.zyzgdb_ann{
    background-color: #FF8859;
    color: #ffffff;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}


.banner_menu_all{
    position: relative;
    width: 100%;
    height: 474px;
    margin-top: -474px;
}
.banner_menu_all .sywl_bm{
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}
.hidediv{
    width: 188px;
    height: 60px;
    top: -60px;
    z-index: 9999;
    position: relative;
}
.banner_menu{
    display: none;
    position: absolute;
    width: 275px;
    height: 474px;
    padding:0 30px;
    top: 62px;
    left: 0;
    background-color: rgba(0,107,214,0.5);
    color: #ffffff;
    line-height: 1.2;
    overflow: hidden;
    z-index: 999;
}
.banner_menu ul li{
    border-bottom: 1px solid #eeeeee;
    padding: 12% 0;
}
.banner_menu ul li a{
    display: block;
}
.banner_menu ul li .bm1{
    float: left;
    font-size: 18px;
}
.banner_menu ul li .bm2{
    float: right;
    font-size: 20px;
}






.public_lxan{
    text-align: center;
}
.public_lxan .public_lxans{
    margin: 50px 0 0;
    display: inline-block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #5198e9;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 20px;
}



.sy_necessary{
    padding: 0 0 50px 0;
    background: url(../image/suspension.jpg)no-repeat right 80%;
    background-size: 10%;
}

.bib_list{

}

.bib_item{
    width: 270px;
    margin: 0 40px 40px 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.bib_item:nth-child(4n){
    margin: 0 0 40px 0;
}
.bib_item .dimg{
    width: 100%;
    /*height: 220px;*/
    overflow: hidden;
}
.bib_item .dtit{
    /*background-color: #006bd6;*/
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 35%;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.5s;
    opacity: 1;
    z-index: 5;
}
.bib_item .dnys{
    font-size: 18px;
    color: #333333;
    background-color: #ffffff;
    width: 105px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    position: absolute;
    text-align: center;
    left: 82.5px;
    z-index: 3;
    opacity: 0;
    transition: all 0.5s;
    transform: scale(0);
}
.bib_item .dby1{
    top: 25%;
}
.bib_item .dby2{
    top: 60%;
}
.bib_item .dmbs{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,107,214,0.2);
    z-index: 2;
    opacity: 1;
    transition: all 0.5s;
}
.bib_item:hover .dtit{
    opacity: 0;
}
.bib_item:hover .dnys{
    transform: scale(1);
    opacity: 1;
}
.bib_item:hover .dmbs{
    opacity: 1;
}




.bib_items{
    width: 290px;
    margin: 0 30px 30px 0;
    float: left;
    position: relative;
    overflow: hidden;
}

.bib_items:nth-child(3n){
    margin: 0 0 30px 0;
}
.bib_items .dimg{
    width: 100%;
    overflow: hidden;
}
.bib_items .ryzs{
    height: 190px;
}
.bib_items .dtit{
    background-color: #006bd6;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 0.5s;
}
.bib_items .dnys{
    font-size: 18px;
    color: #333333;
    background-color: #ffffff;
    width: 105px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    position: absolute;
    text-align: center;
    left: 92.5px;
    z-index: 3;
    opacity: 0;
    transition: all 0.5s;
    transform: scale(0);
}
.bib_items .dby1{
    top: 30%;
}
.bib_items .dby2{
    top: 55%;
}
.bib_items .dmbs{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,107,214,0.5);
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
}
.bib_items:hover .dtit{
    bottom: -35px;
}
.bib_items:hover .dnys{
    transform: scale(1);
    opacity: 1;
}
.bib_items:hover .dmbs{
    opacity: 1;
}


.single_list{
    padding: 0 0 50px;
}

.dy_public_oc{
    font-size: 18px;
    color: #333333;
    background-color: #ffffff;
    width: 105px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    position: absolute;
    text-align: center;
    left: 82.5px;
    z-index: 3;
    opacity: 0;
    transition: all 0.5s;
    transform: scale(0);
}
.dy_offer{
    top: 25%;
}
.dy_consulting{
    top: 60%;
}
.qyry_item:hover .dy_public_oc{
    opacity: 1;
    transform: scale(1);
}
.qyry_item .dimg:after{
    transition: all 0.5s;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}
.qyry_item:hover .dimg:after{
    background-color: rgba(0,107,214,0.2);
}

.qyry_item2:hover .dy_public_oc{
    opacity: 1;
    transform: scale(1);
}
.qyry_item2 .dimg:after{
    transition: all 0.5s;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}
.qyry_item2:hover .dimg:after{
    background-color: rgba(0,107,214,0.2);
}


.dy_qyry{
    background: url(../image/dy_qyry.jpg) ;
    position: relative;
    padding: 2% 0;
    /*background-size: cover;*/
    background-position: center center;
}

.dy_title{
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
}
.dy_title .dyts1{
    color: #408EE5;
    font-size: 36px;
    font-weight: bold;
}
.dy_title .dyts2{
    font-size: 16px;
    color: #999999;
    margin: 0 0 10px 0;
}
.dy_title .dyts3{
    font-size: 16px;
    color: #333333;
}

.qyry_list{

}
.qyry_item{
    width: 22%;
    margin: 0 4% 2% 0;
    float: left;
    text-align: center;
}
.qyry_item:nth-child(4n){
    margin: 0 0 2% 0;
}
.qyry_item .dimg{
    height: 176px;
    position: relative;
    transition: all 0.5s;
}
.qyry_item .dtit{
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.qyry_item2{
    width: 22%;
    margin: 0 4% 2% 0;
    float: left;
    text-align: center;
}
.qyry_item2:nth-child(4n){
    margin: 0 0 2% 0;
}
.qyry_item2 .dimg{
    height: 190px;
    position: relative;
    transition: all 0.5s;
}
.qyry_item2 .dtit{
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}


.qyry_item3{
    width: 22%;
    margin: 0 4% 2% 0;
    float: left;
    text-align: center;
}
.qyry_item3:nth-child(4n){
    margin: 0 0 2% 0;
}
.qyry_item3 .dimg{
    height: 184px;
    position: relative;
    transition: all 0.5s;
}
.qyry_item3 .dtit{
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.dy_button{
    text-align: center;
    margin: 20px 0;
}

.dy_button .dy_zxan{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #408EE5;
    border: 1px solid #408EE5;
    font-size: 14px;
    color: #ffffff;
    margin: 0 15px;
}
.dy_button .dy_more{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FF6600;
    font-size: 14px;
    color: #FF6600;
    margin: 0 15px;
}



.dy_sdys{
    background: url(../image/dy_sdys.jpg) no-repeat;
    position: relative;
    padding: 3% 0;
    background-repeat: repeat;
}

.dy_sdys .sdys_tit{
    background: url(../image/sdys_tit.png) no-repeat;
    width: 630px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 55px;
    letter-spacing: 3px;
}
.sdys_list{
    padding: 0 80px;
}
.sdys_item{
    line-height: 2;
    margin-bottom: 10px;
}
.sdys_item .dnry{
    width: 425px;
    float: left;
}
.sdys_item .dnry .dnry1{
    font-size: 22px;
    color: #000000;
    margin-top: 10px;
}
.sdys_item .dnry .dnry1 img{
    float: left;
}
.sdys_item .dnry .dnry1 .dnry1_tit{
    float: left;
    line-height: 65px;
}
.sdys_item .dnry .dnry2{
    font-size: 18px;
    color: #333333;
    border-top: 1px dashed #cccccc;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}
.sdys_item .dnry .dnry2 span{
    color: #5498E8;
}





.sdys_item .dnre{
    width: 525px;
    float: right;
}

.sdys_item:nth-of-type(2) .dnry{
    float: right;
}
.sdys_item:nth-of-type(2) .dnre{
    float: left;
}


.dy_hsyd{
    background: url(../image/dy_hsyd.jpg) no-repeat;
    height: 210px;
    text-align: center;
    line-height: 2;
}
.dy_hsyd .hsyd_tit{
    font-size: 28px;
    color: #ffffff;
    padding-top: 58px;
    padding-bottom: 10px;
}
.dy_hsyd .hsyd_ann{
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
}












.sy_necessary .public_lxan .public_lxans{
    margin: 10px 0 0;
}



.sy_process{
    padding: 0 0 50px 0;
    background-color: #eff6ff;
}

.lc_item{
    width: 20%;
    float: left;
    text-align: center;
    line-height: 2;
    position: relative;
}
.lc_item .dimg{
    width: 114px;
    overflow: hidden;
    display: inline-block;
}
.lc_item .dnry{
    font-size: 16px;
    color: #5198e9;
    font-weight: bold;
    margin: 5px 0 10px 0;
}
.lc_item .dnre{
    padding: 0 15px;
    font-size: 14px;
    color: #333333;
}
.lc_item:after{
    content: "";
    background: url(../image/lc_item_arrow.png)no-repeat center;
    width: 48px;
    height: 34px;
    right: -24px;
    position: absolute;
    top: 50px;
}
.lc_item:last-child:after{
    display: none;
}


.sy_problem{
    background: url(../image/problem.jpg)no-repeat center;
    height: 488px;
    text-align: center;
    line-height: 2;
}
.sy_problem .wt_title{
    font-size: 36px;
    color: #ffffff;
    padding: 30px 0;
}
.sy_problem .wt_list{

}
.sy_problem .wt_list .dnrall{
    display: inline-block;
    position: absolute;
    letter-spacing: 1px;
}
.sy_problem .wt_list .dnrall:nth-of-type(1){
    top: 110px;
    left: 175px;
}
.sy_problem .wt_list .dnrall:nth-of-type(2){
    top: 135px;
    left: 420px;
}
.sy_problem .wt_list .dnrall:nth-of-type(3){
    top: 120px;
    left: 675px;
}
.sy_problem .wt_list .dnrall:nth-of-type(4){
    top: 135px;
    left: 900px;
}
.sy_problem .wt_list .dnrall .dnry{
    font-size: 16px;
    color: #ffffff;
}
.sy_problem .wt_list .dnrall .dnre{
    font-size: 22px;
    color: #ffffff;
}
.sy_problem .wt_int{
    font-size: 16px;
    color: #ffffff;
    padding-top: 250px;
    letter-spacing: 1px;
}
.sy_problem .wt_ann{
    text-align: center;
    padding-top: 20px;
}
.sy_problem .wt_ann .wt_anns{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    width: 105px;
    height: 30px;
    line-height: 29px;
    border-radius: 20px;
    margin: 0 10px;
}
.sy_problem .wt_ann .ann1{
    background-color: #5198e9;
}
.sy_problem .wt_ann .ann2{
    background-color: #eb7a42;
}


.sy_fraction{
    padding: 0 0 80px 0;
    background: url(../image/suspensions.jpg)no-repeat left 20%;
    background-size: 10%;
    background-color: #ffffff;
}

.fs_item{
    width: 550px;
    height: 500px;
    float: left;
    background-color: #ffffff;
    padding: 20px 40px;
    box-shadow: 1px 1px 20px #d8e1ec;
    line-height: 2;
    margin: 0 80px 0 10px;
}
.fs_item:nth-child(2n){
    margin: 0;
}
.fs_item .dtit{
    font-size: 26px;
    color: #5198e9;
    padding: 0 20px 10px;
}
.fs_item ul li{
    font-size: 14px;
    color: #333333;
    border-top: 1px solid #edf5ff;
    padding: 5px 20px;
}
.fs_item ul li .dny1{
    float: left;
}
.fs_item ul li .dny2{
    float: right;
}
.fs_item .dint{
    font-size: 12px;
    color: #5198e9;
    padding: 0 20px;
    position: absolute;
    bottom: 20px;
    width: 470px;
}


.sy_promise{
    background: url(../image/promise.jpg)no-repeat center;
    height: 538px;
    text-align: center;
    line-height: 2;
}

.sy_promise .cn_title{
    font-size: 36px;
    color: #ffffff;
    padding: 30px 0;
}
.sy_promise .cn_item{
    position: absolute;
}
.sy_promise .cn_item:nth-of-type(1){
    top: 85px;
    left: 20px;
    text-align: right;
}
.sy_promise .cn_item:nth-of-type(2){
    top: 65px;
    left: 1010px;
    text-align: left;
}
.sy_promise .cn_item:nth-of-type(3){
    top: 325px;
    left: 0;
    text-align: right;
}
.sy_promise .cn_item:nth-of-type(4){
    top: 300px;
    left: 970px;
    text-align: left;
}
.sy_promise .cn_item .dny1{
    font-size: 66px;
    color: #ffffff;
    line-height: 1.5;
}
.sy_promise .cn_item .dny2{
    font-size: 28px;
    color: #ffffff;
}
.sy_promise .cn_item .dny3{
    font-size: 16px;
    color: #ffffff;
}

.sy_zsshow{
    padding: 0 0 50px 0;
}
.Product{
    float: left;
    width: 270px;
    /*margin: 0 5px 5px 5px;*/
    position: relative;
}
.Product .dimg{
    height: 195px;
}
.ProLs_ulall .draggable{
    margin: 0 0 20px 0;
}
.ProLs_ulall .slick-prev,.ProLs_ulall .slick-next{
    display: none!important;
}

.ProLs_ulall .slick-active{

}
.ProLs_ulall .slick-dots{
    text-align: center;
}
.ProLs_ulall li {
    display: inline-block;
    margin: 0 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c0c0c0;
    cursor: pointer;
}
.ProLs_ulall .slick-dots li.slick-active {
    background: #5198e9;
}
.ProLs_ulall .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}
.sy_zsshow .public_lxans{
    border-radius: 5px;
    font-size: 18px;
}


.sy_testimony{
    background-color: #ffffff;
    padding: 0 0 80px 0;
}

.ProLs_ulalls{
    padding: 0 95px;
}
.testimony{
    float: left;
    width: 289px;
    margin: 0 22.5px 20px 22.5px;
    position: relative;
}
.ProLs_ulalls .slick-dots{
    display: none!important;
}
.ProLs_ulalls .slick-next{
    width: 85px;
    height: 85px;
    background: url(../image/testimony_arrow.png)no-repeat center;
    position: absolute;
    transform:rotate(180deg);
    left: 0;
    top: 35%;
    filter: brightness(0);
    transition: all 0.5s;
}
.ProLs_ulalls .slick-prev{
    width: 85px;
    height: 85px;
    background: url(../image/testimony_arrow.png)no-repeat center;
    position: absolute;
    right: 0;
    top: 35%;
    filter: brightness(0);
    transition: all 0.5s;
}
.ProLs_ulalls .slick-next:hover ,.ProLs_ulalls .slick-prev:hover{
    filter: brightness(1);
}
.ProLs_ulalls .slick-next,.ProLs_ulalls .slick-prev{
    outline: none;
    border: none;
    font-size: 0;
}



.answer{
    background-color: rgba(81,152,233,0.5);
    height: 165px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    /*transition: all 0.5s;*/
}
.answer.sy_close{
    width: 203px;
    height: 210px;
    overflow: hidden;
    background-color:transparent;
}
.answer_show{
    display: none;
    width: 203px;
    text-align: center;
    font-weight: bold;
    /*writing-mode: vertical-rl;*/
    /*line-height: 100px;*/
    /*letter-spacing: 10px;*/
    /*padding: 15px 0;*/
    opacity: 0;
    transition: all 1s;
}
.answer_close{
    width: 30px;
    height: 30px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 8px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    font-size: 24px;
    cursor: pointer;
}
.answer.sy_close .dimg,.answer.sy_close .day,.answer.sy_close .dae{
    display: none;
}
.answer.sy_close .answer_show{
    display: block;
    opacity: 1;
}
.answer .dimg{
    width: 348px;
    float: left;
    margin-top: -59px;
}
.answer .day{
    width: 615px;
    float: left;
    margin: 0 0 0 50px;
}
.answer .day .day1{
    font-size: 34px;
    color: #ffffff;
    padding: 50px 0 0 0;
    font-weight: bold;
    letter-spacing: 1px;
}
.answer .day .day1 span{
    color: #ffd300;
}
.answer .day .day2{
    margin: 20px 0 0 0;
}
.answer .day .day2 input{
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #ffffff;
    height: 40px;
    padding: 0 20px;
}
.answer .dae{
    float: right;
    margin: 0 0 0 25px;
}
.answer .dae .deaan{
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    border: 0;
    cursor: pointer;
}
.answer .dae .dae1{
    background-color: #2b87f2;
    margin: 48px 0 15px 0;
}
.answer .dae .dae2{
    background-color: #eb7a42;
}


.pctlf{
    width: 240px;
    float: left;
    padding-bottom: 30px;
}

.pctlr{
    width: 930px;
    float: right;
}
.pctlf .pctlfmeu{
    width: 100%;
}
.pctlf .pctlfmeu .pcfmt{
    width: 100%;
    padding: 30px 30px;
    background-color: #434343;
}
.pctlf .pctlfmeu .pcfmt .img1{
    float: left;
}
.pctlf .pctlfmeu .pcfmt .p1{
    float: left;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 2px;
}





.navMenubox {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}
.navMenu .xlCAli{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 2;
    border-bottom: 2px solid #ffffff;
}

.navMenu .xlCAli .xlCAnr{
    display: block;
    color: #555555;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    overflow:hidden;
    background-color: #ececec;
    padding: 5% 8%;
    letter-spacing: 1px;
}
.navMenu .open .xlCAnr{
    background-color: #016eff;
    color: #ffffff;
}
.navMenu .nyt{
    width: 80%;
    float: left;
}

.navMenu .xlCAli .xlCAnr .arrow {
    width: 10px;
    height: 10px;
    background: url(http://rz.gjrz.org.cn/tpl/LjimitateIm/image/incpimg1.png)no-repeat center;
    background-size: cover;
    display: inline-block;
    float: right;
    transition: all 0.3s;
    margin: 10px 0 0;
}
.navMenu .open .arrow {
    transform:rotate(90deg);
}


.navMenu>li>div.active, .navMenu>li>div:hover {
    color: #016eff;
}

.navMenu .xlCAli .sub-menu{
    display: none;
    border: 1px solid #eeeeee;
}
.navMenu .xlCAli .ons{
    display: block;
}
.navMenu>li.active > ul.sub-menu, .navMenu>li>ul.sub-menu>li.active >ul.sub-menu {
}

.navMenu .xlCAli .sub-menu .xlCBli {
    background: none;
    border-top: 1px solid #eeeeee;
}
.navMenu .xlCAli .sub-menu .xlCBli .xlCBlia{
    padding: 10px 20px 10px 30px;
    width: 100%;
    display: block;
    color: #666666;
    transition: all 0.3s;
}
.navMenu .xlCAli .sub-menu .xlCBli .xlCBlia span{
    margin: 0 10px 0 0;
    font-size: 14px;
}
.navMenu>li>ul.sub-menu li>div {
    display: block;
    font-size: 14px;
    line-height: 65px;
    padding: 0 20px;
    color: #333333;
    clear: both;
    border-bottom: 1px dashed #cccccc;
}
.navMenu>li>ul.sub-menu li:last-child>div{
    border-bottom: 0px dashed #cccccc;
}
.navMenu>li>ul.sub-menu li>div.active, .navMenu>li>ul.sub-menu li>div:hover, .navMenu>li>ul.sub-menu>li.active >div {
    color: #016eff;
}
.navMenu .xlCAli .sub-menu .on .xlCBlia{
    color: #016eff;
}
.navMenu .xlCAli .sub-menu .xlCBli:hover .xlCBlia{
    color: #016eff;
}




.caseitem{
    width: 290px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.caseitem:nth-child(3n){
    margin-right: 0;
}
.caseitem .caseimg {
    width: 100%;
    overflow: hidden;
}
.caseitem .casecot {
    line-height: 2;
}
.caseitem .casecot .casenmmy {
    font-size: 16px;
    color: #333333;
    float: left;
    width: 100%;
    overflow: hidden;
    transition: ease-in 0.3s;
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #b2b2b2;
}
.caseitem .casecot .csnrfm {
    font-size: 14px;
    color: #333333;
    float: left;
    width: 70%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.caseitem .casecot .cack{
    font-size: 14px;
    color: #016eff;
    float: right;
    position: relative;
    width: 28%;
    text-align: center;
}
.caseitem .casecot .cack span{
    position: absolute;
    background-color: #666;
    display: block;
    transition: all 0.5s;
}
.caseitem .casecot .cack .span1, .caseitem .casecot .cack .span3 {
    height: 1px;
    width: 0;
}
.caseitem .casecot .cack .span2{
    height: 50%;
    width: 1px;
    top: 25%!important;
}
.caseitem .casecot .cack .span4{
    height: 50%;
    width: 1px;
    top: 25%;
}
.caseitem .casecot .cack .span1, .caseitem .casecot .cack .span2 {
    top: 0;
    right: 0;
}
.caseitem .casecot .cack .span3, .caseitem .casecot .cack .span4 {
    bottom: 0;
    left: 0;
}
.caseitem:hover .casecot .cack .span1, .caseitem:hover  .casecot .cack .span3 {
    width: 100%;
    background-color: #016eff;
}
.caseitem:hover  .casecot .cack .span2, .caseitem:hover  .casecot .cack .span4 {
    height: 100%;
    background-color: #016eff;
    top: 0!important;
}


.caseitem:hover .cack:before{
    height: 10%;
}

.caseitem:hover .caseimg img{
    transform:scale(1.1)
}


.procaname{
    font-size: 24px;
    letter-spacing: 2px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
    position: relative;
}
.procaname:before{
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #016eff;
    bottom: -1px;
    left: 0;
}

.product_item{
    width: 290px;
    float: left;
    margin-right: 20px;
    margin-bottom:  20px;
    border: 1px solid #cccccc;
    transition: all 0.5s;
}
.product_item:nth-child(3n){
    margin-right: 0;
}
.product_item .img{
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;

}
.product_item:hover .img img{
    transform: scale(1.1);
}


.product_item .cot{
    width: 100%;
    overflow: hidden;
    height: 120px;
    padding: 15px;
}
.product_item .cot .ny1{
    font-size: 16px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    padding-bottom: 35px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.product_item .cot .ny2{
    font-size: 14px;
    color: #555555;
    line-height: 2;

}
.product_item .cot .ny2 span{
    float: right;
    font-weight: bold;
}


.product_item:hover{
    border: 1px solid #777777;
}

.product_item:hover .img img{
    transform: scale(1.1);
}
.product_item:hover .cot .ny1{
    color: #016eff;
}











.infolist{
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
}
.infolist:last-of-type{
    border-bottom: 1px solid #e0e0e0;
}
.infolist .img{
    width: 235px;
    float: left;
    overflow: hidden;
}
.infolist .cot{
    float: left;
    width: 510px;
    margin-left: 40px;
    padding: 0 40px 0 0;
    border-right: 1px solid #cccccc;
    transition: all 0.8s;
}
.infolist .cot .tit{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
    transition: all 0.5s;
}
.infolist .cot .intro{
    font-size: 14px;
    color: #808080;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    margin: 20px 0;
}
.infolist .cot .time{
    font-size: 14px;
    color: #9b9b9b;
}
.infolist .more{
    float: right;
    text-align: center;
    font-size: 20px;
    color: #999999;
    letter-spacing: 1px;
    padding-top: 70px;
    transition: all 0.3s;
}

.infolist:hover .cot  .tit{
    padding-left: 10px;
    /*width: 525px;*/
}
.infolist:hover .cot .tit,.infolist:hover .more{
    color: #016eff;
}
.infolist:hover .more{
    padding-left: 10px;
}
.infolist:hover .img img{
    transform: scale(1.1);
}





.public_list{
    padding: 30px 0 50px;
    background-color: #ffffff;
}
.Inside_title{
    text-align: center;
    color: #333333;
    padding: 1% 0 1%;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.Inside_title .dnra{
    letter-spacing: 1px;
}
.Inside_title .dnrb{
    letter-spacing:10px;
    margin: 2% 0 0;
    font-size: 36px;
    padding-left: 10px;
}
.category_list{
    position: relative;
    text-align: center;
    font-size: 0;
}

.category_list ul li{
    display: inline-block;
    background-color: #ffffff;
    margin: 2% 1%;
    padding: 0 2%;
    letter-spacing: 1px;
    color: #333333;
    border: 1px solid #eeeeee;
    transition: all 0.2s;
}
.category_list ul li a{
    display: block;
    padding: 10% 0;
}
.category_list ul li:hover{
    background-color: #016eff;
    color: #ffffff;
}
.category_list .on{
    background-color: #016eff;
    color: #ffffff;
}



.left-contact {
    width: 100%;
    margin-top: 30px;
}
.left-contact .title {
    padding: 30px 30px;
    background: url(http://rz.gjrz.org.cn/tpl/LjimitateIm/image/wxtb.png) no-repeat 30px center;
    background-color: #333333;

}

.left-contact .title .tit{
    font-size: 20px;
    color: #ffffff;
    float: right;
    letter-spacing: 2px;
}
.left-contact .box {
    border: 1px #e0e0e0 solid;
    margin: 0px 0 30px;
    padding: 15px;
    min-height: 160px;
    color: #666666;
    line-height: 35px;
    font-size: 16px;
}
.left-contact .box b {
    display: block;
    color: #333;
    margin-bottom: 5px;
}
.left-contact .box p {
    color: #333;
    font-size: 13px;
}



.content_show{
    /*padding: 2% 0 0;*/
}
.content_show .tit {
    font-size: 30px;
    line-height: 2;
    color: #333333;
}
.content_show .info {
    margin: 2% 0;
    font-size: 14px;
    color: #535353;
    letter-spacing: 1px;
}
.content_show .info .returnls {
    float: right;
    letter-spacing: 1px;
}
.content_show .allnr {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 2% 0;
    margin-bottom: 2%;
    line-height: 2;
}

.upperandlower {
    padding: 1% 0 0 0;
}
.upperandlower .next{
    width: 30%;
    background-color: #626262;
    padding: 2% 2%;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.upperandlower .next .arrow{
    margin: 0 10%;
}
.upperandlower .next *{
    color: #ffffff!important;
}
.upperandlower .tl{
    text-align: left;
}
.upperandlower .tr{
    text-align: right;
}
.upperandlower .next:hover{
    background-color: #016eff;
}



.paging {
    text-align:center;
    padding: 25px 0 30px;
}
.paging a{
    display: inline-block;
    padding: 10px 14px;
    border:1px solid #333333;
    color: #333333;
    margin:0 6px;
    transition: ease-in 0.1s;
    border-radius: 2px;
    background-color: #ffffff;
}
.paging span{
    margin:0 5px;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
    border:1px solid #016eff;
    color: #016eff;
}
.paging .currPage{
    border:1px solid #016eff;
    color: #ffffff;
    background-color: #016eff;
}




.Rmnynews{
    padding: 5% 0 2%;
    text-align: center;
}
.Rmnynews .dnra{
    display: inline-block;
    font-weight: bold;
    color: #333333;
    font-size: 24px;
    letter-spacing: 1px;
    border-bottom: 3px solid #016eff;
    padding: 0 0 1% 5px;
    margin:  0 0 1% 0;
}
.Rmnynews .newsny{
    text-align: left;
    margin-bottom: 0;
}



.contact_all{
    border-bottom: 1px solid #eb262d;
    padding: 0 0 4%;
    margin:  0 0 4%;
}
.contact_all ul li{
    width: 33%;
    float: left;
    text-align: center;
}
.contact_all ul li .img{

}
.contact_all ul li .nra{
    font-size: 24px;
    margin: 5% 0;
}
.contact_all ul li .nrb{
    font-size: 16px;
    line-height: 2;
}
.contact_form{

}
.contact_form .wznr{
    width: 30%;
    float: left;
    padding-top: 10%;
}
.contact_form .wznr .nra{
    font-size: 32px;
    color: #eb262d;
    margin: 0 0 4% 0;
}
.contact_form .wznr .nrb{
    font-size: 22px;
    color: #333333;
    line-height: 2;
}
.contact_form .srnr{
    float: right;
    width: 60%;
}
.contact_form .srnr .sritem{
    border-bottom: 1px solid #dddddd;
    padding: 0 0 2% 0;
    margin:  0 0 2% 0;
}
.contact_form .srnr .sritem:last-child{
    border-bottom:0;
}
.contact_form .srnr .sritem .srtit{
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    float: left;
    padding: 2% 0;
    width: 10%;
}
.contact_form .srnr .sritem .srsrk{
    float: right;
    width: 88%;
    margin-right: 2%;
}

.contact_form .srnr .sritem .srsrk input{
    padding: 2% 2%;
    /*border: 1px solid #cccccc;*/
    width: 100%;
    transition: all 0.5s;
    border-radius: 5px;
}
.contact_form .srnr .sritem .srsrk input:hover{
    box-shadow: 0 1px 10px #cccccc;
}
.contact_form .srnr .sritem .srsrkmax{
    width: 100%;
}
.contact_form .srnr .sritem .srsrkmax textarea{
    width: 100%;
    padding: 2% 2%;
    resize:none;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 110px;
}

.contact_form .checkcode{
    width: 150px;
    height: 45px;
    border: 1px solid #cccccc;
    float: left;
    padding: 0 2%;
}
.contact_form .ymzsz{
    width: 100px;
    height: 45px;
    float: left;
    border: 1px solid #cccccc;
    margin-left: -1px;
}
.contact_form .syann{
    float: left;
    background-color: #eeeeee;
    height: 45px;
    border: 1px solid #eeeeee;
    margin-left: 3%;
    padding: 0 5%;
    color: #666666;
    font-size: 18px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.2s;
}
.contact_form .syann:hover{
    color: #ffffff;
    background-color: #016eff;
}

.acsl{
    width: 100%;
    line-height: 2;
    position: relative;
}
.acsr{
    width: 100%;
    margin: 5% 0 2%;
}
.acsna{
    font-size: 30px;
    color: #333333;
    margin: 0 0 5% 0;
}
.acsnb{
    color: #333333;
}
.acslx{
    position: relative;
    margin: 5% 0;
    padding: 5% 0 0 0;
    border-top: 1px solid #cccccc;
}
.acslx .acslxan{
    color: #ffffff;
    background-color: #016eff;
    padding: 1% 8%;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    letter-spacing: 1px;
}

.acslx .acslxrx{
    font-size: 22px;
    color: #333333;
    float: left;
    padding: 0.5% 0;
    letter-spacing: 2px;
}
.acsall{
    width: 100%;
}
.acsall .acsall_title{
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: 2px solid #d2d2d2;
    padding: 0 0 1% 1%;
    position: relative;
    /*font-weight: bold;*/
    color: #016eff;
}
.acsall .acsall_title span{
    font-size: 14px;
    color: #aaaaaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0 2%;
}
.acsall .acsall_title:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 11%;
    background-color: #016eff;
}

.imgsw .proswitch{
    position: absolute;
    width: 32px;
    height: 70px;
    top: 30%;
    background: url(http://rz.gjrz.org.cn/tpl/LjimitateIm/image/proswitch.png)no-repeat;
    filter: grayscale(100%);
    transition: all 0.5s;
}
.imgsw .proarrowl{
    left: 2%;
    transform:rotate(180deg);
}
.imgsw .proarrowr{
    right: 2%;

}
.imgsw .proswitch:hover{
    filter: grayscale(0%);
}

.acsnrall{
    width: 100%;
    overflow: hidden;
    padding: 2% 0;
}
.videony{
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding: 2% 0 5%;
}
.videony video{
    max-width: 100%;
}
.acsnrall img{
    max-width: 100%;
}

.imgsw{
    width: 520px;
    float: left;
    position: relative;
}
.swny{
    right: 0;
    width: 600px;
    float: right;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.sbwyl{

}
.sbwyr{
    margin: 3% 0 0 0;
}




.acsimg{
    border: 1px solid #d2d2d2;
}
.acsCa{
    margin: 0;
}
.acsCa ul li{
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
    border: 1px solid #d2d2d2;
}
.acsCa ul li:nth-child(3n){
    margin: 0 0 0 0;
}
.acsCa .on{
    border: 1px solid #016eff;
}
.ascRmcp{
    margin: 0 0 8% 0;
}
.ascRm_title{
    background-color: #016eff;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 3px;
}

.ascRmxw{
    background-color: #ffffff;
    margin: 0 0 10% 0;
}
.ascRmxw .acsRmls{
    padding: 8% 5%;
}
.newsRm{
    color: #555555;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 0 5% 0;
    margin: 0 0 5% 0;
    transition:all 0.5s;
}
.newsRm:last-child{
    margin:  0 0 0 0;
    border-bottom: 0;
    padding: 0;
}
.newsRm .dnra{
    float: left;
    color: #33b8dd;
    width: 5%;
    transform: scale(1.5);
}
.newsRm .dnrb{
    float: left;
    width: 70%;
    transition:all 0.5s;
}
.newsRm .dnrc{
    float: right;
    width: 20%;
    text-align: right;
}
.newsRm:hover{
    color: #33b8dd;
}
.newsRm:hover .dnrb{
    padding-left: 1%;
}


.acsZx{
    background: url(http://rz.gjrz.org.cn/tpl/LjimitateIm/image/acsZx.png) no-repeat 10%;
    background-color: #016eff;
    color: #ffffff;
    padding: 5% 0 5% 28%;
    line-height: 1.5;
    background-size: 14.425%;
    font-weight: bold;

}
.acsZx .acszxa{
    font-size: 24px;
    letter-spacing: 2px;
}
.acsZx .acszxb{
    font-size: 32px;
    letter-spacing: 1px;
}




.honor_item{
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
}
.honor_item:nth-child(4n){
    margin: 0 0 2% 0;
}
.honor_item .cover{
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.honor_item .sys2{
    background: #f0f0f0;
    text-align: center;
    color: #333333;
    padding: 5%;
}

.honor_items{
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
}
.honor_items:nth-child(4n){
    margin: 0 0 2% 0;
}
.honor_items .cover{
    width: 100%;
}
.honor_items .sys2{
    background: #f0f0f0;
    text-align: center;
    color: #333333;
    padding: 5%;
}


.load_more{
    text-align: center;
    color: #333333;
    letter-spacing: 1px;
    font-size: 16px;
}



.newsCadian{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 24px;
}

.newsCadian ul li{
    float: left;
    margin: 0 10px;
    color: #cccccc;
}
.newsCadian .on{
    color: #016eff;
}


.ProductRm{
    width: 23.5%;
    float: left;
    margin: 0 2% 0 0;
    position: relative;
}
.ProductRm:nth-child(4n){
    margin: 0;
}
.ProductRm .img{
    width: 100%;
    overflow: hidden;
}
.ProductRm .cot{
    position: absolute;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    padding: 0 10%;
}
.ProductRm:hover .img img{
    transform: scale(1.15);
}




.dropdown-menu{
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 1px;
    top: 100%;
    left: 0;
}
.dropdown-menu .tit:nth-child(1){
    border-top: 0px solid #ccc;
}
.dropdown-menu .dmli{
    background-color: #efefef;
    text-align: center;
    display: block;
    transition: ease-in 0.1s;
    padding: 15px 20px;
    line-height: 25px;
    color: #555555;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    letter-spacing: 1px;
    border-top:1px solid #e5e5e5;
}
.dropdown-menu .dmli .dma{
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}
.dropdown-menu .dmli .arrow{
    position: absolute;
    right: 15px;
    top: 15px;
}
.dropdown-menu .dmli:hover{
    color: #EB262D;
}
.dropdown-menu .dmli:hover{
    /*font-weight: bold;*/
}

.tascxl{
    width: 100%;
}
.tiamao{
    padding: 15px 0 15px 22% !important;
    background: url(http://rz.gjrz.org.cn/tpl/LjimitateIm/image/tiamao.jpg) no-repeat 12%;
    background-size: 25%;
}
.albb{
    padding: 15px 0 15px 36% !important;
    background: url(http://rz.gjrz.org.cn/tpl/LjimitateIm/image/albb.jpg) no-repeat 12%;
    background-size: 25%;
}






.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 474px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin: -35px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;

}

.flex-control-paging li a {
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
    background-color: #EEEEEE;
    border-radius: 50%;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
    background-color: #5198e9;
}

.flexslider .slides a img {
    /*width: 100%;*/
    height: 474px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.honors_banner{
    height: 478px;
}
.ldy_ryzz_banner{
    height: 478px;
}
.ldy_ryzz_banner img,.honors_banner img{
    height: 100%;
    width: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -948px;
}


.dyxl{
    display: inline-block;
}
