/*
 * @Author: xby
 * @Date: 2025-03-11 15:31:01
 * @LastEditors: xby
 * @LastEditTime: 2025-05-08 09:49:17
 */
/* reset */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 14px;
    overflow-y: auto;
    height: 100%;
}

html,
body {
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: "微软雅黑";
    position: relative;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background: #F2F2F2;
}

input,
select,
textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

img,
button,
textarea {
    border: none;
    -webkit-appearance: none
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    outline: none
}

a {
    text-decoration: none;
    color: #333;
}

ol,
ul {
    list-style: none;
}

input {
    background: #fff;
}

button,
input[type='submit'],
input[type='button'] {
    cursor: pointer
}

input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type='number'] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

template {
    display: none
}

img {
    vertical-align: middle;
}

em,
i {
    font-style: normal
}

/*wrap*/
body {
    font-family: "å¾®è½¯é›…é»‘";
    color: #000;
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: #000;
}

.wrap {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    zoom: 1
}

.cl:after {
    display: block;
    clear: both;
    content: "";
}

/* å¤–å¡«å…… */
.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt70{
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml80 {
    margin-left: 80px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr80 {
    margin-right: 80px;
}

/* å†…å¡«å…… */
.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p40 {
    padding: 40px;
}

.p50 {
    padding: 50px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt80 {
    padding-top: 80px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl80 {
    padding-left: 80px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr80 {
    padding-right: 80px;
}

/* å®½åº¦ */
.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
    margin: 0 auto;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}

.w700 {
    width: 700px;
}

.w800 {
    width: 800px;
}

.w900 {
    width: 900px;
}

.w960 {
    width: 960px;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

/* é«˜åº¦ */
.h {
    height: 100%
}

.h50 {
    height: 50px;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.h200 {
    height: 200px;
}

/*å¯¹é½æ–¹å¼*/
.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.bigbg{
    width: 100%;
    background: url(../img/pc/bg.jpg) center top no-repeat;
    padding-top: 50px;
    padding-bottom: 80px;
}

.wrap{
    width: 1200px;
    margin: 0 auto;
}

.banner{
    width: 1050px;
    margin: 0 auto;
}

.logo{
    
}

.bt1{
    display: block;
    margin: 20px auto 0;
    width: 704px;
}

.bt2{
    width: 427px;
    margin: 192px auto 0;
    display: block;
}

nav{
    width: 100%;
    height: 101px;
    background: url(../img/pc/navbg.png) center top no-repeat;
    margin-top: 93px;
    padding-top: 20px;

}

nav ul{
    width: 808px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li{
    width: 202px;
    height: 30px;
    border-right: 2px solid #fff;
    line-height: 27px;
    text-align: center;
    font-size: 30px;
}

nav ul li:last-child{
    border: none;
}

nav ul li a{
    color: #fff;
}

.main{
    width: 1200px;
    margin: 80px auto 0;

}

.ttbox{
    width: 1200px;
    background: url(../img/pc/ttbg.png) center top no-repeat;
    height: 159px;
    padding: 30px 0;
}

.ttbox h3{
    width: 1080px;
    font-size: 35px;
    margin-left: 118px;
    text-align: center;
}

.ttbox h3 a{
    color: #fff;
}

.ttbox p{
    width: 1080px;
    font-size: 22px;
    margin-left: 118px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.zxbd_title{
    margin-top: 80px;
    text-align: center;
    text-indent: 180px;
}

.focusBox{width: 717px;height: 687px;background: url("../img/pc/bdlf.png");}
/* picFocus */
.picFocus{width:686px; height: 656px;position:relative;overflow:hidden;zoom:1;margin: 15px;}
.picFocus .hd{width:100%;padding-top:5px;overflow:hidden;padding-left: 15px;}
.picFocus .hd ul{overflow:hidden; zoom:1; }
.picFocus .hd ul li{ padding-top:5px;float:left;text-align:center;  }
.picFocus .hd ul li img{ width:200px; height:130px; border:2px solid #ddd; cursor:pointer; margin-left:12px;}
.picFocus .hd ul li.on img{ border-color:#0255a3;  }
.picFocus .bd li{ position: relative;}
.picFocus .bd li p{ position: absolute;bottom: 0;font-size: 18px;color: #fff;width: 100%;height: 42px;line-height: 42px;text-align: center;background: rgba(0, 0, 0, 0.5);}
.picFocus .bd img{ width:686px; height:500px; display:block;  }
.picFocus .prev, .picFocus .next {position: absolute;left: 0;bottom: 70px;width: 9px;height: 21px;background: url("../img/pc/ll.png") center no-repeat;}
.picFocus .next {left: auto;right: 0;background-image: url("../img/pc/rr.png");}
.newsBox{width: 473px;height: 687px;background: url("../img/pc/bdrt.png");}
.aboutItem ul{width: 473px;padding: 15px;}
.aboutItem ul li{width: 100%;background: #fff;padding: 5px 24px 10px;margin-bottom: 20px;min-height: 112px;}
.aboutItem ul li h2{font-size: 20px;height: 42px;line-height: 42px;overflow: hidden;font-weight: bold;}
.aboutItem ul li h2 a{display: block;width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: #0051a3;}
.aboutItem ul li p{font-size: 17px;line-height: 28px;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.zxbd_title.pphn_{
    margin-top: 150px;
}

.zxbd_title.rmjc_{
    margin-top: 240px;
}

.zxbd_title.pptj_{
    margin-top: 93px;
}

.pphn_box{
    width: 1200px;
    height: 660px;
    margin-top: 165px;
    background: #fff;
    padding-top: 1px;
}

.picScroll_left{ overflow:hidden; position:relative;width: 1180px;height: 380px;margin: 20px auto 0;}
.picScroll_left .hd{}
.picScroll_left .hd .prev,.picScroll_left .hd .next{ display:block;  width:37px; height:94px; cursor:pointer; background:url(../img/pc/left.png) 0 0 no-repeat;position: absolute;left: 0;top: 144px;}
.picScroll_left .hd .next{ background: url(../img/pc/right.png) 0 0 no-repeat;left: auto;right: 0;}
.picScroll_left .bd{width: 1110px;margin-left: 37px;}
.picScroll_left .bd ul{ overflow:hidden; zoom:1; }
.picScroll_left .bd ul li{ margin:0 11px; float:left; _display:inline; overflow:hidden;width: 345px;height: 380px;position: relative;}
.picScroll_left .bd ul li img{width: 345px;height: 380px;}
.picScroll_left .bd ul li p{height: 60px;line-height: 60px;width: 100%;position: absolute;left: 0;bottom: 0;font-size: 18px;color: #fff;padding: 0 10px;background: rgba(0, 0, 0, 0.4);}

.pphn_list{
    width: 100%;
    height: 243px;
    padding-top: 45px;
    margin: 10px auto 0;
}

.pphn_list ul{
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}

.pphn_list ul li{
    width: 540px;
    height: 64px;
    border-bottom: 1px dashed #c3c3c3;
    float: left;
    line-height: 64px;
    font-size: 22px;
}

.pphn_list ul li:nth-child(2n) {
    float: right;
}

.rmjc_box{
    width: 1200px;
    margin: 70px auto 0;
}

.poster-main {width: 615px;height: 585px;position: relative;margin: 10px auto 0;}
.poster-main a, .poster-main img { display: block;}
.poster-main .poster-list {width: 615px;height: 585px;}
.poster-main .poster-list .poster-item {width: 270px;height: 585px;position: absolute;left: 0;top: 0;overflow: hidden;}
.poster-main .poster-btn {width: 72px!important;height: 72px!important;position: absolute;top: 220px;z-index: 10;cursor: pointer;}
.poster-main .poster-prev-btn {left: -60px;background: url("https://www.soulrig.com/file/4500000001/zt/2023yshj/img/leftbg.png") no-repeat center center;}
.poster-main .poster-next-btn {right: -60px;background: url("https://www.soulrig.com/file/4500000001/zt/2023yshj/img/rightbg.png") no-repeat center center;}

.rmjc_list{
    width: 530px;
    height: 625px;
    background: #fff;
    padding: 10px 10px;
    padding-bottom: 0;
}

.rmjc_list ul{
    overflow: hidden;
}

.rmjc_list ul li{
    width: 250px;
    height: 190px;
    float: left;
    margin-bottom: 15px;
}

.rmjc_list ul li:nth-child(2n){
    float: right;
}

.rmjc_list ul li img{
    width: 250px;
    height: 145px;
}

.rmjc_list ul li p{
    width: 100%;
    height: 36px;
    font-size: 18px;
    /* line-height: 36px; */
}

.adbox{
    width: 1200px;
    height: 130px;
    margin-top: 45px;
}

.adbox img{
    width: 1200px;
    height: 130px;
}

.pptjbox{
    width: 1200px;
    height: 570px;
    background: #fff;
    padding-top: 1px;
    margin-top: 50px;
}

.pptjbox ul li{
    width: 280px;
    height: 170px;
    margin-top: 15px;
    position: relative;
    margin-left: 15px;
}

.pptjbox ul li img{
    width: 280px;
    height: 170px;
}

.pptjbox ul li p{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pptj_big{
    width: 880px;
    height: 540px;
    margin-top: 15px;
    margin-right: 15px;
    position: relative;
}

.pptj_big img{
    width: 880px;
    height:540px;
}

.pptj_big p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 20px;
    padding: 15px;
    line-height: 1.8;
    text-align: center;
}