* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
body{
    background: linear-gradient(180deg, #fcfbed 50.01%, rgba(252, 251, 237, 0.00) 91.45%), #fcfbed !important;   
}
/* 顶部中央精神 */
.box1 {
    background: url(/uploads/image/cwtd7images/00banner.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    width: 100%;
    height: 61.25rem;
    flex-direction: column;
    align-items: flex-start;
}
.box1_body {
    width: 75rem;
    margin: 0 auto;
    padding-top: 37.5rem;
}
.banner2 .swiper-slide{
    width: 36.75rem;
    height:20.75rem;
    overflow: hidden;
}
.box1_left {
    display: flex;
    width: 36.75rem;
    height: 20.75rem;
    align-items: flex-start;
    float: left;
}
.box1_left .pic img {
    width: 100%;
    height: auto;    
}
.box1_left .pic img{
    width:100%;
    height:100%;          
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.box1_left .pic:hover img{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transform: scale(1.1);
}






.box1_left .pic a span{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    color: #fff;
    display: flex;
    padding: 1.5rem .75rem 1rem .75rem;
    justify-content: left;
    align-items: center;
    gap: .625rem;
}
.box1_left .swiper-container-horizontal>.swiper-pagination-bullets{
    /* width:12%; */
    right:0;
    left:revert;
}
.box1_left .swiper-pagination-bullet-active{
    background: url(/uploads/image/cwtd7images/dian1.png) no-repeat !important;
    width: 2rem;
    border-radius: 0;
    margin:0 .625rem;
}
.box1_left .swiper-pagination-bullet{
    background: url(/uploads/image/cwtd7images/dian.png) no-repeat;
    opacity: 1;
    margin:0 .3125rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:1.25rem;
}
.box1_left .swiper-pagination{
    right: 0 !important;
    width: 20% !important;
    bottom: 1.25rem;
}  

.box1_right{
    float: left;
    margin-left: 2rem;
    width:48%;
}
.box1_right ul li{
    height: 3.4375rem;
    width: 100%;
    line-height:3.4375rem;
    border-bottom: .0625rem dashed #dcdcdc;
}
.box1_right ul li:last-child{
    border-bottom:none;
}
.box1_right ul li a{
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "pingfang sc";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: table;
    height: 3.4375rem;
    width: 100%;
    line-height:3.4375rem;
    width:100%;
}
.box1_right ul li a:hover{
    color: #a2281b;
}
.box1_right ul li{
    text-indent:2rem;
    position: relative;
}
.box1_right ul li::before{
    position: absolute;
    content: "";
    width: .75rem;
    height: .75rem;
    background:url(/uploads/image/cwtd7images/456.png) no-repeat;
    background-size:100% 100%;
    left: 0rem;
    top: 1.3rem;
}
.box1_right ul li:hover::before{
    background:url(/uploads/image/cwtd7images/123.png) no-repeat;
    background-size:100% 100%;
}

/* 工作动态 */
.box2_body {
    display: table;
    width: 75rem;
    margin: 0 auto;
    /* background: linear-gradient(180deg, #fcfbed 50.01%, rgba(252, 251, 237, 0.00) 91.45%),  lightgray -80.3128rem 87.1659rem / 233.855% 58.271% no-repeat, #fcfbed; */
    padding:1.5rem 0 3rem 0;
}
.bt{
    width:30%;
    margin:0 auto;
    padding-bottom:1.5rem;
    display: table;
}
.bt b{
    -webkit-text-stroke-color: #000;
    font-family: fzlantingheis-eb-gb;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.25rem;
    background: var(--01, linear-gradient(180deg, #900c0a 0%, #f8ab69 83.72%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float:left;
    margin:0 1.5rem ;
}
.bt span{
    display: inline-block;
    margin-top: .3125rem;
    float: left;
}
.list1 ul li{
    float: left;
    padding: .75rem 1.5rem;
    border: .0625rem solid #fff;
    background:#fff;
    width: 33.6rem;
    height: 5.69rem;
    margin-right: 1.5rem;
    margin-bottom: 1.25rem;
    position: relative;
}
.list1 ul li:nth-child(2n){
    margin-right:0;
}
.list1 ul li:hover{
    box-shadow: 0rem .25rem 2.25rem 0rem rgba(163, 62, 59, 0.24);
}
.list1 ul li a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color:#333;
    text-overflow: ellipsis;
    font-family: "pingfang sc";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem; /* 133.333% */
}
.list1 ul li:hover a{
    color: #a2281b;
}
.list1 ul li em{
    /* width: 3rem; */
    height: 4.69rem;
    padding:0.5rem 0.75rem;
    border-radius: 0.5rem 0rem 0rem 0rem;
    background: var(--01, linear-gradient(180deg, #900c0a 0%, #f8ab69 83.72%));
    float: left;
    margin-right:1.5rem;
}
.list1 ul li em span{
    color: #fff;
    font-family: "pingfang sc";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    text-align: center;
}
.list1 ul li em i{
    color: #fff;
    font-family: "pingfang sc";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: .625rem;
    display: block;
}
.list1 ul li em svg{
    margin-top: .375rem;
    display: block;
    margin-bottom: .1875rem;
}
.list1 ul li .svg2{
    display:none;
}
.list1 ul li:hover .svg2{
    display: block;
}
.list1 ul li:hover .svg1{
    display:none;
}
.list1 ul li .more{
    position: absolute;
    right: 6%;
    bottom: 12%;
}

/* 人物风采 */
.box3_body{
    display: table;
    width: 75rem;
    margin: 0 auto;
    padding:1.5rem 0 3rem 0;
}

.list2 ul li{
    width: 17.625rem;
    height: 19.0625rem;
    float: left; 
    margin-right:1.5rem;

}
/* .list2 ul li:nth-child(4){
    margin-right:0;
} */
.list2 ul li .js{
    margin-top: -0.625rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0rem 0rem 0.42463rem 0rem;
    border: .0531rem solid #fff;
    box-shadow: 0rem .1769rem .7077rem 0rem rgba(255, 196, 194, 0.48);
    background: linear-gradient(180deg, rgba(255, 235, 235, 0.70) 0%, rgba(255, 255, 255, 0.49) 100%);
    height: 7.3125rem;
}
.list2 ul li .js span{
    display: table;
}
.list2 ul li .js b{
    color: #333;
    font-family: "pingfang sc";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.list2 ul li .js p{
    color: #333;
    font-family: "pingfang sc";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.list2 ul li .js b,.list2 ul li .js p{
    margin-top:1rem;
    display: block;
    float: left;
    margin-right:1.25rem;
}
.list2 ul li .js i{
    clear: both;
    display: block;
    margin-top: 1rem;
    color: #333;
    font-family: "pingfang sc";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.list2 ul li .img{
    width: 17.625rem;
    height: 9.875rem; 
    overflow: hidden;
}
.list2 ul li  img{
    width:100%;
    height:100%;          
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.list2 ul li:hover img{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transform: scale(1.1);
}

/* 成果巡礼 */
.box4 .box1_body{
    padding: 1.5rem 0 3rem 0;
}
.box4_body{
    width: 75rem;
    margin: 0 auto;
    padding:3rem 0 3rem 0;
    clear: both;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    display: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    display: none; 
}
/* 媒体关注 */
.box5{
    width: 100%;
    background: url(/uploads/image/cwtd7images/box5bj.png) no-repeat 0 -11.875rem;
    background-size: 100% 100%;
    height: 64.375rem;
}
.box5_body{
    width: 75rem;
    margin: 0 auto;
    padding:1.5rem 0 3rem 0;
    clear: both;
}
.box5_body .box1_right{
    float: left;
}
.box5_body .mtgz{
    margin-left:0;
}
.box5_top{
    height: 7.75rem;
    position: relative;
    margin-bottom:0.75rem;
}
.box5_top span {
    width:13.75rem;
    height: 7.75rem;
    float: left;
    overflow: hidden;
}

.box5_top span img{
    width:100%;
    height:100%;          
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.box5_top:hover img{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transform: scale(1.1);
}
.box5_top a{
    float: right;
    display: block;
    width: 58%;
    color: #333;
    font-family: "pingfang sc";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem; /* 144.444% */
}
.box5_top i{
    color: #333;
    font-family: "pingfang sc";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    position: absolute;
    right: 0;
    bottom:0.75rem;
}
/* 矩阵 */
.box6{
    width:100%;
    height:25rem;
    background: #4b4a5c;
    margin-top: -20.625rem;
}
.xjewm{
    width: 91.8rem;
    margin: 0 auto;
    padding-top:3rem;
    height: 9.63rem;
    margin-bottom:1.5rem;
}
.xjewm ul li{
    float: left;
    margin-right:8rem;
}
.xjewm ul li:nth-child(7){
    margin-right:0;
}
.xzewm{
    width:49rem;
    margin: 0 auto;
    height: 9.63rem;
}
.xzewm ul li{
    float: left;
    margin-right:8rem;
}
.xzewm ul li:nth-child(4){
    margin-right:0;
}
.box6 p{
    color: #e7e5ff;
    text-align: center;
    font-family: "pingfang sc";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.03406rem;
}


.box4_body .swiper-slide a img{
    width:13.8125rem;
    height:18.75rem;
}