html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}


.no-drag {
    pointer-events: none;
}

.flex {
	display: flex;
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.container {
     /*min-width: 1920px; */
    margin: 0 auto;
    position: relative;
}

.content {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.margin-left {
    margin-left: 30px;
}

.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.topbox {
    width: 100%;
    /* min-height: 960px; */
    position: relative;
    background-color: rgba(0,0,0,0.3);
}

.topbox .navbox {
    min-width: 1920px;
    height: 78px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -640px;
    z-index: 99999;
    background: linear-gradient( 292deg, #B70309 0%, #81338C 100%);
    border-radius: 60px 0px 0px 60px;
}

.topbox .logo {
    width: 130px;
    height: 60px;
    margin: 9px 0 9px 42px;
}

.topbox .navlist {
    width: 940px;
    height: 78px;
}

.topbox .navbox.on {
    position: fixed;
}

.topbox .navbox .content {
    margin: 0;
}

.topbox .navlist .navitem {
    position: relative;
    height: 78px;
    text-decoration: none;
}

.topbox .navlist .navitem .navicon {
    width: 20px;
    height: 20px;
}

.topbox .navlist .navitem .navname {
    color: white;
    margin-left: 8px;
}

.topbox .navlist .navitem.ml56 {
    margin-left: 56px;
}

.topbox .navlist .navitem .navon {
    display: none;
}

.topbox .navlist .navitem.on .navon {
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}
.topbox .navlist .navitem:hover .navon {
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.topbox .navlist .navitem .navon img {
    width: 52px;
    height: 12px;
    position: absolute;
    left: 60%;
    margin-left: -26px;
    bottom: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floor2 {
    width: 100%;
    height: 780px;
    background-image: url("../img/index/2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.floor2 .content {
    padding-top: 80px;
    height: 100%;
}

.floor2 .t-gy {
    color: #82318E;
    font-size: 36px;
    font-weight: bold;
}

.floor2 .t-wm {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.floor2 .t-gywm-en {
    color: #A190C4;
    font-size: 20px;
    margin-top: 10px;
}

.floor2 .t-gang {
    background: #82318E;
    width: 30px;
    height: 6px;
    margin-top: 10px;
}

.floor2 .t-content {
    margin-top: 20px;
    width: 580px;
    font-size: 16px;
}

.floor2 .t-content p {
    text-indent: 32px;
    color: #3D3D3D;
    margin: 10px;
}

.floor2 .ckxq {
    color: #FFFFFF;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient( 273deg, #B70309 0%, #81338C 100%), #D8D8D8;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
}

.floor2 .gywmimg {
    width: 615px;
    height: 440px;
}

.floor2 .gywmb {
    width: 100%;
    height: 181px;
    background: linear-gradient( 282deg, rgba(183,3,9,0.6) 0%, rgba(129,51,140,0.6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.floor2 .gywmb  .gywmb-li {
    width: 210px;
    text-align: center;
}

.floor2 .gywmb img {
    width: 56px;
    height: 56px;
}

.floor2 .gywmb .t-name {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
}

.floor2 .gywmb .t-desc {
    font-size: 14px;
    color: #FFFFFF;
}

.floor3 {
    background-color: #F7F7F7;
    padding-bottom: 100px;
}

.floor3 .title {
    position: relative;
    padding: 100px 0 60px;
}

.floor3 .t-xwzx {
    text-align: center;
}

.floor3 .t-t1 {
    color: #82318E;
    font-size: 48px;
    font-weight: bold;
}

.floor3 .t-t2 {
    color: #000;
    font-size: 32px;
    font-weight: bold;
}

.floor3 .t-en {
    color: #BBBBBB;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

.floor3 .t-gang {
    background: #82318E;
    width: 30px;
    height: 6px;
    margin: 10px auto 0;
}

.floor3 .newsbox {
    width: 100%;
    height: 355px;
    background-color: #FFFFFF;
    padding: 30px;
}

.floor3 .newsbox .img-fm {
    width: 440px;
    height: 295px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.floor3 .newsbox .t-sj {
    color: #333333;
    font-size: 26px;
    font-weight: 700;
}

.floor3 .newsbox .t-gang {
    width: 30px;
    height: 1px;
    background: #82318E;
    margin-top: 15px;
    margin-left: 0;
}

.floor3 .newsbox .t-title {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    width: 710px;
}

.floor3 .newsbox .t-content {
    width: 710px;
    margin: 20px 0;
    color: #999999;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.floor3 .newsbox .ljxq {
    width: 166px;
    height: 40px;
    color: #FFFFFF;
    background: linear-gradient( 273deg, #B70309 0%, #81338C 100%), #D8D8D8;
    border-radius: 50px 50px 50px 50px;
    margin-top: 30px;
}

.floor3 .newsbox2 {
    margin: 30px 0;
}

.floor3 .newsli {
    width: 410px;
    height: 234px;
    background-color: #FFFFFF;
    padding: 30px;
}

.floor3 .newsli .left {
    width: 155px;
    margin-right: 30px;
}

.floor3 .newsli .t-nian {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    text-align: right;
}

.floor3 .newsli .t-day {
    font-weight: 700;
    color: #333333;
    font-size: 26px;
    margin: 18px 0 25px;
}

.floor3 .newsli .right .t-title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 248px;
}

.floor3 .newsli .right .t-desc {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 248px;
    margin: 25px 0;
}

.floor4 {
    background-color: #FFFFFF;
    padding-bottom: 100px;
}

.floor4 .title {
    position: relative;
    padding: 100px 0 60px;
}

.floor4 .t-xwzx {
    text-align: center;
}

.floor4 .t-t1 {
    color: #82318E;
    font-size: 48px;
    font-weight: bold;
}

.floor4 .t-t2 {
    color: #000;
    font-size: 32px;
    font-weight: bold;
}

.floor4 .t-en {
    color: #BBBBBB;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

.floor4 .t-gang {
    background: #82318E;
    width: 30px;
    height: 6px;
    margin: 10px auto 0;
}

.floor4 .swiper-slide {
    width: 700px;
    height: 300px;
    margin-right: 40px;
    position: relative;
}

.floor4 .swiper-slide .swiper-info {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 30px;
}

.floor4 .swiper-slide .namebox {
    background: rgba(130,49,142,0.4);
    width: 330px;
    height: 64px;
    font-size: 24px;
    text-align: left;
    padding-left: 30px;
    color: #FFFFFF;
    padding-top: 5px;
}

.floor4 .swiper-slide .jtbox {
    width: 64px;
    height: 64px;
    background-color: #FFFFFF;
}

.floor4 .fbtn {
    margin: 30px auto;
    width: 200px;
    position: relative;
}

.floor4 .fbtn img {
    margin: 0 30px;
    width: 48px;
    height: 48px;
}

.floor5 {
    background-color: #F7F7F7;
    padding-bottom: 100px;
}

.floor5 .title {
    position: relative;
    padding: 100px 0 60px;
}

.floor5 .t-xwzx {
    text-align: center;
}

.floor5 .t-t1 {
    color: #82318E;
    font-size: 48px;
    font-weight: bold;
}

.floor5 .t-t2 {
    color: #000;
    font-size: 32px;
    font-weight: bold;
}

.floor5 .t-en {
    color: #BBBBBB;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

.floor5 .t-gang {
    background: #82318E;
    width: 30px;
    height: 6px;
    margin: 10px auto 0;
}

.floor5 .lybox {
    margin-bottom: 20px;
}

.floor5 .lyli {
    width: 305px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 45px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.floor5 .lyli:nth-child(4n) {
    margin-right: 0;
}

.floor5 .lyli .name {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}

.floor6 {
    width: 100%;
    height: 528px;
    background-image: url("../img/index/6.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.floor6 .b-left {
    width: 605px;
    padding: 70px;
    margin-top: 100px;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.floor6 .t-t1 {
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
}

.floor6 .t-t2 {
    margin: 20px 0;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.floor6 .ckxq {
    color: #FFFFFF;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
}

.floor6 .b-r1 {
    width: 224px;
    padding: 50px;
    margin-top: 120px;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.floor6 .b-r1 .t-t1 {
    text-align: center;
}

.floor6 .b-r1 .t-t2 {
    text-align: center;
    font-size: 20px;
}

.floor6 .b-r1 .t-t3 {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}

.floor6 .b-r1 .t-t4 {
    text-align: center;
}

.text-right {
    text-align: right;
}

.footer {
    background-color: white;
}

.footer .info {
    border-bottom: 1px solid #E5E5E5;
}

.footer .info2 {
    font-size: 14px;
    padding: 20px 0;
}

.c-title {
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #E5E5E5;
}

.c-content {
    padding: 30px 0;
}

.news .content {
    background-color: #FFFFFF;
    padding: 30px;
}

.news .newsli {
    background-color: #F7F7F7;
    margin-bottom: 30px;
    width: 1220px;
}

.news .newsli .img {
    width: 357px;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.news .newsli .b-right {
    width: 785px;
    margin-left: 30px;
}

.news .newsli .t-title {
    color: #82318E;
    font-weight: 500;
    font-size: 22px;
}

.news .newsli .t-t2 {
    font-size: 14px;
    color: #999999;
    margin: 15px 0;
}

.news .newsli .t-t3 {
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.news .newsli .ckxq {
    color: #FFFFFF;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient( 273deg, #B70309 0%, #81338C 100%), #D8D8D8;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
}

.plist {
    flex-wrap: wrap;
    background-color: #FFFFFF;
    margin: 30px 0;
}

.plist .pli {
    width: 386.6666px;
    height: 300px;
    margin-left: 30px;
    margin-top: 30px;
}

.plist .pli .img {
    width: 386.6666px;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.plist .pli .t-title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #F7F7F7;
    font-size: 16px;
    color: #333333;
}


.plist .pli:hover .t-title {
    background-color: #82318E;
    color: #FFFFFF;
}

.gray {
    background-color: #F7F7F7;
}

.btabs>div {
    height: 72px;
    line-height: 72px;
    position: relative;
    cursor: pointer;
}

.btabs>div .xian {
    position: absolute;
    z-index: 10;
    width: 30%;
    bottom: 0;
    left: 50%;
    margin-left: -15%;
    height: 4px;
    background-color: #82318E;
    display: none;
}

.btabs>div.on .xian {
    display: block;
}

.btabs>div:hover .xian {
    display: block;
}