

* {
    font-family: -apple-system, 'PingFang SC','Microsoft YaHei','SimSun','Arial', sans-serif !important;
    font-style: normal;
}
html{
	min-width: 1200px;
}
.hand {
    cursor:pointer;
}
/*activity*/
.smallSwiperText {
    width: 280px;
    height: auto;
    max-height: 104px;
    line-height: 26px;
    color: #777777;
    font-size: 16px;
    margin: 20px 25px;
    overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 4; /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical; /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.smallSwiperTitle {
    width: 280px;
    height: auto;
    max-height: 54px;
    line-height: 27px;
    color: #000;
    font-size: 18px;
    margin: 20px 25px;
    font-weight: bold;
    overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 2; /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical; /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.smallSwiperImg {
    width: 100%;
    height: 160px;
    background-position: center;
    background-size: cover;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
    color: #fff;
}

.swiper2Contant {
    width: 1200px;
    height: 430px;
    margin: 0 auto;
    cursor: pointer;
}

.sprev {
    left: 240px;
    right: auto;
    margin-top: -60px;
    width: 34px;
    height: 70px;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
}

.snext {
    right: 240px;
    left: auto;
    margin-top: -60px;
    width: 34px;
    height: 70px;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
}

.smallSwiper {
    width: 330px;
    height: 380px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #d5d5d5;
    overflow: hidden;
}

.outSwiper {
    opacity: 0.4;
}

.smallSwiper.swiper-slide-next + div {
    opacity: 0.4;
}

.swiper2 {
    margin-left: -285px;
    width: 1770px;
    height: 430px;
    padding: 5px;
}

/*banner*/
.frontIcon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 209px;
    height: 138px;
    margin: 0 20px;
    font-size: 18px;
    color: #fff;
}

    .frontIcon img {
        margin-bottom: 24px;
    }

.swiperFront {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 392px;
    position: absolute;
    bottom: 0;
    background-size: cover;
    z-index: 2;
}

.swiper1 {
    width: 100%;
    height: 950px;
    /*background-color:#000;*/
}

/*customers*/
.customersItem {
    float: left;
    display: inline-block;
    margin: 7px 5px;
    width: 110px;
    height: 110px;
    box-shadow: 0px 0px 5px #d5d5d5;
    position: relative;
}

    .customersItem img {
        width: 90%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.customersDiv {
    overflow: hidden;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
}

/*index*/
.lineTitle {
    margin: 0 auto;
    width: 1200px;
    height: 94px;
    font-size: 28px;
    line-height: 94px;
}

.lookMore {
    float: right;
    color: #00a7dc;
    font-size: 18px;
    cursor: pointer;
}
/*news*/
.smallNewText {
    font-weight: bold;
    color: #f00;
    margin: 0 5px;
}

.newsStatus {
    font-weight: bold;
    color: #ea0000;
    font-size: 14px;
    margin-right: 10px;

}

.newsItemText {
    width: 415px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsType {
    width: 75px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.newsItemDate {
    2 font-size: 14px;
    color: #000000;
    width: 80px;
    line-height: 40px;
    text-align: center;
}

.left {
    float: left;
}

.newsContant .swiper-slide {
    font-size: 14px;
    height: auto;
  
}

.newsItem:nth-child(odd) {
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    cursor: pointer;
}

.newsItem:nth-child(even) {
    width: 100%;
    height: 40px;
    background: #fff;
    cursor: pointer;
}

.newsContant {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.newsImgContant {
    float: left;
    width: 600px;
    height: 400px;
}

.imgContant {
    float: left;
    width: 600px;
    height: 350px;
    background-position: center;
    background-size: cover;
}

.imgText {
    font-size: 18px;
    width: 600px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsList {
    float: right;
    width: 590px;
    height: 400px;
}

/*services*/
ul, li {
    list-style: disc inside;
}

::marker {
    margin: 0 !important;
}

.servicesText {
    font-size: 14px;
    color: #777777;
    line-height: 25px;
    width: 220px;
    height: 100px;
    overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 4; /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical; /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.servicesTitle {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 40px;
}

.btn {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.servicesprev:after {
    content: 'prev';
}

.servicesnext:after {
    content: 'next';
}

.btn:after {
    font-size: 24px;
    color: #fff;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.servicesprev {
    left: -45px;
    right: auto;
    margin-top: -65px;
    width: 34px;
    height: 70px;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
}

.servicesnext {
    right: -45px;
    left: auto;
    margin-top: -65px;
    width: 34px;
    height: 70px;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
}

.servicesSmallSwiper {
    background: #fff;
    width: 275px;
    height: 320px;
    box-shadow: 0px 0px 5px #d5d5d5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.servicesSwiper {
    width: 1170px;
    height: 320px;
    padding: 32.5px 15px;
}

.servicesBottom {
    width: 1200px;
    height: 385px;
    position: relative;
}

.servicesArr {
    float: right;
    width: 16px;
    height: 10px;
    margin-top: 25px;
}

.servicesItem {
    color: #fff;
    cursor: pointer;
    width: 258px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-right: 2px solid #fff;
    background-color: rgba(0,167,220,0.85);
}

    .servicesItem:last-child {
        width: 260px;
        height: 60px;
        border: none;
    }

.servicesTop {
    width: 100%;
    height: 60px;
}

.services {
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 5px #d5d5d5;
    margin: 0 auto;
    width: 1200px;
    height: 445px;
    border-top: 2px solid #00a7dc;
}

.selectServices {
    color: #000;
    background-color: rgba(0,0,0,0);
}

.alistTitle {
    width: 1200px;
    margin: 0 auto 20px;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    border-bottom: 2px solid #dddddd;
}

.alistItemTitle {
    float: left;
    border-bottom: 2px solid #00a7dc;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.newsDataContant {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
}

.newListItemDataText {
    width: 800px;
    line-height: 50px;
    height: 50px;
    color: #000;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newListItemDataStatus {
    width: 88px;
    height: 25px;
    line-height: 25px;
    margin-top: 12.5px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.layui-laypage a:hover {
    color: #000;
    background: #e1e1e3;
}

#newpager {
    text-align: center;
}

.layui-laypage .layui-laypage-curr em {
    color: #000;
}

.left {
    float: left;
}

.newListItem {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 5px 0;
    border-bottom: 1px solid #dddddd;
}

.newListItemData {
    font-size: 20px;
    color: #000;
    padding: 0 12px;
}

.listItemTitle {
    border-bottom: 2px solid #00a7dc;
    width: 95px;
}

.breadcrumb {
    width: 1200px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding-top: 70px;
    margin: 0 auto;
}

.listTitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    border-bottom: 2px solid #dddddd;
}

.listItemList {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.layui-laypage a:hover {
    color: #000;
    background: #e1e1e3;
}

#activitypager {
    text-align: center;
}

.layui-laypage .layui-laypage-curr em {
    color: #000;
}

.activityBrief {
    width: 850px;
    line-height: 26px;
    font-size: 18px;
    color: #777777;
    height: auto;
    max-height: 78px;
    overflow: hidden; /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis; /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box; /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 3; /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical; /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.activityTitleText {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    width: 810px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activityStatus {
    width: 60px;
    text-align: center;
    color: #fff;
    background: #00cc88;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
    margin-right: 10px;
}

.activityItemTitle {
    width: 100%;
    height: 24px;
    padding: 8px 0;
    margin-bottom: 10px;
}

.activityItemContant {
    width: 880px;
    height: 145px;
}

.activityItemImg {
    border-radius: 5px;
    width: 300px;
    height: 145px;
    margin-right: 20px;
    background-size: cover;
    background-position: center
}

.left {
    float: left;
}

.activityItem {
    width: 1200px;
    height: 145px;
    margin: 35px 0;
    cursor: pointer;
}

.listItemTitle {
    border-bottom: 2px solid #00a7dc;
    width: 95px;
}

.breadcrumb {
    width: 1200px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding-top: 70px;
    margin: 0 auto;
}

.listTitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    border-bottom: 2px solid #dddddd;
}

.listItemList {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.alistTitle {
    width: 1200px;
    margin: 0 auto 20px;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    border-bottom: 2px solid #dddddd;
}

.nlistItemTitle {
    border-bottom: 2px solid #00a7dc;
    width: auto;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.newsDataContant {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
}

.newListItemDataText {
    width: 800px;
    line-height: 50px;
    height: 50px;
    color: #000;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newListItemDataStatus {
    width: 88px;
    height: 25px;
    line-height: 25px;
    margin-top: 12.5px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.layui-laypage a:hover {
    color: #000;
    background: #e1e1e3;
}

#newpager {
    text-align: center;
}

.layui-laypage .layui-laypage-curr em {
    color: #000;
}

.left {
    float: left;
}

.newListItem {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 5px 0;
    border-bottom: 1px solid #dddddd;
}

.newListItemData {
    font-size: 20px;
    color: #000;
    padding: 0 12px;
}

.listItemTitle {
    border-bottom: 2px solid #00a7dc;
    width: 95px;
}

.breadcrumb {
    width: 1200px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding-top: 70px;
    margin: 0 auto;
}

.listTitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    border-bottom: 2px solid #dddddd;
}

.listItemList {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.newText {
    font-weight: bold;
    color: #f00;
    margin: 0 10px;
}

.newListItemDataText {
    width: 800px;
    line-height: 50px;
    height: 50px;
    color: #000;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newListItemDataStatus {
    width: 88px;
    height: 25px;
    line-height: 25px;
    margin-top: 12.5px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.layui-laypage a:hover {
    color: #000;
    background: #e1e1e3;
}

#newpager {
    text-align: center;
}

.layui-laypage .layui-laypage-curr em {
    color: #000;
}

.left {
    float: left;
}

.newListItem {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 5px 0;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}

.newListItemData {
    font-size: 20px;
    color: #000;
    padding: 0 12px;
}

.listItemTitle {
    border-bottom: 2px solid #00a7dc;
    width: 95px;
}

.breadcrumb {
    width: 1200px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    padding-top: 70px;
    margin: 0 auto;
}

.listTitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    border-bottom: 2px solid #dddddd;
}

.listItemList {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.swiper-pagination-bullet-active {
    background: #00a7dc !important;
}

.menuList {
    margin: 40px auto 0px;
    width: 1200px;
    height: 24px;
    font-size: 16px;
    color: #afafaf;
}



.logoPart {
    width: 36%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .logoPart img {
        height: 34px;
        width: auto
        /*        width: 130px;
*/
    }

.menuPart {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

    .menuPart div {
        flex-grow: 1;
        cursor: pointer;
        text-align: center;
        height: 26px;
        padding: 25px 0;
        font-size: 16px;
        color: #555;
    }

        .menuPart div:hover {
            border-bottom: 4px #014f7f solid;
            height: 21px;
            color: #000;
        }

        .menuPart div > p {
            flex-grow: 1;
            cursor: pointer;
            border-right: 1px #000 solid;
            text-align: center;
            height: 26px;
            line-height: 26px;
        }

.langPart {
    width: 12.5%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .langPart span {
        background-color: #00a7dc;
        border-radius: 5px;
        color: white;
        padding: 5px 10px 5px 10px;
        /* cursor: pointer; */
        line-height: 25px;
        font-size: 14px;
        /* vertical-align: middle; */
    }

    .langPart img {
        /* margin-bottom: -5px; */
    }

.headerContainerMobile {
    display: none;
    opacity: 0;
}

/* @media (max-width: 768px) {
    .headerContainerMobile {
        display: block;
        opacity: 1;
    }

    .headerContainer {
        display: none;
    }

    .logofixedM {
        float: left;
    }

        .logofixedM img {
            width: 80%;
            max-width: 200px;
        }

    .mobile_nav {
        height: 50px;
        background-color: #fff;
        position: fixed;
        width: 100%;
        z-index: 1001;
        display: block;
        padding: 5px;
    }

    .menuM {
        float: right;
        width: 80px;
        height: 50px;
        margin-top: 5px;
        margin-right: -19px;
        cursor: pointer;
        text-align: center;
        line-height: 38px;
        font-weight: bold;
    }

    .mobile_menu {
        margin-top: 50px;
        position: fixed;
        width: 100%;
        background-color: #fff;
        color: #000;
        z-index: 999;
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
    }

        .mobile_menu ul {
            list-style-type: disc;
            margin-left: 10%;
        }

        .mobile_menu li {
            list-style-type: lower-greek;
        }

        .mobile_menu a {
            width: 100%;
            clear: both;
            display: block;
            line-height: 55px;
            margin-left: 20px;
            font-family: "BebasNeue";
            letter-spacing: 3px;
            text-decoration: none;
        }

            .mobile_menu a:link {
                color: #000;
                text-decoration: none;
            }

            .mobile_menu a:visited {
                color: #000;
                text-decoration: none;
            }

    .mmlevel1 {
        font-weight: bold;
    }
} */

.yxbg2 {
}

.qyzdTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.qyzdTitle2 {
    position: absolute;
    top: 113px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.yxbg1 {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 300px;
    margin-left: -601px;
    display: block;
    width: 1202px;
    height: 1601px;
}

.yxbg2 {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 578px;
    margin-left: -608px;
    display: block;
    width: 1140px;
    height: 1335px;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTopbgyx {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.caseType {
    width: 1251px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.caseTypeItem {
    cursor: pointer;
    width: 337px;
    height: 300px;
    margin: 20px 40px;
    float: left;
    background-position: center;
    background-size: contain;
}


.case {
    display: block;
    width: 1200px;
    height: 99px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

* {
    font-family: Microsoft YaHei !important;
}

.rcrzTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.rcrzTitle2 {
    position: absolute;
    top: 113px;
    left: 370px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.rcrz {
    display: block;
    width: 1290px;
    height: 4114px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

* {
    font-family: Microsoft YaHei !important;
}

.qyzdTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.qyzdTitle2 {
    position: absolute;
    top: 113px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.qyzd {
    display: block;
    width: 1200px;
    height: 1825px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.clickDiv {
    opacity: 0;
    position: absolute;
    width: 190px;
    height: 50px;
    top: 0;
    left: 0;
    cursor: pointer;
}

.clickDiv1 {
    top: 174px;
    left: 224px;
}

.clickDiv2 {
    top: 174px;
    left: 467px;
}

.clickDiv3 {
    top: 384px;
    left: 100px;
}

.clickDiv4 {
    top: 384px;
    left: 345px;
}

.clickDiv5 {
    top: 384px;
    left: 590px;
}

.clickDiv6 {
    top: 600px;
    left: 224px;
}

.clickDiv7 {
    top: 600px;
    left: 467px;
}

.zxfwTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.zxfwTitle2 {
    position: absolute;
    top: 107px;
    left: 365px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.zxfw {
    display: block;
    width: 1089px;
    height: 109px;
    margin: 20px auto;
}

.zxfw1 {
    position: relative;
    display: block;
    width: 927px;
    height: 710px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.case1 {
    display: block;
    width: 1250px;
    height: 2647px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}
.case22 {
    position: absolute;
    width: 1210px;
    height: 649px;
    left: 50%;
    margin-left: -605px;
    top: 1050px;
}

.case21 {
    display: block;
    width: 1202px;
    height: 2593px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.case3 {
    display: block;
    width: 1260px;
    height: 1898px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.case4 {
    display: block;
    width: 1250px;
    height: 1645px;
    margin: 60px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.case51 {
    position: absolute;
    width: 1175px;
    height: 1776px;
    left: 50%;
    margin-left: -580px;
    top: 1050px;
}

.case5 {
    display: block;
    width: 1201px;
    height: 3297px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}


.case61 {
    position: absolute;
    width: 1210px;
    height: 797px;
    left: 50%;
    margin-left: -605px;
    top: 1225px;
}

.case6 {
    display: block;
    width: 1231px;
    height: 2260px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.cbqhwcygsnew {
    display: block;
    width: 1250px;
    height: 5073px;
    margin: 20px auto;
    border: none;
}

.jButton {
    cursor: pointer;
}

.zxfwTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.zxfwTitle2 {
    position: absolute;
    top: 107px;
    left: 365px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.cbqhwcygs {
    display: block;
    width: 1169px;
    height: 645px;
    margin: 20px auto;
    border: none;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.jButton {
    cursor: pointer;
}

.jyrcgltxTitle1 {
    position: absolute;
    top: 85px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.jygylgh {
    display: block;
    width: 1240px;
    height: 1447px;
    margin: 20px auto;
    border: none;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.jButton {
    cursor: pointer;
}

.jyrcgltxTitle1 {
    position: absolute;
    top: 85px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.jyrcgltx2 {
    display: block;
    width: 1194px;
    height: 940px;
    margin: 30px auto;
    border: none;
}

.jyrcgltx1 {
    display: block;
    width: 1270px;
    height: 811px;
    margin: 20px auto;
    border: none;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.jButton {
    cursor: pointer;
}

.jyrcgltxTitle1 {
    position: absolute;
    top: 85px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.jytxtx {
    display: block;
    width: 1250px;
    height: 1780px;
    margin: 20px auto;
    border: none;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.zxfwTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.zxfwTitle2 {
    position: absolute;
    top: 107px;
    left: 365px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.jyzlgh {
    display: block;
    width: 1234px;
    height: 3806px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.jButton {
    cursor: pointer;
}

.zxfwTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.zxfwTitle2 {
    position: absolute;
    top: 107px;
    left: 365px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.jyzzxt3 {
    display: block;
    width: 1221px;
    height: 1263px;
    margin: 30px auto;
    border: none;
}

.jyzzxt2 {
    display: block;
    width: 1200px;
    height: 614px;
    margin: 30px auto;
    border: none;
}

.jyzzxt1 {
    display: block;
    width: 1240px;
    height: 489px;
    margin: 20px auto;
    border: none;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.zxfwTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.zxfwTitlezzgg2 {
    position: absolute;
    top: 107px;
    left: 448px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.lcxzzgg {
    display: block;
    width: 1200px;
    height: 744px;
    margin: 20px auto;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.jButton {
    cursor: pointer;
}

.zxfwTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.zxfwTitle2 {
    position: absolute;
    top: 107px;
    left: 365px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.cb {
    display: block;
    width: 1220px;
    height: 1828px;
    margin: 20px auto;
    border: none;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.jButton {
    cursor: pointer;
}

.zxfwTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.zxfwTitle2 {
    position: absolute;
    top: 107px;
    left: 365px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.jcb {
    display: block;
    width: 1227px;
    height: 2594px;
    margin: 20px auto;
    border: none;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTop {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.qyzdTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.qyzdTitle2 {
    position: absolute;
    top: 113px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.fzlc {
    margin: 20px auto;
    display: block;
    width: 1199px;
    height: 686px;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTopqyjj {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.zxln1 {
    position: absolute;
    top: 85px;
    left: -35px;
}

.zxlnContant {
    width: 1200px;
    height: 500px;
    margin: 20px auto;
    position: relative;
}

.yxbg2 {
}

.qyzdTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.qyzdTitle2 {
    position: absolute;
    top: 113px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.lxwm {
    display: block;
    width: 997px;
    height: 225px;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTopqyjj {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.yxbg2 {
}

.qyzdTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.qyzdTitle2 {
    position: absolute;
    top: 113px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.qyjj {
    margin: 20px auto;
    display: block;
    width: 1202px;
    height: 375px;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTopqyjj {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.yxbg2 {
}

.qyzdTitle1 {
    position: absolute;
    top: 52px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.qyzdTitle2 {
    position: absolute;
    top: 113px;
    left: 185px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.qyln {
    margin: 20px auto;
    display: block;
    width: 1193px;
    height: 329px;
}

.dang {
    width: 1px;
    height: 71px;
}

.staticTopqyjj {
    position: relative;
    width: 1550px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}