.w1260 {
    margin: 0 auto;
    width: 1260px;
}

body {
    background-color: #fff;
}

.header {
    /*padding: 44px 0 110px;
	background: url(../images/headerBg.png) no-repeat center;*/
    background: url(../images/headerBg_sthj.png) bottom no-repeat;
	height: 356px;
}

.header-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.return-tp {
    display: inline-block;
    width: 138px;
    height: 39px;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.16);
    margin-left: 10px;
    text-align: center;
    line-height: 39px;
}

.header .title {
    display: flex;
    justify-content: center;
    /* align-items: center; */
	margin-top: -30px;
}

.header .title i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border: 15px solid rgb(208 235 198);
    border-radius: 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
}

.cyfz-title i {
    background-image: url(../images/sthj_head_icon.png);
}

.cyfz-title span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    width: 374px;
    height: 80px;
    font-size: 53px;
    font-weight: bold;
    letter-spacing: 8px;
    color: #FFFFFF;
    text-shadow: 0px 1.77px 4.42px 0px #154AB5;
    border-radius: 106px 4px 4px 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.38) 0%, rgba(216, 216, 216, 0.00) 100%);
	text-shadow: 0 3px 5px #518A20;
}

.main {
    padding-top: 0px;
    margin-top: -20px;
}

.zctp-head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 101px;
    font-size: 43px;
    background: url(../images/zctp_head.png) no-repeat center;
}

.zctp-head a span:first-child {
    color: #333333;
    font-weight: bold;
}

.zctp-head a span:last-child {
    color: #518A20;
    font-weight: bold;
}

.zctp-con {
    position: relative;
    padding-bottom: 165px;
    background: #F4FAFF url(../images/jd_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.zctp-swiper {
    box-sizing: border-box;
    margin-top: 40px;
    width: 1140px;
}

.zctp-swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zctp-con .swiper-pagination {
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.zctp-con .swiper-pagination-bullet {
    margin: 0 4px;
    width: 40px;
    height: 5px;
    border-radius: 2px;
    background: #0a81ea;
}

.zctp-con .swiper-pagination-bullet-active {
    background: #EF6B18;
}

.zctp-swiper .left {
    position: relative;
    width: 34%;
    height: 479px;
}

.zctp-swiper .left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 47px;
    height: 179px;
    background: url(../images/jd_fl_jt.png) no-repeat center;
}

.jd-list {
    position: relative;
    padding: 36px 67px 0 0;
    width: 61.34%;
    height: 100%;
}

.jd-list ul {
    position: relative;
    z-index: 999;
}

.jd-list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40%;
    height: 479px;
    background: url(../images/jd_fl_bg.png) no-repeat right center;
}

@-webkit-keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

.jd-list ul li {
    box-sizing: border-box;
    margin-bottom: 27px;
    width: 177px;
    height: 60px;
    border-radius: 10px;
    transition: all .3s ease;
}

.jd-list ul li:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}


.jd-list ul li.li1 {
    border: 1px solid rgba(17, 128, 218, 0.17);
    background: #ECF4FF;
}

.jd-list ul li.li2 {
    border: 1px solid rgba(17, 128, 218, 0.17);
    background: #FFF2E6;
}

.jd-list ul li.li3 {
    border: 1px solid rgba(17, 128, 218, 0.17);
    background: #EDFFFE;
}

.jd-list ul li.li4 {
    border: 1px solid rgba(17, 128, 218, 0.17);
    background: #F3FAEF;
}

.jd-list ul li.li5 {
    border: 1px solid rgba(17, 128, 218, 0.17);
    background: #ECF7FF;
}

.jd-list ul li:last-child {
    margin-bottom: 0;
}

.jd-list ul li:nth-child(even) {
    margin-left: 60px;
}

.jd-list ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.jd-list ul li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.jd-list ul li.li1 a i {
    background-image: url(../images/jd_list_li1.png);
    background-color: rgba(17, 106, 190, 0.1);
}

.jd-list ul li.li2 a i {
    background-image: url(../images/jd_list_li2.png);
    background-color: #F6E7DA;
}

.jd-list ul li.li3 a i {
    background-image: url(../images/jd_list_li3.png);
    background-color: #D7F9F7;
}

.jd-list ul li.li4 a i {
    background-image: url(../images/jd_list_li4.png);
    background-color: #E5F3DC;
}

.jd-list ul li.li5 a i {
    background-image: url(../images/jd_list_li5.png);
    background-color: rgba(17, 106, 190, 0.1);
}
.jd-list ul li.li6 a i {
    background-image: url(../images/jd_list_li6.png);
    background-color: rgba(17, 106, 190, 0.1);
}

@-webkit-keyframes scaleFile {
    50% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }

    100% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

@keyframes scaleFile {
    50% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
    }

    100% {
        -webkit-transform: tscale(0.97);
        transform: scale(0.97);
    }
}

.center {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 29.3%;
    height: 437px;
    background: url(../images/file_bg.png) no-repeat center;
    box-shadow: 0px 4px 29px 0px rgba(17, 106, 190, 0.41);
    transition: all .3s ease;
}

.center:hover {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    -webkit-animation-name: scaleFile;
    animation-name: scaleFile;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.center img {
    width: 62%;
}

.center a {
    padding: 0 35px;
    margin: 64px 0 87px;
    display: block;
    font-size: 24.12px;
    font-weight: bold;
    text-align: center;
    color: #1D79DC;
}

.center p {
    font-size: 18px;
    color: #333333;
}

.right {
    position: relative;
    width: 33.85%;
    height: 479px;
}

.right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 47px;
    height: 179px;
    background: url(../images/jd_fr_jt.png) no-repeat center;
}

.right ul {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 117px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 67.34%;
    height: 100%;
}

.right ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 61px;
    display: block;
    width: 65.5%;
    height: 479px;
    background: url(../images/jd_fr_bg.png) no-repeat right center;
}

.right li {
    position: relative;
    box-sizing: border-box;
    padding: 25px 17px 17px;
    width: 262px;
    height: 114px;
    border-radius: 10px;
    z-index: 9999;
    transition: all .3s ease;
}

.right li.li1 {
    margin-bottom: 40px;
    background: #FFF2E4;
}

.right li.li2 {
    background: #E3EDFF;
}

.right li a {
    height: 63px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all .3s ease;
}

.right li:hover {
    margin-left: 10px;
    transition: all .3s ease;
}

.right li a:hover {
    color: #0a81ea;
    transition: all .3s ease;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row2 {
    margin: 107px 0 120px;
}

.zctp-head-sm {
    margin-bottom: 57px;
    background: url(../images/zctp_head_sm.png) no-repeat center;
}

.row2 .zchj,
.row2 .zcjd {
    width: calc((100% - 30px) / 2);
}

.main_lis {
    box-sizing: border-box;
    padding: 0 43px;
}

.main_lis li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
    font-size: 20px;
}

.main_lis li a {
    display: block !important;
    width: calc(100% - 160px) !important;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background:none !important;
}
.main_lis li a:hover{
	background:none !important;
}
.main_lis li span {
    color: #9E9E9E;
}

.zcjd-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jd-img {
    display: block;
    width: 54.3%;
    height: 249px;
    border-radius: 10px;
}
.mySwiper{
	height: 249px;
}
.jd-img img {
    width: 100%;
    height: 100%;
}
.swiper-pagination-mySwiper{
	text-align: right !important;
}

.zcjd-con ul {
    width: 42.6%;
}

.zcjd-con ul li {
    box-sizing: border-box;
    padding: 25px 17px 17px;
    height: 114px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(17, 106, 190, 0.14);
}

.zcjd-con ul li:first-child {
    margin-bottom: 20px;
}

.zcjd-con ul li a {
    height: 63px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media screen and (max-width: 1200px) {
    .w1260 {
        width: 1140px;
    }

}

@media screen and (max-width: 996px) {
    .w1260 {
        width: 960px;
    }
	.logo img{
	    width: auto;
		height: auto !important;
	}
    .zctp-swiper {
        width: 100%;
    }

    .right li {
        width: 200px;
    }
    .right ul::after {
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .w1260 {
        width: 98%;
    }

    .header {
        padding: 20px 0 86px;
    }
    .logo img{
        width: auto;
		height: auto !important;
    }
    .header .title{
        margin-top: 40px;
    }
    .jd-list ul li {
        margin-bottom: 27px;
        width: 130px;
        height: 60px;
    }
    .jd-list ul li a i{
        margin-right: 5px;
    }
    .jd-list ul li:nth-child(even) {
        margin-left: 20px;
    }
    .jd-list {
        padding: 36px 30px 0 0;
    }
    .jd-list::after {
        right: -12px;
    }
    .center {
        width: 38%;
    }
    .right ul {
        padding: 0 0 0 70px;
        width: 85%;
    }
    .right li {
        width: 170px;
    }
    .row2 {
        margin: 40px 0;
    }
    .row2 .zchj, .row2 .zcjd {
        width: 100%;
    }
    .zcjd{
        margin-top: 30px;
    }
    .main_lis {
        padding: 0 ;
    }
}