﻿.header .nav .pnav_icon {
    top: 18vw;
}
.header .nav .nav_list {
    top: calc(18vw + 47px);
}
.ibanner .swiper-container,.ibanner .swiper-container .swiper-slide {
    height: 58.8vw;
}
.ibanner .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.ibanner .swiper-button-prev,.ibanner .swiper-button-next {
    width: 30px;
    height: 40px;
    margin-top: -20px;
}
.ibanner .swiper-button-prev {
    background: url("../img/banner_l.png") center no-repeat;
    left: 0;
    background-size:  contain;
}
.ibanner .swiper-button-next {
    background: url("../img/banner_r.png") center no-repeat;
    right: 0;
    background-size:  contain;
}
.ibanner .swiper-pagination {
    bottom: 18px;
}
.ibanner .swiper-pagination-bullet {
    border-radius:  0;
    width: 24px;
    height: 3px;
    margin: 0 10px;
    background: #fff;
    opacity: 1;
    margin: 0 6px !important;
}
.ibanner .swiper-pagination-bullet-active {
    background: #E76430;
}


.banner_bottom {
    margin-bottom: 8vw;
}
.banner_bottom li {
    width: 25%;
    height: 25vw;
    display:  table;
    box-sizing:  border-box;
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}
.banner_bottom li:nth-child(4n) {
    border-right: 0;
}
.banner_bottom li a {
    text-align: center;
    font-size: 14px;
    color: #5e5e5e;
    display:  table-cell;
    width:  100%;
    height: 100%;
    vertical-align:  middle;
}
.banner_bottom li a i {
    display: block;
    width: 35%;
    height: 10vw;
    margin: 0 auto 6px auto;
    background: url("../img/mi1.png") center no-repeat;
    background-size:  contain;
}
.banner_bottom li.n2 a i {
    background-image: url("../img/i1.png");
}
.banner_bottom li.n3 a i {
    background-image: url("../img/i3.png");
}
.banner_bottom li.n4 a i {
    background-image: url("../img/i4.png");
}
.banner_bottom li.n5 a i {
    background-image: url("../img/mi5.png");
}
.banner_bottom li.n6 a i {
    background-image: url("../img/mi6.png");
}
.banner_bottom li.n7 a i {
    background-image: url("../img/mi7.png");
}
.banner_bottom li.n8 a i {
    background-image: url("../img/mi8.png");
}

.main h3 {
    font-size: 16px;
    color: #0C40AB;
    text-align:  center;
}
.main h3 span {
    position:  relative;
}
.main h3 span:after,.main h3 span:before {
    content: "";
    width: 35px;
    height: 1px;
    background: #0C40AB;
    top: 50%;
    position:  absolute;
}
.main h3 span:before {
    left: -45px;
}
.main h3 span:after {
    right: -45px;
}
.main .more_box a.more {
    text-align: center;
}
.main a.more {
    font-size:  12px;
    color: #3e3e3e;
    border: 1px solid #d2d2d2;
    display:  block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    margin:  0 auto;
}
.main a.more:hover {
    color: #FF7C48;
}

.news {
    margin-bottom: 10vw;
}
.news>ul {
    margin: 6vw 0 3vw 0;
}
.news li {
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
}
.news li .img {
    width: 100%;
    overflow:  hidden;
    position:  relative;
}
.news li .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.news li:hover .img img {
    transform: scale(1.05);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.news li .img span {
    position:  absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background:  #2c5dce;
    display:  block;
    color: #fff;
    font-size:  10px;
    padding: 5px 8px;
}
.news li .con {
    background: #F7F7F7;
    padding: 3% 5%;
    font-size: 12px;
    line-height: 19px;
    color: #6C6C6C;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    box-sizing:  border-box;
}
.news li:hover .con {
    border-color: #2C5DCE;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.news li:hover .con p {
    color: #2C5DCE;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.news li .con p {
    font-size: 16px;
    margin-bottom: 8px;
    color: #1E1E1E;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.entry {
    line-height: 55px;
    height: 55px;
    background: #2c5dce;
    text-align:  center;
}
.entry a {
    color: #fff;
    display: inline-block;
    width: 33.333%;
    line-height: 16px;
    border-left: 1px solid #fff;
    box-sizing:  border-box;
    text-align:  center;
}
.entry a:first-child {
    border-left: 0;
}
.entry a:hover {
    color: #FF7C48;
}
.entry a i {
    padding: 0px 10px;
    background: url("../img/i11.png") 60% 50% no-repeat;
    background-size: 60%;
}


