.common-title {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.common-title .common-t-l {
    display: flex
}

.common-title .common-t-l .common-span {
    height: 38px;
    padding: 0 20px;
    position: relative;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    margin-right: 30px
}

.common-title .common-t-l .common-span.cur {
    color: #333
}

.common-title .common-t-l .common-span.cur::before {
    content: "";
    display: block;
    width: 11px;
    height: 36px;
    background: url(/img/titleimg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px
}

.common-title .common-t-l .common-span.cur::after {
    content: "";
    display: block;
    width: 11px;
    height: 36px;
    background: url(/img/titleimg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    transform: rotateY(180deg)
}

.common-title .common-t-more {
    color: #868686;
    font-size: 16px
}

.xuzhi {
    font-size: 18px;
    line-height: 24px
}

.index-header-container {
    width: 100%;
    height: 260px;
    position: relative;
    /* background: #1a51e9; */
}

/* .index-header-container .banner-swiper {
    width: 100%;
    height: 570px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
} */

.index-header-container .banner-swiper .swiper-container {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px
}

.index-header-container .banner-swiper img {
    width: 100%;
    height: 100%
}

.index-header-container .index-header-top {
    width: 1360px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -680px;
    top: 0;
    z-index: 9;
    height: 196px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index-header-container .index-header-top .index-header-logo {
    width: 873px;
    height: 68px
}

.index-header-container .index-header-top .index-header-logo img {
    display: block;
    width: 100%;
    height: auto
}

.index-header-container .index-header-search {
    height: 70px;
    display: flex;
    align-items: center
}

.index-header-container .index-header-search .index-search-input {
    /* width: 255px;
    height: 38px;
    border: 1px solid rgba(230, 230, 230, .38);
    border-radius: 19px; */
    width: 230px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    justify-content: space-between
}

.index-header-container .index-header-search .index-search-input input {
    border: none;
    outline: 0;
    height: 35px;
    margin-right: 15px;
    background: 0 0;
    /* color: #fff */
}

.index-header-container .index-header-search .index-search-input img {
    width: 20px
}

.index-header-container .index-login-btn {
    width: 87px;
    height: 32px;
    background: #0d53fb;
    border-radius: 4px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-left: 20px
}

.index-header-container .index-login-user {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    text-decoration: underline;
    position: relative
}

.index-header-container .index-login-user h3 {
    cursor: pointer
}

.index-header-container .index-login-user ul {
    width: 110px;
    padding: 0 0;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 30px;
    display: none;
    box-shadow: 0 0 14px 2px rgba(37, 32, 32, .06)
}

.index-header-container .index-login-user ul li {
    width: 100%;
    border-bottom: 1px solid #e7f1fd;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.index-header-container .index-login-user ul li a {
    color: #333;
    font-size: 14px
}

.index-header-container .index-login-user ul li a:hover {
    color: #1478f0
}

.index-header-container .index-login-user:hover ul {
    display: block
}

.index-header-container .index-header-nav {
    width: 100%;
    height: 65px;
    position: absolute;
    left: 0;
    top: 196px;
    z-index: 7;
    background: #0457C7;
}

/* .index-header-container .index-header-nav::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    bottom: 0
} */

.index-header-container .index-header-nav .index-nav {
    width: 1300px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.index-header-container .index-header-nav .index-nav a {
    display: inline-block;
    height: 64px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    line-height: 64px
}

.index-header-container .index-header-nav .index-nav a.cur {
    color: #fff;
    /* border-bottom: 4px solid #fff; */
    width: 114px;
    height: 64px;
    background: #71A2E2;
    text-align: center;
}

.index-header-container .index-header-nav .navlist {
    position: relative
}

.index-header-container .index-header-nav .navlist>a {
    display: inline-block;
    height: 64px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    line-height: 64px;
    position: relative
}
#head-box .header-nav .navlist>a.cur,
#head-box .header-nav .navlist>a:hover{
    width: 114px;
    height: 64px;
    background: #71A2E2;
    text-align: center;
}

/* .index-header-container .index-header-nav .navlist>a.cur::after,
.index-header-container .index-header-nav .navlist>a:hover::after {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    background: #1478f0;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 0
} */

.index-header-container .index-header-nav .navlist ul {
    width: 160px;
    background-color: #fff;
    position: absolute;
    top: 64px;
    left: 50%;
    padding: 10px 0;
    z-index: 999;
    box-sizing: content-box;
    margin-left: -80px;
    display: none
}

.index-header-container .index-header-nav .navlist ul li {
    box-sizing: content-box;
    font-size: 14px;
    line-height: 40px
}

.index-header-container .index-header-nav .navlist ul li a {
    color: #171717;
    height: 100%;
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.index-header-container .index-header-nav .navlist ul li a:hover {
    background-color: #eff5ff;
    color: #1478f0
}

.index-header-container .index-header-nav .navlist:hover ul {
    display: block
}

.headLineBox {
    width: 100%;
    padding: 20px;
    background: #f6f6f6;
    box-sizing: border-box
}

.headline {
    width: 1300px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.headline img {
    height: 47px;
    width: 68px;
    margin-right: 16px
}

.headline .swiper-container {
    width: 1190px;
    height: 50px;
    overflow: hidden
}

.headline .swiper-container .swiper-slide {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9b9a9a;
    font-size: 18px
}

.headline .swiper-container .swiper-slide p {
    width: 1000px
}
.news-bk-box {
    width: 1300px !important;
}
.news-bk-box  .news-l {
    width: 580px !important;
    height: 366px !important;
    margin-top: 0px !important;
}
.news-bk-box .news-r{
    width: 690px !important;
}
.news-bk-box .news-r .news-list .news-item p {
    width: 520px !important;
}
.news {
    width: 1000px;
    /* margin: 30px auto 0; */
    /* height: 366px; */
    display: flex;
    justify-content: space-between
}

.news .news-l {
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.two-cont-box .news{
    justify-content: flex-start;
}
.two-cont-box .news .news-r{
    padding-top: 0;
    margin-left: 30px;
    width: 520px;
}
.two-cont-box .news .news-r .news-list .news-item p{
    width: 380px;
}
.news .news-l .swiper-container {
    width: 100%;
    height: 100%
}

.news .news-l .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news .news-l .swiper-slide p {
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4) 70%, rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    z-index: 99;
    box-sizing: border-box;
    padding: 0 30px
}

.news .news-l .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 10px
}

.news .news-l .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    margin: 0 4px
}

.news .news-l .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 20px;
    border-radius: 5px
}

.news .news-r {
    width: 580px;
    box-sizing: border-box;
    padding-top: 15px
}

.news .news-r .common-title {
    padding: 0 0 8px 0
}

.news .news-r .common-span {
    color: #9b9a9a;
    cursor: pointer
}

.news .news-r .news-list {
    width: 100%;
    margin-top: 20px
}

.news .news-r .news-list .news-item {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #696969;
    border-radius: 1px;
    box-sizing: border-box;
    padding: 0 8px;
    margin: 10px 0 15px
}

.news .news-r .news-list .news-item p {
    width: 430px
}

.news .news-r .news-list .news-item span {
    font-size: 16px
}

.news .news-r .news-list .news-item:hover {
    background: #e7f1fd;
    color: #1478f0
}

.tianbao {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 0
}

.tianbao>div {
    width: 639px;
    height: 153px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 38px
}

.tianbao>div .tianbao-l {
    width: 235px;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative
}

.tianbao>div .tianbao-l::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/img/index_qyyxtb.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0
}

.tianbao>div .tianbao-l h1 {
    font-size: 24px;
    color: #444;
    line-height: 26px;
    margin-bottom: 12px
}

.tianbao>div .tianbao-l p {
    font-size: 16px;
    color: #919090;
    line-height: 18px
}

.tianbao .yxtb {
    background-color: #f0f7fe
}

.tianbao .yxtb>a {
    width: 213px;
    height: 45px;
    background: #1b6bcc;
    box-shadow: 0 4px 4px 0 rgba(27, 107, 204, .23);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff
}

.tianbao .yxtb>a img {
    width: 18px;
    height: auto;
    margin-left: 14px
}

.tianbao .yxsj {
    background-color: #fff8ef
}

.tianbao .yxsj .tianbao-l::before {
    background: url(/img/qyyxsj.png) no-repeat
}

.tianbao .yxsj>a {
    width: 222px;
    height: 45px;
    background: #ec8601;
    box-shadow: 0 4px 4px 0 rgba(236, 134, 1, .23);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff
}

.tianbao .yxsj>a img {
    width: 18px;
    height: auto;
    margin-left: 14px
}

.zszx {
    width: 1300px;
    margin: 50px auto 0
}

.zszx .common-title {
    margin-bottom: 30px
}

.zszx .zszx-main {
    width: 100%;
    height: 215px;
    display: flex;
    /* justify-content: space-between */
}

.zszx .zszx-main .zszx-l {
    width: 415px;
    height: 298px;
    box-sizing: border-box;
    /* padding: 20px 30px; */
    position: relative
}
.zszx .zszx-main .zszx-l .img-ttile{
    position: absolute;
    bottom: 0;
    background: RGBA(51, 51, 51, 0.6);
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.zszx .zszx-main .zszx-l .dcdy-img img{
    width: 415px;
    height: 298px;
}
.zszx .zszx-main .zszx-l a {
    width: 100%;
    color: #696969;
    font-size: 22px;
    height: 50px;
    line-height: 40px;
    border-bottom: 1px solid #d2d2d2
}

.zszx .zszx-main .zszx-l a:hover {
    color: #1478f0
}

.zszx .zszx-main .zszx-l h6 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    color: #696969
}

.zszx .zszx-main .zszx-l p {
    font-size: 16px;
    color: #bababa;
    line-height: 22px;
    margin-top: 20px
}

.zszx .zszx-main .zszx-l span {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    position: absolute;
    right: 40px;
    bottom: 28px;
    background-color: #e1e3e4;
    border-radius: 50%
}

.zszx .zszx-main .zszx-list {
    width: 400px;
    padding: 10px 0
}

.zszx .zszx-main .zszx-list a {
    margin-top: 6px;
    color: #696969;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 24px;
    justify-content: space-between
}

.zszx .zszx-main .zszx-list a:hover {
    color: #1478f0
}

.zszx .zszx-main .zszx-list a p {
    width: 450px
}

.zsxm {
    width: 1300px;
    margin: 50px auto 0
}

.zsxm .zsxm-main {
    width: 100%;
    height: 300px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}

.zsxm .zsxm-main .zsxm-item-border {
    width: 2px;
    height: 300px;
    background-color: #f0f0f0;
    position: relative
}

.zsxm .zsxm-main .zsxm-item-border::before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background-color: #dcdcdc;
    position: absolute;
    left: 0;
    top: 0
}

.zsxm .zsxm-main .zsxm-item {
    width: 150px;
    height: 300px;
    box-sizing: border-box;
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .3s linear
}

.zsxm .zsxm-main .zsxm-item a {
    height: 50px;
    font-size: 18px;
    color: #696969;
    line-height: 24px;
    transition: all .3s linear;
    overflow: hidden
}

.zsxm .zsxm-main .zsxm-item h6 {
    font-size: 16px;
    color: #919090;
    line-height: 20px;
    margin-top: 14px;
    transition: all .3s linear
}

.zsxm .zsxm-main .zsxm-item img {
    width: 100%;
    height: 145px;
    transition: all .3s linear;
    object-fit: cover
}

.zsxm .zsxm-main .zsxm-item.cur {
    width: 508px;
    padding-top: 16px
}

.zsxm .zsxm-main .zsxm-item.cur a {
    height: auto;
    color: #1478f0
}

.zsxm .zsxm-main .zsxm-item.cur h6 {
    margin-top: 10px
}

.zsxm .zsxm-main .zsxm-item.cur img {
    height: 188px
}

.zydj {
    width: 1300px;
    margin: 50px auto 0
}

.zydj .common-title {
    margin-bottom: 30px
}

.zydj .zydj-list {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.zydj .zydj-list .zydj-item {
    width: 420px;
    height: 182px;
    background: url(/img/zydj1.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.zydj .zydj-list .zydj-item h1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px
}

.zydj .zydj-list .zydj-item p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 24px
}

.zydj .zydj-list .zydj-item:nth-of-type(2) {
    background-image: url(/img/zydj2.png)
}

.zydj .zydj-list .zydj-item:nth-of-type(3) {
    background-image: url(/img/zydj3.png)
}

.scfw {
    width: 1300px;
    margin: 50px auto 0
}

.scfw .common-title {
    margin-bottom: 30px
}

.scfw .scfw-tit {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    position: relative
}

.scfw .scfw-tit h1 {
    font-size: 24px;
    color: #333;
    line-height: 26px;
    font-weight: 700
}

.scfw .scfw-tit a {
    font-size: 16px;
    color: #868686;
    line-height: 18px
}

.scfw .scfw-tit img {
    width: 49px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0
}

.scfw .scfw-main {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.scfw .scfw-main .scfw-zc {
    background: #fcfcfd;
    width: 640px;
    box-sizing: border-box;
    padding: 20px 28px 0
}

.scfw .scfw-main .scfw-zc-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.scfw .scfw-main .scfw-zc-list .scfw-zc-item {
    width: 280px;
    height: 106px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 14px 20px;
    position: relative;
    margin-top: 20px;
    cursor: pointer
}

.scfw .scfw-main .scfw-zc-list .scfw-zc-item h2 {
    color: #696969;
    font-size: 18px;
    line-height: 22px
}

.scfw .scfw-main .scfw-zc-list .scfw-zc-item p {
    font-size: 16px;
    color: #bababa;
    margin-top: 10px
}

.scfw .scfw-main .scfw-zc-list .scfw-zc-item span {
    width: 20px;
    height: 20px;
    background-color: #e1e3e4;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-align: center;
    line-height: 18px
}

.scfw .scfw-main .scfw-zc-list .scfw-zc-item:hover {
    background-color: #1478f0
}

.scfw .scfw-main .scfw-zc-list .scfw-zc-item:hover h2 {
    color: #fff
}

.scfw .scfw-main .scfw-zc-list .scfw-zc-item:hover p {
    color: #fff
}

.scfw .scfw-main .scfw-zc-list .scfw-zc-item:hover span {
    background-color: #fff;
    color: #0d53fb
}

.scfw .scfw-main .scfw-hd {
    background: #fcfcfd;
    width: 639px;
    box-sizing: border-box;
    padding: 20px 30px
}

.scfw .scfw-main .scfw-hd .scfw-hd-list {
    margin-top: 20px
}

.scfw .scfw-main .scfw-hd .scfw-hd-list a {
    display: block;
    color: #696969;
    font-size: 18px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0
}

.scfw .scfw-main .scfw-hd .scfw-hd-list a p {
    width: 350px
}

.scfw .scfw-main .scfw-hd .scfw-hd-list a span {
    color: #bababa;
    font-size: 16px
}

.scfw .scfw-main .scfw-hd .scfw-hd-list a:hover {
    color: #0d53fb
}

.scfw .sczt {
    width: 100%;
    margin-top: 30px
}

.scfw .sczt .scfw-tit {
    padding: 0 30px
}

.scfw .sczt .scfw-tit img {
    left: 30px
}

.scfw .sczt .sczt-list {
    margin-top: 30px
}

.scfw .sczt .sczt-list .sczt-item {
    width: 307px;
    float: left;
    margin-right: 22px
}

.scfw .sczt .sczt-list .sczt-item:nth-last-of-type(1) {
    margin-right: 0
}

.scfw .sczt .sczt-list .sczt-item img {
    width: 100%;
    height: 143px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s linear
}

.scfw .sczt .sczt-list .sczt-item img:hover {
    transform: scale(1.1)
}

.scfw .sczt .sczt-list .sczt-item a {
    font-size: 18px;
    color: #696969;
    margin-top: 20px;
    line-height: 20px;
    text-align: center
}

.scfw .sczt .sczt-list .sczt-item a:hover {
    color: #0d53fb
}

.catalogue-container {
    width: 100%;
    background: #fff url(/img/gydsbg.jpg);
    background-size: 100% 100%;
    margin-top: 30px;
    padding: 20px 0 50px 0
}

.catalogue-main {
    width: 1300px;
    margin: 0 auto;
    padding: 30px 0 0
}

.catalogue-main .common-title {
    margin-bottom: 30px
}

.catalogue-main .cata-box {
    width: 100%;
    background-color: #fff;
    background: #fff;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between
}

.catalogue-main .cata-box .cata-l {
    width: 282px;
    border-right: 1px solid #f4f4f4
}

.catalogue-main .cata-box .cata-l .cata-l-item {
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 32px;
    cursor: pointer;
    border-bottom: 1px solid #f4f4f4
}

.catalogue-main .cata-box .cata-l .cata-l-item img {
    width: 21px;
    height: 21px;
    margin-right: 15px;
    display: none
}

.catalogue-main .cata-box .cata-l .cata-l-item img:nth-of-type(1) {
    display: block
}

.catalogue-main .cata-box .cata-l .cata-l-item span {
    font-size: 18px;
    color: #575555
}

.catalogue-main .cata-box .cata-l .cata-l-item:hover {
    background-color: #e3ebfc
}

.catalogue-main .cata-box .cata-l .cata-l-item:hover img {
    display: block
}

.catalogue-main .cata-box .cata-l .cata-l-item:hover img:nth-of-type(1) {
    display: none
}

.catalogue-main .cata-box .cata-l .cata-l-item:hover span {
    color: #1478f0
}

.catalogue-main .cata-box .cata-r {
    width: 1000px
}

.catalogue-main .cata-box .cata-r .cata-r-t {
    width: 100%;
    height: 346px
}

.catalogue-main .cata-box .cata-r .cata-r-t img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.catalogue-main .cata-box .cata-r .cata-r-b {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.catalogue-main .cata-box .cata-r .cata-r-b a {
    width: 494px;
    height: 150px;
    background: url(/img/gydsimg2.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 0 0 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff
}

.catalogue-main .cata-box .cata-r .cata-r-b a h1 {
    font-size: 25px
}

.catalogue-main .cata-box .cata-r .cata-r-b a p {
    font-size: 14px;
    margin-top: 10px
}

.catalogue-main .cata-box .cata-r .cata-r-b a:nth-last-of-type(1) {
    background-image: url(/img/gydsimg3.png)
}

.dcdy {
    width: 1300px;
    margin: 50px auto 0;
}
.dcdy .dcdy-cont{
    display: flex;
    /* justify-content: space-between; */
}
.dcdy .dcdy-cont .scfw-tit {
    width: 100%;
    height: 45px;
    justify-content: space-between;
    position: relative;
    display: flex;
    background: #F7F6F6;
    line-height: 45px;
}
.dcdy .dcdy-cont .scfw-tit .txt-left{
    width: 115px;
    background: #0457C7;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}
.dcdy .dcdy-cont .scfw-tit .txt-more{
    font-size: 14px;
    color: #262626;
    margin-right: 15px;
}
.dcdy .dcdy-cont.scfw-tit h2 {
    width: 100%;
    font-size: 24px;
    color: #333;
    line-height: 26px;
    font-weight: 700;
    color: #333
}

.dcdy .dcdy-cont .scfw-tit h2 span {
    font-weight: 400;
    float: right;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    margin-right: 20px;
}

.dcdy .dcdy-cont .scfw-tit .bline {
    width: 49px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.dcdy .dcdy-cont .dcdy-list-box{
    width: 33%;
}
.dcdy .dcdy-cont .dcdy-xmjs-list-box{
    display: flex;
    justify-content: space-between;
}
.dcdy .dcdy-cont .dcdy-xmjs-list-box .xmjs-right{
    width: 288px;
    height: 228px;
    margin-left: 32px;
}
.dcdy .dcdy-cont .dcdy-xmjs-list-box .xmjs-right .xmjs-right-img{
    position: relative;
}
.dcdy .dcdy-cont .dcdy-xmjs-list-box .xmjs-right .dcdy-item-r{
    position: absolute;
    bottom: 0;
    background: RGBA(51, 51, 51, 0.6);
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.dcdy .dcdy-cont .dcdy-xmjs-list-box .xmjs-right .dcdy-item-r h5{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.dcdy .dcdy-cont .dcdy-xmjs-list-box .xmjs-right .dcdy-img img{
    width: 288px;
    height: 228px;
}
.dcdy .dcdy-cont .dcdy-list-box:nth-child(2){
    margin-left: 25px;
}
.dcdy .dcdy-cont .dcdy-list-box .dcdy-list{
    /* border: 1px solid #EEEEEE; */
    padding: 24px 0;
}
.dcdy .common-title {
    margin-bottom: 20px
}

.dcdy .dcdy-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* height: 400px; */
}

.dcdy .dcdy-list .dcdy-item {
    width: 637px;
    height: 193px;
    padding: 4px 0 4px 4px;
    /* border-right: 4px solid #1478f0; */
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer
}
.dcdy .dcdy-list .dcdy-item-list{
    width: 100%;
}
.dcdy .dcdy-list .dcdy-item-list .dcdy-item-list-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    line-height: 30px;
}
.dcdy .dcdy-list .dcdy-item-list .dcdy-item-list-box .red-round{
    color: #D4162C;
    font-size: 14px;
    margin-right: 10px;
}
.dcdy .dcdy-list .dcdy-item-list .dcdy-item-list-box:last-child{
    border: none;
}
.dcdy .dcdy-list .dcdy-item-list .dcdy-item-list-box h5{
    color: #373737;
    font-size: 14px;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dcdy .dcdy-list .dcdy-item-list .dcdy-item-list-box p{
    font-size: 14px;
    color: #373737;
}
.dcdy .dcdy-list .dcdy-item .dcdy-img {
    width: 237px;
    height: 157px
}

.dcdy .dcdy-list .dcdy-item .dcdy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dcdy .dcdy-list .dcdy-item .dcdy-item-r {
    width: 330px;
    margin-left: 18px
}

.dcdy .dcdy-list .dcdy-item .dcdy-item-r h5 {
    font-size: 18px;
    color: #696969;
    line-height: 20px
}

.dcdy .dcdy-list .dcdy-item .dcdy-item-r h5:hover {
    color: #0d53fb
}

.dcdy .dcdy-list .dcdy-item .dcdy-item-r h6 {
    font-size: 16px;
    color: #bababa;
    line-height: 20px;
    margin-top: 20px
}

.dcdy .dcdy-list .dcdy-item .dcdy-item-r p {
    font-size: 16px;
    color: #bababa;
    margin-top: 16px
}

.dcdy .dcdy-list .dcdy-item .dcdy-item-rarrow {
    color: #696969;
    font-size: 20px;
    position: absolute;
    right: 20px;
    bottom: 2px
}

.flink {
    width: 100%;
    background: #222a37;
    border-bottom: 1px solid #dcdcdc52;
    background-size: 1920px 100%;
    background-position: center;
    padding: 50px 0;
    margin: 50px auto 0
}

.flink .flink-main {
    margin: 0 auto;
    width: 1300px;
    display: flex;
    font-size: 16px;
    color: #fff;
    line-height: 30px
}

.flink .flink-main span {
    font-size: 20px;
    margin-right: 20px
}

.flink .flink-main ul {
    width: 1100px
}

.flink .flink-main ul li {
    float: left;
    margin-right: 20px
}

.flink .flink-main ul li a {
    color: #fff
}
.two-cont-box{
    display: flex;
    justify-content: center;
    width: 1300px;
    margin: 0 auto;
}
.login-main .login-form {
    width: 290px;
    height: auto;
    background-color: #fff
}

.login-main .login-form .login-form-t {
    /* margin-top: 40px; */
    line-height: 24px;
    text-align: center;
    color: #2a2929;
    font-size: 20px
}

.login-main .login-form .login-form-m {
    width: 290px;
    padding: 10px 0
}

.login-main .login-form .login-form-m .login-form-panel {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px
}

.login-main .login-form .login-form-m .login-form-panel input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: none
}

.login-main .login-form .login-sub {
    width: 290px;
    height: 50px;
    background: #0972db;
    border-radius: 4px;
    margin: 30px auto 0;
    font-size: 18px;
    color: #fff
}

.login-main .login-form .login-opera {
    width: 100%;
    display: flex;
    margin-top: 10px;
    height: 30px;
    align-items: center;
    justify-content: space-between
}

.login-main .login-form .login-opera .layui-form-checkbox[lay-skin=primary] {
    padding-left: 0
}

.login-main .login-form .login-opera .login-op-l {
    opacity: 0
}

.login-main .login-form .login-opera .login-op-r {
    display: flex;
    font-size: 14px;
    color: #0972db
}

.login-main .login-form .login-opera .login-op-r a {
    color: #0972db
}
.verifyImg {
    width: 100%;
    display: flex;
    align-items: center
}

.verifyImg img {
    height: 30px
}