/* banner */

.banner {
    position: relative;
    width: 100%;
    height: 580px;
}

.banner .carousel {
    position: absolute;
    height: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .carousel .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 轮播图 */

.swiper-container {
    width: 100%;
    height: 480px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    background: #999;
}

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

.swiper-pagination:last-child .swiper-pagination-bullet {
    margin-right: 20px;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #fff;
    color: #333;
}

.swiper-container .swiper-wrapper .swiper-slide .dalunbo {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide .dalunbo .wenzi {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 70px;
    color: #fff;
    width: 100%;
    height: 70px;
    font-size: 18px;
    padding-left: 23px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.8055;
}

.container .news {
    width: 720px;
}

.container .notice {
    width: 400px;
}

.container {
    margin-top: 64px;
}

.container .new-container {
    padding-top: 24px;
}

.container .new-container .con-new {
    margin-bottom: 18px;
    height: 112px;
}

.container .con-new img {
    width: 150px;
    height: 100%;
    object-fit: cover;
    margin-right: 16px;
}

.container .con-new .con-tiao .p-1 {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}

.container .con-new .con-tiao .p-2 {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    margin-top: 8px;
}

.container .con-new .con-tiao .p-3 {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    margin-top: 16px;
}

.container .notice .notice-container {
    padding-top: 20px;
}

.container .notice .title-hr2 {
    width: 400px;
}

.container .notice .title-hr2 .right {
    width: 312px;
}

.container .notice .notice-container .notice-1 {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px dotted #979797;
}

.container .notice .notice-container .notice-1:first-child {
    padding-top: 0;
}

.container .notice .notice-container .notice-1:last-child {
    border-bottom: none;
}

.container .notice .notice-container .notice-1 .riqi {
    width: 49px;
    height: 48px;
    text-align: center;
    border: 1px solid rgba(151, 151, 151, 1);
    margin-right: 16px;
}

.container .notice .notice-container .notice-1 .riqi .riqi-top {
    background: #0f5198;
    height: 24px;
    line-height: 24px;
    color: #fff;
}

.container .notice .notice-container .notice-1 .riqi .riqi-top2 {
    height: 24px;
    line-height: 24px;
    color: #0f5198cf;
}

.container .notice .notice-container .notice-1 .p-1 {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container .notice .notice-container .notice-1 .p-2 {
    font-size: 14px;
    /* color: rgba(153, 153, 153, 1); */
    color: #333;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .middle a:hover {
    text-decoration: underline;
}

.container .middle .new-box {
    width: 340px;
    margin-bottom: 36px;
}

.container .middle .new-box .item {
    width: 720px;
    margin-top: 20px;

}

.container .middle .new-box .item .img {
    width: 340px;
}

.container .middle .new-box .item .img1,
.container .middle .new-box .item .img2 {
    position: relative;
}

.container .middle .new-box .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .middle .new-box .item .img .wenzi {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 50px;
    left: 0px;
    background: #0858a3;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .middle .new-box .item .img .img1 {
    margin-bottom: 20px;
    height: 300px;
}

.container .middle .new-box .item .img .img1:last-child {
    margin-bottom: 0px;
}

.container .middle .new-box .item .item_box {
    width: 340px;
    color: #333;
}

.container .middle .new-box .item .item_box div {
    margin-bottom: 25px;
    border-bottom: 1px dotted #979797;
    padding-bottom: 10px;
}

.container .middle .new-box .item .item_box .item_a:hover {
}

.container .middle .new-box .item .item_box p {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .middle .new-box .item .item_box .p2 {
    text-align: right;
    margin-top: 5px;
}

.container .middle .new-box .title .title-hr {
    width: 340px;
}

.container .middle .new-box .title .title-hr .left {
    width: 88px;
    background: rgba(74, 144, 226, 1);
}

.container .middle .new-box .title .title-hr .right {
    width: 252px;
    background: rgba(216, 216, 216, 1);
}

.container .middle .new-box .new .tuwen {
    height: 115px;
    width: 340px;
    padding: 22px 0 16px 0px;
}

.container .middle .new-box .new div .biaoti p {
    font-size: 14px;
}

.container .middle .new-box .new .tuwen img {
    width: 115px;
    height: 100%;
    margin-right: 10px;
    object-fit: cover;
}

.container .middle .new-box .new div .biaoti .p2 {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    margin-top: 12px;
}

.container .middle .new-box .new-tiao {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #979797;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .middle .new-box .new-tiao .p2 {
    text-align: right;
    margin-top: 5px;
    color: #333;
}

.picture {
    /* margin-top: 40px; */
}

.picture .tuji {
    margin-top: 24px;
}

.picture .tuji .tuji-left {
    width: 442px;
    height: 600px;
}

.picture .tuji .tuji-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 10px;
}

.picture .tuji .tuji-right {
    width: 748px;
    height: 600px;
}

.picture .tuji .tuji-right .picture-con {
    margin-top: 10px;
    width: 100%;
    height: 295px;
}

.picture .tuji .tuji-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picture .tuji .tuji-right .picture-con1 {
    width: 443px;
    height: 295px;
}

.picture .tuji .tuji-right .picture-con2 {
    width: 295px;
    height: 295px;
}

.picture .tuji .tuji-right .picture-con3 {
    width: 295px;
    height: 295px;
}

.picture .tuji .tuji-right .picture-con4 {
    width: 443px;
    height: 295px;
}

.login {
    width: 400px;
    height: 262px;
    /* box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.5); */
    margin-top: 45px;
    padding-top: 4px;
}

.login .login-p {
    text-align: center;
    font-size: 19px;
    color: #0B4A86;
    font-weight: bold;
    margin-top: 20px;
}

.login .shuru {
    height: 32px;
    padding: 0 41px;
    /* text-align: center; */
}

.login .shuru .input {
    width: 260px;
    height: 32px;
    display: inline-block;
    margin-left: 6px;
}

.login .shuru .input input {
    width: 100%;
    height: 100%;
    background: #eeeeee;
    border: none;
    padding-left: 20px;
    outline: none;
}

.login .shuru-1 {
    margin-top: 20px;
}

.login .shuru-2 {
    margin-top: 16px;
}

.login .shuru .left {
    line-height: 32px;
}

.login .log-button {
    width: 320px;
    height: 32px;
    margin: 0 auto;
}

.login .log-button button {
    width: 100%;
    height: 100%;
    border: none;
    color: #fff;
    background: linear-gradient(225deg, rgba(28, 113, 194, 1) 0%, rgba(11, 74, 134, 1) 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
}

.login .zhuce {
    text-align: center;
    margin-top: 8px;
    color: #0B4A86;
}

.notice .tese {
    width: 400px;
    height: 139px;
    margin-top: 24px;
    background: #EEF7FF;
}

.notice .tese .test-ul {
    margin-top: 16px;
}

.notice .tese ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

.notice .tese ul li {
}

.notice .tese .tese-1 {
    padding-top: 18px;
    font-size: 13px;
    width: 372px;
    margin: 0 auto;
}

.notice .tese p {
    text-align: center;
    padding-top: 24px;
    color: #1A6DBC;
    font-size: 16px;
}

.notice .pingtai {
    height: 185px;
    width: 372px;
    padding: 0 14px;
    background: url('../img/gzh.png') no-repeat;
    background-size: cover;
}

.notice .select-con {
    margin-top: 24px;
}

.notice .select {
    width: 400px;
    height: 48px;
    margin-bottom: 16px;
}

.notice .select select {
    width: 100%;
    height: 100%;
    /* background: #4A90E2; */
    background: #1a6bb8;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 0 50px;
}

.notice .select .title {
 
    height: 48px;
    line-height:48px;
    /* background: #4A90E2; */
    background: #1a6bb8;
    color: #fff;
    font-size: 16px;
  
    border: none;
    padding: 0 50px;
}

.notice .select .title a {
 	text-decoration: none;
    color: #fff;
}
    

.notice .attention {
    width: 400px;
    height: 280px;
    background: url("../img/gzh.png") no-repeat;
    background-size: cover;
    border: 1px solid #f3f3f3;
    margin-top: 10px;
    text-align: center;
    padding-top: 33px;
}

.notice .attention .img {
    width: 163px;
    height: 159px;
    margin: 0 auto;
}

.notice .attention .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notice .attention .attention-p {
    margin-top: 20px;
}

.notice .attention .attention-p .p1 {
    color: #1A6CBA;
    font-weight: bold;
    font-size: 18px;
}

.notice .attention .attention-p .p2 {
    color: #333;
    font-size: 16px;
}

.container .title-p1,
.picture .title-p1 {
    font-size: 20px;
    font-weight: bold;
    color: rgba(74, 144, 226, 1);
}

.container .title-top,
.picture .title-p1 {
    line-height: 27px;
}

.picture .title-hr {
    height: 4px;
    width: 1200px;
    margin-top: 12px;
}

.container .title-p2 {
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
}

.container .title-hr {
    height: 4px;
    width: 720px;
    margin-top: 12px;
}

.container .title-hr .left,
.picture .title-hr .left {
    width: 88px;
    height: 100%;
    background: rgba(74, 144, 226, 1);
}

.container .title-hr .right {
    width: 632px;
    height: 100%;
    background: rgba(216, 216, 216, 1);
}

.picture .title-hr .right {
    width: 1112px;
    height: 100%;
    background: rgba(216, 216, 216, 1);
}

.picture .tuji p {
    color: #fff;
    font-size: 25px;
}

.picture .tuji .img {
    position: relative;
}

.picture .tuji .img p {
    position: absolute;
    left: 5%;
    bottom: 24px;
}