* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #282828;
}

.clear {
    clear: both;
    line-height: 0;
}

body {
    font-size: 18px !important;
    font-family: '微软雅黑';
    line-height: 32px;
    background: #eaf3ff url(../image/bg.jpg) no-repeat top center;
    background-size: 1920px;
}


.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    overflow: initial
}

.main1 {
    padding: 45px 0 0 0;
}

.main1 .i-header-icons {
    margin-right: 800px;
    position: relative;
    display: flex;
    justify-content: end;
    /* width: 1200px; */
    height: auto;
}

/*  */
.box1 {
    padding-top: 80px;
    margin-top: 484px;
    width: 1196px;
    height: 1033px;
    background-image: url(../image/box1.png);
    overflow: hidden;
}

.box1-1 {
    /* padding-bottom: 50px; */
    padding: 0px 20px 50px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
    width: 1110px;
    /* height: 400px; */
    /* background-color: aqua; */
    border-bottom: 1px solid #b7c5d6;
}

.box1-1-left {
    width: 640px;
    height: 400px;
    /* background-image: url(../image/图层\ 28.png); */
}

/* 轮播图 */
.carousel-container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    /* 设置 carousel-container 的高度为 1000px */
    position: relative;
    overflow: hidden;
}

.carousel-items {
    display: flex;
    width: 300%;
    /* 一个图片宽度的3倍 */
    transition: transform 0.3s ease;
    height: 100%;
    /* 设置 carousel-items 的高度为 100% */
}

.carousel-item {
    flex: 1;
    /* 使用 flex 自动调整高度 */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    float: left;
    /* 使项目在一行内水平排列 */
    position: relative;
    height: 100%;
    /* 设置 carousel-item 的高度为 100%，与 container 相同 */
}

.carousel-item img {

    max-height: 100%;
    /* 图片高度最大为容器高度 */
}

.carousel-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-weight: 500;
    background: linear-gradient(to right, rgba(117, 154, 244, 1), rgba(159, 216, 184, 1));
    font-size: 18px;
    text-indent: 20px;
}

.carousel-dots {
    /* text-align: center; */
    margin-top: 10px;
    position: absolute;
    /* left: 0; */
    right: 3%;
    bottom: 3.5%;
}

.carousel-dot {
    display: inline-block;
    width: 18px;
    height: 4px;
    background-color: #fff;
    /* border-radius: 50%; */
    /* margin: 0 5px; */
    cursor: pointer;
}

.carousel-dot.active {
    background-color: #f7ab00;
}

.prev-button,
.next-button {
    position: absolute;
    top: 50%;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

.prev-button {
    left: 0;
}

.next-button {
    right: 0;
}

/*  */
.box1-1-right {
    width: 400px;
    min-height: 400px;
}

.box1-1-right h1 {
    /* margin-bottom: 20px; */
    font-size: 30px;
    color: #0068b7;
    font-weight: 700;
    line-height: 36px;
}

.box1-1-right-txt {
    text-indent: 40px;
    padding: 25px 0 15px;
    color: #535353;
    font-size: 16px;


}

.box1-1-right-txt div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box1-1-right-txt a {
    color: #f08300;
}

.box1-1-right ul {
    padding-top: 10px;
    border-top: 1px solid #fee1c0;
}

.box1-1-right ul li {
    text-indent: 25px;
    margin-top: 11px;
    position: relative;
    font-size: 18px;
    color: #595757;
}

.box1-1-right ul li:hover div {
    color: #f08300;
}

.box1-1-right ul li:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(../image/icon.png);
}

.box1-1-right ul li div {
    width: 370px;
    text-overflow: ellipsis;
    /* ellipsis:显示省略符号来代表被修剪的文本  string:使用给定的字符串来代表被修剪的文本*/
    white-space: nowrap;
    /* nowrap:规定段落中的文本不进行换行   */
    overflow: hidden;
}

/*  */
.box1-2 {
    margin: 0 auto;
    width: 1110px;
    min-height: 585px;
    overflow: hidden;
}

.box1-2-top {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 77px;
}

.box1-2 .box1-2-top .btn-active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 262px;
    height: 77px;
    background-image: url(../image/btn_active.png);
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.box1-2 .box1-2-top .btn-none {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 262px;
    height: 71px;
    background-image: url(../image/btn_none.png);
    cursor: pointer;
    font-size: 30px;
    color: #29bdae;
    font-weight: 700;
}

.btn-active span {
    margin-top: -12px;
}

.btn-none span {
    margin-top: -5px;
}

.btn-active p {
    margin-top: -12px;
}

.btn-none p {
    margin-top: -5px;
}

.box1-2 .box1-2-top a:nth-child(1)>div p {
    margin-right: 15px;
    width: 31px;
    height: 39px;
    background-image: url(../image/navBar1.png);
}

.box1-2 .box1-2-top a:nth-child(2)>div p {
    margin-right: 15px;
    width: 45px;
    height: 35px;
    background-image: url(../image/navBar2.png);
}

.box1-2 .box1-2-top a:nth-child(3)>div p {
    margin-right: 15px;
    width: 41px;
    height: 39px;
    background-image: url(../image/navBar3.png);
}

.box1-2 .box1-2-top a:nth-child(4)>div p {
    margin-right: 15px;
    width: 40px;
    height: 33px;
    background-image: url(../image/navBar4.png);
}

@keyframes slideIn {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.box1-2 .box1-2-bottom {
    margin-top: 20px;
    /* padding-left: 20px; */
    text-indent: 20px;
    animation: slideIn 1s ease-in-out forwards;
}

.box1-2 .box1-2-bottom li {
    position: relative;
    /* list-style: disc; */
    width: 100%;
}

.box1-2 .box1-2-bottom li::after {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0777ff;
    border-radius: 50%;
}

.box1-2 .box1-2-bottom li a:hover div {
    color: #f08300;
}

.box1-2 .box1-2-bottom li::marker {
    color: #0777ff;
}

.box1-2 .box1-2-bottom li a {
    width: 1090px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 45px;
}

.box1-2 .box1-2-bottom li a div {
    width: 800px;
    font-size: 18px;
    color: #1b1b1b;
    text-overflow: ellipsis;
    /* ellipsis:显示省略符号来代表被修剪的文本  string:使用给定的字符串来代表被修剪的文本*/
    white-space: nowrap;
    /* nowrap:规定段落中的文本不进行换行   */
    overflow: hidden;
}

.box1-2-bottom li a span {
    font-size: 16px;
    color: #626262;
}

/*  */
.box2 {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    width: 1200px;
    height: 545px;
}

.box2-left {
    display: flex;
    flex-wrap: wrap;
    width: 620px;
    height: 100%;
    border-right: 1px solid #4b98cf;
}

.box2-left a:nth-child(1) .box2-left-1 {
    position: relative;
    width: 284px;
    height: 284px;
    background-image: url(../image/img1.png);
}

.box2-left a:nth-child(2) .box2-left-1 {
    position: relative;
    width: 284px;
    height: 284px;
    background-image: url(../image/img2.png);
}

.box2-left a:nth-child(3) .box2-left-1 {
    position: relative;
    width: 284px;
    height: 284px;
    background-image: url(../image/img3.png);
}

.box2-left a:nth-child(4) .box2-left-1 {
    position: relative;
    width: 284px;
    height: 284px;
    background-image: url(../image/img4.png);
}

.box2-left .box2-left-1 div {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box2-left .box2-left-1:hover {
    color: #078fff !important;
}

.box2-left .box2-left-1 div p {
    font-size: 30px;
    font-weight: 700;
}

.box2-left .box2-left-1 div span {
    font-size: 15.87px;
    color: #333333;
    letter-spacing: 5px;
}

.box2-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 10px;
}

.box2-right .btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 523px;
    height: 80px;
    background-image: url(../image/btn2-none.png);
    font-size: 30px;
    color: #fff;
    background-size: 100% 100%;
}

.morebox {
    display: flex;
    align-items: center;
}

.morebox a {
    margin: -7px 0 0 5px;
}

.morebox span {

    font-size: 16.52px;
    color: #fff;
}

.morebox div {
    width: 455px;
    height: 47px;
    background-image: url(../image/more.png);
}

.box2-right .btn2:hover {
    background-image: url(../image/btn2-active.png);
    font-weight: 700;
    color: #0068b7;
}

/*  */
.box3 {
    /* margin-top: -40px; */
    margin-bottom: 100px;
    padding-top: 33px;
    width: 1197px;
    height: 872px;
    background-image: url(../image/box2.png);
}

.box3 .box3-top {
    padding-right: 30px;
    margin: 0 auto;
    margin-top: 30px;
    width: 1150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box3 .box3-top div {
    width: 392px;
    height: 86px;
    background-image: url(../image/title.png);
}

.box3 .box3-top span {
    font-size: 18px;
    color: #737373;
}

.box3 .box3-bottom {
    margin: 30px auto 0;
    width: 1130px;
    height: 660px;
}

.scrollable {
    margin: 70px auto 0;
    /* padding-top: 20px; */
    width: 1040px;
    height: 1850px;
    padding-bottom: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.scrollable ul li:last-child div::after {
    content: '';
    width: 0;
    height: 0;
}

.scrollable::-webkit-scrollbar {
    width: 10px;
    background-color: #e0e0e0;
}

.scrollable::-webkit-scrollbar-track {
    background-color: transparent;
    opacity: 0.2;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: #72afe5;
    border-radius: 5px;
}

.btn3-1 img {
    margin-right: 20px;
    width: 59px;
    height: 22px;
    background-image: url(../image/btn3-1.jpg);
}

.btn3-2 img,
.btn3-3 img {
    margin-top: 5px;
    margin-right: 20px;
    width: 59px;
    height: 27px;
}

.btn3-1,
.btn3-2,
.btn3-3 {
    display: flex;
    line-height: 20px;
    margin-top: 20px;
}

.btn3-1 {
    font-weight: 700;
    color: #3c4046;
}

.btn3-2 {
    line-height: 35px;
    color: #078fff;
    font-weight: 700;
}

.btn3-3 {
    margin-top: 15px;
    line-height: 30px;
}


/* 尾部 */


.fot {
    min-width: 1200px;
    margin: 0 auto;
    height: 208px;
    background-color: #f2f2f2;

}

.footernav {
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
}

.footer-site {
    color: #414242;
    padding: 40px 0 0 0;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    font-family: SimSun;
    background-color: #f2f2f2;
}

.footer-site ul {
    clear: both;
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
}

.footer-link-wrong {
    float: left;
    width: 110px;
    height: 55px;
    padding-top: 15px;
}

.footer-link-gov {
    float: left;
    width: 80px;
    height: 80px;
}

.footer-txt {
    float: left;
    width: 635px;
    text-align: left;
    padding-left: 15px;
}

.footer-site p img {
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.content {
    display: none;
}