@charset "utf-8";

@media screen and (max-width:1840px) {
    .banner .swiper-slide img {
        width: 100%;
        display: block;
    }
}

/*con01*/
.con01 {
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

.con01 .info {
    width: 390px;
    background: #fff;
    padding: 30px 30px;
}

.con01 .info .info_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 12px;
}

.con01 .info .info_tit .title {
    display: flex;
    align-items: center;
}

.con01 .info .info_tit .title .line {
    display: block;
    width: 5px;
    height: 20px;
    background: #ff6536;
    margin-right: 8px;
}

.con01 .info .info_tit .title p {
    font-size: 18px;
    color: #555555;
}

.con01 .info .info_tit .mo {
}

.con01 .info .info_list {
}

.con01 .info .info_list li {
}

.con01 .info .info_list li a {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ededed;
    line-height: 55px;
}

.con01 .info .info_list li:last-child a {
    border-bottom: none;
}

.con01 .info .info_list li a img {
    margin-right: 10px;
}

.con01 .info .info_list li a p {
    font-size: 14px;
    color: #777777;
}

.con01 .info .info_list li:hover a p {
    color: #1e50ae;
}

.con01 .news {
}

.con01 .news .box01 img {
}

.con01 .news .box02 {
    display: flex;
    justify-content: space-between;
}

.con01 .news .box02 .fl {
    background: #1e50ae;
    width: 219px;
    height: 205px;
}

.con01 .news .box02 .fl h4 {
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 65px;
    text-align: center;
}

.con01 .news .box02 .fl .mo img {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

.con01 .news .box02 .fr {
    background-color: #ffffff;
    width: 485px;
}

.con01 .news .box02 .fr ul {
    padding: 20px 30px;
}

.con01 .news .box02 .fr ul li {
}

.con01 .news .box02 .fr ul li a {
    display: flex;
    justify-content: space-between;
    line-height: 55px;
    border-bottom: 1px dashed #ededed;
}

.con01 .news .box02 .fr ul li:last-child a {
    border-bottom: none;
}

.con01 .news .box02 .fr ul li a p {
    font-size: 14px;
    color: #777777;
}

.con01 .news .box02 .fr ul li a  span {
    font-size: 14px;
    color: #999999;
}

.con01 .news .box02 .fr li:hover a p,.con01 .news .box02 .fr li:hover a span {
    color: #1e50ae;
}

/*con2*/
.con2 {
    display: flex;
    justify-content: space-between;
}

.con2 .box1 {
    width: 248px;
}

.con2 .box1 .box1_list {
    width: 100%;
}

.con2 .box1 .box1_list li {
    width: 100%;
    height: 77px;
    margin-bottom: 34.5px;
}

.con2 .box1 .box1_list li:last-child {
    margin-bottom: 0;
}

.con2 .box1 .box1_list li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.con2 .box1 .box1_list li a .img {
}

.con2 .box1 .box1_list li a .img img {
    width: 100%;
    display: block;
}

.con2 .box1 .box1_list li a .nr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.con2 .box1 .box1_list li a .nr h4 {
    font-size: 24px;
    color: #1E50AE;
    font-weight: bold;
    margin-top: 15px;
    padding-right: 15px;
}

.con2 .box1 .box1_list li a .nr p {
    font-size: 12px;
    color: #999999;
    line-height: 25px;
    padding-right: 15px;
    text-transform: uppercase;
}

.con2 .box2 {
    width: 386px;
    padding: 30px 30px;
    background: #fff;
}

.con2 .box2 .box2_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 12px;
}

.con2 .box2 .box2_tit .title {
    display: flex;
    align-items: center;
}

.con2 .box2 .box2_tit .title .line {
    display: block;
    width: 5px;
    height: 20px;
    background: #4ab344;
    margin-right: 8px;
}

.con2 .box2 .box2_tit .title p {
    font-size: 18px;
    color: #555555;
}

.con2 .box2 .box2_tit .mo {
}

.con2 .box2  .img {
}

.con2 .box2  .img img {
    width: 100%;
}

.con2 .box2  .box2_list {
}

.con2 .box2  .box2_list li {
}

.con2 .box2  .box2_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 60px;
    border-bottom: 1px dashed #ededed;
}

.con2 .box2  .box2_list li a img {
    margin-right: 10px;
}

.con2 .box2  .box2_list li a p {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #777777;
}

.con2 .box2  .box2_list li a  span {
    font-size: 14px;
    color: #999999;
}

.con2 .box3 {
    width: 386px;
    padding: 30px 30px;
    background: #fff;
}

.con2 .box3 .box3_tit {
}

.con2 .box3 .box3_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 12px;
}

.con2 .box3 .box3_tit .title {
    display: flex;
    align-items: center;
}

.con2 .box3 .box3_tit .title .line {
    display: block;
    width: 5px;
    height: 20px;
    background: #ed3da1;
    margin-right: 8px;
}

.con2 .box3 .box3_tit .title p {
    font-size: 18px;
    color: #555555;
}

.con2 .box3 .box3_tit .mo {
}

.con2 .box3 .box3_list {
}

.con2 .box3 .box3_list li {
}

.con2 .box3 .box3_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px dashed #ededed;
}

.con2 .box3 .box3_list li a .img {
    width: 133px;
}

.con2 .box3 .box3_list li a .img img {
    width: 100%;
}

.con2 .box3 .box3_list li a .nr {
    width: 224px;
}

.con2 .box3 .box3_list li a .nr h4 {
    color: #777777;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.con2 .box3 .box3_list li a .nr span {
    color: #777;
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
}

.con3 {
    width: 1140px;
    margin: 60px auto;
    padding: 30px 30px;
    background: #fff;
}

.con3 .con3_tit {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.con3 .con3_tit .line {
    display: block;
    width: 5px;
    height: 20px;
    background: #ffc001;
    margin-right: 8px;
}

.con3 .con3_tit p {
    font-size: 18px;
    color: #555555;
}

.con3 .con3_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con3 .con3_list li {
    width: 270px;
    height: 270px;
    margin-bottom: 22px;
}

.con3 .con3_list li a {
    width: 100%;
    display: inline-block;
    position: relative;
}

.con3 .con3_list li a .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.con3 .con3_list li a .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 0.5s;
}
.con3 .con3_list li:hover a .img img{
    transform: scale(1.05);
}
.con3 .con3_list li a p {
    background: rgb(30 80 174/.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.con4 {
    width: 1140px;
    margin: 60px auto;
    padding: 30px 30px;
    background: #fff;
}

.con4 .con4_tit {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.con4 .con4_tit .line {
    display: block;
    width: 5px;
    height: 20px;
    background: #00a0e9;
    margin-right: 8px;
}

.con4 .con4_tit p {
    font-size: 18px;
    color: #555555;
}

.con4 .con4_img {
    display: flex;
    justify-content: space-between;
}

.con4 .con4_img .con4_top {
    width: 456px;
    height: 503px;
    overflow: hidden;
}

.con4 .con4_img .con4_top a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.con4 .con4_img .con4_top a .img {width: 100%;height: 100%;}

.con4 .con4_img .con4_top a .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 0.5s;
    overflow: hidden;
}
.con4 .con4_img .con4_top:hover a .img img{
    transform: scale(1.05);
}
.con4 .con4_img .con4_top a .nr {
    transition: all .35s ease;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.con4 .con4_img .con4_top a:hover .nr {
    display: block;
    transition: all .35s ease;
}

.con4 .con4_img .con4_top a .nr p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 468px;
}

.con4 .con4_img .con4_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 58%;
}

.con4 .con4_img .con4_list li {
    width: 322px;
    height: 241px;
    margin-bottom: 20px;
}
.con4 .con4_img .con4_list li:nth-child(3),.con4 .con4_img .con4_list li:nth-child(4){
    margin-bottom:0;
}
.con4 .con4_img .con4_list li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.con4 .con4_img .con4_list li a .img {overflow: hidden;}

.con4 .con4_img .con4_list li a .img img {
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
}
.con4 .con4_img .con4_list li:hover a .img img{
    transform: scale(1.05);
}
.con4 .con4_img .con4_list li a .nr {
    transition: all .35s ease;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.con4 .con4_img .con4_list li a:hover .nr {
    display: block;
}

.con4 .con4_img .con4_list li a .nr p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 224px;
}





