﻿* {
    padding: 0;
    margin: 0;
   
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.app2 {
    background: #f9F9F9;
}

.banxin {
    width: 1260px;
    margin: 0 auto;
}

.h-nav {
    position: fixed;
    top: 23%;
    right: 5px;
    width: 320px;
    height: 474px;
    /* background-color: #115FA7; */
    background-color: transparent;
    z-index: 9;
}

.r-nav {
    position: absolute;
    top: 0;
    right: 5px;
    width: 90px;
    height: 474px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 7px #999;
    z-index: 9;
}

.r-nav-one {
    width: 60px;
    height: 83px;
    margin: 10px auto 0;
}

.r-nav-txt {
    width: 60px;
    height: 60px;
    background: #333333;
    border-radius: 16px;
}

.r-nav-txt:hover {
    background: #115FA7;
}

.r-nav-h {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 5px;
}

.img1 {
    width: 30px;
    height: 36px;
    margin: 10px;
    margin-left: 15px;
}

.img2 {
    width: 37px;
    height: 30px;
    margin: 10px;
    margin-left: 12px;
    margin-top: 16px;
}

.img3 {
    width: 34px;
    height: 30px;
    margin: 10px;
    margin-left: 13px;
    margin-top: 15px;
}

.img4 {
    width: 33px;
    height: 33px;
    margin: 10px;
    margin-left: 14px;
    margin-top: 16px;
}

.img5 {
    width: 25px;
    height: 25px;
    /* margin: 10px; */
    margin-left: 32px;
    margin-top: 14px;
}

.ret-txt {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.return-f {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background-color: #115FA7;
    cursor: pointer;
}

.xsk {
    display: none;
    position: absolute;
    top: 34px;
    right: 30%;
    width: 202px;
    height: 190px;
    background: url(../../Images/Home/wxkuang.png) no-repeat center;
    z-index: 9;
}

.qqk {
    display: none;
    position: absolute;
    top: -45px;
    right: 61px;
    width: 202px;
    height: 150px;
    background: url(../../Images/Home/wxkuang.png) no-repeat center;
    z-index: 9;
}

.img6 {
    width: 150px;
    height: 150px;
    margin: 20px;
}

.tsk {
    display: none;
    position: absolute;
    top: 28%;
    right: 30%;
    width: 202px;
    height: 190px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.tsk-txt {
    width: 130px;
    height: 99px;
    margin: 40px;
}

.tsk-a {
    width: 170px;
    height: 99px;
    margin: 20px 15px 35px 25px;
}

.close {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: #d2d2d2;
    margin-bottom: 10px;
    margin-left: 70%;
    cursor:pointer;
}
.tsk-h {
    margin-bottom: 5px;
}

.tsk-p {
    font-weight: 700;
}

.head_one {
    position: relative;
    width: 100%;
    height: 280px;
    background: url(../../Images/Home/header.png) no-repeat center;
    background-color:#fff;
}

.head_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background: rgba(0, 0, 0, 0.3);
}

.head_up {
    display: flex;
    justify-content: space-between;
    height: 100%;
    line-height: 36px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
}

.head_up-R {
    display: flex;
}

.head_r-one a {
    color: #FFFFFF;
}

.head_r-midder {
    margin: 0 3px;
}

.login_con {
    display: flex;
    justify-content: space-between;
    height: 110px;
}

.fuzhu {
    height: 76px;
}

.login_left {
    width: 692px;
    height: 100%;
}

.login_left img {
    width: 100%;
    height: 100%;
}

.login_rigth {
    display: flex;
    justify-content: space-between;
    width: 296px;
    height: 44px;
    line-height: 44px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    border-radius: 22px;
}

.input_int {
    height: 100%;
}

.int {
    outline: none;
    border: 0;
    height: 100%;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #555555;
    background-color: transparent;
    padding-left: 20px;
}

.search_icon {
    width: 22px;
    height: 22px;
    margin-top: 5px;
    margin-right: 18px;
}

.search_icon img {
    width: 100%;
    height: 100%;
}

.nav_con {
    height: 64px;
    background: #115FA7;
    position: relative;
    z-index: 1;
}

.nav_ul {
    display: flex;
    justify-content: space-between;
}

.nav_li {
    position:relative;
    width: 100px;
    text-align: center;
    line-height: 64px;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
}
.nav_li a {
    display: inline-block;
    width: 100px;
    height: 100%;
    color: #fff;
}

.nav-on {
    background-color: #014380;
}

.nav_li:hover {
    background-color: #014380;
}

.news_con {
    display: flex;
    justify-content: space-between;
    height: 400px;
    margin-top: 25px;
    background: #fff;
}

.news-left {
    position: relative;
    width: 580px;
    height: 400px;
}

.swiper-container1 {
    width: 580px;
    height: 400px;
}

.swiper-slide1 {
    text-align: center;
    font-size: 18px;
    background: #fff;

    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;
}

.swiper-slide1 img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
    background-color: #fff!important;
    opacity: 0.6!important;
}

.swiper-pagination-bullet-active {
    background: #fff!important;
    opacity: 1!important;
}

.swiper-pagination {
    text-align: right!important;
}

.swiper-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 40px;
    text-align: left;
    line-height: 40px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 12px;
}

.news_rigth {
    width: 594px;
} 

.news_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    line-height: 34px;
    border-bottom: 1px solid #EAEAEA;
}

.news_head-txt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    line-height: 34px;
    border-bottom: 1px solid #EAEAEA;
}

.left-con {
    display: block!important;
}

.news_txt {
    position: relative;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    margin-left: 15px;
    width: 40%;
}

.news_txt::before {
    position: absolute;
    top: 5px;
    left: -15px;
    content: '';
    width: 4px;
    height: 24px;
    background-color: #2791E3;
}

.news_more a {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #999999;
}

.news_con-two {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #EAEAEA;
}

.news_a {
    display: flex;
    line-height: 60px;
    align-items: baseline;
}

.news_date {
    width: 60px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #999999;
    background: #EBEBEB;
    border-radius: 10px;
    margin-right: 12px;
}

.news_h2 {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
}

.news_con-two:hover .news_date {
    background-color: #3497E5;
    color: #fff;
}

.news_con-two:hover .news_h2 {
    color: #3497E5;
}

.dq {
    height: 120px;
    margin-top: 40px;
    margin-bottom: 45px;
}

.dq img {
    width: 100%;
    height: 100%;
}

.notice_con {
    display: flex;
    justify-content: space-between;
    /* height: 315px; */
    margin-bottom: 40px;
}

.not_left {
    width: 445px;
    height: 100%;
}

.not_midder {
    width: 445px;
    height: 100%;
}

.not_rigth {
    width: 270px;
    height: 100%;
}

.not-txt {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #EAEAEA;
}

.not-txt:hover .not-h1 {
    color: #3497E5;
}

.not_a {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.not-h1 {
    width: 310px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
}

.not-date {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #999999;
}

.news_video {
    width: 100%;
    height: 258px;
    margin-top: 23px;
}

.not_ent-con {
    width: 270px;
    height: 45px;
    /*height: 66px;*/
    background: url(../../Images/Home/ruk1.png) no-repeat center;
    margin-top: 23px;
}

.ent-two {
    background: url(../../Images/Home/ruk2.png) no-repeat center;
    /*margin-top: 30px;*/
    margin-top: 10px;
}

.ent-three {
    background: url(../../Images/Home/ruk3.png) no-repeat center;
    /*margin-top: 30px;*/
    margin-top: 7px;
}

.not_icon {
    display: flex;
    /*line-height: 66px;*/
    align-items: center;
    height: 100%;
}

.not_icon-one {
    width: 36px;
    height: 39px;
    /*margin: 17px 10px 0 20px;*/
    margin: 0 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .not_icon-one img {
        /*width: 100%;
    height: 100%;*/
        display: block;
        position: relative;
        top: 2px;
    } 

.not_icon-txt {
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
}

.labor {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F5F8FC;
    border: 1px solid #EAEAEA;
    margin-top: 20px;
    display: flex;
}

.labor_a {
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.labor-icon {
    width: 19px;
    height: 20px;
    margin-left: 17px;
    margin-right: 14px;
    margin-top: 4px;
}

.labor-icon img {
    width: 100%;
    height: 100%;
}

.labor-txt {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
}

.not_leader {
    width: 270px;
    height: 412px;
    background: #F5F8FC;
    margin-top: 20px;
}

.not-tep {
    width: 110px;
    height: 148px;
    margin: 0px auto;
    padding-top: 15px;
}

.not-tep img {
    width: 100%;
    height: 100%;
}

.not-name {
    text-align: center;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #115FA7;
    margin-top: 10px;
}

.not-info {
    width: 225px;
    height: 38px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 8px auto 0;
    overflow: hidden; /*文本超出隐藏*/
	display:-webkit-box; /*盒子模型微弹性伸缩模型*/
	-webkit-box-orient: vertical;/*伸缩盒子的子元素垂直排列*/
	-webkit-line-clamp: 2; /*文本显示3行*/
}

.not-hear {
    width: 225px;
    margin: 20px auto 0;
}

.not-hear-one {
    width: 100%;
    height: 44px;
    /* text-align: center; */
    line-height: 44px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    border-top: 1px solid #C0C8D4;
    color: #333333;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.span_one {
    color: #115FA7;
    /*width: 100px;*/
    width:max-content;
    display: block;
    text-align: right;
}

.honor-tus {
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

.swiper-container2 {
    width: 100%!important;
    height: 100%;
}

.swiper-container2 .swiper-wrapper {
    transform: translate3d(-419.429px, 0px, 0px);
}

.swiper-slide2 {
    width: 340px!important;
    height: 250px!important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;

    /* 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;
    transition-property:all;
}

.swiper-slide2 img {
    width: 100%;
    height: 100%;
}

#progressEffect{
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
}

.link-con {
    margin-top: 30px;
}

.link-txt a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-top: 10px;
}

.link-txt a:hover {
    color: #2791E3;
}

.fooer {
    width: 100%;
    height: 168px;
    background-color: #115FA7;
    margin-top: 50px;
}

.fooer-con {
    width: 1133px;
    /* height: 53px; */
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin: 0 auto;
    padding-top: 24px;
}

.fooer-tu {
    width: 80px;
    height: 15px;
    margin: 0 auto;
}

.fooer-tu img {
    width: 100%;
    height: 100%;
}
.swiper-wrapper {
    transition-timing-function:linear!important;
}

/*导航*/



/*img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}*/
/*
a:hover {
    color: #FF8400;
}*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix10:after {
    content: ".";
    display: block;
    height: 10px;
    clear: both;
    visibility: hidden;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.navBar {
    /*width: 1200px;*/
    width: 1310px;
    margin: 0 auto;
    height: 64px;
    line-height: 64px;
    color: #333;
}

.nav {
    position: relative;
    /*width: 980px;*/
    margin: 0 auto;
    font-family: "Microsoft YaHei",SimSun,SimHei;
    font-size: 14px;
    display:flex;
    justify-content:space-between;
}

.nav a {
    color: #fff;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
}

.nav .m {
    /*float: left;*/
    position: relative;
    z-index: 1;
}

.nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #D4D4D4;
    font-size: 12px;
}

.nav h3 a {
    display: block;
    width: 100px;
    text-align: center;
    font-size:20px;
    font-weight: 400;
}

.nav .sub {
    display: none;
    position: absolute;
    left: -14px;
    top: 64px;
    z-index: 2;
    width: 134px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
    z-index: 999;
}

.nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}

.nav .sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0;
    /*height: 28px;*/
    line-height: 28px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.nav .sub li a:hover {
    color: #014380;
}

.nav .block {
    height: 64px;
    width: 100px;
    background: #014380;
    position: absolute;
    left: 0;
    top: 0px;
    overflow: hidden;
}
/*.on {
    height: 64px;
    width: 100px;
    background: #014380;
    position: absolute;
    left: 0;
    top: 0px;
    overflow: hidden;
}*/
.swiper-container {
    z-index:0!important;
}