.container-fluid {
    /* min-height: 9rem; */
    height: auto;
    /* height: 4451px; */
    /*overflow: hidden;*/
    background-color: #ffffff;
    /* min-width: 14.5rem; */
    /* width: 1920px;
	height: 4642px; */
}


/*头部*/

.header-fp {
    /*height: 6rem;*/
    /* min-height: 6rem; */
    /* height: 949px;
	min-height: 949px; */
    height: 794px;
    min-height: 794px;
}

.header-fp .imgbox {
    width: 100%;
    height: 100%;
}

.header-fp .imgbox img {
    width: 100%;
    height: 100%;
}


/*内容*/

.contenter-fp {
    /*min-height: calc(100% - 3.4rem);*/
    /* background-color: blue; */
    /* height: 3414px; */
    /* height: 3760px; */
}

.contenter-fp .contenter-fp-top {
    /* height: 2020px;
	min-height: 2020px; */
    /* background-color: skyblue; */
    /* background: url(bg1.jpg) no-repeat; */
    background-image: url(bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* height: 2366px; */
    min-height: 2367px;
    margin: 0;
    padding: 0;
}

.item {
    margin: 0 14%;
    /* height: 2020px; */
    /* height: 2366px; */
    padding-top: 45px;
}

.item .contentbox {
    border-radius: 20px;
    background-image: -moz-linear-gradient( 180deg, rgb(53, 101, 223) 0%, rgb(120, 68, 215) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(53, 101, 223) 0%, rgb(120, 68, 215) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(53, 101, 223) 0%, rgb(120, 68, 215) 100%);
    /* position: absolute; */
    /* left: 259px; */
    /* left: 14%; */
    /* top: 589px; */
    /* width: 1401px; */
    /* width: 72%; */
    height: 301px;
}

.item .contentbox span {
    display: block;
    /* margin: 46px; */
    padding: 36px;
}

.item .contentbox span p {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255);
    line-height: 1.8;
    text-align: left;
    text-indent: 2em;
    height: 93px;
}

.item .contentbox .header-button {
    border-radius: 25px;
    background-image: -moz-linear-gradient( 0deg, rgb(241, 105, 114) 0%, rgb(201, 66, 208) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(241, 105, 114) 0%, rgb(201, 66, 208) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(241, 105, 114) 0%, rgb(201, 66, 208) 100%);
    margin: 50px auto;
    width: 161px;
    height: 53px;
}

.item .contentbox .header-button a {
    display: block;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255);
    line-height: 50px;
    text-align: center;
}

.item .item-t {
    height: 200px;
    padding: 75px 0;
    /* position: relative; */
}

.item .item-t img {
    width: 800px;
    height: 50px;
    display: block;
    margin: 0 auto;
    /* text-align: center; */
    /* display: table-cell; */
    /* vertical-align: middle; */
}

.item-b {
    width: 183px;
    height: 69px;
    margin: 0 auto;
    position: relative;
    top: 35px;
    margin-top: -69px;
}

.item .item-c {
    height: 806px;
    overflow: hidden;
}

.item .item-c .item-box {
    height: 720px;
    background-image: url(bg3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-width: 3px;
    border-color: rgb( 125, 119, 205);
    border-style: solid;
    border-radius: 30px;
}

.item .item-c .item-box .videoDescription {
    height: 212px;
    padding: 50px 60px;
}

.item .item-c .item-box .videoDescription p {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255);
    line-height: 1.8;
    text-align: left;
    /* text-indent: 2em; */
	text-align: center;
}
.item .item-c .item-box .videoDescription p a{
    color: rgb( 255, 255, 255);
}
.item .item-c .item-box .videoDescription p a:hover{
    color: lightskyblue;
}

.item-box .videobox,
.item-box .listbox,
.item-box .timelistbox,
.item-box .imgsbox {
    height: 4rem;
}


/*视频区*/

.item-box .videobox {
    position: relative;
    overflow: hidden;
    width: 800px;
    height: 450px;
    margin: 0 auto;
    /* border: 2px solid black; */
}

.item-box .videobox video {
    /*display: none;*/
    width: 100%;
    height: 100%;
}

.item-box .videobox .firstpage {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.item-box .videobox .firstpage img {
    width: 100%;
    height: 100%;
}

.item-box .videobox .firstpage i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    /* Opera */
    color: #FFFFFF;
    /*background-color: #FFFFFF;*/
    font-size: 0.7rem;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 0.6rem;
    box-shadow: 0 0 0.1rem #000000;
    text-align: center;
    border-radius: 50%;
    transition: all .25s;
    opacity: 0.8;
}

.item-box .videobox .firstpage:hover i {
    top: 48%;
    opacity: 1;
}


/* video-js */

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-js .vjs-big-play-button {
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}


/* 中间的播放箭头 */

.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}


/* 加载圆圈 */

.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

.video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.video-js .vjs-control.vjs-subs-caps-button {
    display: none;
}

.item .c1 {
    /* height: 920px; */
    overflow: hidden;
    height: auto;
    padding-bottom: 90px;
}

.item .item-c .item-box1 {
    /* height: 920px; */
    border-width: 3px;
    border-color: rgb( 125, 119, 205);
    border-style: solid;
    border-radius: 30px;
    /* padding: 90px 55px 0 55px; */
    padding: 90px 0 0 0;
}


/*列表区*/

.item-box1 .listbox {
    /* height: 825px; */
    /* border: 1px solid red; */
}

.item-box1 .listbox ul {
    /* height: 816px; */
    overflow: hidden;
    /* min-width: 1030px; */
    /* width: auto; */
    /* overflow: auto;
	width: 101.5%; */
    /* overFlow-y: hidden; */
}

.item-box1 .listbox ul li {
    width: 46%;
    float: left;
    height: 160px;
    border-radius: 79px;
    background-color: rgb( 119, 68, 215);
    opacity: 0.8;
    min-width: 460px;
    margin-bottom: 44px;
    margin-right: 2%;
    margin-left: 2%;
}

.item-box1 .listbox ul li a {
    display: block;
    height: 100%;
}

.item-box1 .listbox ul li a .txbox {
    width: 31%;
    height: 160px;
    padding: 10px;
    float: left;
}

.item-box1 .listbox ul li a span {
    height: 160px;
    /* width: 300px; */
    width: 66%;
    /* border: 1px solid yellow; */
    float: left;
    text-align: left;
    padding: 30px 0 0 10px;
}

.item-box1 .listbox ul li a span p.title {
    font-size: 16px;
    /* font-family: "Microsoft YaHei"; */
    color: rgb( 255, 255, 255);
    /* font-weight: bold; */
    line-height: 38px;
    border-bottom: 1px solid rgb( 255, 255, 255);
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.item-box1 .listbox ul li a span p.content {
    font-size: 12px;
    /* font-family: "Microsoft YaHei"; */
    color: rgb( 255, 255, 255);
    line-height: 30px;
    max-height: 60px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    position: relative;
}

.t {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding-left: 40px;
    padding-right: 10px;
    background: -webkit-linear-gradient(left, transparent, #7744d7 55%);
    background: -o-linear-gradient(right, transparent, #7744d7 55%);
    background: -moz-linear-gradient(right, transparent, #7744d7 55%);
    background: linear-gradient(to right, transparent, #7744d7 55%);
}

.item-box1 .listbox ul li a:hover span p {
    color: lightskyblue;
}

.contenter-fp .contenter-fp-bottom {
    height: 1394px;
    background-color: pink;
    background-image: url(bg2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 1394px;
    /* min-height: 1395px; */
}

.item1 {
    margin: 0 14%;
    height: 1394px;
    /* border: 1px solid #000000; */
}

.item1 .item-t1 {
    height: 176px;
    padding: 70px 0;
    /* position: relative; */
}

.item1 .item-t1 img {
    width: 242px;
    height: 35px;
    display: block;
    margin: 0 auto;
}

.item1 .item-c1 {
    height: 472px;
    overflow: hidden;
    /* border: 1px solid red; */
}

.item1 .item-c1 .item-box {
    float: left;
    width: 50%;
    margin: 0.1rem 0 0.15rem;
    position: relative;
    /* border: 1px solid #0000FF; */
    height: 450px;
}

.item1 .item-c1 .item-box:nth-child(2n+1) {
    padding-right: 0.25rem;
}

.item1 .item-c1 .item-box:nth-child(2n) {
    padding-left: 0.25rem;
}

.item1 .item-c1 .item-box .xwbox {
    /* width: 694px; */
    height: 130px;
    background-color: rgb( 15, 49, 128);
    padding: 0 10px;
}

.item1 .item-c1 .item-box .xwbox span {
    display: inline-block;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255);
    font-weight: bold;
    line-height: 60px;
}

.item1 .item-c1 .item-box .xwbox p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb( 244, 247, 254);
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


/*时间线列表*/

.item-box .timelistbox ul {
    height: 320px;
    overflow: hidden;
}

.item-box .timelistbox ul li {
    height: 62px;
    border-bottom: 1px dashed rgb( 221, 221, 221);
    background-image: url(tb.png);
    background-repeat: no-repeat;
    background-position: 0px 24px;
    padding-left: 32px;
}

.item-box .timelistbox ul li a {
    display: block;
    line-height: 62px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255);
}

.item-box .timelistbox ul li a:hover {
    color: #CCCCCC;
}

.item-box .timelistbox ul li a span {
    padding-right: 0.15rem;
    border-right: 0.01rem solid #FFFFFF;
    width: 1rem;
}

.item-box .timelistbox ul li a p {
    display: inline-block;
    padding-left: 0.15rem;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}


/*轮播图区*/

.item-box .imgsbox {
    /* width: 680px; */
    height: 450px;
}

.item-box .imgsbox img {
    width: 100%;
    height: 100%;
}

.item-box .imgsbox .swiper-container {
    height: 100%;
    width: 100%;
}

.swiper-wrapper {
    transition-timing-function: ease;
}

.my-bullet {
    cursor: pointer;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #dedede;
    opacity: .8;
}

.my-bullet-active {
    opacity: 1;
    background: #5ca8f6;
}

.swiper-text {
    padding: 0 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-text>p {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 90%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
    white-space: nowrap;
}

.item1 .item-c2 {
    height: 450px;
    overflow: hidden;
    /* border: 1px solid red; */
}

.item1 .item-c2 .item-box {
    height: 450px;
    border-radius: 20px;
    background-image: -moz-linear-gradient( 180deg, rgb(53, 101, 223) 0%, rgb(120, 68, 215) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(53, 101, 223) 0%, rgb(120, 68, 215) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(53, 101, 223) 0%, rgb(120, 68, 215) 100%);
}

.item1 .item-c2 .item-box .ttbox {
    height: 113px;
    padding: 29px 0;
}

.item1 .item-c2 .item-box .ttbox img {
    width: 555px;
    height: 55px;
    display: block;
    margin: 0 auto;
}

.item1 .item-c2 .item-box .contentbox1 {
    /* width: 1300px; */
    height: 280px;
    margin: 0 50px;
    border: 3px solid rgb( 125, 119, 205);
}

.item1 .item-c2 .item-box .contentbox1 span {
    display: block;
    /* margin: 46px; */
    padding: 30px;
}

.item1 .item-c2 .item-box .contentbox1 span p {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255);
    line-height: 1.8;
    text-align: left;
    text-indent: 2em;
    height: 144px;
}

.item1 .item-c2 .item-box .contentbox1 .header-button {
    border-radius: 25px;
    background-image: -moz-linear-gradient( 0deg, rgb(241, 105, 114) 0%, rgb(201, 66, 208) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(241, 105, 114) 0%, rgb(201, 66, 208) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(241, 105, 114) 0%, rgb(201, 66, 208) 100%);
    margin: -10px auto;
    width: 161px;
    height: 53px;
}

.item1 .item-c2 .item-box .contentbox1 .header-button a {
    display: block;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255);
    line-height: 50px;
    text-align: center;
}


/*尾部*/

.footer-fp {
    height: 138px;
    background-color: rgb( 7, 25, 65);
    z-index: 1;
}

.footer-fp .footer-fp-content {
    padding: 0.35rem 0;
}

.footer-fp-content p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    text-align: center;
    color: #ffffff;
}

.footer-fp-content>a {
    display: none;
}

.footer-fp-content p span {
    padding: 0 0.1rem;
}

.footer-fp-content p span a {
    color: #ffffff;
    transition: all .25s;
    /* padding-right: 0.15rem; */
    /* border-right: 0.01rem solid #ffffff; */
}


/* .footer-fp-content p span:last-of-type a {
	border-right: none;
} */

.footer-fp-content p span a:hover,
.footer-fp-content p>a:hover {
    color: #e6ceff;
}

.no_wrap {
    white-space: nowrap;
}