* {
    box-sizing: border-box;
}
body,
h2,
p {
    margin: 0;
}

img {
    vertical-align: middle;
    outline: none;
}
.banner {
    background:  top center no-repeat;
}
.width {
    width: 1200px;
    height: 968px;
    margin: 0 auto;
    position: relative;
}
.zt {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo {
    position: absolute;
    top: 5%;
    left: 15px;
}
@media screen and (max-width: 760px) {
    .banner {
        background:  top center/100% 60% no-repeat;
    }
}

@media screen and (max-width: 760px) {
    .width {
        width: 100%;
        height: 500px;
    }
    .zt {
        top: 17%;
        width: 80%;
    }
    .logo {
        width: 25%;
        top: 2%;
        right: 2%;
    }
}

.xczj {
    width: 1200px;
    margin: -360px auto 0;
}
.xczj .title {
    display: block;
    margin: 0 auto;
}
.xczj .box {
    background-image: linear-gradient(#4378b4, #112d99);
    /* height: 510px; */
    padding: 7px;
    display: flex;
    margin-top: 30px;
}
.xczj .videobox {
    position: relative;
    flex: 1;
}
.xczj .videobox .poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.xczj .videobox .myvideo {
    display: block;
    width: 100%;
}
.xczj .videobox .x {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: none;
}
.xczj .play {
    position: absolute;
    left: 5%;
    bottom: 16%;
    z-index: 2;
    cursor: pointer;
}
.xczj .desc {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 2;
}
.xczj .desc h2 {
    color: white;
    font-size: 28px;
    margin-bottom: 5px;
}
.xczj .desc p {
    color: white;
    font-size: 18px;
}
.xczj .videolist {
    flex: auto;
    display: none;
}
.xczj .videolist ul {
    margin: 0;
    padding: 0;
}
.xczj .videolist ul li {
    background-color: #448aca;
    color: white;
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 10px;
    text-align: justify;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.xczj .videolist ul .current {
    background-color: #764eb3;
}

.xczj .videolist ul li span {
    position: absolute;
    border: 15px solid;
    width: 0;
    height: 0;
    border-left-color: #448aca;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: 0;
}

@media screen and (max-width: 760px) {
    .xczj {
        width: 100%;
        margin: -340px auto 0;
    }
    .xczj .title {
        width: 30%;
    }
    .xczj .box {
        display: block;
    }
    .xczj .desc h2 {
        font-size: 18px;
    }
    .xczj .play {
        width: 12%;
        bottom: 25%;
    }
    .xczj .videobox .x {
        width: 10%;
    }
}

.sxsy {
    width: 1200px;
    margin: 45px auto 0;
}
.sxsy .title {
    display: block;
    margin: 0 auto;
}
.sxsy .box {
    overflow: hidden;
}
.sxsy .item {
    height: 178px;
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-top: 30px;
}
.sxsy .item:nth-child(2n) {
    margin-right: 0;
}
.sxsy .item .desc {
    border: 1px solid #b2b0b0;
    padding: 10px 30px 10px 200px;
    position: absolute;
    bottom: 0;
    height: 110px;
}
.sxsy .item .desc h2 {
    font-size: 17px;
    margin-bottom: 5px;
    height: 50px;
}
.sxsy .item .desc h2 a {
    text-decoration: none;
    color: #000;
}
.sxsy .item .desc p {
    font-size: 12px;
    color: #b2b0b0;
    text-align: justify;
}
.sxsy .thumbnail {
    position: absolute;
}
.sxsy .other1 {
    border: 1px solid #b2b0b0;
    width: 190px;
    height: 68px;
    top: 0;
    left: 5px;
    position: absolute;
    border-bottom: none;
}
.sxsy .img {
    position: relative;
    z-index: 1;
    left: 10px;
    top: 5px;
}
.sxsy .other2 {
    border-top: 1px solid #b2b0b0;
    width: 395px;
    height: 15px;
    top: 52px;
    left: 194px;
    position: absolute;
    background-color: white;
    z-index: 2;
}

.sxsy .other2 span {
    width: 2px;
    height: 15px;
    background-color: #b2b0b0;
    border-radius: 1px;
    margin: 0 5px;
    transform: rotate(30deg);
    position: absolute;
    top: -20px;
    right: 0;
}
.sxsy .other2 span:nth-child(2n) {
    right: 10px;
}

.sxsy .other2 span:last-child {
    right: 20px;
}
@media screen and (max-width: 760px) {
    .sxsy {
        width: 100%;
        margin-top: 30px;
    }
    .sxsy .title {
        width: 30%;
    }
    .sxsy .item {
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
        height: auto;
    }
    .sxsy .other1 {
        width: 110px;
        height: 45px;
        display: none;
    }
    .sxsy .other2 {
        left: 120px;
        display: none;
    }
    .sxsy .img {
        width: 100px;
    }
    .sxsy .item .desc {
        padding-left: 120px;
        padding-right: 10px;
        height: auto;
        position: relative;
    }
    .sxsy .item .desc h2 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .sxsy .thumbnail {
        top: 10px;
    }
    .sxsy .item .desc p {
        height: 51px;
    }
    .sxsy .item .desc p.mon span {
        display: none;
    }
}

.jctp {
    /* height: 593px; */
    margin-top: 60px;
}
.jctp .title {
    display: block;
    margin: 0 auto;
}
.jctp .box {
    margin-top: 30px;
    background-color: #19096d;
}
.jctp .myswiper {
    position: relative;
    padding-bottom: 45px;
    overflow: hidden;
}
.jctp .swiper-slide {
    opacity: 0.42;
    width: 1200px;
    position: relative;
}
.jctp .swiper-slide img {
    display: block;
    width: 100%;
}
.jctp .swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 30px;
}
.jctp .swiper-slide-active {
    opacity: 1;
}
.jctp .swiper-button-next,
.jctp .swiper-button-prev {
    width: 42px;
    height: 128px;
    background-size: contain;
    margin-top: -100px;
    left: 50%;
}
.jctp .swiper-button-next {
    background-image: ;
    margin-left: 620px;
}
.jctp .swiper-button-prev {
    background-image: ;
    margin-left: -662px;
}
.jctp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #f6c565;
    opacity: 0.6;
}
.jctp .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-slide {
    width: 978px;
    /* transition-timing-function: linear; */
}
@media only screen and (max-width: 1200px) {
    .swiper-slide {
        width: 770px;
    }
}
@media only screen and (max-width: 980px) {
    .swiper-slide {
        width: 471px;
    }
}
@media only screen and (max-height: 480px) {
    .swiper-slide {
        width: 471px;
    }
}
.swiper-slide img {
    width: 100%;
    border-radius: 4px;
}
.swiper-slide .title {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: -3px;
    font-size: 11px;
    /* color: rgb(102, 102, 102); */
}
.swiper-button-next,
.swiper-button-prev {
    width: 86px;
    height: 112px;
    background-size: 86px 112px;
    margin-top: -56px;
    outline: none;
}
.swiper-button-next {
    /* background-image:; */
}
.swiper-button-prev {
    /* background-image:; */
}
.swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 6px !important;
    width: 12px;
    height: 12px;
    position: relative;
    outline: none;
    vertical-align: middle;
}
.swiper-pagination-bullet span {
    width: 3px;
    height: 3px;
    background: #f6c565;
    display: block;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}
.swiper-pagination-bullet i {
    background: #f6c565;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 4px;
    transform: scalex(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}
.swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
    width: 12px;
    height: 12px;
    margin-top: 0;
    margin-left: 0;
    background: #f6c565;
    position: relative;
    z-index: 1;
}
.swiper-pagination-bullet-active i {
    animation: middle 6s;
}
.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}
.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}
@keyframes first {
    0% {
        transform: scalex(0.5);
        left: 0px;
    } /*091*/
    100% {
        transform: scalex(1);
        left: 2px;
    } /*0915*/
}
@keyframes last {
    0% {
        transform: scalex(0.7);
        left: -10px;
    } /*1090*/
    20% {
        transform: scalex(0.3);
        left: 2px;
    } /*090*/
    100% {
        transform: scalex(0.3);
        left: 0px;
    } /*090*/
}
@keyframes middle {
    0% {
        transform: scalex(0.7);
        left: -10px;
    } /*1091*/
    20% {
        transform: scalex(0.45);
        left: 2px;
    } /*092*/
    100% {
        transform: scalex(1);
        left: 2px;
    } /*0913*/
}

@media screen and (max-width: 760px) {
    .jctp {
        width: 100%;
        margin-top: 30px;
    }
    .jctp .title {
        width: 30%;
    }
    .jctp .box {
        margin-top: 15px;
    }
    .jctp .swiper-slide img {
        display: block;
        width: 100%;
    }
    .jctp .swiper-slide p {
        padding: 5px 10px;
        font-size: 14px;
    }
    .jctp .swiper-button-next,
    .jctp .swiper-button-prev {
        width: 21px;
        height: 64px;
        margin-top: -50px;
        margin-left: 0;
    }
    .jctp .swiper-button-prev {
        left: 0;
    }
    .jctp .swiper-button-next {
        left: auto;
        right: 0;
    }
    .jctp .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
}

.chjb {
    padding-top: 60px;
    /* background-color: #19096d; */
}
.chjb .title {
    display: block;
    margin: 0 auto;
}
.chjb .box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}

.chjb .jbswiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 45px;
    position: relative;
}

.chjb .jbswiper .swiper-slide .jbbox {
    padding: 0 15px;
    display: flex;
    flex-flow: column;
}
.chjb .jbswiper .swiper-slide .jbbox img {
    width: 227px;
    height: 365px;
}
.chjb .swiper-button-next,
.chjb .swiper-button-prev {
    width: 29px;
    height: 107px;
    background-size: contain;
    margin-top: -15px;
    left: 50%;
}
.chjb .swiper-button-next {
    background-image: ;
    margin-left: 620px;
    /* background: red; */
}
.chjb .swiper-button-prev {
    background-image: ;
    margin-left: -662px;
}

@media screen and (max-width: 760px) {
    .chjb {
        width: 100%;
        margin-top: 0px;
        padding-top: 30px;
    }
    .chjb .title {
        width: 30%;
    }
    .chjb .box {
        width: 100%;
        padding-bottom: 30px;
    }
    .chjb .jbswiper {
        margin-top: 15px;
    }
    .chjb .swiper-button-next,
    .chjb .swiper-button-prev {
        width: 15px;
        height: 54px;
        margin-left: 0;
        margin-top: -45px;
    }
    .chjb .swiper-button-next {
        left: auto;
        right: 0;
    }
    .chjb .swiper-button-prev {
        left: 0;
    }
    .chjb .jbswiper .swiper-slide .jbbox img {
        width: 100%;
        height: auto;
    }
}

.nhyc {
    margin-top: 60px;
    width: 1200px;
    margin: 60px auto 0;
}
.nhyc .title {
    display: block;
    margin: 0 auto;
}
.nhyc .tabtitle {
    display: flex;
    margin-top: 30px;
}
.nhyc .tabtitle span {
    font-size: 32px;
    color: white;
    flex: auto;
    background-color: #a3bcd9;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
    transition: all 0.3s;
}
.nhyc .tabtitle span.current {
    background-color: #1b3377;
    padding: 10px 0
}
.nhyc .tabcontent {
    background-color: #3652a3;
    /* border-top: 4px solid #19096d; */
    margin-top: 2px;
}
.nhyc .tabcontent .tabbox {
    display: none;
}
.nhyc .tabcontent .current {
    display: block;
}
.nhyc .tabcontent .ycbox {
    padding: 60px 120px;
}
.nhyc .tabcontent .ycbox h2 {
    color: #19096d;
    font-size: 48px;
    border-left: 8px solid #19096d;
    padding-left: 30px;
    margin-bottom: 30px;
}
.nhyc .tabcontent .ycbox p {
    font-size: 24px;
    color: #fff;
    line-height: 1.5em;
}
.nhyc .tabcontent .ycbox p.b {
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    /* font-weight: bold; */
}
.nhyc .tabcontent .ycbox p.b1 {
    border-bottom: 0px solid #fff;
    margin-top: 15px;
    /* font-weight: bold; */
}
.nhyc .tabcontent .ycbox p.bn {
    border-bottom: none;
}
.nhyc .tabcontent .ycbox p.pl {
    padding-left: 60px;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}
.nhyc .tabcontent .ycbox p.pl2 {
    padding-left: 60px;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 0px solid #fff;
}



@media screen and (max-width: 760px) {
    .nhyc {
        margin-top: 30px;
        width: 100%;
    }
    .nhyc .title {
        width: 30%;
    }
    .nhyc .tabtitle {
        margin-top: 15px;
    }
    .nhyc .tabtitle span {
        font-size: 18px;
        line-height: 35px;
    }
    .nhyc .tabcontent {
        margin-top: 15px;
    }
    .nhyc .tabcontent .ycbox {
        padding: 15px;
    }
    .nhyc .tabcontent .ycbox h2 {
        font-size: 24px;
        padding-left: 15px;
    }
    .nhyc .tabcontent .ycbox p {
        font-size: 16px;
    }
    .nhyc .tabcontent .ycbox p.pl {
        padding-left: 30px;
        font-size: 14px;
    }
}

.lnhg {
    margin-top: 60px;
    width: 1200px;
    margin: 60px auto 0;
}
.lnhg .title {
    display: block;
    margin: 0 auto;
}
.lnhg .box {
    margin-top: 45px;
}
.lnhg .hgswiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.lnhg .swiper-button-next,
.lnhg .swiper-button-prev {
    width: 43px;
    height: 56px;
    background-size: contain;
    margin-top: -68px;
}
.lnhg .swiper-button-next {
    right: -0px;
}
.lnhg .swiper-button-prev {
    left: -0px;
}
.lnhg .hgswiper .swiper-slide {
    width: 600px;
    height: 408px;
}
.lnhg .hgswiper .swiper-slide .hgbox {
    width: 100%;
    height: 100%;
}

.lnhg .hgswiper .swiper-pagination-hg {
    display: none;
}
.lnhg .hgswiper .swiper-slide .hgbox img {
    width: 100%;
}
@media screen and (max-width: 760px) {
    .lnhg .swiper-button-next,
    .lnhg .swiper-button-prev {
        display: none;
    }
    .lnhg {
        margin-top: 30px;
        width: 100%;
    }
    .lnhg .title {
        width: 30%;
    }
    .lnhg .box {
        margin-top: 15px;
    }
    .lnhg .hgswiper {
        padding-bottom: 30px;
        position: relative;
    }
    .lnhg .hgswiper .swiper-slide {
        height: auto;
    }
    .lnhg .hgswiper .swiper-pagination-hg {
        bottom: 10px;
        display: block;
    }
}

.mx {
    background-color: #e3f5ff;
    padding: 90px 0;
    display: flex;
    align-items: center;
}
.mx dl {
    margin: 0 auto;
    padding: 0;
    display: flex;
}
.mx dl dd p {
    font-size: 20px;
    color: #21115f;
    line-height: 2em;
}
@media screen and (max-width: 760px) {
    .mx {
        padding: 45px 0;
    }
    .mx dl dt {
        padding-left: 15px;
        width: 20%;
    }
    .mx dl dt img {
        width: 100%;
        margin-top: 10px;
    }
    .mx dl dd {
        padding-left: 15px;
        margin: 0;
    }
    .mx dl dd p {
        font-size: 16px;
    }
}

.foot {
    padding: 30px 0;
    background-color: #21115f;
    text-align: center;
}
.foot p {
    font-size: 18px;
    color: white;
}
@media screen and (max-width: 760px) {
    .foot {
        padding: 15px 0;
    }
    .foot p {
        font-size: 14px;
    }
}
