* {
    padding: 0;
    margin: 0;
}

.header {
    position: relative;
    min-width: 1400px;
}

.fixed {
    position: absolute;
    color: blueviolet;
    z-index: 10;
    width: 100%;
    height: 100px;
    /* background: url("__PUBLIC__/images/bgimg1.jpg"); */
    background-image: url(../images/bgimg.png);
    display: flex;
    justify-content: center;
    align-items: center;
}

.topLogo {
    width: 350px;
}

.topDiv {
    width: 700px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
}

.topDiv1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #f69404;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
}

.topDiv1 span {
    font-weight: bold;
}

.topDiv2 {
    display: flex;
    justify-content: space-between;
    color: #ff9900;
}

.topDiv2>div>a {
    color: #ffffff;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 1400px;
}

.mainA {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.mainA1 {
    color: #dbdbdb;
    font-size: 25px;
    letter-spacing: 1px;
}

.mainA2 {
    color: #0259b5;
    font-size: 28px;
    font-weight: bold;
}

.mainA3 {
    font-size: 20px;
}

.mainA4 {
    display: flex;
    font-size: 18px;
    align-items: center;
    margin-top: 10px;
}

.mainA4 div {
    display: flex;
    align-items: center;
}

.mainA4 img {
    margin-right: 15px;
}

.mainA4 span {
    color: #ff9900;
    font-size: 30px;
    font-weight: bold;
}

.inp {
    width: 500px;
    margin-top: 20px;
    height: 30px;
    position: relative;
}

.inp .input {
    width: 100%;
    height: 30px;
    border-radius: 30px;
    border: 3px solid #0073b0;
    padding-left: 20px;
    outline: none;
}

.search {
    background: url(../images/search.png) no-repeat;
    width: 32px;
    height: 31px;
    position: absolute;
    right: -10px;
    top: 4px;
    z-index: 9999;
    cursor: pointer;
}

.mainB {
    width: 1150px;
    height: 50px;
    border: 1px solid #c5ccd3;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.mainB1 {
    display: flex;
    position: relative;
}

.mainB1 div {
    width: 100px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.mainB1 span {
    position: absolute;
    top: 15px;
    right: 5px;
    color: #ff9900;
    cursor: pointer;
}

.mainA5 {
    color: #ff9900;
}

.mainA2 span {
    color: #000000;
    font-weight: 100;
}

.mainA6 {
    width: 60px;
    height: 3px;
    background-color: #0259b5;
    margin-top: 10px;
}

.mainD {
    width: 1150px;
    display: flex;
    height: 550px;
    margin-top: 40px;
}

.mainD1 {
    width: 650px;
    position: relative;
}

.mainDimg1 {
    position: absolute;
    width: 289px;
    top: 0;
    left: 0;
}

.mainDimg2 {
    position: absolute;
    width: 344px;
    height: 256px;
    top: 114px;
    left: 144px;
    z-index: 1;
}

.mainDimg3 {
    position: absolute;
    width: 344px;
    top: 330px;
    left: 225px;
    height: 220px;
}

.mainDimg4 {
    position: absolute;
    top: 320px;
    left: 0px;
    z-index: 2;
    width: 170px;
    height: 260px;
}

.mainD2 {
    width: 500px;
    border-left: 1px solid #cccccc;
}

.mainD2>div {
    width: 500px;
    height: 25%;
    border-bottom: 1px dashed #a1a1a1;
    /* display: flex; */
}

.mainD2Top {
    display: flex;
    padding-top: 10px;
}

.mainD2Top>img {
    margin-left: 5px;
    width: 45px;
    height: 45px;
}

.mainD2Top>div {
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
}

.mainD2Bottom {
    padding-left: 60px;
    font-size: 14px;
    padding-top: 5px;
    letter-spacing: 0.4px;
    color: #939393;
}

.mainE {
    display: flex;
    justify-content: space-between;
    width: 1150px;
    margin-top: 40px;
}

.mainEleft {
    width: 400px;
    height: 280px;
}

.mainEright {
    width: 700px;
    height: 280px;
    text-indent: 33px;
    line-height: 20px;
    line-height: 26px;
    position: relative;
}

.mainEright span {
    color: #0259b5;
    font-size: 18px;
    font-weight: bold;
}

.mainEright a {
    position: absolute;
    bottom: -16px;
    left: 0;
    color: #F69404;
    letter-spacing: 0;
}

.mainF {
    width: 1150px;
    height: 380px;
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.mainFleft {
    width: 700px;
    height: 380px;
    margin-left: 20px;
    position: relative;
}

.mainFright {
    width: 400px;
    height: 380px;
}

.mainFleftContent {
    width: 700px;
    height: 100px;
    border-bottom: 1px solid #e0e0e0;
}

.mainFleftContentTop {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.mainFleftContentTop>div:nth-of-type(1) {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2f2f2f;
    font-size: 20px;
}

.mainFleftContentTop>div:nth-of-type(2) {
    color: #949494;
    margin-right: 10px;
}

.mainFleftContentBottom {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #949494;
    padding-top: 5px;
    line-height: 24px;
    font-size: 14px;
}

.more {
    width: 150px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    color: #949494;
    position: absolute;
    right: 5px;
    bottom: 3px;
    cursor: pointer;
}

.mainContent {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-father {
    width: 1250px;
    height: 300px;
    margin-top: 40px;
    position: relative;
}

.swiper-container {
    width: 1150px;
    height: 300px;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
}

.swiper-slide>div:nth-of-type(1) {
    border: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
}

.swiper-slide:hover {
    color: #0259b5;
    cursor: pointer;
}

.swiper-slide>div:nth-of-type(1):hover {
    background-color: #0259b5;
}

.swiper-slide>div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.mainB1>div:hover {
    background-color: #0259b5;
    color: #ffffff;
}

.mainB1>div>a>div:hover {
    color: #ffffff;
}

a {
    text-decoration: none;
}

.footer {
    width: 100%;
    height: 200px;
    background-color: #353536;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.footerContent {
    width: 1150px;
    position: relative;
}

.footerContent1 {
    display: flex;
    margin-top: 30px;
    color: #888888;
}

.footerContent1 a {
    color: #888888;
}

.footerContent1 div {
    margin-left: 10px;
}

.footerContent2 {
    display: flex;
    align-items: center;
    color: #c1c1c1;
    margin-top: 20px;
}

.footerContent2>img {
    margin-left: 10px;
}

.footerContent2>div {
    font-size: 30px;
    margin-left: 10px;
}

.footerContent2>div>span {
    font-size: 16px;
    margin-left: 10px;
}

.footerContent3 {
    color: #858585;
    margin-left: 10px;
    margin-top: 20px;
    line-height: 24px;
}

.footerContent4,
.footerContent5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #888888;
}

.footerContent4>div,
.footerContent5>div {
    margin-top: 10px;
}

.footerContent4 {
    right: 140px;
    top: 50px;
}

.footerContent4 img,
.footerContent5 img {
    width: 100px;
    height: 100px;
}

.footerContent5 {
    right: 0px;
    top: 50px;
}

.footer_bottom {
    display: flex;
    width: 1150px;
    justify-content: space-around;
    color: #353537;
}

.picScroll-left {
    width: 1150px;
    margin-top: 30px;
}

.picScroll-left .wrapper {
    width: 1150px;
    /* height: 290px; */
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.mainCSlide {
    /* width: 270px; */
    height: 100%;
    text-align: center;
    position: relative;
}

.mainCImg {
    width: 100%;
    /* height: 290px; */
}

.multipleColumn,
.bigg,
.mainC {
    width: 1150px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.big2 {
    margin-top: 20px;
    padding: 0 5px;
}

.big2>div:nth-of-type(1) {
    /* width: 260px; */
    width: 275px;
    border: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
}

.big2>div:nth-of-type(1):hover {
    background-color: #0259b5
}

.big2:hover {
    color: #0259b5;
}

.big2>div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.swiperimg1 {
    width: 90%;
    height: 90%;
}

.mainCSlide>div {
    width: 270px;
    padding: 0 8px;
}

.bg {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 5;
    opacity: 0.5;
    display: none;
}

.bgfont {
    position: absolute;
    top: 21%;
    left: 45%;
    z-index: 10;
    color: #ffffff;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.bgfont>img {
    width: 40px;
    height: 40px;
}

.bgfont>div {
    margin-top: 30px;
}

.mainA5>span {
    color: #ff9900;
}