/*此盒子为了vue*/
.home {
    width: 100%;
    height: 100%;
}
/*此盒子为了初始加载loading显示隐藏*/
.home-box {
    width: 100%;
    height: 100%;
    display: none;
}

/*fullpage*/
.fp-tableCell {
    height: 100%!important;
}
.fp-watermark{
    display: none!important;
}
.fp-table {
    justify-items: auto!important;
}
/*fullpage end*/

/*首页*/
.main-page {
    width: 100%;
    height: 100%;
    background-image: url('../../assets/image/home/homePage/banner1.jpg');
    background-size: 100% 100%;
    position: relative;
}
.main-page-box {
    width: 1560px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.main-page-containt {
    position: absolute;
    top: 277px;
    width: 100%;
}
.main-title {
    width: 100%;
    font-family: AlibabaPuHuiTi-Bold;
    font-weight: bold;
    font-size: 80px;
    color: #FFFFFF;
    line-height: 76px;
    text-align: center;
}
.main-list {
    margin-top: 41.5px;
    display: flex;
}
.main-item {
    margin-left: 43.5px;
}
.main-item:nth-child(1) {
    margin-left: 20.5px;
}
.main-item .img {
    width: 32px;
    height: 32px;
}
.main-item span {
    line-height: 21px;
    height: 21px;
    font-weight: 300;
    font-size: 22px;
    color: #FFFFFF;
    margin-left: 13.5px;
    display: inline-block;
    font-family: AlibabaPuHuiTi-Light;
}
.main-canCat-btn {
    width: 341.95px;
    height: 68.3px;
    background: linear-gradient(268deg, #DD1041, #EF2B70);
    border-radius: 34px;
    margin: 100px auto 0 auto;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 68px;
    font-family: AlibabaPuHuiTi-Regular;
}
.main-page-bottom {
    position: absolute;
    bottom: 0;
    height: 156.5px;
    width: 100%;
    background: #FFFFFF;
}
.main-bottom-list {
    margin: 0 auto;
}
.main-bottom-item {
    margin-right: 187.5px;
}
.main-bottom-item:last-child {
    margin-right: 0;
}
.main-bottom-item:hover .roatImg {
    animation: rotate 2s linear infinite; /* 动画名称 rotate，持续时间 2 秒，匀速，循环 */
}
.main-bottom-item:hover .roatConCat {
    color: #DD1041;
}
.main-bottom-item:hover .el-statistic__content {
    color: #DD1041!important;
}
/* 定义 rotate 动画 */
@keyframes rotate {
    0% {
        transform: rotateY(0deg); /* 初始角度为 0 度 */
    }
    100% {
        transform: rotateY(360deg); /* 结束时角度为 360 度 */
    }
}
.main-icon1 {
    width: 51px;
    height: 46px;
    margin-right: 20.5px;
}
.main-icon2 {
    width: 52.3px;
    height: 52.2px;
    margin-right: 20.5px;
}
.main-icon3 {
    width: 51px;
    height: 51px;
    margin-right: 20.5px;
}
.main-icon4 {
    width: 51.5px;
    height:52px;
    margin-right: 20.5px;
}
.roatConCat {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
}
.main-roatConCat-title span {
    font-family: DIN-Bold;
    font-size: 38px;
    font-weight: bold;
}
.main-roatConCat-title span .el-statistic {
    display: inline-block;
}
.fade {
    transition: opacity 1s ease-in-out;
}
/*首页end*/

/*我的服务*/
.service-page {
    width: 100%;
    height: 100%;
    padding-top: 78px;
    overflow: hidden;
    background: linear-gradient(-32deg, #E6ECFF 0%, #F5FBFF 99%);
}
.service-page-box {
    width: 1560px;
    height: 845px;
    margin: 0 auto;
}
.service-containt {
    width: 100%;
    margin-top: 94px;
}
.service-list {
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
}
.service-item {
    height: 538px;
    margin-right: 22.5px;
    width: calc((100% - 92px) / 5);
    overflow: hidden;
    position: relative;
    border-radius: 22px;
}
.service-item:last-child {
    margin-right: 0;
}
.service-bg-img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}
.service-item:hover .service-bg-img {
    transform: scale(1.5);
}
.service-item:hover .service-modal-text {
     top: 344px;
}
.service-modal-text {
    twidth: calc(100% - 64px);
    top: calc(100% - 58.5px);
    left: 31px;
    transition: 0.5s;
    position: absolute;
}
.service-modal-title {
    line-height: 27px;
    font-weight: bold;
    font-weight: bold;
    margin-bottom: 31.5px;
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 28px;
    color: #FFFFFF;
}
.service-modal-arr {
    position: relative;
}
.service-modal-arr-item {
    font-family: AlibabaPuHuiTi-Light;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
}
/*我的服务 end*/



/*案例展示*/
.case-page {
    width: 100%;
    height: 100%;
    padding-top: 78px;
    overflow: hidden;
    background-color: #ffffff;
}
.case-page-box {
    height: 845px;
    width: 1560px;
    margin: 0 auto;
}
.case-page-box .el-tabs {
    margin-top: 53px;
}
.el-tabs__header {
    margin-bottom: 0;
}
.el-tabs__nav-wrap:after {
    width: 0px!important;
}
.el-tabs__nav-wrap {
    display: flex;
    justify-content: center;
}
.el-tabs__item {
    font-family: AlibabaPuHuiTi-Medium;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
}
.el-tabs__item.is-active {
    color: #E50A33;
}
.el-tabs__item:hover {
    color: #E50A33;
}
.el-tabs__item:nth-child(2) .nav_right_item {
    padding: 0 20px;
}
.el-tabs__active-bar {
    background: #E50A33;
}
.el-tabs__content {
    width: 100%;
    margin-top: 33.5px;
}
.tab-static {
    text-align: center;
}
.tab-static img {
    width: 1309px;
    height: 560px;
    vertical-align: middle;
}
.tab-static .title {
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 19px;
    text-align: center;
}
.tab-banner .el-carousel__item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-banner img {
    width: 1309px;
    height: 560px;
    vertical-align: middle;
}
.tab-banner .banner-title {
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 19px;
    text-align: center;
}
.tab-banner .banner-arrow {
    text-align: center;
    margin-top: 10px;
}
.tab-banner .banner-arrow .arrow-left {
    margin-right: 34.5px;
}
.tab-banner .banner-arrow img {
    width: 8px;
    height: 12px;
}

/*我的优势*/
.advantage-page {
    width: 100%;
    height: 100%;
    padding-top: 78px;
    overflow: hidden;
    background: linear-gradient(-32deg, #E6ECFF 0%, #F5FBFF 99%);
}
.advantage-page-box {
    height: 845px;
    width: 1560px;
    margin: 0 auto;
}
.advantage-containt {
    width: 100%;
    margin-top: 64.5px;
}
.advantage-list {
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
}
.advantage-item {
    margin: 0 30px 28px 0;
    width: 765px;
    padding: 40.5px 65px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border-radius: 5px;
    transition: all 0.6s;
    border-radius: 20px;
}
.advantage-item:nth-child(2n) {
    margin-right: 0;
}
.advantage-item:nth-last-of-type(1) {
    margin-bottom: 0;
}
.advantage-item:nth-last-of-type(2) {
    margin-bottom: 0;
}
.advantage-item:hover {
    box-shadow: 0px 10px 20px 0px rgba(221,235,245);
}
.advantage-item .item-right .title {
    font-family: AlibabaPuHuiTi-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin-bottom: 22.5px;
    line-height: 24px;
}
.advantage-item .item-right .text {
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 26.5px;
    text-align:justify;
    text-justify:inter-ideograph;
}
/*我的优势 end */

/*新闻资讯*/
.news-page {
    width: 100%;
    height: 100%;
    padding-top: 78px;
    overflow: hidden;
    background: linear-gradient(-32deg, #E6ECFF 0%, #F5FBFF 99%);
}
.news-page-box {
    height: 845px;
    width: 1560px;
    margin: 0 auto;
}
.news-containt {
    width: 100%;
    margin-top: 54.5px;
}
.news-list {
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
}
.active-news-item .news-item-content {
     box-shadow: 0px 10px 30px 0px rgba(190,222,255,0.65);
}
.active-news-item .images {
    height: 269px!important;
}
.news-item {
    width: 100%;
    margin-bottom: 28px;
    text-align: left;
}
.news-item-content {
    width: 486px;
    background: #ffffff;
    transition: all .6s;
    border-radius: 20px;
    margin-right: 51px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.news-item-content:last-child {
    margin-right: 0;
}
.news-item-content .images {
    width: 100%;
    height: 0px;
    transition: all .6s;
    vertical-align: middle;
}
.news-item-content .time {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    padding: 0;
    background: rgba(229,10,51,0.75);
    border-radius: 20px 0 20px 0;
}
.news-item-content .item-time {
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 13px;
    margin-top: 27px;
}
.web_news_list_con {
    width: 100%;
    padding: 33.5px 35px 30.5px 28.5px;
}
.web_news_list_con .title {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: AlibabaPuHuiTi-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 23px;

}
.web_news_list_con .text {
    margin-top: 14px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    color: #797979;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
    word-break: normal;
    text-align:justify;
    text-justify:inter-ideograph;
    font-family: AlibabaPuHuiTi-Regular;
}
/*新闻资讯 end*/


/*关于我们*/
.about-page {
    width: 100%;
    height: 100%;
    background-image: url('../../assets/image/home/aboutPage/bg.jpg');
    background-size: 100% 100%;
}
.adout-page-box {
    width: 1560px;
    height: calc(100% - 78px);
    margin: 0 auto;
    position: relative;
}
.adout-page-box .list-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.adout-titl-box {
    color: #000000;
}
.adout-titl-box .title {
    font-weight: 500;
    font-size: 60px;
    height: 56px;
    line-height: 56px;
    font-family: AlibabaPuHuiTi-Medium;
}
.adout-titl-box .title-en {
    font-weight: 400;
    font-size: 24px;
    height: 23px;
    line-height: 23px;
    margin-top: 31px;
    font-family: AlibabaPuHuiTi-Regular;
}

.adout-computey {
    margin-top: 172.5px;
}
.adout-computey .computey-title {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    font-family: AlibabaPuHuiTi-Medium;
}
.adout-computey .computey-desc {
    margin-top: 32px;
    width: 593px;
}
.adout-computey .computey-desc p {
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    text-align:justify;
    text-justify:inter-ideograph;
    margin-bottom: 20px;
}
.adout-adress {
    margin-top: 85.5px;
}
.adout-adress img {
    width: 17.75px;
    height: 22,2px;
    margin-right: 14px;
}
.adout-adress span {
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
/*关于我们 end*/


/*联系我们*/
.cancat-page {
    background-image: url('../../assets/image/home/cancatPage/bg.jpg');
    background-size: 100% 100%;
}
.cancat-page-box {
    width: 1560px;
    height: calc(100% - 78px);
    margin: 0 auto;
    position: relative;
}
.cancat-title-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.cancat-title {
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    height: 56px;
    line-height: 56px;
    font-family: AlibabaPuHuiTi-Medium;
    text-align: center;
}
.cancat-title-en {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    height: 22.5px;
    line-height: 22.5px;
    margin-top: 31.5px;
    font-family: AlibabaPuHuiTi-Regular;
    text-align: center;
}
@media only screen and (min-width: 1921px) {
    .cancat-form {
        margin-top: 87px;
    }
}
.cancat-form {
    width: 100%;
    margin-top: 47px;
}
.cancat-form-box {
    width: 575px;
    height: 595px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    padding: 45px 48px;
}
.cancat-form-title {
    font-weight: 500;
    font-size: 24px;
    color: #FEFEFE;
    text-align: left;
    font-family: AlibabaPuHuiTi-Medium;
}
.cancat-form-text{
    font-weight: 300;
    font-size: 18px;
    color: #FEFEFE;
    text-align: left;
    margin-bottom: 55.5px;
    font-family: AlibabaPuHuiTi-Light;
}
.cancat-username {
    margin: 0 0 19.5px -20px;
}
.cancat-username span {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    font-family: AlibabaPuHuiTi-Regular;
}
.cancat-username .el-input {
    border-radius: 10px;
    opacity: 0.76;
    height: 53px;
    background: transparent;
    margin-left: 10px;
}
.cancat-username .el-input .el-input__wrapper {
    background: transparent;
    border: 1px solid #999999;
    box-shadow: none;
}
.cancat-username .el-input .is-focus {
    border: 1px solid #E50A33;
    box-shadow: none;
}
.cancat-username .el-input .el-input__inner {
    color: #FFFFFF;
    font-weight: 800;
}
.cancat-content {
    margin-bottom: 20px;
}
.cancat-content .el-textarea {
    border-radius: 10px;
    opacity: 0.76;
    background: transparent;
}
.cancat-content .el-textarea .el-textarea__inner {
    color: #FFFFFF;
    font-weight: 800;
    background: transparent;
    height: 161px;
    border: 1px solid #999999;
    box-shadow: none;
}
.cancat-content .el-textarea .is-focus {
    border: 1px solid #E50A33;
    box-shadow: none;
}
.cancat-submit {
    cursor: pointer;
    width: 100%;
    height: 70px;
    background: #E50A33;
    border-radius: 10px;
    font-family: AlibabaPuHuiTi-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #F8F4F7;
}
/*联系我们 end*/


/*公共样式*/
.header-title {
    width: 100%;
}
.header-box {
    width: 100%;
    height: 100%;
}
.header-contint .title {
    text-align: center;
    height: 57px;
    font-family: AlibabaPuHuiTi-Medium;
    font-weight: 500;
    font-size: 60px;
    color: #000000;
    line-height: 57px;
}
.header-contint .text {
    text-align: center;
    height: 24px;
    font-family: AlibabaPuHuiTi-Regular;
    font-weight: 400;
    font-size: 24px;
    color: #010101;
    line-height: 24px;
    margin-top: 31px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.suspension-right {
    width: 55px;
    position: fixed;
    right: 24.5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}
.suspension-right .right1-b1 {
    position: relative;
    width: 54px;
    background: #FFFFFF;
    border-radius: 26px;
    border: 1px solid #B7BCC7;
}
.right1-b2 {
    width: 100%;
    padding: 20px 15px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #B7BCC7;
    height: 65px;
}
.right1-b2:last-child {
    border-bottom: none;
    height: 64px;
}
.right1-b2:hover .right1-b3 {
    width: 136px;
    padding-right: 5px;
}
.right1-b3 {
    width: 0px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 105%;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
    font-family: DIN-Bold;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    background-image: url('../../assets/image/suspensionRight/kuang.png');
    background-size: 100% 100%;

}
.right1-b3 a {
    color: #000000;
}
.right1-b4 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.right1-b4 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
/*公共样式 end*/