.con1 {
    max-width: 1300px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contop {
    padding-top: 35px;
    max-width: 1300px;
    margin: auto;
    padding-bottom: 17px;
}

.contop .lanm {
    float: left;
    font-size: 30px;
    color: #222222;
    font-weight: 600;
}

.conmenu {
    padding-top: 12px;
    background-color: #018bd6;
}

.conmenu .block9 {
    max-width: 1300px;
    margin: auto;
}

.conmenu .item {
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 36px;
    padding: 0px 30px;
    border-radius: 40px;
}

.conmenu .item:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

.conmenu .item.style {
    background-color: #ffffff;
    color: #018bd6;
    font-weight: 600;
    box-shadow: 3px 3px 6px 3px rgba(0, 81, 143, 0.5);
}

.con1 .content .img1 {
    float: right;
    margin-left: 30px;
    width: 50%;
}

.con1 .content .img2 {
    max-width: 100%;
    width: 100%;
}

.xrld {
    padding-bottom: 10px;
}

.xrld a,
.xrld img {
    display: block;
}

.xrld .list {
    width: calc(100% + 50px);
}

.xrld .list .item {
    width: calc(50% - 50px);
    margin-right: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    float: left;
}

.xrld .list .img {
    float: left;
    width: 170px;
    height: 230px;
    object-fit: cover;
}

.xrld .list .text {
    padding: 29px 30px;
    float: left;
    box-sizing: border-box;
    width: calc(100% - 170px);
}

.xrld .list .item1 {
    color: #018bd6;
    font-size: 24px;
    font-weight: 600;
}

.xrld .list .item2 {
    margin: 20px 0;
    font-weight: 600;
}

.xrld .list .item3 {
    line-height: 28px;
    color: #999999;
   height:84px;
}

.xrld .list .item:hover {
    background-color: #018bd6;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: auto 90%;
    background-image: url(../image/index78.png);
    transition: all 0.5s;
}

.xrld .list .item:hover .item3 {
    color: #b0cfff;
    transition: all 0.5s;
}

.xrld .list .item:hover .item1 {
    color: #ffffff;
    transition: all 0.5s;
}

.box {
    max-width: 1300px;
    margin: auto;
    padding: 60px 0px;
}

.xygk {}

.xygk.con1 {
    padding: 0px 0px;
}

.xygk a,
.xygk img {
    display: block;
}

.box1 .title {
    font-size: 36px;
    font-weight: 600;
}

.box1 .left {
    width: 38%;
    box-sizing: border-box;
    padding: 20px 0px;
    padding-right: 50px;
}

.box1 .nr {
    padding-top: 30px;
    -webkit-line-clamp: 10;
}

.box1 .nr p {
    line-height: 28px;
    margin-bottom: 30px;
    text-indent: 2em;
}

.box1 .more {
    width: 110px;
    height: 36px;
    background-color: #018bd6;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    border-radius: 40px;
    box-shadow: 3px 3px 5px 1px rgba(0, 81, 143, 0.5);
}

.box1 .right {
    width: 62%;
    overflow: hidden;
    border-radius: 10px;
}

.box2 {
    background-color: #f4f9ff;
}

.title5 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px;
}

/* ################################################################## */
.box2 .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box2 .list li {
    border-radius: 10px;
    overflow: hidden;
}

.box2 .list li a {
    display: block;
    position: relative;
}

.box2 .list li a div {
    position: absolute;
}

.box2 .list li a>div {
    z-index: 9;
    width: 100%;
    height: 250px;
    background: url(../image/bz_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

.box2 .list li a>div div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 30px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.box2 .list li a>div div p {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.more_right {
    display: block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: url(../image/right2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.box3 ul {
    display: flex;
    justify-content: space-between;
}

.box3 ul li {
    width: 48%;
}

.box3 ul li {
    width: 48%;
}

.box3 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.box3 ul li a div {
    width: 90%;
}

.box3 ul li a .leader {
    background: #f3f9ff;
    box-shadow: 5px 5px 5px rgba(0, 81, 143, 0.4);
    border-radius: 10px;
    padding: 34px 65px 78px;
    margin-bottom: 40px;
}

.box3 ul li a .leader span {
    line-height: 64px;
    font-size: 32px;
    color: #212121;
    border-bottom: 3px solid #369ce2;
    display: block;
    width: fit-content;
}

.box3 ul li a .details {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../image/more2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 0 47px;
}

.box3 ul li a .details p {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 80px;
}

.box3 ul li:hover .leader {
    box-shadow: 0px 0px 5px rgba(0, 81, 143, 0.4);
}

.box3 ul li a .details:hover {
    background: #018bd6;
}

.box4 {
    background: url(../image/jj_bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.box4 .title5 {
    color: #fff;
}

.box5 {
    background: #f3f9ff;
}

.box5 ul {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.box5 ul li {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    width: 32.3%;
    height: 340px;
    margin-right: 1%;
}

.box5 ul li.xyfj{width: 49%;}
.box5 ul li img{width:100%;height: 340px;object-fit: cover;}

.box5 ul li
.box2 .list li:hover,
.box5 ul li:hover {
    box-shadow: 5px 5px 5px rgba(0, 81, 143, 0.4);
    transition: box-shadow 0.3s ease;
}

.box2 .list li:hover img {
    filter: blur(5px);
    transition: filter 0.3s ease;
}

.box5 ul li:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.box6 .con1 {
    padding: 0;
}

.box6 .box {
    padding: 60px 0px 10px;
}

/* mechanismSetup */
.w1300 {
    width: 1300px;
    margin: 60px auto;
    overflow: hidden;
    position: relative;
}

.center_ {
    max-width: 69px;
    height: auto;
    background-image: url(../image/3.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    min-height: 1228px;
}

.mechanismSetup .left {
    float: left;
    width: 658px;
}

.mechanismSetup .right {
    float: right;
    width: 657px;
}

.mechanismSetup .right li:nth-child(2) span {
    margin-bottom: 50px;
}

.mechanismSetup ul span {
    display: block;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    color: #018bd5;
}
.mechanismSetup ul p{margin-left: 35px;}
.mechanismSetup ul a {
    display: inline-block;
    font-size: 15px;
    color: #333333;
    line-height: 34px;
    /* margin-left: 35px; */
    /* width: 66%; */
}

.mechanismSetup ul li:nth-child(1) {
    padding-bottom: 62px;
}

.mechanismSetup .right p {
    margin-left: 85px;
}

.mechanismSetup .left span {
    margin: 46px 0 30px;
}

.mechanismSetup .right span {
    margin: 42px 50px 30px;
}

.mechanismSetup .left {
    margin-top: 100px;
}

.mechanismSetup .right {
    position: absolute;
    right: 0;
    top: 160px;
}

@media screen and (max-width: 1450px) {
  .box5 ul li,.box5 ul li img{height:300px;}
   
}

@media screen and (max-width: 1350px) {

    .contop,
    .conmenu .block9,
    .con1 {
        padding-left: 3%;
        padding-right: 3%;
    }

    .box1,
    .box2,
    .box3,
    .box4,
    .box5,
    .box6 {
        padding: 0px 3%;
    }

    .box2 .list li {
        margin-right: 15px;
    }

    .box2 .list li:last-child {
        margin-right: 0px;
    }

    .box5 ul li {
        width: 32%;
    }

    .box5 ul li:nth-child(1),
    .box5 ul li:nth-child(2) {
        /* width: 49%; */
    }

    .mechanismSetup .w1300 {
        padding: 0 3%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    overflow: initial;

    }

    .center_ {
        display: none;
    }

    .mechanismSetup .right {
        position: relative;
    }
    .mechanismSetup .left {
        width: 50%;
        margin-top: 40px;
    }
    .mechanismSetup .right {
        width: 50%;
        float: none;
        top: 120px;

    }
  
}

@media screen and (max-width: 1000px) {
    .xrld .list .text {
        padding: 15px;
    }

    .box1 .left {
        width: 100%;
        padding-right: 0px;
    }

    .box1 .right {
        width: 100%;
    }
    .mechanismSetup ul a {
        
    }
}

@media screen and (max-width: 900px) {
  .box5 ul li,.box5 ul li img{height:240px;}
}

@media screen and (max-width: 800px) {
    .con1 .content .img1 {
        width: 100%;
        margin-left: 0px;
        max-width: 100%;
        margin-top: 0px;
    }

    .contop .lanm {
        font-size: 18px;
    }

    .xrld .list .item {
        width: calc(50% - 35px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .dqwz {
        margin-top: 5px;
        max-width: 100%;
        padding-bottom: 10px;
        height: auto;
    }

    .contop {
        padding-bottom: 0px;
    }

    .conmenu .item {
        float: left;
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 27px;
        padding: 0px 15px;
        border-radius: 40px;
    }

    .contop {
        padding-top: 20px;
    }

    .con1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .xrld .list .item {
        display: block;
        width: calc(100% - 50px);
        margin-bottom: 20px;
    }

    .box3 ul {
        display: block;
    }

    .box3 ul li {
        width: 100%;
    }

    .box3 ul li:nth-child(1) {
        margin-bottom: 80px;
    }

    .box3 ul li a .details {
        bottom: -40px;
    }

    .box {
        padding: 40px 0px;
    }

    .title5 {
        font-size: 34px;
    }

    .box2 .list li a>div div {
        padding: 20px 10px;
    }
    .mechanismSetup .w1300 {
        display: block;
    }

    .mechanismSetup .left,
    .mechanismSetup .right {
        width: 100%;
    }
    .mechanismSetup .right {
        position: initial;

    }
    .mechanismSetup ul span {
        margin: 46px 0 30px !important;
    }
    .mechanismSetup .right a {
        margin-left: 35px;
    }
    .mechanismSetup ul li {
        padding-bottom: 50px;
    }
    .mechanismSetup .left {
        margin-top: 0px;
    }
    .mechanismSetup .right p{margin-left:0;}
}


@media screen and (max-width: 680px) {
  .box5 ul li,.box5 ul li img{height:auto;width: 100%;}
   .box5 ul li,.box5 ul li.xyfj{width:100%;}
}



@media screen and (max-width: 400px) {
    .box2 .list {
        display: block;
    }

    .box2 .list li {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mechanismSetup ul li img{
        display: none;
    }
    .mechanismSetup ul span {
        margin-top: 0 !important;
    }
}