/**/
.news-item .bg{
    position: absolute;
    background-color: #5E88CA;
    z-index: 1;
    transition: all 0.4s ease;
}

.looking-more{
    display: block;
}

/*首页*/
.index-swiper,.index-swiper .swiper-container,.index-swiper .swiper-wrapper,.index-swiper .swiper{
    position: relative;
    width: 100%;
    height: 100%;
}
.index-swiper .swiper{
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.index-swiper .swiper-pagination {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}
.index-swiper .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 0 10px !important;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
}
.index-swiper .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 28px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #fff;
}
:root {
    --swiper-navigation-size: 60px !important;
}
.index-swiper .swiper-button-prev:after, .index-swiper .swiper-button-next:after {
    display: none;
}
.index-swiper:hover .swiper-button-prev:after, .index-swiper:hover .swiper-button-next:after {
    display: flex;
}
.index-swiper .swiper-button-prev, .index-swiper .swiper-container-rtl .swiper-button-next {
    left: 2% !important;
}
.index-swiper .swiper-button-next, .index-swiper .swiper-container-rtl .swiper-button-prev {
    right: 2% !important;
}
.index-swiper .banner-title{
    position: absolute;
    display: none;
    left: 13%;
    top: 30%;
    font-size: 60px;
    line-height: 102px;
    color: #fff;
    font-weight: bolder;
    animation-delay: 0.3s;
}
.index-swiper .banner-title-en{
    position: absolute;
    display: none;
    left: 13%;
    top: 41%;
    font-size: 20px;
	text-transform: uppercase;
    line-height: 36px;
    color: #fff;
    font-weight: bolder;
    animation-delay: 0.6s;
}
.index-swiper .swiper-slide-active .banner-title,.index-swiper .swiper-slide-active .banner-title-en{
    display: block;
}
.home-video{
    position: absolute;
    right: 6%;
    bottom: 16%;
    width: 190px;
    height: 130px;
    cursor: pointer;
    overflow: hidden;
}
.home-video>img{
    width: 100%;
    height: 100%;
}
.home-video .mask{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.home-video .mask img{
    width: 38px;
    height: 38px;
}

/*第二屏*/
.index-page02 .business-box {
    display: flex;
    justify-content: space-between;
}
.index-page02 .business-box .box-left{
    width: 40%;
    padding-top: 12%;
    padding-left: 5%;
}
.index-page02 .business-box .box-right{
    position: relative;
    height: 100vh;
}
.index-page02 .business-box .box-right img{
    max-width: 100%;
    max-height: 100%;
}
.play-video{
    position: absolute;
    top: 49%;
    left: 52%;
    width: 120px;
    height: 120px;
    cursor: pointer;
}
.index-page02 .content{
    max-height: 180px;
    overflow: hidden;
}
.index-page02 .content p{
    font-size: 16px;
    line-height: 36px;
    color: #666;
    text-indent: 2em;
}
.index-page02 .looking-more{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 55px;
}
.index-page02 .looking-more span{
    cursor: pointer;
}
.index-page02 .looking-more span:hover{
    color: #5E88CA;
}
.about-us-menu{
    height: 200px;
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.menu-item{
    width: 100%;
    height: 180px;
    padding: 50px 0;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.6s ease;
}
.menu-item img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.menu-item img:nth-child(1){
    display: block;
}
.menu-item img:nth-child(2){
    display: none;
}
.menu-item:hover{
    box-shadow: inset 60px 60px 300px #219AF6;
    color: #fff;
    height: 200px;
}
.menu-item:hover img:nth-child(1){
    display: none;
}
.menu-item:hover img:nth-child(2){
    display: block;
}

.zh.white,.en.white{
    color: #fff!important;
    font-weight: bold;
}
.zh.white::after{
    background-color: #fff!important;
    font-weight: bold;
}

/*第三屏*/
.index-page03 .business-box{
    position: absolute;
    left: 6%;
    top: 13%;
    z-index: 20;
}
.index-page03 .business-swiper{
    width: 100%;
    height: 100vh;
}
.index-page03 .business-swiper .swiper-pagination{
    display: none;
}
.index-page03 .business-swiper .business-intro{
    position: absolute;
    padding: 32px 80px 30px;
    right: 0;
    bottom: 50%;
    width: 33%;
    background-color: rgba(0,0,0,0.5);
}
.business-swiper .swiper-slide>img{
    height: 100vh;
}
.business-intro .newtitle .zh{
    font-size: 40px;
    line-height: 68px;
}
.business-intro .newtitle .zh::after{
    width: 40px;
}
.business-intro .content{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}
.business-intro .content p{
    text-indent: 2em;
}
.business-intro .looking-more{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.business-intro .looking-more:hover{
    color: #5E88CA;
}
.business-thumb .swiper-mask{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.4);*/
    perspective: unset;
    z-index: 200;
    cursor: pointer;
}
.business-thumb{
    position: absolute;
    right: 200px;
    bottom: 20%;
    width: 580px;
    height: 118px;
    z-index: 10;
}
.business-thumb .swiper-slide{
    border: 3px solid transparent;
    cursor: pointer;
}
.business-thumb .swiper-slide:hover{
    border-color: #5E88CA;
}
.business-thumb .swiper-slide>img{
    max-width: 100%;
}
.business-thumb .swiper-slide-thumb-active{
    border-color: #5E88CA;
}
.business-thumb .swiper-button-prev{
    perspective: unset;
    left: -20px;
}
.business-thumb .swiper-button-next{
    perspective: unset;
    right: -20px;
}
.business-thumb .swiper-button-prev::after,.business-thumb .swiper-button-next::after{
    pointer-events: none;
    content: '';
    width: 40px;
    height: 40px;
    background:url("../images/icon_left.png") no-repeat center/cover;
}
.business-thumb .swiper-button-next::after{
    transform: scale(-1);
}
.business-thumb .swiper-button-prev:hover::after,.business-thumb .swiper-button-next:hover::after{
    content: '';
    width: 40px;
    height: 40px;
    background:url("../images/icon_right.png") no-repeat center/cover;
}
.business-thumb .swiper-button-prev:hover::after{
    transform: scale(-1);
}
.business-thumb .swiper-button-next:hover::after{
    transform: scale(1);
}

/*第四屏*/
.index-page04 .example{
    display: flex;
    flex-wrap: wrap;
}
.example-item{
    position: relative;
    width: calc(100% / 3);
    overflow: hidden;
    cursor: pointer;
}
.example-item>img{
    position: relative;
    width: 100%;
    height: 50vh;
}
.example-item:hover .mask{
    display: block;
}
.example-item .mask{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    padding: 31px 35px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}
.example-item .mask .example-info{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 27px 29px;
    background-color: #5E88CA;
    animation-duration: 0.8s;
}
.example-info .example-box{
    position: relative;
    padding-top: 12.5%;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    text-align: center;
}
.example-box .zh{
    font-size: 50px;
    line-height: 85px;
    font-weight: bold;
    margin-bottom: 10px;
}
.example-box .en{
    font-size: 24px;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.example-box .example-icon{
    position: absolute;
    left: 50%;
    bottom: 15%;
    width: 109px;
    height: 64px;
    transform: translateX(-50%);
}

/*第五屏*/
.index-page05 .news-swiper{
    width: 100%;
    height: 100vh;
}
.news-swiper .swiper-container{
    width: 100%;
    height: 100%;
}
.news-swiper .news-top,.news-swiper .news-bottom{
    width: 100%;
    padding: 0 18.3%;
}
.news-swiper .news-top{
    position: relative;
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10%;
}
.news-box .news-time{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    border: 1px dashed #ccc;
    margin: 0 auto;
}
.news-box .news-title{
    font-size: 24px;
    line-height: 41px;
    color: #000;
    font-weight: bold;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*限制行数*/
    margin-bottom: 8px;
    margin-top: 25px;
}
.news-box .news-content{
    font-size: 16px;
    line-height: 27px;
    color: #666;
    text-indent: 2em;
}
.news-top i{
    position: absolute;
    display: block;
    bottom: 0;
    /*width: 100%;*/
    margin: 0 auto;
    width: 40px;
    height: 3px;
    transform: translateY(50%);
    background-color: #5E88CA;
}
.news-top i::after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -100px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    transform: translate(-50%,50%);
    background-color: transparent;
    transition: all 1s ease;
}
.news-swiper .news-bottom{
    height: 55%;
    padding-top: 5%;
}
.news-bottom .looking-more{
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-top: 45px;
}
.news-swiper .swiper-slide>img{
    display: none;
    width: 100%;
    max-height: 55%;
}
.news-top .news-title,.news-top .news-content{
    display: none;
}
.news-swiper .swiper-slide:hover{
    cursor: pointer;
    background-color: #5E88CA;
}
.news-swiper .swiper-slide:hover>img{
    display: block;
}
.news-swiper .swiper-slide:hover .news-top .news-title,.news-swiper .swiper-slide:hover .news-top .news-content{
    display: -webkit-box;
    color: #fff;
}
.news-swiper .swiper-slide:hover .news-box .news-time{
    color: #fff;
    border-color: #fff;
}
.news-swiper .swiper-slide:hover .news-top{
    border-color: #5E88CA;
}
.news-swiper .swiper-slide:hover .news-top i{
    position: absolute;
    transform: translateY(0);
    background-color: transparent;
}
.news-swiper .swiper-slide:hover .news-top i::after{
    bottom: 0;
    width: 0;
    height: 100px;
    border-top:14px solid transparent;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-bottom:14px solid #fff;
    background-color: transparent;
    transform: translate(-50%,1px);

}
.news-swiper .swiper-slide:hover .news-bottom{
    display: none;
}
.news-swiper .swiper-button-prev,.news-swiper .swiper-button-next{
    width: 48px;
    height: 48px;
    background-color: #f5f5f5;
    border-radius: 50%;
}
.news-swiper .swiper-button-prev::after,.news-swiper .swiper-button-next::after{
    font-size: 26px;
    font-weight: bold;
}
.news-swiper .swiper-button-prev:hover,.news-swiper .swiper-button-next:hover{
    background-color: #5E88CA;
}
.news-swiper .swiper-button-prev:hover::after,.news-swiper .swiper-button-next:hover::after{
    color: #fff;
}
.news-swiper .swiper-button-prev{
    left: auto;
    right: 100px;
    top: 88%;
}
.news-swiper .swiper-button-next{
    right: 40px;
    top: 88%;
}

/*页脚*/
.footer {
    position: relative;
    width: 100%;
    background-color: #333;
}
.mob_footer{
    display: none;
}
.ft_top {
    max-width: 1600px;
    padding: 25px 40px 0 136px;
    /*max-width: 1380px;*/
    margin: 0 auto;
    /*margin: 0 75px 0 52px;*/
    display: flex;
}
.mb_top {
    display: none;
}
.ft_top .ft_top_left {
    width: 76.96%;
    display: flex;
    padding-top: 12px;
}
.ft_top .ft_top_right {
    width: 22.97%;
    min-height: 240px;
    display: flex;
    justify-content: flex-end;
}
.top_left_item:not(:last-child) {
    width: 200px;
}
.top_left_item_name {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.top_left_item_list li a {
    /* display: inline-block; */
    position: relative;
    /*display: block;*/
    line-height: 26px;
    font-size: 12px;
    color: #ccc;
}
.top_left_item_list li a:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: #ccc;
    transform: translateX(-50%);
    transition: width 0.4s ease;
}
.top_left_item_list li a:hover::after {
    /*color: #5E88CA;*/
    width: 100%;
}
.ft_top_right_top {
    /*display: flex;*/
    text-align: center;
}
.ft_top_right_img {
    width: 120px;
    height: 120px;
    /*margin-right: .27rem;*/
}
.ft_top_right_r p {
    margin-bottom: 19px;
    font-size: 12px;
    line-height: 26px;
    color: #ccc;
}
.ft_top_right_bot {
    /*margin-top: .3rem;*/
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    text-align: center;
}
.ft_bot_bg {
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 40px 20px 136px;
    /*background-color: #000000;*/
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-top: 1px solid #707070;
}
.ft_bot {
    /*max-width: 1300px;*/
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ft_bot_left, .ft_bot_right {
    position: relative;
    display: flex;
    align-items: center;
}
.ft_bot_left a{
    position: relative;
    color: #fff;
}
.ft_bot_left a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;

    background-color: #fff;
}
.ft_bot_left a:hover::after{
    width: 100%;
}
.ft_bot_logo {
    width: 50px;
    height: 12px;
    margin: auto 0 auto 26px;
}
.ft_bot_right p {
    font-size: 14px;
    margin-right: 5px;
}
.ft_bot_right_link {
    position: relative;
    width: 205px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px 0 16px;
    display: block;
    color: #000;
    background-color: #fff;
}
.ft_bot_right_link img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.ft_bot_right_select {
    position: relative;
    width: 205px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px 0 16px;
    display: block;
    color: #000;
    background-color: #fff;
    -webkit-appearance: none; /*去掉下拉箭头*/
    appearance: none; /*去掉下拉箭头*/
    cursor: pointer;
}
.ft_bot_right_select option {
    cursor: pointer;
}
.ft_bot_right img {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}
.ft_top_right_bot-info:not(:first-child) {
    margin-top: 30px;
}
.ft_top_right_bot-tit {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.contact-us{
    position: relative;
    width: 100%;
    padding-top: 5%;
    padding-left: 5%;
    height: calc(100vh - 346px);
}
.contact-us .contact-methods{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.contact-methods .contact-item{
    width: 25%;
    padding: 20px 0 30px;
    text-align: center;
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.5s ease;
}
.contact-methods .contact-item:not(:last-child){
    border-right: 1px solid #fff;
}
.contact-item img{
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    transition: transform 0.5s ease;
}
.contact-item:hover{
    background-color: #5E88CA;
    border-right: 1px solid transparent;
}
.contact-item:hover img{
    transform: rotateY(180deg);
}

/*集团概况*/
.about-us{
    padding-left: 96px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
}
.banner{
    position: relative;
    overflow: hidden;
}
.banner .title{
    position: absolute;
    left: 50%;
    top: 30%;
    font-size: 36px;
    line-height: 61px;
    text-align: center;
    transform: translateX(-50%);
    text-transform: uppercase;
}
.banner .title i{
    position: relative;
    display: block;
    width: 50px;
    height: 4px;
    background-color: #fff;
    margin: 10px auto 0;
    animation-duration: 0.8s;
}
.banner .choose{
    position: absolute;
    bottom: 0;
    left: 9%;
}
.banner .choose{
    width: 87%;
    display: flex;
    margin: 0 auto;
    background-color: #fff;
}
.banner .choose-item{
    position: relative;
    display: block;
    flex: 1;
    font-size: 20px;
    line-height: 64px;
    color: #333;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    z-index: 2;
}
.banner .choose-item::after{
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    transform: translate(0,0);
    background-color: #619CE2;
    transition: all 0.5s ease;
    z-index: -1;
}
.banner .choose-item.active,.banner .choose-item:hover{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
}
.banner .choose-item.active::after,.banner .choose-item:hover::after{
    width: 100%;
    height: 100%;
}
.banner .choose-item:not(:last-child){
    border-right: 1px solid #ccc;
}
.about-us .box{
    padding: 70px 0 80px;
    max-width: 1440px;
    margin: 0 auto;
}
.inner-title{
    position: relative;
    margin-bottom: 43px;
}
.inner-title .zh{
    font-size: 36px;
    line-height: 61px;
    color: #333;
    font-weight: bold;
    animation-delay: 150ms;
}
.inner-title .en{
    position: relative;
    padding-bottom: 27px;
    font-size: 26px;
    line-height: 44px;
    color: #5E88CA;
    font-weight: bold;
    text-transform: uppercase;
}
.inner-title::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 25px;
    height: 9px;
    background-color: #5E88CA;
}
.mob-title,.mob-choose{
    display: none;
}
.about-us-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.about-us-content:nth-child(even){
    flex-direction: row-reverse;
}
.about-us-content .intro-image{
    width: 41.67%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 11px;
    overflow: hidden;
}
.about-us-content .intro-image img{
    width: 100%;
    border-radius: 11px;
    overflow: hidden;
}
.about-us-content .intro-page{
    width: 55.55%;
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.about-us-content .intro-page p{
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
    color: #666;
}
.about-us.chairman .about-us-content {
    max-width: 1230px;
}
.about-us.chairman {
    background: url("../images/hui_bg.jpg") no-repeat center/100% 100%;
}
.chairman .about-us-content .intro-page p{
    font-size: 18px;
    margin-bottom: 30px;
}
.chairman .about-us-content .intro-page strong{
    font-size: 50px;
    line-height: 80px;
    color: #333;
    margin-bottom: 20px;
    float: right;
}
.chairman .about-us-content .intro-image{
    width: 400px;
}
.chairman .about-us-content .intro-page{
    width: calc(100% - 460px);
}

/*文章*/
.page-box{
    max-width: 1000px;
    margin: 0 auto;
}
.page-box .page-image{
    width: 82.8%;
    margin: 0 auto 48px;
    padding-left: 16px;
}
.page-box .page-image img{
    width: 100%;
}
.page-box p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin-bottom: 30px;
}
.team .page-box .page-image{
    width: 70%;
}

/*发展历程竖向时间轴*/
.steps{
    position: relative;
    margin: 65px 37px 42px 69px;
    padding: 40px 0 80px;
}
.steps::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #93D0F4;
    z-index: 1;
}
.step{
    width: 100%;
    position: relative;
    display: flex;
    padding-bottom: 25px;
    z-index: 2;
}
.step:nth-child(2n+1){
    justify-content: flex-end;
}
.step:nth-child(2n+2) .step-tit{
    text-align: right;
}
.step-item{
    width: 45.7%;
}
.step-tit{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #5E88CA;
    margin-bottom: 15px;
    /*padding-right: 45px;*/
}
.step-tit::before{
    position: absolute;
    content: '';
    left: 50%;
    top: 14px;
    width: 20px;
    height: 20px;
    transform: translateX(-50%);
    background: url("../images/icon_circle.png") no-repeat center/100% 100%;
    z-index: 2;
}
.step-cont{
    font-size: 16px;
    line-height: 30px;
    min-height: 65px;
    color: #333;
}

.honor-list .choose{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.honor-list .choose .choose-item{
    font-size: 16px;
    line-height: 38px;
    padding: 0 18px;
    color: #5E88CA;
    border: 1px solid #5E88CA;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
}
.honor-list .choose .choose-item.active{
    color: #fff;
    background-color: #5E88CA;
}

.honors{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(calc(100% - 60px)/4) calc(calc(100% - 60px)/4) calc(calc(100% - 60px)/4) calc(calc(100% - 60px)/4);
    grid-template-columns: repeat(4,calc(calc(100% - 60px)/4));
    grid-column-gap: 20px;
}
.honor a{
    display: flex;
    align-items: center;
}
.honor img{
    max-width: 100%;
    max-height: 100%;
}
.honor .honor-name{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
}
.btn_add{display: none;}

/*分页*/
.pagination {
    text-align: center ;
    display: block ;
    margin: 0 auto ;
    padding: 20px 0;
}
.pagination ul {
    font-size: 0;
}
.pagination ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
}
.pagination li a {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: rgba(0,0,0,0.65);
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.15);
    text-align: center;
    display: block;
    min-width: 16px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}
.pagination li a, .pagination li a:visited {
    color: rgba(0,0,0,0.65);
    text-decoration: none;
    background-color: #FFF;
    position: relative;
    z-index: 1;
}
.pagination li a:hover, .pagination li a:active {
    color: #fff;
    background-color: #5E88CA;
    border: 1px solid #5E88CA;
    z-index: 9;
    cursor: pointer;
}
.pagination li a.current-page {
    color: #FFF;
    background-color: #5E88CA;
    border: 1px solid #5E88CA;
    position: relative;
    z-index: 2;
}
.pagination li a {
    margin-right: 8px;
}
.pagination li:first-child a, .pagination li:last-child a {
    position: relative;
    font-size: 0;
}
.pagination li:first-child a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 40%;
    transform: translateY(-50%) rotate(-45deg);
    border-top: 1px solid rgba(0,0,0,0.65);
    border-left: 1px solid rgba(0,0,0,0.65);
}
.pagination li:last-child a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 30%;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom:1px solid rgba(0,0,0,0.65);
    border-right: 1px solid rgba(0,0,0,0.65);
}
.pagination li:first-child:hover a::after {
    border-top:1px solid #fff;
    border-left: 1px solid #fff;
}
.pagination li:last-child:hover a::after {
    border-bottom:1px solid #fff;
    border-right: 1px solid #fff;
}

.only-image{
    width: 60%;
    margin: 0 auto;
}
.only-image img{
    width: 100%;
}

/*新闻列表页*/
.honor-list .box,.news .box,.newsList .box,.technology .box{
    padding-bottom: 0;
}
.news-list{
    display: flex;
    flex-wrap: wrap;
}
.news-list .bg{
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
}
.news-list .news-item{
    display: block;
    width: calc(calc(100% - 60px)/4);
    background-color: #fff;
    margin-bottom: 30px;
}
.news .news-item:not(:nth-child(4n+4)){
    margin-right: 20px;
}
.news-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.news-image img{
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
}
.news-info{
    position: relative;
    height: 165px;
    padding: 15px 12px;
}
.news-title{
    position: relative;
    font-size: 18px;
    line-height: 31px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
    z-index: 2;

}
.news-abstract{
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-bottom: 5px;
    z-index: 2;
}
.news-time{
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    z-index: 2;
}
.news-item:hover{
    cursor: pointer;
}
.news-item:hover .news-image img{
    transform: scale(1.2);
}
/*.news-item:hover .news-info{*/
/*    background-color: #5E88CA;*/
/*}*/
.news-item:hover .news-title{
    color: #fff;
}
.news-item:hover .news-abstract{
    color: #fff;
}
.news-item:hover .news-time{
    color: #fff;
}

/*无图新闻列表*/
.newsList .news-item{
    width: calc(calc(100% - 40px) / 3);
}
.newsList .news-item:not(:nth-child(3n+3)){
    margin-right: 20px;
}
.newsList .news-info{
    height: auto;
    padding: 40px 33px 48px;
}
.newsList .bg{
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
}
.newsList .news-time{
    position: relative;
    font-size: 20px;
    line-height: 34px;
    color: #000;
    font-weight: bold;
    margin-bottom: 16px;
    z-index: 2;
}
.newsList .news-title{
    position: relative;
    font-size: 24px;
    line-height: 41px;
    color: #5E88CA;
    margin-bottom: 30px;
    z-index: 2;
}
.newsList .news-abstract{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    color: #666;
    margin-bottom: 36px;
    text-indent: 2em;
    z-index: 2;
}
.newsList .looking-more{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    z-index: 2;
}
.newsList .looking-more i{
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background:url("../images/icon_arrow_right.png") no-repeat center/100% 100%;
}
.news-item:hover .bg{
    width: 100%;
    height: 100%;
}
.newsList .news-item:hover .looking-more{
    color: #fff;
}
.newsList .news-item:hover .looking-more i{
    background:url("../images/icon_arrow_right_white.png") no-repeat center/100% 100%;
}

/*业务*/
.about-us.business{
    padding-bottom: 0;
}
.business .inner-title{
    margin-bottom: 33px;
}
.business-page{
    animation-delay: 100ms;
}
.business-page p{
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
    color: #666;
}
.title-blue {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 105px;
}
.title-blue .en-tit {
    font-weight: bold;
    color: #5E88CA;
}
.title-blue .zh-tit {
    font-weight: bold;
    color: #333;
}
.en-tit {
    text-transform: uppercase; /*字母大写*/
    margin-bottom: 6px;
}
.zh-tit {
    position: relative;
    display: inline-block;
}
.zh-tit::before {
    content: '';
    position: absolute;
    left: calc(-100% - 2px);
    top: 0;
    width: 142px;
    height: 12px;
    background: url("../images/biao1@2x.png") no-repeat center/100% 100%;
}
.zh-tit::after {
    content: '';
    position: absolute;
    right: calc(-100% - 2px);
    top: 0;
    width: 142px;
    height: 12px;
    background: url("../images/biao1@2x.png") no-repeat center/100% 100%;
    transform: rotate(180deg);
}
.business .example{
    background: url("../images/hui_bg.jpg") no-repeat center/100% 100%;
}
.example .box{
    padding: 60px 0 144px;
}
.case-swiper{
    position: relative;
    padding: 0 66px;
}
.case-swiper .swiper-slide{
    display: block;
}
.case-swiper .swiper-button-prev，.case-swiper .swiper-button-next{
    width: 55px;
    height: 81px;
}
.case-swiper .swiper-button-prev::after,.case-swiper .swiper-button-next::after{
    width: 100%;
    height: 100%;
    content: '';
}
.case-swiper .swiper-button-prev::after{
    background: url("../images/jiantou_left@2x.png") no-repeat center/100% 100%;
}
.case-swiper .swiper-button-next::after{
    background: url("../images/jiantou_right@2x.png") no-repeat center/100% 100%;
}
.case-swiper .case-info{
    padding: 20px 20px 22px;
    background-color: #fff;
}
.case-swiper .case-title{
    font-size: 20px;
    line-height: 36px;
    height: 72px;
    color: #333;
    font-weight: bold;
}
.case-swiper .looking-more{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}
.case-swiper .looking-more i{
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background:url("../images/icon_arrow_right.png") no-repeat center/100% 100%;
}
.case-swiper .swiper-slide{
    cursor: pointer;
}
.case-swiper .case-image{
    overflow: hidden;
    max-height: 215px;
}
.case-swiper .case-image img{
    transition: transform 0.6s ease;
}
.case-swiper .swiper-slide:hover img{
    transform: scale(1.2);
}
.case-swiper .swiper-slide:hover .case-info{
    background-color: #5E88CA;
}
.case-swiper .swiper-slide:hover .case-title{
    color: #fff;
}
.case-swiper .swiper-slide:hover .looking-more{
    color: #fff;
}
.case-swiper .swiper-slide:hover .looking-more i{
    background:url("../images/icon_arrow_right_white.png") no-repeat center/100% 100%;
}
.detail{
    padding-top: 52px;
    padding-bottom: 42px;
}
.detail .box{
    padding: 70px 0 77px 100px;
    background-color: #fff;
}
.detail .detail-top{
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px dashed #999;
}
.detail-top .title{
    font-size: 28px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 16px;
}
.detail-top .title-extra{
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.title-extra .detail-time{
    margin-right: 28px;
}
.detail .detail-content{
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 0;
}
.detail-content p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #666;
    margin-bottom: 30px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.detail-content table{
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.detail-content table p{
    text-indent: 0;
    margin-bottom: 0;
}
.detail-content table td{
    border: 1px solid;
}

.detail-content p img{
    max-width: 800px;
    margin: 0 auto;
}
.detail-content p>img:nth-child(1){
    margin-left: -2em;
}
.detail-content p>span img:nth-child(1){
    margin-left: -2em;
}
.detail-content p img:not(:last-child){
    margin-bottom: 16px;
}
.detail .detail-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 25px 0 62px;
    border-top: 1px dashed #999;
}
.btn_prev,.btn_back,.btn_next{
    border-radius: 4px;
    width: 143px;
    height: 36px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.btn_prev,.btn_next{
    color: #5E88CA;
    background-color: #fff;
    border: 1px solid #5E88CA;
}
.btn_back{
    color: #fff;
    background-color: #5E88CA;
    border: 1px solid #5E88CA;
}
.btn_prev:hover,.btn_next:hover{
    color: #fff;
    background-color: #5E88CA;
}

/*工程案例*/
.technology-item{
    display: flex;
    margin-bottom: 30px;
    overflow: hidden;
}
.technology-item:nth-child(even){
    flex-direction: row-reverse;
}
.technology-item:nth-child(even) .tech-intro>i{
    left: auto;
    right: 0;
}
.technology-item .tech-image{
    width: 50%;
    overflow: hidden;
}
.technology-item .tech-image img{
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
}
.technology-item .tech-intro{
    position: relative;
    width: 50%;
    padding: 35px 118px 110px 72px;
    background-color: #fff;
}
.tech-intro .tech-name{
    font-size: 30px;
    line-height: 51px;
    color: #333;
    font-weight: bold;
    margin-bottom: 52px;
    transition: color 0.6s ease;
}
.tech-intro .tech-info{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;
    height: 90px;
    margin-bottom: 110px;
}
.tech-intro .looking-more{
    position: absolute;
    bottom: 110px;
    left: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background-color: #5E88CA;
    cursor: pointer;
}
.tech-intro .looking-more i{
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/icon_arrow_right_white.png") no-repeat center/100% 100%;
    margin-left: 8px;
}
.technology-item:hover .tech-name{
    color: #5E88CA;
}
.technology-item:hover img{
    transform: scale(1.2);
}
.tech-intro>i{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 10px;
    background-color: #5E88CA;
    transition: width 0.5s ease;
}
.technology-item:hover .tech-intro>i{
    width: 100%;
}
@keyframes moveRight {
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0);
    }
}
.move-right{
    animation-name: moveRight;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

/* job */

.job_row .row {
    /*border-bottom: 1px solid #eee;*/
}

.job_row .row .flex {
    display: flex;
    position: relative;
    padding: 10px 0;
    background: #FCFCFC;
    align-items: center;
    flex-wrap: nowrap;
}
.job_row .row:not(:first-child) .flex {
    border-bottom: 1px solid #C5C2C2;
}

.job_row .row:nth-child(1) .flex {
    background: #5E88CA;
}

.job_row .row:nth-child(1) .flex span {
    font-size: 20px;
    color: #fff;
}

.job_row .row .flex span {
    display: block;
    width: 33%;
    padding: 0 5%;
    color: #333;
    font-size: 18px;
}

.job_row .row .flex .btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    right: 4%;
    cursor: pointer;
}

.job_row .row .flex .btn img{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.job_row .row .flex .btn img:nth-child(2),
.job_row .row.active .flex .btn img:nth-child(1) {
    display: none;
}

.job_row .row.active .flex .btn img:nth-child(2) {
    display: block;
}

.job_row .row .hide {
    display: none;
    padding: 30px 5%;
    background: #fff;
}

.job_row .row .hide .tit {
    font-size: 16px;
    color: #333;
}

.job_row .row .hide p {
    margin: 20px 0;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    text-indent: 0;
}
.job_row .row .hide p span{
    display: inline-block;
    margin-right: 300px;
    line-height: 27px;
    font-size: 16px;
}

.job_row .row .hide p.green,
.job_row .row .hide p.tip {
    color: #5E88CA;
}

.job_row .row .hide p.green {
    margin-top: 50px;
}

/*message*/

#msg_post .flex {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

#msg_post .flex .ipt_wrap {
    display: flex;
    width: 50%;
    padding: 0 40px 0 0;
    margin-bottom: 50px;
}

#msg_post .flex .ipt_wrap.ipt_wrap_sp {
    width: 70%;
}

#msg_post .flex .ipt_wrap:nth-child(2) {
    padding: 0 0 0 40px;
}

#msg_post .flex .ipt_wrap span {
    display: block;
    width: 40px;
    height: 46px;
    margin-right: 18px;
    line-height: 46px;
    font-size: 18px;
    color: #333;
}

#msg_post .flex .ipt_wrap input {
    width: calc(100% - 60px);
    height: 46px;
    padding: 0 10px;
    line-height: 46px;
    border: 1px solid #E2E0E0;
    background: #fff;
    outline: none;
}

#msg_post .flex .ipt_wrap textarea {
    width: calc(100% - 60px);
    height: 250px;
    padding: 10px;
    border: 1px solid #E2E0E0;
    background: #fff;
    resize: none;
    outline: none;
}

#msg_post .submit {
    display: block;
    margin-left: 60px;
    width: 188px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    background: #5E88CA;
    color: #fff;
}

/*地图*/
.contact_bottom{
    width: 100%;
    height: 700px;
    margin: 100px 0 125px;
    display: flex;
    flex-direction: row-reverse;
}
#show_map{
    width: 60%;
    height: 100%;
}
.show_info{
    width: 40%;
    padding: 35px 25px;
    color: #fff;
    background-color: #5E88CA;
}
.info-tit{
    display: flex;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    word-break: keep-all;
}
.ch-tit{
    position: relative;
    padding-bottom: 18px;
    margin-right: 30px;
}
.ch-tit::after{
    position: absolute;
    content: '';
    width: 78px;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: -1px;
}
.info-tit .en-tit{
    padding-bottom: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.show_info .info-cont{
    display: flex;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 12px;
}
.info-cont .info-cont-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 16px;
}
.info-cont .info-cont-icon img{
    max-width: 100%;
    max-height: 100%;
}
.info-title{
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 6px;
}
.info-title span{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
    text-transform: uppercase;
}
.info-item{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.footer .ft_bot_bg .ft_top_right{
    display: none;
}

.mob_show{
    display: none;
}
