* {
    margin: 0;
    padding: 0;
}

.wrap {
    max-width: 1400px;
    margin: 0 auto;
    transition: all .6s;
    position: relative;
}

main {
    background: #fff;
    background-size: cover;
    min-height: 600px;
    padding-bottom: 20px;
}

.banner {
    position: relative;
}

.banner .slick-dots {
    position: absolute;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

.banner .slick-dots li.slick-active {
    background: #fece31;
}

.banner .slick-dots li button {
    display: none
}

/* header */
#header {
    background: #2b5c9d;
}

#header .toplink {
    margin-bottom: 16px;
}

#header .toplink a {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
}

#header .toplink a img {
    margin-right: 8px;
}

#header .header_con {
    padding: 54px 0;
    background: url(../images/topbk.jpg) no-repeat;
    background-position-y: -45px;
}

#header .header_con .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .header_r {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

#header .header_r form {
    position: relative;
    height: 32px;
}

#header .header_r span {
    /* border-right: 2px solid #fff; */
    margin-bottom: 16px;
    /* padding-right: 15px; */
    font-size: 16px;
}

#header .header_r input {
    /* margin-left: 20px; */
    background-color: #fff;
    /* border-radius: 50px; */
    padding: 8px 20px;
    padding-right: 45px;
    color: #000;
    font-size: 16px;
    height: 32px;
    box-sizing: border-box;
}

#header .header_r button {
    position: absolute;
    width: 40px;
    height: 28px;
    right: 0px;
    top: 0;
    padding: 2px;
    background: #319efe;
}

#header .header_r button i {
    font-size: 25px;
    color: #fff;

}

#header .nav {
    background-color: #2e65ae;
    font-size: 18px;
}

#header .nav .wrap>ul {
    display: flex;
    justify-content: space-around;
}

#header .nav .wrap>ul>li {
    width: 13%;
    position: relative;
    padding: 20px 0;
    text-align: center;
}

#header .nav ul li a {
    color: #fff;
}

#header .nav ul li a:hover {
    color: #ddaf27f7;
}

#header .nav .wrap>ul>li:hover .nav-list {
    /* display: block; */
}

#header .nav .wrap>ul>li .nav-list {
    position: absolute;
    left: 0;
    top: 58px;
    width: 100%;
    text-align: center;
    display: none;
    /* transition: all 0.3s ease; */
    z-index: 50;
}

#header .nav .wrap>ul>li .nav-list ul {}

#header .nav .wrap>ul>li .nav-list ul li {
    padding: 15px 0;
    background-color: #2e65ae;
    border-bottom: 1px solid #2e65ae;
}

.ri-search-line {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/search.png) right center no-repeat;
}

.ri-menu-line {
    margin-left: 10px;
    display: inline-block;
    width: 28px;
    height: 21px;
    background: url(../images/caidan.png) no-repeat;
    background-size: cover;
}

.con1,
.con2,
.con3,
.con4,
.con5,
.con6 {
    padding-top: 40px;
}

/* con1 */

.content_l {
    width: 32%;
    float: left;
    overflow: hidden;
}

.tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #d8ddef;
}

.tit .top {
    display: flex;
    align-items: center;
}

.tit .top h1 {
    padding-left: 15px;
    font-size: 30px;
}

.tit .top .x {
    background-color: #0d249c;
    width: 5px;
    height: 25px;
}

.tit .top .y {
    width: 5px;
    height: 10px;
    background-color: #2476e0;
}

.tit .more {
    font-size: 14px;
    color: #2b5c9d;
    font-family: Arial;
    font-weight: bold;
}

.tit .more i {
    font-size: 16px;
    color: #9c0d2b;
    font-weight: bold;
}

.content_l .news {
    position: relative;
}

.content_l .news .title {
    /* display: flex; */
    /* flex-direction: column; */
    padding: 20px 0 25px 25px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    line-height: 1.6;
    bottom: -60px;
    left: 60px;
    z-index: 1;
    width: 78%;
    transition: all .6s;
    background: #3875c5;
}

.content_l .news .title span {
    width: 80%;
    word-break: break-all;
    text-overflow: ellipsis;
    height: 58px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

._thum {
    height: 430px;
}

._thum img {
    object-fit: cover;
}


.content_l .news .title time {
    padding-top: 15px;
}

time {
    font-family: Georgia;
}

.news-con .slick-dots {
    position: absolute;
    bottom: -17px;
    right: 15%;
}

.news-con .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0;
    margin-left: 8px;
    cursor: pointer;
}

.news-con .slick-dots li.slick-active {
    background-color: #fece31;
}

.news-con .slick-dots li button {
    width: 0;
    height: 0;
}

.content_r {
    width: 66.4%;
    float: right;
}

.list ul li {
    position: relative;
    font-size: 16px;
    padding: 10px 0;
    /* border-bottom: 1px solid #d8dbef; */
}

.list ul li a {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row-reverse;
}

.list ul li a h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}

.list ul li a time {
    vertical-align: middle;
    color: #fff;
    background-color: #a7c1e3;
    padding: 5px 10px;
    border-radius: 50px;
    white-space: nowrap;
    margin-right: 12px;
}

.list ul li::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #0d249c;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.5s ease 0s;
}

.list2 ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #3875c5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 50%;
    transition: all 0.5s ease 0s;
    transform: translateY(50%);
}

.list ul li:hover a {
    color: #2b5c9d;
}

.list ul li:hover::after {
    width: 100%;
}

.list2 ul li a {
    flex-direction: row;
    padding-left: 15px;
    justify-content: space-between;
}

.list2 ul li a time {
    color: #333;
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-family: 'ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ';
}

.list2 ul li {
    padding: 12px 0;
    border-bottom: 1px solid #d8dbef;
}

.list2 ul li .attr {
    display: none;
}

.list2 ul li.active a {
    display: block;
}

.list2 ul li.active {
    padding: 25px;
    background: #fff;
    border-top: 6px solid #3875c5;
    border-bottom: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.list2 ul li.active::after,
.list2 ul li.active::before {
    display: none;
}

.list2 ul li.active a h3 {
    color: #3875c5;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.list2 ul li.active a .attr {
    display: block;
    color: #888;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    height: 52px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list2 ul li.active a time {
    color: #888;
    font-size: 16px;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;
    background-size: 15px;
}

/* con5 */
.con5 .con55 {
    display: flex;
    justify-content: space-between;
}

.con5 .bkbox {
    border: solid 1px #cbcbcb;
    border-top: solid 4px #2c5b9f;
    padding: 10px;
    padding-top: 12px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.con5-1 .content_l {
    overflow: hidden;
    padding-bottom: 65px;
}

.con5-1 .content_l,
.con5-1 .content_r {
    width: 48%;
    border: none;
}

.con5-1 .tit {
    border-bottom: 0;
}

.con5-1 .tit .top {
    display: block;
    margin: 10px auto;
padding-left: 100px;
}

.con5-1 .slick-list {
    overflow: visible;
}

.con5-2 .content_r {
    display: flex;
    flex-wrap: wrap;
    x justify-content: space-between;
    justify-content: space-between;
}

.con5-2 .content_r .bkbox {
    width: 49%;
}

.con5-2 .list2 ul li {
    border-bottom: 0;
}

.list2 ul li.st::after,
.list2 ul li.st::before {
    display: none;
}

.list2 ul li.st a {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.list2 ul li.st .imgbox {
    width: 49%;
    height: 155px;
}

.list2 ul li.st .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list2 ul li.st .text {
    width: 49%;
}

.list2 ul li.st .text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    white-space: unset;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list2 ul li.st .text .attr {
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
}

.list2 ul li.st .text time {
    font-size: 16px;
    color: #888;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;
    background-size: 15px;
}
.xyyw .tit .more{
    color: #333;
    padding: 8px 60px 8px 0;
    font-weight: normal;
    background: url(../images/more_05.jpg) no-repeat right center;
}
.info {
    width: 23%;
    float: right;
    padding-bottom: 40px;
}

.info .info-con {
    background-color: #fef5f7;
    padding-bottom: 20px;
}

.info .info-con dl {
    padding-left: 35px;
    padding-top: 25px;
}

.info .info-con dl dt {
    font-size: 20px;
    color: #9c0d2b;
    font-weight: bold;
}

.info .info-con dl dd {
    font-size: 16px;
    color: #333;
    padding-top: 8px;
    line-height: 30px;
}

/* footer */
html {
    font-size: 100px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
}

footer {
    width: 100%;
    background: url(../images/fbg.png) no-repeat center/cover;
    position: relative;
    z-index: 10;
    padding: 0.5rem 0;
    /* margin-top: 50px; */
}

.foot-b {
    justify-content: space-between;
    align-items: center;
}

footer .fot-2 .p {
    margin-bottom: .25rem;
}

.foot-b .fot-1 {
    width: 472px;
    padding: 0 30px 0 30px;
}

.foot-b .fot-3 {
    width: 20%;
}

.foot-b .fot-4 {
    width: 20%;
}

.foot-b a {
    color: #b3caed;
    display: inline-block;
}

.foot-b .fot-1 .img {
    margin-bottom: 0.2rem;
    text-align: center;
}

.foot-b .fot-1 p {
    text-align: center;
}

.foot-b .p {
    margin-bottom: 0.15rem;
}

.select {
    width: 100%;
    position: relative;
    /* margin: 0 auto 0rem; */
    /* padding-left: .25rem; */
    cursor: pointer;
    margin-bottom: .25rem;
}

.select:last-child {
    margin-bottom: 0;
}

.select h2 {
    font-size: 0.16rem;
    height: 0.45rem;
    align-items: center;
    padding: 0 .15rem;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .5);
}

.select h2 p {
    color: #fff;
    white-space: nowrap;
}

.select ul {
    background: #cddeef;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: .15rem 0rem;
    /* border-top: 1px solid #eee; */
    z-index: 5;
    bottom: 100%;
    display: none;
    overflow-y: auto;
}

.select li {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #333;
    transition: 0.5s;
    padding: 0 .15rem;
}

.select h2 img {
    width: 0.14rem;
}

.select li:hover {
    color: #fff;
    background: #952525;
}

.select li:hover a {
    color: #fff
}

.select a {
    color: #333;
    font-weight: normal;
    display: block;
}

.select a:hover {
    color: #fff;
}

.select h2 img.on {
    transform: rotate(-180deg);
}

.foot-b p {
    font-size: 16px;
    color: #b3caed;
    line-height: 28px;
}

.foot-b .fot-3 p {
    text-align: center;
}

.ul-iconsb1 {
    align-items: center;
}

.ul-iconsb1 li {
    margin-left: 0.1rem;
}

.ul-iconsb1 .con {
    position: relative;
    cursor: pointer;
}

.ul-iconsb1 .con:hover .qrbox {
    opacity: 1;
    visibility: visible
}

.ul-iconsb1 .icon {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* background: #dae1e9; */
    transition: 0.5s;
    border: 1px solid rgba(255, 255, 255, .5);
}

.ul-iconsb1 .icon img {
    max-width: 0.32rem;
    max-height: .27rem;
}

.ul-iconsb1 .icon .ico2 {
    display: none;
}

.ul-iconsb1 .qrbox {
    bottom: 100%;
    /* transform:translateX(-50%); */
    /* padding-top:.2rem; */
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0.15rem;
    transition: 0.5s;
    position: absolute;
    width: auto;
    z-index: 10;
    right: 0;
}

.ul-iconsb1 .qrbox .qr {
    border-radius: 0.03rem;
    display: flex;
    padding: 0.1rem;
    background: #fff;
    text-align: center;
    border-radius: .1rem;
    width: 90px;
}

.ul-iconsb1 .qrbox::before {
    content: "";
    /* width:0; */
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
    border-bottom: .1rem solid #fff;
    bottom: -0.09rem;
    right: .2rem;
    transform: rotate(180deg);
    position: absolute;
}

.ul-iconsb1 .qrbox .qr img {
    /* margin: 0 5px; */
    width: 100%;
}

.ul-iconsb1 .qrbox .p {
    font-size: 0.14rem;
    overflow: hidden;
    text-align: center;
    margin-top: .1rem;
    color: #666;
    line-height: 1.5;
}

.search {
    position: fixed;
    top: 0;
    background-color: #00000091;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

.cal {
    font-size: 40px;
    color: #fff;
    font-weight: 100;
    position: absolute;
    right: 5%;
    top: 10%;
    cursor: pointer;
}

.search-box {
    position: relative;
    top: 50%;
    left: 40%;
    /* height: 50px; */
    transform: translateX(-200px);
    width: 400px;
    height: 50px;
}

.search-box .inp {
    background-color: #fff;
    font-size: 20px;
    padding: 18px 20px;
    width: 100%;
}

.search-box .submit {
    position: absolute;
    right: -140px;
    top: 0;
    background-color: #2b5c9d;
    height: 100%;
    color: #fff;
    width: 100px;
    font-size: 20px;
}

.top-hr {
    width: 100%;
    height: 100%;
    background-color: #2b5c9d;
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
}

.top-hr .header {
    align-items: center;
}

.cal1 {
    font-size: 31px;
    margin-top: -15px;
}

.top-hr .header3 {
    margin-right: 50px;
}

.header-r {
    padding-top: 130px;
    text-align: left;
    display: none
}

.top-hr-1 {
    position: absolute;
    margin-top: 30px
}

.top-hr-1 img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.top-hr1 {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 175px;
    left: 50px;
    line-height: 65px;
}

.top-hr2 {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}



.header-r {
    padding: 110px 0 0;
    text-align: left;
    display: block
}

.header-r .scroll {
    padding-bottom: 20px;
    display: block;
    height: 100%;
    overflow: hidden;
    overflow-y: auto
}

.header-r .header-link {
    display: block;
    color: #fff;
}

.scroll .nav {
    width: 100%;
    padding-top: 2vh;
}

.scroll .nav li {
    display: block;
    position: relative;
    line-height: 35px;
}

.scroll .nav li>a {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    display: block;
}

.scroll .nav li>a:before {
    display: none
}

.scroll .nav li>a i {
    display: block
}

.sub {
    padding: 10px 0;
    width: 100%;
    min-width: 0;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.sub a:before {
    display: none
}


.header-link {
    margin-top: 10px;
    padding: 0 20px;
    text-align: left
}

.header-link {
    margin-top: 10px;
    padding: 0 20px;
    text-align: left
}

.header-link a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 2.2;
    color: #fff;
}

.header-link {
    font-size: 5px;
}

.scroll .nav li.on>a:after,
.nav li:hover>a:after {
    opacity: 1;
}

.scroll .nav li a:hover {
    background-color: transparent;
}

.scroll .nav li>a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #f5a00a;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.scroll .nav li>a i {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/arrow1.png) center center no-repeat;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-100%)
}

.sub a {
    padding: 5px 40px;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    position: relative;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.sub a:hover {
    text-decoration: underline
}

.scroll .nav li.on>a:after,
.nav li:hover>a:after {
    opacity: 1
}

.scroll .nav li.on>a i {
    background-image: url(../images/arrow2.png);
}

.scroll .nav>li>a:focus {
    background-color: transparent;
}

.sj_header_r {
    display: none;
}

.sj_header_r i {
    color: #ffff;
    font-size: 30px;
    cursor: pointer;
}

@media all and (max-width:1600px) {
    .wrap {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .con6 .service .service-con .service1 {
        float: left;
        margin-right: 40px;
    }

    .con6 .service {
        width: 75%;
    }
}

@media all and (max-width:1400px) {
    .con6 .service {
        width: 100%;
    }

    .con6 .service .service-con .service1 {
        float: left;
        margin-right: 75px;
    }

    .info {
        width: 100%;
    }

    .info .info-con {
        display: flex;
        justify-content: space-around;
    }

    #footer .foot_m span {
        margin-right: 10px;
    }

}

@media all and (max-width:1300px) {
    .con5 .list ul li a h3 {
        /* width: 65%; */
    }

    #footer .foot_r div.vx {
        margin-left: 25px;
    }

    #footer .foot_r div {
        width: 6vw;
    }

    .foot_l {
        width: 28vw;
    }
}

@media all and (max-width:1200px) {
    .list ul li {
        padding: 16px 0;
    }

    .list ul li a h3 {
        /* width: 75%; */
    }

    ._thum {
        height: 405px;
    }

    .content_l .news .title {
        padding-left: 20px;
    }

    .list ul li a time {
        padding: 4px 5px;
    }

    .tit .top h1 {
        font-size: 28px;
    }

    .con6 .service .service-con .service1 {

        margin-right: 25px;
    }

    #footer .foot-con {
        display: flex;
        flex-direction: column;
    }

    .foot_l {
        width: 100%;
    }

    .foot_m {
        width: 100%;
        margin-top: 20px;
    }

    .foot_r {
        position: absolute;
        top: 30%;
        right: 5%;
    }

    #footer .foot_r div {
        width: 90px;
    }
}

@media all and (max-width:999px) {
    .wrap {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
   .con5-2  .con55{
        position: relative;
    }
   .con5-2 .content_r{
        padding-bottom: 780px;
    }
   .con5-2 .bkbox-db1,.con5-2 .bkbox-db2{
        position: absolute;
        bottom: 0;
        left: 2%;
        right: 2%;
    }
    .con5-2 .bkbox-db1{
         bottom: 390px;
    } 
    #header .header_r {
        display: none;
    }

    .foot-b .fot-3 {
        margin-bottom: 20px;
    }

    .foot-b .fot-3,
    .foot-b .fot-1 {
        width: 100%;
    }

    .foot-b .fot-4 {
        width: 100%;
    }

    .foot-b p {
        text-align: center;
    }

    footer {
        /* margin-top: 30px; */
    }

    .sj_header_r {
        display: block;
    }

    .sj_header_r .ri-search-line {
        margin-right: 5px;
    }

    #header>.nav {
        display: none;
    }

    .content_l {
        width: 100%;
    }

    .content_r {
        width: 100%;
        margin-top: 30px;
    }

    ._thum {
        height: auto;
    }

    ._thum img {
        height: auto;
        object-fit: contain;
    }

    .list ul li a h3 {
        /* width: 85%; */
    }

    .con5 .con55 {
        display: flex;
        flex-direction: column;
    }

    .con5 .content_l,
    .con5 .content_m,
    .con5 .content_r {
        width: 100%;
    }

    .con5 .list ul li a h3 {
        /* width: 85%; */
    }

    .con5 .content_m {
        margin-top: 30px;
    }

    .info .info-con {
        display: flex;
        justify-content: flex-start;
        padding-right: 15px;
    }

    .info .info-con dl {
        padding-left: 20px;
    }

    .info .info-con dl dd {
        font-size: 15px;
    }

    .con5 .list ul li a h3 {
        /* width: 80%; */
        0%;
        */
    }

    .info .info-con dl dt {
        font-size: 19px;
    }

    .con5-2 .content_r .bkbox {
        width: 100%;
    }

    .news-con .slick-dots {
        right: 17%;
    }

    main {
        padding-bottom: 0;
    }

    .tit .top h1 {
        font-size: 20px;
    }

    .tit {
        padding-bottom: 20px;
    }
}

@media all and (max-width:850px) {
    #footer .foot_r {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .con6 .service .service-con2 .service1 {
        width: 45%;
        margin-right: 0;
    }
}

@media all and (max-width:750px) {
    .list ul li a h3 {
        /* width: 80%; */
    }

   

    .search-box {
        width: 40vw;
        left: 50%;
    }

    #header .header_con {
        padding: 15px 0;
    }

    .con6 .service .service-con2 .service1:nth-child(even) {
        margin-right: 10%;
    }


}

@media all and (max-width:650px) {
    .news-con .slick-dots {
        right: 12%;
    }

    .header_l {
        width: 300px;
    }

    .info .info-con {
        display: flex;
        flex-direction: column;
    }

}

@media all and (max-width:600px) {
    .header_l {
        width: 300px;
    }

    .list ul li a h3 {
        /* width: 75%; */
    }

    .con5 .list ul li a h3 {
        /* width: 75%; */
    }

    #footer .foot_m span {
        margin-right: 5px;
    }

    #footer {
        font-size: 15px;
    }

    .sj_header_r {
        display: flex;
    }

    .search-box {
        width: 35vw;
        left: 60%;
    }

    .top-hr-1 {
        width: 300px;
    }
}

@media all and (max-width:480px) {
   .con5-2 .content_r {
        padding-bottom: 645px;
    }
    .con5-2 .bkbox-db1 {
        bottom: 322px;
    }
    .con5 {
        padding-top: 20px;
    }

    .con5-1 .content_l {
        padding-bottom: 40px;
    }

    .content_l .news .title {
        left: 20px;
        width: 90%;
        padding: 0px 0 5px 12px;
        bottom: -30px;
    }

    .news-con .slick-dots {
        right: 6%;
        bottom: -8px;
    }

    .news-con .slick-dots li {
        margin-left: 5px;
    }

    .list ul li a h3 {
        /* width: 70%; */
    }

    .con5 .list ul li a h3 {
        /* width: 70%; */
    }

    .list ul li {
        padding: 10px 0;
        font-size: 15px;
    }

    #footer {
        font-size: 14px;
    }

    .sj_header_r i {
        font-size: 25px;
    }

    .content_l .news .title span {
        font-size: 15px;
        padding-top: 8px;
    }

    .header_l,
    .top-hr-1 {
        width: 290px;
    }
}

@media all and (max-width:400px) {
    .con5-2 .bkbox-db1 {
        bottom: 342px;
    }
    .con5-2 .content_r {
        padding-bottom: 685px;
    }
    .tit .top h1 {
        font-size: 20px;
    }

    .content_r {
        margin-top: 20px;
    }

    .tit {
        margin-bottom: 20px;
    }

    .header_l,
    .top-hr-1 {
        width: 230px;
    }

    .content_l .news .title span {
        width: 75%;
    }

    .search-box {
        width: 35vw;
        left: 68%;
    }
}