@charset "utf-8";

@font-face {
    font-family: "jy";
    /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
#container {
            width: 100%;
            height: 411px;
            overflow: hidden;
            cursor: pointer;
        }
.title1 {
    /* padding-bottom: 13px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.title1 .name {
    /* border-bottom: 3px solid #FF9900; */
    color: #013EA2;
    position: relative;
    float: left;
}
.title1 .name .before {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #FF9900;
    left: 0;
    bottom: 0;
}


.title1 .name::before {
    content: '';
    background: url(../image/title_bg.png) no-repeat center center;
    background-size: contain;
    width: 130px;
    height: 138px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.title1 .name1 {
    font-size: 32px;
    font-weight: 600;
    float: left;
    padding-bottom: 10px;
}

.title1 .ename {
    float: left;
    font-size: 14px;
    padding-top: 21px;
    margin-left: 7px;
}

.title1 .more {
    float: right;
    color: #013EA2;
}

.title1 .more1 {}

.title1 .more2 {
    font-size: 12px;
    padding-left: 30px;
    background: url(../image/more.png) no-repeat left center;
}

.box1 {
    margin-top: -146px;
    position: relative;
    z-index: 11111;
}

.box1 .block {
    background-color: rgba(255, 255, 255, 0.5);
    margin: auto;
    max-width: 1660px;
    height: 146px;
}

.box1 .item2 {
    width: 365px;
    float: right;
    position: relative;
    height: 100%;
    padding: 20px 13px;
    padding-right: 25px;
    box-sizing: border-box;
    padding-top: 26px;
}

.box1 .item2::before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 40px);
    top: 20px;
    background-color: #013EA2;
    left: 0;
}

.box1 .item2 .input {
    position: relative;
}

.box1 .item2 .input .text::placeholder {
    color: #013EA2;
}

.box1 .item2 .input .text {
    font-size: 18px;
    color: #013EA2;
    border-bottom: 1px solid #013EA2;
    background-color: rgba(255, 255, 255, 0);
    line-height: 50px;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 40px;
}

.box1 .item2 .input .tj {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    height: 32px;
    width: 32px;
    border: none;
    background: url(../image/search.png) no-repeat center;
    /* background-size: 20px 20px; */
    left: auto;
}

.box1 .item2 .wz {
    padding-top: 15px;
}

.box1 .item2 .wz .item {
    color: #013EA2;
    margin-right: 10px;
    float: left;
}

.box1 .item2 .wz .item:nth-child(1) {
    padding-right: 13px;
    position: relative;
}

.box1 .item2 .wz .item:nth-child(1)::before {
    position: absolute;
    content: '>';
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.box1 .item1 {
    width: calc(100% - 365px);
    height: 100%;
    float: left;
}

.box1 .item1 .item {
    width: calc(100% / 9 - 1px);
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 5px;
    padding-top: 30px;
    height: 100%;
}

.box1 .item1 .item img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: contain;
}

.box1 .item1 .item .title {
    margin-top: 15px;
    font-size: 18px;
    color: #013EA2;
}

.box1 .item1 .item:hover {
    border-bottom: 3px solid #FF9900;
    background-color: rgba(0, 0, 0, 0.15);
    transition: all 0.4s;
}

.box2 {
    position: relative;
}

.box2::before {
    content: '';
    position: absolute;
    bottom: -215px;
    width: 100%;
    height: 434px;
    width: 441px;
    right: 320px;
    background: url(../image/notice_bg.png) no-repeat center center;
    z-index: -1;
}

.box2 .title1 {
    margin-bottom: 20px;
}

.box2 .left,
.box2 .right {
    margin-top: 50px;
}

.box2 .left {
    width: 70%;
    box-sizing: border-box;
    padding-right: 40px;
}

.box2 .left .tplist {
    width: 59%;
    box-sizing: border-box;
    float: left;
}

.box2 .left .tplist .item {}

.box2 .left .tplist .image {
    background: url(../image/new_bg.png)no-repeat left center;
    background-size: calc(100% - 15px) calc(100% - 15px);
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 15px;
}

.box2 .left .tplist .image .img {
    overflow: hidden;
}

.box2 .left .tplist .image .img img {
    width: 100%;
    height: 420px;
}

.box2 .left .tplist .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box2 .left .tplist .summary {
    color: #999999;
    line-height: 24px;
}

.box2 .left .tplist .date {
    color: #999999;
    margin-top: 10px;
    margin-bottom: 20px;
}

.box2 .left .tplist .more {
    color: #013EA2;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid #FF9900;
    line-height: 40px;
    display: inline-block;
}

.box2 .left .tplist .title,
.box2 .left .tplist .summary,
.box2 .left .tplist .date,
.box2 .left .tplist .more {
    padding-left: 15px;
}

.box2 .left .tplist .item:hover .title {
    color: #013EA2;
    transition: all 0.4s;
}

.box2 .left .tplist .item:hover .summary,
.box2 .left .tplist .item:hover .date {
    color: #333333;
    transition: all 0.4s;
}

.box2 .left .tplist .item:hover .img img {
    transform: scale(1.05);
    transition: all 0.4s;
}

.box2 .left .slick-arrow {
    display: none !important;
}

.box2 .left .fade-1 .slick-dots {
    position: relative;
    /* right: 100px; */
    bottom: 224px;
    color: #fff;
    text-align: right;
    line-height: 1;
    height: 0px;
    padding-right: 15px;
}

.box2 .left .fade-1 .slick-dots li {
    margin-right: 10px;
}

.box2 .left .fade-1 .slick-dots li.slick-active {
    width: 11px;
}

.box2 .left .wzlist {
    padding-left: 15px;
    width: 41%;
    float: left;
}

.box2 .left .wzlist .item {
    padding: 23px 15px;
    position: relative;
    box-sizing: border-box;
}

.box2 .left .wzlist .item::before {
    height: 1px;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
}

.box2 .left .wzlist .title {
    font-size: 20px;
    margin-bottom: 13px;
}

.box2 .left .wzlist .topdate {
    color: #FF9900;
    font-size: 26px;
    overflow: hidden;
    height: 0;
    display: none;
}

.box2 .left .wzlist .summary {
    overflow: hidden;
    height: 0px;
    color: #999999;
    line-height: 26px;
    /* display: none; */
}

.box2 .left .wzlist .date {
    color: #999999;
    line-height: 20px;
    overflow: hidden;
}

.box2 .left .wzlist .item:hover {
    background-color: #f3f3f3;
    transition: all 0.4s;
    padding: 15px;
}

.box2 .left .wzlist .item:hover::before {
    height: 2px;
    background-color: #FF9900;
}

.box2 .left .wzlist .item:hover .title {
    font-weight: 600;
}

.box2 .left .wzlist .item:hover .topdate {
    transition: all 0.4s;
    height: 46px;
    display: block;
}

.box2 .left .wzlist .item:hover .date {
    height: 0;
    transition: all 0.4s;
    display: none;
}

.box2 .left .wzlist .item:hover .summary {
    height: 52px;
    transition: all 0.4s;
    /* display: block; */
}

/* .box2 .left .wzlist .item:hover .title,
.box2 .left .wzlist .item:hover .date {
    color: #013EA2;
    transition: all 0.4s;
} */

.box2 .right {
    width: 30%;
}

.box2 .right .top {
    padding: 15px 5px 0px 15px;
    background: url(../image/new_bg.png) no-repeat left top;
    background-size: 100% calc(100% - 40px);
}

.box2 .right .top .img {
    overflow: hidden;
    position: relative;
}

.box2 .right .top img {
    width: 100%;
    height: 284px;
    object-fit: cover;
}

.box2 .right .top .text {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.box2 .right .top .title {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.box2 .right .top .ly {
    color: rgba(255, 255, 255, 0.8);
}

.box2 .right .bottom {
    margin-top: 13px;
    box-sizing: border-box;
    padding-left: 15px;
}

.box2 .right .bottom .item {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 23px 15px;
}

.box2 .right .bottom .title {
    font-size: 20px;
    margin-bottom: 13px;
}

.box2 .right .bottom .date {
    color: #999999;
    line-height: 20px;
}

.box2 .right .top .img:hover img {
    transform: scale(1.05);
    transition: all 0.4s;
}

.box2 .right .top .img:hover .title {
    opacity: 0.8;
    transition: all 0.4s;
}

.box2 .right .bottom .item:hover .title {
    font-weight: 600;
}

.box2 .right .bottom .item:hover {
    border-bottom: 2px solid #FF9900;
    transition: all 0.4s;
    background-color: #f3f3f3;
}

.box3 {
    margin-top: 70px;
}

.box3 .list {
    padding-top: 120px;
    padding-bottom: 160px;
}

.box3 .list .slick-list {
    width: calc(100% + 30px);
}

.box3 .list .item {
    padding: 1px;
    padding-right: 30px;
    box-sizing: border-box;
}

.box3 .list .block {
    /* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1); */
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #013EA2;
}

.box3 .list .date {
    width: 32%;
    float: left;
    background: url(../image/time_bg.png);
    background-size: cover;
    padding: 15px 0;
    text-align: center;
    color: #013EA2;
    position: relative;
}

.box3 .list .date::before {
    position: absolute;
    content: '';
    background-color: #dad7d1;
    height: 1px;
    width: 44px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-19deg);
}

.box3 .list .date1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 75px;
}

.box3 .list .text {
    padding: 15px 25px;
    box-sizing: border-box;
    width: 68%;
    float: left;
}

.box3 .list .title {
    font-size: 22px;
    line-height: 36px;
}

.box3 .list .text img {
    width: 25px;
    margin-top: 20px;
}

.box3 .list .text .img2 {
    display: none;
}

.box3 .list .item .block:hover {
    transition: all 0.4s;
    background-color: #f5f5f5;
    border-bottom: 2px solid #FF9900;
}

.box3 .list .item .block:hover .date {
    background-color: #f5f5f5;
    background: url(../image/time_bg2.png);
    color: #FF9900;
    transition: all 0.4s;
}

.box3 .list .item .block:hover .img1 {
    display: none;
}

.box3 .list .item .block:hover .img2 {
    display: block;
}

.box3 .slick-prev,
.box3 .slick-next {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: -80px;
    right: 70px;
    background-image: url(../image/index22.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}

.box3 .slick-next {
    right: 0;
    background-image: url(../image/index23.png);
}

.box3 .slick-prev:hover {
    background-image: url(../image/index22_c.png);
}

.box3 .slick-next:hover {
    background-image: url(../image/index23_c.png);
}

.box4 {
    position: relative;
margin-top: 50px;
}

.box4::before {
    content: '';
    z-index: -1;
    width: 100%;
    height: 442px;
    left: 0;
    top: -73px;
    position: absolute;
    background: url(../image/ztjj_bg.png) no-repeat right top;
    background-size: 100% auto;
}

.box4 .list {
    width: calc(100% + 30px);
    height: 422px;
}

.box4 .list .item {
    float: left;
    margin-right: 30px;
    width: calc(25% - 30px);
    margin-top: 40px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.box4 .list .lmmz {
    color: #999999;
    padding-bottom: 7px;
    display: none;
}

.box4 .list .img {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 1px #7d7a7a;
    /* padding-top: 10px; */
    /* background: url(../image/new_bg.png); */
}

.box4 .list img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.box4 .list .title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 25px;
}

.box4 .list .more {
    /* margin-bottom: 10px; */
    color: #013EA2;
}

.box4 .list .item .text {
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 10px;
    display: none;
}

.box4 .list .item:hover {
    /* border-bottom: 2px solid #FF9900; */
    /* transition: all 0.4s; */
}

.box4 .list .item:hover .text {
    background-color: #f3f3f3;
    transition: all 0.4s;
    padding-left: 15px;
    padding-right: 15px;
}

.box4 .list .item:hover .img img{
   box-shadow: 0px 0px 20px 1px #4c4949;
   transform: scale(1.05);
   transition: all 0.4s;
}

.box4 .list .item:hover .title {
    font-weight: 600;
}

.box5 {
    padding: 100px 0;
}

.box5 .left,
.box5 .right {
    margin-top: 45px;
}

.box5 .left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
}

.box5 .left .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    box-sizing: border-box;
}

.box5 .left .item .topdate {
    color: #FF9900;
    font-size: 26px;
    overflow: hidden;
    height: 0;
    /* display: none; */
}

.box5 .left .item .title {
    font-size: 20px;
    line-height: 25px;
}

.box5 .left .item .summary {
    overflow: hidden;
    height: 0px;
    color: #999999;
    line-height: 26px;
    /* display: none; */
}

.box5 .left .item:hover {
    transition: all 0.4s;
    border-bottom: 2px solid #FF9900;
    background-color: #f3f3f3;
    padding: 15px;
}

.box5 .left .item:hover .title {
    transition: all 0.4s;
    font-weight: 600;
}


.box5 .left .item:hover .topdate {
    transition: all 0.4s;
    height: 46px;
    display: block;
}

.box5 .left .item:hover .summary {
    height: 52px;
    transition: all 0.4s;
    /* display: block; */
    margin-top: 13px;
}

.box5 .right {
    width: 50%;
}

.box5 .right img {
    width: 100%;
    height: 426px;
}

.box5 .slick-arrow {
    display: none !important;
}

.box5 .fade-1 .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.5);
}

.box5 .fade-1 .slick-dots li.slick-active {
    background: #ffffff;
    width: 8px;
}

.box5 .fade-1 .slick-dots {
    bottom: 78px;
}

.box5 .right .item:hover img {

    transform: scale(1.05);
    transition: all 0.4s;
}

/* .box5 .left .item:hover {
    transition: all 0.4s;
    color: #013EA2;
    border-bottom: 1px solid #013EA2;
} */

.box6 {
    background: url(../image/zmngr_bg.png) no-repeat top -36px left;
    background-size: 100% auto;
}

.box6 .tab {
    margin-top: 55px;
    margin-bottom: 45px;
}

.box6 .tab .item {
    padding: 0px 25px;
    float: left;
    font-size: 24px;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.box6 .tab .item:nth-child(1) {
    padding-left: 0;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
}

.box6 .tab .item.style {
    font-weight: 600;
    color: #013EA2;
}

.box6 .lists {
    position: relative;
    /* height: 540px; */
}

.box6 .list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.box6 .list.style {
    z-index: 2;
    opacity: 1;
    position: relative;
}

.box6 .list .item {
    padding-right: 30px;
}

.box6 .list .item .img {
    position: relative;
}

.box6 .list .item .img2 {
    opacity: 0;
    width: 100%;
}

.box6 .list .item .img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box6 .slick-list {
    width: calc(100% + 30px);
}

.box6 .list .text {
    padding: 25px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #ffffff;
}

.box6 .list .name {
    font-size: 20px;
    font-weight: 600;
}

.box6 .list .l2 {
    color: #999999;
    line-height: 28px;
    margin-top: 10px;
height:60px;
}

.box6 .list .item:hover .text {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid #FF9900;
    transition: all 0.4s;
    background-color: #f3f3f3;
}

.box6 .slick-prev,
.box6 .slick-next {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: -80px;
    right: 70px;
    background-image: url(../image/index22.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}

.box6 .slick-next {
    right: 0;
    background-image: url(../image/index23.png);
}

.box6 .slick-prev:hover {
    background-image: url(../image/index22_c.png);
}

.box6 .slick-next:hover {
    background-image: url(../image/index23_c.png);
}

.box7 {
    background: url(../image/gyxy_bg.png) no-repeat top 50px left;
    background-size: contain;
    padding-bottom: 170px;
}

.box7 .list {
    width: calc(100% + 15px);
}

.box7 .list .item {
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
    width: 31%;
    margin-top: 15px;
    position: relative;
}

.box7 .list .item:nth-child(1),
.box7 .list .item:nth-child(2) {
    width: 50%;
    height:411px;
}

.box7 .list .item:nth-child(3),
.box7 .list .item:nth-child(4),
.box7 .list .item:nth-child(5) {
    width: calc((100% - 200px)/3);
    height:300px;
}

.box7 .list .item:nth-child(6){
    width:199px;
    height:300px;
}
.box7 .list .item:nth-child(6) .title{
    background:rgba(0,0,0,0);
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    transform: translateY(-50%);
}
.box7 .list .item:nth-child(6)::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
}
.box7 .list .item a {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.box7 .list .item .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box7 .list .item .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box7 .list .item .back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.28);
}

.box7 .list .item .title {
    position: absolute;
    left: 0;
    top: 0px;
    padding: 0px 10px;
    line-height: 28px;
    background-color: #013EA2;
    color: #ffffff;
    border-bottom-right-radius: 10px;
}

.box7 .title1 {
    margin-top: 90px;
    margin-bottom: 60px;
}

.box7 .list .item:hover .img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.box8 {
    padding-bottom: 100px;
    background: url(../image/index_bg.png) center bottom no-repeat;
}

.box8 .list {
    position: relative;
    height: 750px;
}

.box8 .list .item {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}

.box8 .list .item:hover .img {

    transition: all 0.4s;
    transform: scale(1.05);
}

.box8 .list .item1 {
    background-color: #013EA2;
    position: relative;
    height: 100%;
}

.box8 .list .item1 .lmtitle {
    color: #ffffff;
    font-size: 32px;
    left: 30px;
    top: 30px;
    position: absolute;
}
.box8 .list .item1 .lmtitle span{
font-size: 22px;
    line-height: 100px;
    display: block;
}
.box8 .list .item1 .icon {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.box8 .list .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box8 .list .item .title {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
}

.box8 .list .item .title .tit {
    position: relative;
    height: 42px;
}

.box8 .list .item .title .lytb {}

.box8 .list .item .title .text {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: calc(100% - 50px);
    line-height: 21px;
    color: #ffffff;
}

.box8 .list .item2 {
    height: 100%;
}

.box8 .list .item3 {
    width: 50%;
}

.box8 .list .item3,
.box8 .list .item4,
.box8 .list .item5 {
    height: 50%;
}

.box8 .list .item5 .mt {
    width: 100%;
    height: 100%;
}
.box8 .list .item5 .text1{
    position: absolute;
    top: 24%;
    right: 11%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.box8 .list .item5 .text2{
    position: absolute;
    bottom: 6%;
    right: 11%;
    color: #ffffffbf;
    font-size: 17px;
    /* font-weight: 600; */
}

.box8 .list .item5 .text2 p{
    line-height: 24px;
}
/* 1 */
.box2::before {
    display: none;
}

#sbgs {
    /* width: 200px;
    height: 200px; */
    right: 13%;
    position: fixed;
    z-index: -1;
    top: 40%;
}

.sbgsdh1 {
    transform: scale(0.5);
}
.sbgsdh2 {
    transform: scale(0.8);
}

.header .slick-arrow {
    display: block !important;
}

.header .banner {
    position: relative;
}

.header .slick-prev,
.header .slick-next {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    background-image: url(../image/index22.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}

.header .slick-next {
    right: 50px;
    left: auto;
    background-image: url(../image/index23.png);
}

.header .slick-prev:hover {
    background-image: url(../image/index22_c.png);
}

.header .slick-next:hover {
    background-image: url(../image/index23_c.png);
}

.box4 .list .item {
    width: calc(33.33% - 30px);
}

.box4 .list img {
    height: 204px;
    /* border-radius: 30px; */
    /* box-shadow: 0px 0px 20px 1px #7d7a7a; */
}

.box4 .list {
    height: auto;
}

@media screen and (max-width: 1730px) {

    .box1 {
        padding-left: 3%;
        padding-right: 3%;
    }

    .box8 .list {
        height: calc(94vw/166*75);
    }

    .box4::before {

        background-size: auto 100%;
    }

    .box7 .list .item {
        height: calc((94vw - 30px)/2/82*41) !important;
    }

    /* .box7 .list .item:nth-child(3) .img,
    .box7 .list .item:nth-child(6) .img {
        height: calc((94vw - 30px)/3/612*302);
    } */

    .box4 .list img {
        height: calc(94%/3/533*275);
    }
}

@media screen and (max-width: 1400px) {
    .box6{
    background-position: top 0px left 0;
    }
    /* .box4 .list img {
        height: 150px;
    } */

    .box5 .right img {
        height: 324px;
    }

    .box5 .left .item {
        padding: 28px 0px;
    }

    .box5 .left .item .title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1330px) {
    .box1 .item1 .item img {
        height: 40px;
        width: 40px;
    }

    .box1 .item1 .item .title,
    .box1 .item2 .wz,
    .box1 .item2 .input .text {
        font-size: 15px;
    }

    .box1 .item2 {
        width: 295px;
    }

    .box1 .item1 {
        width: calc(100% - 295px);
    }
}

@media screen and (max-width: 1300px) {
    .box8 .list .item5 .text1{
        font-size: 17px;
    }
.box8 .list .item5 .text2 p {
    line-height: 20px;
    font-size: 14px;
}
    .box2 .left,
    .box2 .right {
        width: 100%;
    }

    .box2 .right .top img {
        height: calc(94vw/478*274);
    }

    .box2 .left {

        padding-right: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .box8 .list {
        height: calc(94vw/166*75*4);
    }

    .box3 .list .date::before {
        width: 34px;
    }

    .box8 .list .item {
        width: 50%;
    }

    .box8 .list .item1,
    .box8 .list .item2 {
        height: 50%;
    }

    .box8 .list .item3,
    .box8 .list .item4,
    .box8 .list .item5 {
        height: 25%;
    }

    .box8 .list .item3 {
        width: 100%;
    }



    .box5 .right img {
        height: calc(94vw/83*53);
    }

    .box5 .left,
    .box5 .right {
        width: 100%;
        padding-right: 0px;
    }

    .box4 .list {
        height: auto;
    }

    /* .box4 .list .item {
        width: calc(50% - 30px);
    } */

    /* .box4 .list img {
        height: calc(94vw/2/39*20);
    } */

    .box3 .list .title {
        font-size: 18px;
        line-height: 26px;
    }

    .box3 .list .date1 {
        font-weight: 600;
        font-size: 26px;
        line-height: 50px;
    }

    .box3 .list .text {
        padding: 10px 15px;
    }

    .box3 .list .text img {
        width: 20px;
        margin-top: 16px;
    }

    .box2 .left .tplist,
    .box2 .left .wzlist {
        width: 100%;
        padding-left: 0;
    }

    .box2 .left .tplist .image .img img {
        height: calc(94vw/65*42);
    }

    .box1 {
        margin-top: 0px;
        position: relative;
        z-index: 111;
    }

    .box1 .item2 {
        display: none;
    }

    .box1 .item1 {
        width: 100%;
    }

    .box1 {
        /* padding: 0; */
    }

    .topheight {
        height: 64px;
    }

    .header .slick-prev,
    .header .slick-next {
        left: 20px;
    }

    .header .slick-next {
        right: 20px;
        left: auto;
    }
}

@media screen and (max-width: 800px) {
    .box4 .list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .box4 .list .item .text {
        padding-top: 15px;
    }

    .box8 {
        background-size: contain;
        padding-bottom: 150px;
    }

    .box7 .title1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .box7 {
        padding-bottom: 30px;
    }

    .box6 .slick-prev {
        right: 50px;
    }

    .box5 .fade-1 .slick-dots {
        bottom: 32px;
    }

    .box5 .right {
        margin-top: 25px;
    }

    .box5 {
        padding: 40px 0;
    }

    .box6 {
        background-position: top 0px left;
    }

    .box6 .slick-prev,
    .box6 .slick-next {
        top: -59px;
    }

    .box6 .tab .item {
        padding: 0px 15px;
        font-size: 20px;
    }

    .box6 .tab {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .box5 .left {
        margin-top: 15px;
    }

    .box4::before {
        height: 242px;
        top: -10px;
        background-position: top right -90px;
    }

    .box4 .list .item {
        margin-top: 30px;
    }

    .box3 .list {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .box3 .slick-prev,
    .box3 .slick-next {
        top: -53px;
    }

    .title1 .name1 {
        font-size: 22px;
    }

    .title1 .ename {
        font-size: 12px;
        padding-top: 10px;
        margin-left: 5px;
    }

    .title1 .name::before {
        width: 70px;
        height: 70px;
    }

    .box2 .left .tplist .title {
        font-size: 20px;
    }

    .box2 .left,
    .box2 .right {
        margin-top: 30px;
    }

    .box1 .item1 .item {
        width: calc(100% / 3);
        padding: 15px 5px;
        ;
        border-bottom: 3px solid #ffffff;
    }

    .box1 .block {
        height: auto;
        padding-top: 20px;
    }

    .box2 .right .top .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .box2 .right .top .text {
        padding: 15px;
    }

    .box2 .left .wzlist .title,
    .box2 .right .bottom .title {
        font-size: 18px;
    }

    .box3 {
        margin-top: 30px;
    }

    .box4 .list .item {
        width: calc(100% - 30px);
    }

    .box4 .list img {
        height: calc(94%/533*275);
    }
}

@media screen and (max-width: 550px) {
        .box8 .list .item5 .text1{
        font-size: 14px;
    }
.box8 .list .item5 .text2 p {
    line-height: 20px;
    font-size: 12px;
}
    .box8 .list .item1 .icon {
        bottom: 15px;
        left: 15px;
        max-width: calc(100% - 30px);
    }

    .box8 .list .item .title .text {
        line-height: 16px;
        font-size: 13px;
        width: calc(100% - 30px);
    }

    .box8 .list .item .title .lytb {
        width: 25px;
    }

    .box8 .list .item .title .tit {
        height: 32px;
    }

    .box8 .list .item .title {

        padding: 10px;
    }

    .box8 .list .item1 .lmtitle {
        font-size: 22px;
        left: 15px;
        top: 15px;
    }

    .box7 .list .item {
        width: 100% !important;
        height: auto !important;
    }
.box7 .list .item:nth-child(1) {
    height: calc((94vw)/510*302) !important;
}
    .box7 .list .item:nth-child(3),
    .box7 .list .item:nth-child(6) {
        width: 100%;
    }

    .box7 .list .item .img {
        height: calc((94vw)/510*302);
    }

    .box4 .list .item {
        width: calc(100% - 30px);
    }

    .box4 .list img {
        height: calc(94vw/39*20);
    }

    .box6 .list .text {
        padding: 15px 0;
    }

    .box6 .list .item {
        padding-right: 15px;
    }

    .box6 .slick-list {
        width: calc(100% + 15px);
    }
}