/**
 *  * Created by yuanvp on 2019/12/5.
 */
.navbox ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.navbox ul li:nth-child(1) {
    background: url("https://www.soulrig.com/file/4500000039/newimg/syicon.png") no-repeat 15px 17px;
}


.news_top {
    height: 110px;
    width: 100%;
    background-color: #F6F7F9;
    line-height: 110px;
    text-align: center;
}
.news_top a {
    color: #3E64B7;
    font-size: 36px;
    font-weight: bold;
    display: block;
    width: 100%;
}

.slideBox1 {
    width: 630px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.slideBox1 .hd {
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}

.slideBox1 .hd ul li {
    float: left;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 6px;
    margin: 0 8px;
}

.slideBox1 .hd ul li.on {
    background: #7AA3FF;
}
.prev,.next{
    width: 40px;
    height: 80px;
    display: inline-block;
    position: absolute;
    top: 160px;
    background-color: #000000;
    opacity: 0.4;
    /* Firefox, Safari(WebKit), Opera) */
    filter: "alpha(opacity=40)";
    /* IE 8 */
    filter: alpha(opacity=40);
    /* IE 4-7 */
    color: #FFFFFF;
    font-size: 35px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.prev{

    left: 0;
}
.next{
    right: 0;
}

.slideBox1 .bd {
    position: relative;
    z-index: 0;
}

.slideBox1 .bd li {
    position: relative;
}

.slideBox1 .bd li img {
    width: 630px;
    height: 400px;
    box-sizing: border-box;
}

.slideBox1 .bd p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 630px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 22px;
    /* background-color: #333333; */
    z-index: 1;
    font-size: 18px;
    color: #fff;
    background: url(https://www.soulrig.com/file/4500000039/newimg/heibg.png) repeat-x left center;
}

.slideBox1 .bd p a {
    display: block;
    width: 610px;
    /* text-align: center; */
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

.bannerright{
    width: 545px;
    /* height: 260px; */
    height: 398px;
}

.bannerrightul{
    height: 36px;
    border-bottom: 1px solid #B5B5B5;
}
.bannerrightul li{
    float: left;
    width: auto;
    height: 36px;
    text-align: center;
    margin-right: 20px;
}
.bannerrightul li a{
    width: 100%;
    display: inline-block;
    color: #9D9D9D;
    /*padding-bottom: 11px;*/
    font-size: 22px;
    font-weight: bold;
}
.czul{
    width: 100%;
    /* height: 214px; */
    height: 352px;
    margin-top: 10px;
    overflow: hidden;
    /* border-bottom: 1px solid #B5B5B5; */
}
.czul li{
    float: left;
    /*margin-left: 18px;*/
    font-size: 16px;
    width: 100%;
    /* height: 34px;
    line-height: 34px; */
    height: 35px;
    line-height: 35px;
    background: url(https://www.soulrig.com/file/4500000039/newimg/dian.png) no-repeat left center;
}
.czul li a{
    width: 390px;
    height:35px ;
    padding-left: 15px;
    display: inline-block;
    color: #464646;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.czul li a:hover{
    color: #0069C5;
}
.czul li span{
    display: inline-block;
    float: right;
    color: #aaaaaa;
    width: 100px;
    height: 34px;
    overflow: hidden;
}
.active3px{
    color: #0984e0 !important;
    border-bottom: 3px solid #0984e0;;
}
li.active3px a{
    color: #0069C5 !important;
}
.bannerright .on{
    color: #0984e0 !important;
    border-bottom: 3px solid #0984e0;;
}
.bannerright li.on a{
    color: #0069C5 !important;
}
.sztzactive{
    border-bottom: 3px solid #0069c5;
    color: #0069c5 !important;
}
.disblock{
    display: block !important;
}

.ztzl_list {
    width: 100%;
    height: 130px;
    line-height: 130px;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/ztpng.png") no-repeat left;
    padding-left: 61px;
    position: relative;
}
.ztzl_list ul li {
    float: left;
    margin: 0 5px;
}
.ztzl_boxbanner {
    width: 1139px;
}
.ztzl_boxbanner .bd .tempWrap {
    width: 1139px;
}
.ztzl_boxbanner ul li {
    float: left;
    margin: 0 5px;
}
.ztzl_boxbanner ul li a img {
    width: 217px;
    height: 85px;
}
.prev2,.next2{
    width: 20px;
    height: 40px;
    display: inline-block;
    position: absolute;
    background-color: #000000;
    opacity: 0.4;
    /* Firefox, Safari(WebKit), Opera) */
    filter: "alpha(opacity=40)";
    /* IE 8 */
    filter: alpha(opacity=40);
    /* IE 4-7 */
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.prev2{
    top: 46px;
    left: 66px;
}
.next2{
    top: 46px;
    right: 10px;
}



.newsLimg{width: 542px;}
.newsLimg img{width: 542px;height: 66.5px;margin-top: 3px;}
.ztzlNew{width: 100%;height: 85px;overflow: hidden;}
.ztzlNew .slideBox2{width: 260px;position: relative;}
.ztzlNew .slideBox2 img{width: 260px;height: 85px;display: block;}
.ztzlNew .imgBoxCon{width: 650px;margin: 0 15px;}
.prev3,.next3{
    width: 40px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 20px;
    background-color: #000000;
    opacity: 0.4;
    /* Firefox, Safari(WebKit), Opera) */
    filter: "alpha(opacity=40)";
    /* IE 8 */
    filter: alpha(opacity=40);
    /* IE 4-7 */
    color: #FFFFFF;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.prev3{

    left: 0;
}
.next3{
    right: 0;
}


.zwgk_list {
    width: 100%;
}
.zwgk_list .zwgk_l {
    width: 240px;
}
.zwgk_list .zwgk_l ul li {
    width: 100%;
    height: 48px;
    background-color: #EAEAEA;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    margin-top: 10px;
}

.zwgk_list .zwgk_l ul li:hover {
    -webkit-box-shadow: #ccc 5px 5px 5px;
    -moz-box-shadow: #ccc 5px 5px 5px;
    box-shadow: #ccc 5px 5px 5px;
}
.zwgk_list .zwgk_l ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
}
.zwgk_list .zwgk_t {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #B5B5B5;
}
.zwgk_list .zwgk_t span {
    font-size: 20px;
    font-weight: bold;
    color: #0069C5;
}
.zwgk_list .zwgk_t a {
    font-size: 14px;
    color: #666666;
}
.zwgk_list .zwgk_c {
    width: 543px;
}

.bannerrightul2{
    height: 45px;
    border-bottom: 1px solid #B5B5B5;
}
.bannerrightul2 li{
    float: left;
    width: auto;
    line-height: 34px;
    text-align: center;
    margin-right: 20px;
    padding: 5px 15px;
}
.czul2 {
    width: 100%;
    margin-top: 10px;
}
.czul2 li{
    float: left;
    /*margin-left: 18px;*/
    font-size: 16px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: url(https://www.soulrig.com/file/4500000039/newimg/dian.png) no-repeat left center;
}
.czul2 li a{
    width: 390px;
    height:35px ;
    padding-left: 15px;
    display: inline-block;
    color: #464646;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.czul li:hover {
    background: #f3f3f3 url(https://www.soulrig.com/file/4500000039/newimg/dian.png) no-repeat left center;
}
.czul2 li:hover {
    background: #f3f3f3 url(https://www.soulrig.com/file/4500000039/newimg/dian.png) no-repeat left center;
}
.czul2 li a:hover{
    color: #0069C5;
}
.czul2 li span{
    display: inline-block;
    float: right;
    color: #aaaaaa;
    /* width: 100px; */
}
.zwgk_c .on{
    background-color: #3F61B8;
}
.zwgk_c li.on a{
    color: #fff;
}
.bannerrightul2 li a{
    width: 100%;
    display: inline-block;
    color: #9D9D9D;
    /*padding-bottom: -6px;*/
    font-size: 18px;
    font-weight: bold;
}
.zwgk_r {
    width: 345px;
}
.zwgk_r ul li {
    height: 48px;
    width: 100%;
    background-color: #EAEAEA;
    /*text-align: center;*/
    line-height: 48px;
    font-size: 18px;
    float: left;
    padding-left: 50px;
    border: 1px solid #fff;
}
.zwgk_r ul li:hover a{
    background-color: #3F61B8;
    color: #ffffff;
}
.zwgk_r ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
}
.zwgk_r ul li:nth-child(1) {
    width: 50%;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon30.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(2) {
    width: 50%;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon18.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(3) {
    width: 50%;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon20.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(4) {
    width: 50%;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon15.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(5) {
    width: 50%;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon28.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(6) {
    width: 50%;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon16.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(7) {
    width: 50%;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon17.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(8) {
    width: 50%;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/cf25.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(9) {
    font-size: 16px;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon28.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(10) {
    font-size: 16px;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon23.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(11) {
    font-size: 16px;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon22.png") no-repeat 10px;
}
.zwgk_r ul li:nth-child(12) {
    font-size: 16px;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon21.png") no-repeat 10px;
}

.zxft_zmhd {
    width: 100%;
}
.zxft_zmhd .zxrf {
    width: 586px;
}
.zxft_zmhd .zxrf .hd ul {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #B5B5B5;
}
.zxft_zmhd .zxrf .hd ul li {
    float: left;
    margin-right: 20px;
}
.zxft_zmhd .zxrf .hd ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #9D9D9D;
}
.zxrf .hd ul li.on a {
    color: #0069C5;
}
.rffw {
    width: 100%;
}
.rffw li {
    float: left;
    width: 176px;
    height: 184px;
    position: relative;
    margin:0 14px;
}
.rffw li a {
    color: #3F63BB;
}
.rffw li:nth-child(1) {
    margin-left: 0;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/rffw.png") no-repeat center 50px;
}
.rffw li:nth-child(2) {
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/rffw2.png") no-repeat center 50px;
}
.rffw li:nth-child(3) {
    margin-right: 0;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/rffw3.png") no-repeat center 50px;
}
.rffw li:nth-child(4) {
    width: 100%;
    height: 154px;
    margin-left: 0;
    margin-top: 10px;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/jbst.png") no-repeat 10px 10px;
}
.rffw li p {
    position: absolute;
    bottom: 15px;
    left: 13px;
    width: 150px;
    height: 38px;
    background-color: #3F63BB;
    color: #ffffff;
    font-size: 16px;
    line-height:38px;
    text-align: center;
}
.rffw li:nth-child(4) a {
    display: block;
    width: 173px;
    height: 90px;
    float: left;
    margin-top: 32px;
    text-align: center;
    line-height: 30px;
    border-right:1px solid #B5B5B5;
}
.rffw li:nth-child(4) a:nth-child(1) {
    margin-left:60px;
}
.rffw li:nth-child(4) a:nth-child(3) {
    border:none;
}
.zmzx {
    width: 586px;
}
.zmzx .zmhd_t {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #B5B5B5;
}
.zmzx .zmhd_t a {
    font-size: 20px;
    font-weight: bold;
    color: #0069C5;
}
.zmzx .zmhd_b li {
    width: 180px;
    height: 94px;
    float: left;
    text-align: center;
    line-height: 160px;
    font-size: 16px;
}
.zmzx .zmhd_b li:hover {
    -webkit-box-shadow: #ccc 5px 5px 5px;
    -moz-box-shadow: #ccc 5px 5px 5px;
    box-shadow: #ccc 5px 5px 5px;
}
.zmzx .zmhd_b li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #9D9D9D;
}
.zmzx .zmhd_b li:nth-child(1) {
    margin-right: 11px;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon29.png") no-repeat center 10px;
}
.zmzx .zmhd_b li:nth-child(2) {
    margin:0 12px;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/zj.png") no-repeat center 10px;
}
.zmzx .zmhd_b li:nth-child(3) {
    margin-left: 11px;
    background: #EAEAEA url("https://www.soulrig.com/file/4500000039/newimg/icon19.png") no-repeat center 10px;
}

.zmzx .zxhf_t {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #B5B5B5;
}
.zmzx .zxhf_t a {
    font-size: 20px;
    font-weight: bold;
    color: #0069C5;
}
.zmzx .zxhf_b {
    width: 100%;
}

.zmzx .zxhf_b li {
    float: left;
    font-size: 16px;
    width: 100%;
    height: 33px;
    line-height: 33px;
    background: url(https://www.soulrig.com/file/4500000039/newimg/dian.png) no-repeat left center;
}
.zmzx .zxhf_b li:hover{
    background: #f3f3f3 url(https://www.soulrig.com/file/4500000039/newimg/dian.png) no-repeat left center;
}
.zmzx .zxhf_b li a {
    width: 390px;
    height: 35px;
    padding-left: 15px;
    display: inline-block;
    color: #464646;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.zmzx .zxhf_b li a:hover {
    color: #0069C5;
}
.zmzx .zxhf_b li span {
    display: inline-block;
    float: right;
    color: #aaaaaa;
}

.zxrf .bd .zxft_live li {
    position: relative;
}

.zxrf .bd .zxft_live li img {
    width: 584px;
    height: 349px;
    box-sizing: border-box;
}

.zxrf .bd .zxft_live p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 584px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 22px;
    /* background-color: #333333; */
    z-index: 1;
    font-size: 18px;
    color: #fff;
    background: url(https://www.soulrig.com/file/4500000039/newimg/heibg.png) repeat-x left center;
}
.zxrf .bd .zxft_live p a {
    display: block;
    width: 610px;
    /* text-align: center; */
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

/*å³ä¾§é£˜çª—*/
.pc_nav_right {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: 620px;
    margin-top: -140px;
    z-index: 9999;
}
.pc_nav_right ul li {
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
}
.pc_nav_right ul li:nth-child(1):hover ,.pc_nav_right ul li:nth-child(2):hover ,.pc_nav_right ul li:nth-child(3):hover{
    -webkit-box-shadow: #ccc 5px 5px 5px;
    -moz-box-shadow: #ccc 5px 5px 5px;
    box-shadow: #ccc 5px 5px 5px;
}
.pc_nav_right ul li:nth-child(4) {
    height: 78px;
}
.pc_nav_right ul li:nth-child(5) {
    height: 98px;
}
.wxewm {
    position: absolute;
    left: -90px;
    top: 0;
}
.appewm {
    position: absolute;
    left: -90px;
    top: 0;
}


/* é€‚è€åŒ–æ ·å¼ */
/* #outerBox_dh  */
.oldModel .news_top a {
    font-size: 60px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oldModel .slideBox1 {
    width: 100%;
    height: 762px;
}
.oldModel .slideBox1 .bd li img {
    width: 1200px;
    height: 762px;
}
.oldModel .bannerright {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.oldModel .bannerrightul {
    height: 60px;
}
.oldModel .bannerrightul li {
    height: 60px;
}
.oldModel .bannerrightul li a {
    font-size: 38px !important;
}
.oldModel .czul {
    /* height: 361px; */
    height: 600px;
}
.oldModel .czul li {
    font-size: 32px !important;
    height: 60px;
    line-height: 60px;
    float: none;
}
.oldModel .czul li a {
    width: 950px;
    height: 60px;
}
.oldModel .czul li span {
    /* width: 950px; */
    height: 60px;
    width: 200px;
}
.oldModel .fwfwrk_img {
    float: left;
}
.oldModel .zwgk_list .zwgk_t {
    height: 60px;
    line-height: 60px;
}
.oldModel .zwgk_list .zwgk_t span {
    font-size: 38px !important;
}
.oldModel .zwgk_list .zwgk_t a {
    font-size: 26px;
}
.oldModel .zwgk_list .zwgk_l {
    width: 100%;
}
.oldModel .zwgk_list .zwgk_l ul li {
    height: 80px;
    line-height: 80px;
    font-size: 32px !important;
}
.oldModel .zwgk_list .zwgk_c {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
}
.oldModel .bannerrightul2 {
    height: 74px;
}
.oldModel .bannerrightul2 li {
    line-height: 62px;
    padding: 0 15px;
}
.oldModel .bannerrightul2 li a {
    font-size: 38px !important;
    line-height: 70px;
}
.oldModel .czul2 {
    height: auto;
}
.oldModel .czul2 li {
    height: 60px;
    line-height: 60px;
    font-size: 32px !important;
    float: none;
}
.oldModel .czul2 li a {
    width: 950px;
    height: 60px;
}
.oldModel .zwgk_r {
    width: 100%;
    margin-top: 30px;
}
.oldModel .zwgk_r ul li {
    height: 80px;
    line-height: 80px;
    font-size: 32px !important;
}
.oldModel .zwgk_r ul li:nth-child(9) , .oldModel .zwgk_r ul li:nth-child(10) , .oldModel .zwgk_r ul li:nth-child(11) , .oldModel .zwgk_r ul li:nth-child(12) {
    font-size: 32px !important;
}
.oldModel .zxft_zmhd .zxrf {
    width: 100%;
}
.oldModel .zxft_zmhd .zxrf .hd ul {
    height: 60px;
    line-height: 60px;
}
.oldModel .zxft_zmhd .zxrf .hd ul li a {
    font-size: 38px !important;
}
.oldModel .zxrf .bd .zxft_live li img {
    width: 1200px;
    height: 717px;
}
.oldModel .rffw li {
    width: 250px;
    height: 260px;
    background-size: 100px;
}
.oldModel .rffw li a {
    display: block;
    width: 100%;
    height: 100%;
}
.oldModel .rffw li p {
    left: 50px;
    font-size: 28px;
}
.oldModel .rffw li:nth-child(4) {
    width: 100%;
    height: 300px;
    line-height: 80px;
    font-size: 32px !important;
}
.oldModel .rffw li:nth-child(4) a:nth-child(1) {
    margin-left: 120px;
}
.oldModel .rffw li:nth-child(4) a {
    width: 300px;
    height: 255px;
    line-height: 78px;
    margin-top: 30px;
}
.oldModel .zmzx {
    width: 100%;
}
.oldModel .zmzx .zmhd_t , .oldModel .zmzx .zxhf_t {
    height: 60px;
    line-height: 60px;
}
.oldModel .zmzx .zmhd_t a , .oldModel .zmzx .zxhf_t a {
    font-size: 38px !important;
}
.oldModel .zmzx .zmhd_b li {
    width: 250px;
    height: 180px;
    line-height: 280px;
    font-size: 32px !important;
    background-position-y: 35px !important;
    background-size: 60px !important;
}
.oldModel .zmzx .zxhf_b li {
    height: 60px;
    line-height: 60px;
    font-size: 32px !important;
}
.oldModel .zmzx .zxhf_b li a {
    width: 950px;
    height: 60px;
}
.oldModel .zxrf .bd .zxft_live p {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-size: 100% !important;
    font-size: 32px !important;
}
.oldModel .slideBox1 .bd p {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-size: 100% !important;
    font-size: 32px !important;
}

.oldModel .newsLimg{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
}