        .banner>img {
            width: 100%;
            height: 100%;
        }
        
        .nav {
            width: 100%;
            background: #f6f6f6;
        }
        
        .nav_con {
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            width: 1200px;
            height: 60px;
        }
        
        .nav_con_left {
            /* width: 300px; */
            height: 60px;
            font-size: 16px;
            line-height: 60px;
        }
        
        .active {
            color: #2369b3;
        }
        
        .nav_con_left img {
            margin-top: -5px;
        }
        
        .nav_list {
            /* width: 580px; */
            height: 60px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .nav_list li {
            margin-left: 20px;
        }
        
        .nav_list li a {
            font-size: 16px;
            color: #666666;
        }
        
        .nav_list .active {
            color: #2369b3;
        }
        
        .container {
            /* width: 100%; */
            width: 79%;
            margin: 0 auto;
        }
        
        .container_title {
            margin: 0 auto;
            width: 445px;
            height: 104px;
            margin-top: 30px;
        }
        
        .container_title img {
            width: 100%;
            height: 100%;
        }
        
        .con1 {
            /* height: 632px; */
            background-color: #f6f9ff;
            margin-top: 30px;
            padding-bottom: 50px;
        }
        
        .con1_top {
            width: 100%;
            font-size: 30px;
            color: #333333;
            font-weight: bold;
            padding-top: 40px;
            padding-bottom: 30px;
            text-align: center;
        }
        
        .con1_con {
            width: 100%;
            display: flex;
        }
        
        .con1_left_title img {
            margin-right: 20px;
            cursor: pointer;
        }
        
        .con1_left_info {
            width: 83%;
            overflow-y: scroll;
            /* height: 250px; */
            font-size: 16px;
            line-height: 36px;
            letter-spacing: 0px;
            color: #333333;
            margin-left: 3%;
            margin-top: 5px;
            /* padding-right: 10px; */
            /*overflow: hidden;*/
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 8;
            -webkit-box-orient: vertical;
        }
        
        .con1_left_info_text {
            /* display: none; */
            height: 298px;
        }
        /* .yanda {
            background: url(../images/yanda.png);
            background-size: cover;
            background-repeat: no-repeat;
            width: 270px;
            height: 46px;
            opacity: 0.28;
            margin: 0 auto;
            margin-top: 125px;
            display: block;
        } */
        
        .con1_left_info .info2 {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
        }
        
        .con1_con_left {
            width: 50%;
        }
        
        .con1_con_right {
            display: flex;
            align-items: flex-end;
            /* flex: 1; */
            width: 50%;
            /* margin-left: 31px;*/
        }
        
        .link {
            font-size: 16px;
            font-weight: bold;
            color: #333333;
        }
        
        .con1_con_right_img {
            width: 65%;
            height: 355px;
        }
        
        .con1_con_right_img img {
            width: 100%;
            height: 100%;
        }
        
        .con1_con_right_r {
            width: 35%;
            height: 266px;
            background-color: #ec9406;
            /* margin-top: 97px; */
            text-align: center;
            /* flex: 1; */
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .con2 {
            background: url(../images/kyyy_bg2.png);
            background-size: 100% 100%;
            /* height: 100%; */
            background-repeat: no-repeat;
            width: 100%;
            /* height: 931px; */
            padding: 30px 0;
        }
        
        .con3_title {
            background: url(../images/kyyy_title22.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            width: 629px;
            /* height: 40px; */
            line-height: 40px;
            text-align: right;
        }
        
        .con3_title span {
            font-size: 18px;
            font-weight: bold;
            color: #ffffff;
            margin-right: 230px;
        }
        
        .con2_top {
            display: flex;
            justify-content: space-between;
        }
        
        .con3 {
            width: 100%;
            position: relative;
        }
        
        .dingwei {
            position: absolute;
            top: 50px;
            left: 0;
            z-index: 9;
        }
        
        .kyyy_zuo {
            position: absolute;
            top: 50%;
            left: 100px;
            z-index: 9;
            cursor: pointer;
            outline: none;
        }
        
        .kyyy_you {
            position: absolute;
            cursor: pointer;
            top: 50%;
            right: 122px;
            -moz-transform: rotate(180deg);
            /* -moz-transform-origin: 50% 30%; */
            -webkit-transform: rotate(180deg);
            /* -webkit-transform-origin: 50% 30%; */
            -o-transform: rotate(180deg);
            /* -o-transform-origin: 50% 30%; */
            transform: rotate(180deg);
            /* transform-origin: 50% 30%; */
            z-index: 9;
            outline: none;
        }
        
        .con3_con_img img {
            width: 100%;
            height: 100%;
        }
        
        .con2_title span {
            font-size: 18px;
            font-weight: bold;
            color: #ffffff;
            margin-right: 230px;
        }
        
        .con3_title span {
            margin-right: 375px
        }
        
        .p1 {
            font-size: 20px;
            color: #ffffff;
            margin-top: 10px;
        }
        
        .p2 {
            font-size: 14px;
            color: #ffffff;
            margin-top: 10px;
        }
        
        .con3_left {
            width: 50%;
            background-color: #f4f4f4;
            /* text-align: right; */
            padding-left: 65px;
            padding-right: 20px;
            height: 480px;
            /* flex: 1;*/
        }
        
        .con4 {
            position: relative;
        }
        
        .con3_right {
            width: 50%;
            height: 550px;
        }
        
        .con3_left_title {
            font-size: 30px;
            font-weight: bold;
            color: #333333;
            margin-top: 50px;
            text-align: left;
        }
        
        .con3_left_title>span {
            font-family: "DINCond-Medium";
            font-size: 48px;
            color: #a32625;
            margin-left: 50px;
        }
        
        .con3_left_info {
            width: 528px;
            font-size: 16px;
            color: #333333;
            margin-top: 25px;
            line-height: 36px;
            text-align: left;
        }
        
        .con3_right>img {
            width: 100%;
            height: 100%;
        }
        
        .c_line {
            width: 47px;
            height: 4px;
            background-color: #206ab5;
            margin-left: 2px;
            margin-top: 10px;
        }
        /* .xyyh {

    padding-left: 90px;

} */
        
        .xfdc_zuo {
            position: absolute;
            top: 273px;
            left: 58px;
        }
        
        .xfdc_you {
            position: absolute;
            top: 273px;
            right: 210px;
        }
        
        .xfdc_zuo2 {
            position: absolute;
            cursor: pointer;
            bottom: 0px;
            right: 50%;
            z-index: 9;
        }
        
        .xfdc_you2 {
            position: absolute;
            cursor: pointer;
            bottom: 0px;
            left: 50%;
            z-index: 9;
        }
        
        .con3_con_img {
            width: 100%;
            height: 650px;
            /* height: 100%; */
        }
        
        .con4 {
            margin-top: 40px;
        }
        
        .con4_cont {
            display: flex;
            justify-content: space-between;
            align-items: flex-end !important;
            margin-top: 15px;
            /* margin-top: 40px; */
            position: relative;
            text-align: left;
        }
        
        .con5 {
            background-color: #dce5ec;
            padding: 50px 0;
            /* padding-bottom: 150px; */
        }
        
        .con5_cont {
            width: 80%;
            margin: 0 auto;
            position: relative;
        }
        
        .con5_cont1 {
            background-color: #167fc7;
            padding: 20px 30px;
            margin-top: 30px;
            position: relative;
            cursor: pointer;
        }
        
        .kyyy_zhankai1 {
            position: relative;
            margin-left: 98%;
        }
        
        .kyyy_zhankai2 {
            margin-left: 96%;
            cursor: pointer;
        }
        
        .kyyy_zhankai3 {
            margin-left: 96%;
            cursor: pointer;
        }
        
        .c1 {
            font-size: 26px;
            font-weight: bold;
            color: #ffffff;
        }
        
        .c2 {
            font-size: 16px;
            color: #ffffff;
            margin-top: 10px;
            line-height: 1.8;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .con5_cont2 {
            width: 1200px;
            margin: 0 auto;
            display: flex;
            margin-top: 10px;
            position: relative;
        }
        
        .con5_cont3 {
            /* flex: 1; */
            background-color: #c94747;
            padding: 20px 30px;
            width: 43%;
            margin-top: 20px;
        }
        
        .con5_cont4 {
            width: 55%;
            background-color: #fbaa2a;
            padding: 20px 30px;
            position: absolute;
            left: 45%;
            top: 191px;
        }
        
        .con2_content {
            width: 75%;
            margin: 3% auto;
            position: relative;
        }
        
        .bd li {
            display: flex;
        }
        
        .yuan {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #fff;
            border: 1px solid #ccc;
        }
        
        .slideBox .hd ul {
            margin-top: -28px;
            display: flex;
        }
        
        .slideBox .hd ul li.on {
            background: #f00;
            color: #fff;
        }
        
        .slideBox .hd ul li {
            /* float: left; */
            /* margin-right: 2px; */
            position: relative;
            z-index: 200;
            width: 25px;
            height: 25px;
            line-height: 14px;
            text-align: center;
            background: #fff;
            border: 1px solid #ccc;
            cursor: pointer;
            border-radius: 50%;
        }
        
        .bottom_year ul {
            display: flex;
            justify-content: space-around;
        }
        
        .l1 {
            font-family: "DINCond-Medium";
            font-size: 72px;
            color: #1d6ea6;
            text-align: left;
        }
        
        .l2 {
            font-size: 16px;
            color: #333333;
            line-height: 2;
        }
        
        .con2_top_right {
            width: 40%;
        }
        
        .con2_top_right img {
            width: 100%;
        }
        
        .con2_top_left {
            width: 100%;
            padding-right: 20px;
        }
        
        .prev1 {
            position: absolute;
            top: 100px;
            left: -11%;
            outline: none;
        }
        
        .next1 {
            position: absolute;
            top: 126px;
            right: -10%;
            outline: none;
            -moz-transform: rotate(180deg);
            -moz-transform-origin: 50% 30%;
            -webkit-transform: rotate(180deg);
            -webkit-transform-origin: 50% 30%;
            -o-transform: rotate(180deg);
            -o-transform-origin: 50% 30%;
            transform: rotate(180deg);
            transform-origin: 50% 30%;
        }
        
        .con2_bottom {
            position: relative;
            z-index: 100;
        }
        
        .bottom_con {
            position: relative;
            width: 100%;
            margin: 0px auto;
            /* border: 1px solid; */
            display: flex;
            margin-top: 4%;
            align-items: center;
        }
        
        .k_line {
            width: 1050px;
            height: 1px;
            border: solid 1px #ccc;
        }
        
        .bottom_yuan {
            display: flex;
            justify-content: space-around;
            position: relative;
        }
        
        .imgs {
            position: absolute;
        }
        
        .bottom_year li {
            font-family: "DINCond-Medium";
            font-size: 36px;
            color: #000000;
            margin-top: 45px;
        }
        
        .swiper-container {
            width: 100%;
            height: 100%;
        }
        
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        
        .rotate {
            transform-origin: center center;
            /*旋转中心要是正中间 才行*/
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transition: transform 0.2s;
            /*过度时间 可调*/
            -moz-transition: -moz-transform 0.2s;
            -moz-transition: -moz-transform 0.2s;
            -o-transition: -o-transform 0.2s;
            -ms-transition: -ms-transform 0.2s;
        }
        
        .rotate1 {
            transform-origin: center center;
            transform: rotate(0deg);
            /*//返回原点*/
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transition: transform 0.2s;
            -moz-transition: -moz-transform 0.2s;
            -moz-transition: -moz-transform 0.2s;
            -o-transition: -o-transform 0.2s;
            -ms-transition: -ms-transform 0.2s;
        }
        
        .kyyy_zhankai1_open {
            height: 165px;
            overflow-y: auto;
            -webkit-line-clamp: 1000;
        }
        
        .kyyy_zhankai1_open_1 {
            margin-top: 110px;
        }
        
        .kyyy_zhankai2_open {
            height: 165px;
            overflow-y: auto;
            -webkit-line-clamp: 1000;
        }
        
        .kyyy_zhankai3_open {
            height: 165px;
            overflow-y: auto;
            -webkit-line-clamp: 1000;
        }
        
        .con1_left_title {
            width: 87%;
            /* width: 653px; */
            height: 60px;
            line-height: 60px;
            background-color: #ec9406;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .con1_left_title>p {
            font-weight: bold;
            font-size: 27px;
            color: #ffffff;
        }
        
        .con1_left_title>span {
            font-size: 15px;
            /* font-weight: bold; */
            color: #ffffff;
            margin-left: 15px;
            margin-top: 6px;
        }
        
        .con1_left_title2 {
            width: 43.5%;
        }
        
        .kyyy_title2 {
            background: url(../images/kyyy_title22.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            width: 43%;
            height: 53px;
        }
        
        .kyyy_title3 {
            background: url(../images/kyyy_title33.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            width: 43%;
            height: 55px;
            /* line-height: 40px; */
            text-align: right;
        }
        
        .kyyy_title5 {
            background: url(../images/kyyy_title55.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            width: 43%;
            height: 53px;
            text-align: right;
        }
        
        .kyyy_title4 {
            background: url(../images/kyyy_title44.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            width: 46%;
            height: 57px;
        }
        /* @media (min-width: 1050px) and (max-width: 1680px) {
            .con1_left_title {
                height: 41px;
            }
            .kyyy_title2 {
                height: 44px;
            }
            .kyyy_title3 {
                height: 44px;
            }
            .kyyy_title4 {
                height: 46px;
            }
            .kyyy_title5 {
                height: 42px;
            }
        } */