.slide {
    width: 100%;
    margin: auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container1 .swiper-slide {
    width: 100%;
    height: 570px;
    position: relative;
}

.swiper-container1 .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 570px;
}


@media screen and (min-width:1680px) {
    .swiper-container1 .swiper-slide {
        height: 740px;
    }

    .swiper-container1 .swiper-slide img {
    height: 740px
    }
}
.wrap-box-odd{
    background-color: #F5F5F5;
    padding-bottom:20px;
}
.wrap-box-eve{
padding-bottom:30px;
}
.title-group{
    text-align: center;
    font-size: 30px;
    line-height: 27px;
    padding-top:40px;
}
.title-group img{
    width: 31px;
    height:27px;
}
.en-title{
    text-align: center;
    font-size: 30px;
    color: #e5e5e5;
    margin-top:12px;
}
.content-wrap{
    padding: 40px 0 0 0;
}
.content-l{
    width: 260px;
    height: 650px;
    border-radius: 8px;
    background: url(../img/p-bdg@2x.png)#fff no-repeat left bottom;
    background-size: 100%;
}
.content-l li {
    width: 100%;
    height: 68px;
    font-size: 16px;
    line-height: 68px;
    text-align: center;
    border-bottom: 1px dashed #2e92f0;
}
.content-l li a{
    display: block;
    color: #333;
    height: 68px;
}
.content-l .fist-li a {
    background-color: #2e92f0;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.content-l a:hover {
    background-color: #2e92f0;
    color: #fff;
}
.company-tel {
    font-size: 24px;
    font-weight: bold;
    color: #35a9e8;
    text-align: center;
    margin-top: 10px;
}
.content-r{
    width: 900px;
    height:710px;
}
.content-r .p-top-img{
    width: 100%;
    height: 440px;
    background-color: #fff;
    text-align: center; 
    padding-top:20px;
}
.content-r .p-top-img a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition-timing-function: ease-out;
    transition-duration: .3s;
}

.content-r .p-top-img a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*Ìí¼Ó*/
.p-top-img .p-bottom-text {
    margin-top: 30px;
}
.content-r .p-top-img img {
    width: 660px;
    height: 340px;
}
.p-bottom-img {
    height: 244px;
    margin-top: 6px;
}
.p-bottom-img ul{
    width: 100%;
    height: 244px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.p-bottom-img ul li{
    width: 296px;
    height:244px;
    background-color: #fff;
    position: relative;
}
.p-bottom-img ul li>a{
    width: 100%;
    height:204px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.p-bottom-text {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    color: #333;
}
.p-bottom-text>a{
    color: #333;
    display:block;
}
.p-bottom-img ul li>a img{
    transition-timing-function: ease-out;
    transition-duration: .3s;
    width: 230px;
    height: 152px;
}

.p-bottom-img ul li:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.p-mask{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color: rgba(0,0,0,.05);
    display: none;
    padding: 3px;
}
.p-bottom-img ul li:hover .p-mask{
    display: block;
}
.p-mask > .frame {
    height: 100%;
    border: 1px solid #3BA3A4;
}
.p-mask a{
    height:100%;
    display: block;
    text-align: center;
}
.p-mask a>div{
    display: inline-block;
    margin-top:73px;
    color:#fff;
    font-size: 14px;
}
.more-ch {
    line-height: 30px;
    border: 1px solid #fff;
    width: 160px;
    height: 32px;
    margin-top: 4px;
}
.intro-box{
    margin-top:32px;
}
.intro-l{
    width: 420px;
    height: 390px;
    font-size: 14px;
    color: #333;
    position: relative;
}
.intro-l > h3 {
    font-size: 24px;
    color: #3189ed;
    font-weight: bold;
}
.detail-text{
    margin-top:38px;
    line-height:24px;
    text-indent: 2em;
    max-height: 260px;
    overflow: hidden;
}
.intro-more {
   position: absolute;
   bottom:0;
   right: 0;
}
.intro-more a {
    display: block;
    width: 120px;
    height: 32px;
    background: #3189ed;
    border-radius: 8px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.intro-more a:hover {
    opacity: 0.7
}
.company-intr-r img{
    width: 740px;
    height: 390px;
}
.intro-list-wrap ul li {
    position: relative;
    width: 25%;
    float: left;
    padding: 0 8px;
}

.intro-list-wrap ul li a {
    display: block;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}


.cover-img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    color: #333;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-background img {
    width: 55px;
    height: 55px;
}

.vertical-align-middle {
    display: inline-block;
    max-width: 100%;
}

.overlay-background h4 {
    margin-top: 10px;
    font-size: 24px;
}
.intro-list-wrap ul .cover-img {
    transition-timing-function: ease-out;
    transition-duration: .3s;
}

.intro-list-wrap ul li:hover .cover-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.intro-list-wrap ul li:hover h4 {
    opacity: 0.7;
}

.news-nav{
    margin-bottom:24px;
}
.news-nav ul>li{
    float: left;
    width: 88px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    padding: 9px 0;
    border-bottom: 2px solid #fff;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
}
.news-nav ul > li:hover {
    color: #3189ed;
}
.news-nav ul > li.news-active {
    border-color: #3189ed;
    color: #3189ed;
}
.news-img-l {
    width: 540px;
}
.news-img-l .img-thumbnail{
    width: 540px;
    height: 370px;
}
.news-l-text{
    margin-top:30px;
    color: #333;
}

.news-l-text a:hover h3 {
    color: #3189ed;
}
.news-l-text a:hover div {
    color: #3189ed;
}
.news-l-text h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #333;
}
.news-l-text div{
    font-size: 14px;
    height:96px;
    line-height: 24px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top:14px;
    color: #333;
}
.news-one{
    position: relative;
}
.news-one span {
    display: block;
    padding: 10px 15px;
    color: #FFFFFF;
    background: #3189ed;
    font-size: 14px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.news-list-wrap{
    width: 647px;
}
.news-list-wrap li{
    background-color:#fff;
    padding: 16px;
    margin-bottom:16px;
    border: 1px solid transparent;
}
.news-list-wrap li:hover {
    border: 1px solid #3189ed;
}
.news-list-wrap li:last-child{
    margin-bottom: 0;
}
.news-list-wrap a {
    display: block;
    position: relative;
    transition: all .2s;
}
.news-time {
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #3189ed;
    padding: 8px;
}
.news-time .date{
    font-size: 30px;
    line-height: 36px;
   margin-bottom:2px;
}
.info{
    width: 520px;
}
.info h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.info p{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case-wrap {
    margin-top: 40px;
    margin-left: 15px;
}
.swiper-img {
    width: 242px;
    height: 152px;
    border: 1px solid #eaeaea;
}
.swiper-container2 img{
    width: 240px;
    height: 150px;
}
.swiper-container2 .swiper-slide span {
    width: 242px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-top: 20px;
}
.swiper-container2 .swiper-slide:hover .swiper-img {
    border: 1px solid #3189ed;
}
