        body {
            background-color: #E7F4FC;
        }
        
        .top-box {
            position: relative;
        }
        
        .top-img {
            width: 100%;
            position: absolute;
            z-index: -1;
        }
        
        .top-len {
            height: 400px;
        }
        
        .const-box {
            /* position: absolute; */
            width: 1300px;
            height: auto;
            background-color: #FFFFFF;
            margin: auto;
            border-radius: 10px;
            /* top: 38%;
    left: 15%; */
        }
        
        .const-1-box {
            display: flex;
            width: 90%;
            margin: auto;
            /* margin-top: 10px; */
            padding-top: 90px;
            justify-content: space-between;
        }
        
        .const-right,
        .const-left {
            width: 47%;
        }
        
        .carousel-item-p {
            padding-top: 20px;
        }
        
        .carousel-indicators {
            position: absolute;
            right: 0;
            left: unset;
            bottom: 2%;
        }
        
        .carousel-caption {
            width: 100%;
            background-color: rgb(14, 13, 13, 0.5);
            left: 0;
            bottom: 0;
            height: 60px;
            padding-top: 0px;
            padding-bottom: 0px;
        }
        
        .carousel-indicators li {
            height: 5px;
            background-color: #D8D8D8;
            transition: none;
            border-radius: 10px;
            border-top: none;
            border-bottom: none;
            width: 20px;
        }
        
        .carousel-indicators .active {
            background-color: #FFAA23;
        }
        
        .const-right div {
            display: flex;
            position: relative;
        }
        
        .const-right div p:nth-child(1) {
            color: #0099E5;
            font-size: 30px;
            font-weight: bold;
            width: 30%;
            /* background-image: url(../images/xiangzhuang.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
        }
        
        .const-right div p:nth-child(2) {
            width: 70%;
            height: 5px;
            background-color: #EEEEEE;
            position: absolute;
            bottom: 0px;
            right: 0px;
        }
        
        .const-right div img {
            position: absolute;
            width: 85%;
            left: 8%;
            top: -69%;
        }
        
        .const-right {
            position: relative;
            /* margin-left: 68px; */
        }
        
        .const-right ul li {
            display: flex;
            margin-top: 17px;
            margin-bottom: 0px;
            justify-content: space-evenly;
        }
        
        .const-right ul {
            width: 93%;
        }
        
        .const-right ul li::before,
        .const-2-1-con ul li::before {
            content: '';
            width: 6px;
            height: 5px;
            background: #999999;
            border-radius: 50%;
            margin-right: 6px;
            margin-top: 7px;
        }
        
        .time {
            margin-left: 10%;
            font-size: 15px;
            color: #9E9E9E;
        }
        
        .const-right ul li p:nth-child(1),
        .const-2-1-con ul li p:nth-child(1) {
            font-size: 15px;
            color: 000000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 430px;
        }
        
        .xingzhuang1 {
            width: 100% !important;
        }
        
        .const-2-1-title {
            display: flex;
            justify-content: space-between;
            height: 56px;
            width: 90%;
            margin: auto;
            background-image: url(../images/wenzi-bg.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }
        
        .const-2-1-title p {
            color: #FFFFFF;
            font-size: 23px;
            margin-left: 74px;
            line-height: 55px;
        }
        
        .const-2-1-title img {
            width: 35px;
            height: 8px;
            margin-top: 30px;
            margin-right: 20px;
        }
        
        .const-2-1-con {
            display: flex;
            width: 90%;
            margin: auto;
            justify-content: space-between;
        }
        
        .const-2-1-con ul {
            width: 47%;
        }
        
        .const-2-1-con ul li {
            display: flex;
            margin: 30px 0px;
        }
        
        .const-2-box {
            margin-top: 50px;
        }
        
        .tabs {
            width: 91%;
            height: 465px;
            overflow: hidden;
            margin: auto;
            margin-top: 30px;
        }
        
        .tabs .pic {
            float: left;
            height: 465px;
            overflow: hidden;
        }
        
        .tabs .pic li {
            display: none;
            width: 830px;
            height: 465px;
            box-sizing: border-box;
        }
        
        .tabs .slider {
            float: left;
            width: 350px;
            height: 465px;
            box-sizing: border-box;
            overflow-y: scroll;
        }
        
        .tabs .slider li {
            height: 116px;
            background-color: #e5e5e5;
            position: relative;
        }
        
        .tabs .slider li span {
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: 36px;
            height: 36px;
            background: url(paly.png);
        }
        
        .slider li:after {
            content: '';
            width: 0;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }
        
        .tabs .slider li.on {
            background-color: #db0100;
        }
        
        .tabs .slider li.on p {
            color: #fff;
        }
        
        .tabs .slider img {
            width: 180px;
            height: 116px;
            vertical-align: middle;
            padding: 10px;
            box-sizing: border-box;
        }
        
        .tabs .slider li p {
            vertical-align: middle;
            display: inline-block;
            font-size: 16px;
            width: 120px;
            margin: auto;
            /* padding: 15px; */
            /* line-height: 24px; */
        }
        
        .tabs1 {
            width: 1200px;
            height: 465px;
            overflow: hidden;
        }
        
        .tabs1 .pic {
            float: left;
            height: 465px;
            padding: 10px;
            background-color: #e5e5e5;
            overflow: hidden;
        }
        
        .tabs1 .pic li {
            display: none;
            width: 810px;
            height: 445px;
            box-sizing: border-box;
        }
        
        .tabs1 .slider {
            float: left;
            width: 350px;
            height: 465px;
            box-sizing: border-box;
            overflow-y: scroll;
        }
        
        .tabs1 .slider li {
            height: 116px;
            color: #fff;
            background-color: #056bbd;
            border-bottom: 1px solid #034e8f;
        }
        
        .tabs1 .slider li.on {
            background-color: #034e8f;
        }
        
        .tabs1 .slider img {
            width: 180px;
            height: 116px;
        }
        
        .tabs1 .slider p {
            display: inline-block;
            padding: 0 15px;
            cursor: default;
            vertical-align: middle;
        }
        
        .pic li img {
            width: 100%;
            height: 100%;
        }
        
        .const-3-img {
            display: block;
            width: 100%;
            margin: auto;
            margin-top: 46px;
        }
        
        .width1232px {
            width: 1232px;
            margin: 0px auto;
        }
        
        .th_foot {
            margin-top: 100px;
        }
        
        .fxkhad7 {
            margin-top: 0;
            display: flex;
            justify-content: center;
        }
        
        @media screen and (max-width: 992px) {
            .top-len {
                height: 100px;
            }
            .const-box {
                width: 100%;
            }
            .const-1-box {
                display: initial;
            }
            .const-right,
            .const-left {
                width: 97%;
                margin: auto;
                padding-top: 10px;
            }
            .const-right div p:nth-child(1) {
                width: 100%;
            }
            .const-right div img {
                top: -39%;
            }
            .const-2-1-title {
                background-size: cover;
            }
            .const-2-1-con {
                display: inline;
            }
            .const-2-1-con ul {
                width: 95%;
                margin: auto;
            }
            .tabs .pic {
                float: initial;
                height: auto;
                overflow: hidden;
            }
            .tabs .slider {
                float: inherit;
                width: 100%;
                box-sizing: border-box;
                overflow-y: scroll;
            }
            .tabs .pic li {
                width: 100%;
                height: auto;
            }
            .tabs {
                width: 91%;
                height: auto;
                overflow: inherit;
                margin: auto;
                margin-top: 30px;
            }
            .width1232px {
                width: auto;
                margin: 0px auto;
            }
            .fxkhad71 {
                display: flex;
                justify-content: center;
            }
            .fxkhad7 {
                display: inline;
            }
            .fxkhad7u1 li {
                text-align: center;
            }
            .fxkhad72a img {
                display: block;
                margin: auto;
            }
            .fuyunyejiao002 {
                margin-left: 0px !important;
            }
            .th_foot {
                margin-top: 16px;
            }
        }
        
        @media all and (min-width: 641px) {
            .clearfix:after {
                content: "";
                /*设置内容为空*/
                height: 0;
                /*高度为0*/
                line-height: 0;
                /*行高为0*/
                display: block;
                /*将文本转为块级元素*/
                visibility: hidden;
                /*将元素隐藏*/
                clear: both;
                /*清除浮动*/
            }
            .clearfix {
                zoom: 1;
                /*为了兼容IE*/
            }
            .fxkhad7 {
                /* width: 100%; */
                height: 141px;
                background-color: #0068B7;
                margin-top: 30px;
            }
            .fxkhad71 {
                /* width: 264px; */
                height: 141px;
                line-height: 141px;
                /* margin-left: 120px; */
                float: left;
            }
            #_ideConac {
                float: left;
                width: 50%;
            }
            #_ideConac2 {
                float: left;
                width: 50%;
            }
            .fxkhad71 img {
                vertical-align: middle;
            }
            .fxkhad7u1 {
                width: 540px;
                height: 85px;
                margin-top: 30px;
                margin-left: 62px;
                float: left;
            }
            .fxkhad7u1 li {
                display: block;
                width: 50%;
                height: 28px;
                color: white;
                float: left;
            }
            .fxkhad72 {
                width: 120px;
                height: 58px;
                margin-left: 22px;
                margin-top: 35px;
                float: left;
                border: solid 6px #4390ca;
            }
        }