﻿body{
    color: #1C1C1B;
}
.ico.active i:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}
.ico.active i:nth-child(2) {
    opacity: 0;
}
.ico.active i:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}
.ico {
    position: relative;
    width: 36px;
    height: 36px;
    z-index: 999999999;
    cursor: pointer;
    display: none;
}
.ico i {
    height: 2px;
    width: 90%;
    background-color: #274585;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ico i:nth-child(1) {
    top: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.ico i:nth-child(2) {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.ico i:nth-child(3) {
    top: 26px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
*{
    box-sizing: border-box !important;
}
header{
    background-color: #ffffff;
    box-shadow: 0px 6px 18px 0px rgba(10, 2, 4, 0.07);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 60px;
    z-index: 99;
    padding-top: 30px;
}
header .Box1500{
    position: relative;
    overflow: initial;
    overflow: inherit;
}
header .lt{
    position: absolute;
    top:0;
    left: 0;
}
header .rt{
    position: absolute;
    top:0;
    right:0;
}
header .ct{
    padding: 0 150px 0 260px;
}
header .ct ul li{
    display: inline-block;
    position: relative;
}
header .ct ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding:  0 3% 0 3%;
    position: relative;
}
header .ct ul a{
    color: #221815;
    font-size: 16px;
    padding:0 16px;
    position: relative;
}
header .ct ul a:after{
    content: '';
    height: 2px;
    width: 0%;
    left: 50%;
    background: #d20a10;
    position: absolute;
    bottom:0;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
header .ct ul li.active a {
    color: #d20a10;
}
header .ct ul li.active a:after{
    width: 100%;
    left: 0;
}
header .ct ul li.active .down a,header .ct ul li.active .downB a{
    color: #221815;
}
header .ct ul li.active .down a:after,header .ct ul li.active .downB a:after{
    width: 0
}
header .ct ul li.active .down a:hover,header .ct ul li.active .downB a:hover{
    color: #d20a10;
}
header .rt .form-control{
    display: inline-block;
    padding: 0 0 0 18px;
    border: none;
    box-shadow:none;
    background: url("/resource/public/pc/images/map.jpg") no-repeat center left 0px;
    font-size: 16px;
    color: #1C1C1B;
}
.down{
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 18px 0px
    rgba(10, 2, 4, 0.07);
    padding: 30px;
    z-index:10;
    line-height: 36px;
    width: 450px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}
.downB{
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 18px 0px
    rgba(10, 2, 4, 0.07);
    padding: 30px;
    z-index:10;
    line-height: 36px;
    width: 210px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}
.downA.active,.downB.active{
    animation: tops 0.6s ease-out;
    -webkit-animation: tops 0.6s ease-out;
}
@keyframes tops{
    0% {
        opacity: 0;
        transform:translateY(50px) translateX(-50%);
        -webkit-transform:translateY(50px) translateX(-50%);
    }
    100%{
        opacity: 1;
        transform:translateY(0) translateX(-50%);
        -webkit-transform:translateY(0) translateX(-50%);
    }
}
.downB a img{
    margin-right: 8px;
    position: relative;
    top:-1px;
}
.downB a{
    font-size: 14px;
    padding: 0 !important;
    text-align: center;
    display: block;
}
.down a{
    font-size: 14px;
    width: 180px;
}
.down .top{
    margin-bottom: 12px;
}
.down .top a{
    background-color: #f5f7fa;
    border-radius: 3px;
    line-height: 38px;
}
.down .top a img{
    margin-right: 8px;
}
.down .top a img:nth-child(2){
    display: none;
}
.down .font14{
    text-align: center;
}
.down .font14 a{
    position: relative;
    width: 146px;
    text-align: left;
    display: inline-block;
    padding: 0 10px;
}
.down .font14 a:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #1C1C1B;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#banner{
    height: 100%;
    position: relative;
}
#banner .imgBg{
    height: 100%;
    position: absolute;
    z-index:2;
    width: 100%;
    top:0;
    left: 0;
}
#banner .BoxTable{
    position: relative;
    z-index:4;
    text-align: left;
    padding-left: 15%;
}
#banner .font70{
    color: #1C1C1B;
    margin-bottom: 20px;
    position: relative;
    font-family: "黑体";
}
#banner .font70 span{
    width: 11px;
    height: 11px;
    background-color: #d20a10;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
}
#banner .font35{
    color: #425177;
    margin-bottom: 3rem;
    font-family: "黑体";
}
#banner a{
    display: inline-block;
    border: solid 1px #bd2223;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #bd2223;
    border-radius: 50%;
}
#banner .dian{
    width: 30px;
    display: inline-block;
    height: 30px;
}
.page0 .vrg{
    position: absolute;
    z-index:9;
    bottom: 0;
    padding: 10px;
    width: 100%;
    left: 0;
}
.page0 .vrg .swiper-pagination{
    position: initial;
    text-align: left;
}
.page0 .vrg .swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border: solid 2px #fff;
    background: rgba(0,0,0,0);
    margin:  0 10px;
}
.page0 .vrg .swiper-pagination .swiper-pagination-bullet-active{
    background: #d20a10;
    border-color: #d20a10;
}
.pagest .fp-tableCell{
    padding-top: 90px;
}
.pagest .col-md-6 ul{
    overflow: hidden;
}
.page1 .col-md-6 ul li{
    width: 33.333%;
    float: left;
    padding: 10px 5%;
}
.page1 .col-md-6 ul li:nth-child(2n + 1){
    transition: all 0.8s ease-in-out;
    transform: translate(0px,-200px);
    -webkit-transform: translate(0px,-200px);
    opacity: 0;
}
.page1 .col-md-6 ul li:nth-child(2n){
    transition: all 0.8s ease-in-out;
    transform: translate(0px,200px);
    -webkit-transform: translate(0px,200px);
    opacity: 0;
}
.page1.active .col-md-6 ul li {
    transition-delay: 0.3s;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    opacity: 1;
}
.page1 .col-md-6 ul li img{height: 88px}
.rtimg img{
    -webkit-transform: rotate(360deg);
    animation: rotation 25s ease-in-out infinite;
    -moz-animation: rotation 25s ease-in-out infinite;
    -webkit-animation: rotation 25s ease-in-out infinite;
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);-ms-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);-ms-transform: rotate(360deg);}
}
@-moz-keyframes rotation{
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);-ms-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);-ms-transform: rotate(360deg);}
}
@-o-keyframes rotation{
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);-ms-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);-ms-transform: rotate(360deg);}
}
@keyframes rotation{
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);-ms-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);-ms-transform: rotate(360deg);}
}
.pagest .col-md-6 .cont{
    text-align: left;
    margin-bottom: 3rem;
}
.pagest .col-md-6 .cont .font42{
    color: #1C1C1B;
    margin-bottom: 10px;
}
.pagest .col-md-6 .cont .font32{
    color: #8193a8;
}
.page1 .col-md-6 ul li p{
    color: #1C1C1B;
    margin-top: 8px;
    height: 44px;
}

.page2 .col-md-6 ul li,.page3 .col-md-6 ul li{
    width: 46%;
    float: left;
    height: 71px;
    margin-bottom: 20px;
    position: relative;
}
.page2 .col-md-6 ul li:nth-child(2n + 1),.page3 .col-md-6 ul li:nth-child(2n + 1){
    transition: all 0.8s ease-in-out;
    transform: translate(0px,200px);
    -webkit-transform: translate(0px,200px);
    opacity: 0;
}
.page2 .col-md-6 ul li:nth-child(2n),.page3 .col-md-6 ul li:nth-child(2n){
    transition: all 0.8s ease-in-out;
    transform: translate(0px,-200px);
    -webkit-transform: translate(0px,-200px);
    opacity: 0;
}
.page2.active .col-md-6 ul li,.page3.active .col-md-6 ul li{
    transition-delay: 0.3s;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    opacity: 1;
}

.page2 .col-md-6 ul li img,.page3 .col-md-6 ul li img{
    margin-right: 12px;
    width: 70px;
}
.cfr{
    display: table;
    height: 100%;
    box-sizing: border-box;
    width: calc(100% - 83px);
}
.cfr p{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 1.5;
    padding: 0 15% 0 0;
}
.page2 .col-md-6 ul li,.page3 .col-md-6 ul li{
    display: flex;
    display: -webkit-flex;
    padding: 0;
}
.footerTop{
    background-color: #25292f;
    padding: 40px 0 30px;
}
.footerTop .cont{
    position: relative;
    padding: 13px 20px;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    float: left;
}
.footerTop .lt{
    width: 50px;
    /*background-color: #1b2026;*/
    border-radius: 5px;
    color: #fff;
    float: left;
    padding: 13px;
    font-size: 18px;
}
.footerTop .container{
    position: relative;
}
#footerTop .font20{
    color: #ffffff;
    margin: 13px 0;
    font-family: PingFang1;
}
#footerTop .imgs{
    height: 50px;
}
.footerTop .per{
    background-image: none;
    color: #fff;
    font-size: 20px;
}
.footerBom{
    background-color: #1b2026;
    padding: 40px 0;
}
.footerBom ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.footerBom ul li a{
    display: block;
    text-align: left;
}
.footerBom ul li a.font18{
    color: #fff;
}
.footerBom ul li a.font14{
    color: rgba(255, 255, 255, 0.2);
    margin-top: 10px;
}
.footerBom .lt{
    width: 60%;
    padding-right: 3%;
    float: left;
}
.footerBom .ct{
    width: 20%;
    float: left;
    text-align: left;
    padding:0 3%;
}
.footerBom .ct .font18{
    color: #fff;
    margin-bottom: 10px;
}
.footerBom .ct img{
    max-width: 120px !important
}
.footerBom .rt{
    width: 20%;
    float: left;
    text-align: left;
    color: #fff;
}
.footerBom .rt .font30{
    margin: 5px 0;
    font-family: ArialMT;
    font-weight: bold;
}
.footerBom .rt .font14{
    font-family: ArialMT;
}
.footerBom .rt button{
    background-color: #da1523;
    border-radius: 3px;
    padding: 6px 20px;
    border: none;
    margin-top: 16px;
}
.footerBom .rt button img{
    margin-right: 8px;
    height: 20px;
}
.footerc{
    background: #1b2026;
    padding: 22px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
}

@-webkit-keyframes scale {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes scale {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.scale {
    -webkit-animation-name: scale;
    animation-name: scale;
}
.html{
    margin-top: 90px;
}
.bannerAll{
    height: 330px;
}
.bannerAll .font35 {
    color: #1C1C1B;
    margin-bottom: 10px;
}
.bannerAll .font14 {
    color: #5f636a;
    width: 50%;
}
.customerSupport .row{
    overflow: hidden;
}
.customerSupport .font30{
    color: #1C1C1B;
    line-height: 1;
    margin-bottom: 20px;
}
.customerSupport .form-group{
    margin-bottom: 14px;
    position: relative;
}
.customerSupport .ders label{
    position: absolute;
    left: 8px;
    top:13px;
    color: #5f636a;
}
.customerSupport .ders .form-control{
    padding-left: 73px;
}
.customerSupport .ders2 .form-control{
    padding-left: 12px;
    text-indent: 5rem;
}
.customerSupport .ders2 label{
    top:7px;
}
.customerSupport .form-group:last-child{
    margin-bottom: 0;
}
.customerSupport .form-group .form-control{
    border-radius: 3px;
    border: solid 1px #dfdfdf;
    height: 45px;
    color: #1C1C1B;
}
.customerSupport .form-group .form-control1{
    height: auto;
}
.customerSupport .form-group .btn{
    background-color: #d30a1d;
    border-radius: 3px;
    border-color: #d30a1d;
    padding: 12px 48px;
    color: #fff;
}
.customerSupport .form-group span{
    color: #aaaaaa;
    margin-left: 15px;
    font-size: 12px;
}
.aboutBanner .swiper-pagination .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border:1px solid #fff;
    opacity:1;
}
.aboutBanner .swiper-pagination .swiper-pagination-bullet-active{
    background-color:rgba(255,255,255,0)
}
.aboutNAV li{
    display: inline-block;
    padding: 0 20px;
}
.aboutNAV{
    border-bottom: solid 1px rgba(193, 202, 209, 0.3);
}
.aboutNAV li a{
    font-size: 16px;
    color: #1C1C1B;
    height: 60px;
    line-height: 60px;
    position: relative;
    /*transition: all 0.6s;*/
    /*-moz-transition: all 0.3s;*/
    /*-webkit-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/

}
.aboutNAV li a:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #d20a10;
    position: absolute;
    left: 0;
    bottom:1px;
    opacity: 0;
}
.aboutNAV li a.active{
    font-size: 17px;
}
.aboutNAV li a.active:after{
    opacity: 1;
}
.Introduction{
    overflow: hidden;
}
.Introduction .font24{
    color: #000000;
}
.Introduction .dian{
    width: 22px;
    height: 4px;
    background-color: #d20a10;
    border-radius: 2px;
    margin: 8px auto 0;
}
.Introduction .cont{
    line-height: 30px;
    letter-spacing: 0px;
    color: #768083;
    margin-top: 20px;
}
.Introduction2{
    background-color: #eef0f4;
}
.title{
    text-align: center;
    margin-bottom: 30px;
}
.title .font24{
    color: #000000;
}
.title .dian{
    width: 22px;
    height: 4px;
    background-color: #d20a10;
    border-radius: 2px;
    margin-top: 8px;
    display: inline-block;
    margin-bottom: 15px;
}
.title p{
    color: #768083;
    line-height: 1.8;
}
.section2 .col-md-4{
    text-align: center;
}
.section2 .col-md-4 .imgss{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: inline-block;
}
.section2 .col-md-4 .font20{
    color: #768083;
    margin: 15px  auto;
}
.section2 .col-md-4 p{
    color: #959595;
    line-height: 1.5;
}
.dangJian .container{
    overflow: hidden;
}
.dangJian div.font16{
    color: #768083;
    line-height: 1.9;
    margin-bottom: 2rem;
}
.dangJian .row{
    text-align: center;
    margin-bottom: 3rem;
}
.dangJian .row img{
    width: 100%;
}
.dangJian .row p{
    color: #768083;
    margin-top: 12px;
}
.dangJian .text-center a{
    background-color: rgba(213, 213, 213, 0.3);
    border-radius: 3px;
    padding: 10px 30px;
    color: #768083;
}
.dangJian .text-center a i{
    margin-left: 5px;
    position: relative;
    top:-1px;
}
.aboutCompany{
    border-bottom: solid 1px rgba(193, 202, 209, 0.3);
}
.aboutCompany ul{
    text-align: center;
    overflow: hidden;
}
.aboutCompany li{
    width: 14.2857%;
    display: inline-block;
}
.aboutCompany li a{
    font-size: 16px;
    color: #1C1C1B;
    padding: 20px 0;
}
.aboutCompany li.active a{
    border-bottom: solid 1px #d20a10;
}
.newsDetails .tit{
    margin-bottom: 1rem;
    position: relative;
}
.newsDetails .tit:after{
    content: '';
    width: 1px;
    height: 100%;
    background: #d20a10;
    position: absolute;
    left: -20px;
    top:0;
}
.newsDetails .tit .font24{
    color: #000000;
    margin-bottom: 6px;
}
.newsDetails .tit .font14{
    color: #1C1C1B;
}
.newsDetails .cont p.font16{
    color: #768083;
}
.newsDetails .cont p.font18{
    color: #151515;
}
.newsDetails .cont{
    border-top: solid 1px rgba(193, 202, 209, 0.3);
    padding: 20px 0;
}
.newsDetails .cont p{
    line-height: 1.9;
    margin-bottom: 18px;
}
.next-pevr{
    background-color: #f6f6f6;
    padding: 20px 30px;
    margin-top: 2rem;
}
.next-pevr li{
    width: 50%;
    float: left;
}
.next-pevr li a{
    color: #757a7b;
}
.next-pevr li span{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    border: solid 1px #c1c1c1;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    color: #c1c1c1;
}
.next-pevr li:last-child{
    text-align: right;
}
.next-pevr li:last-child span{
    margin-left: 10px;
}
.next-pevr li:first-child span{
    margin-right: 10px;
}
.news .container{
    overflow: hidden;
}
.news .swiper-slide a{
    display: block;
}
.news .imgss{
    height: 200px;
    border-radius: 3px;
}
.news .imgss div{
    display: block;
    height: 100%;
}
.news .imgss img{
    display: none;
}
.news .font18{
    color: #000000;
    line-height: 1.5;
    border-bottom: solid 1px #eeeeee;
    padding: 20px 0;
    margin-bottom: 20px;
}
.video-box{
    margin-top: 30px;
}
.video-box video{
    display: block;
    width: 100%;
}
.news .bm .font12{
    color: #d20a10;
    border-radius: 3px;
    border: solid 1px #d20a10;
    padding:3px 5px;
    line-height: 1;
    display: inline-block;
}
.news .bm .font14{
    color: #a2aaad;
    margin-left: 10px;
}
.news2{
    background: #f5f7fa;
}
.news2 li{
    background-color: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 15px;
}
.news2 li a{
    display: block;
    width: 100%;
}
.news2 li .lt{
    width: 70px;
    text-align: center;
    color: #bd2223;
    float: left;
}
.news2 li .rt{
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    float: left;
}
.news2 li .rt .font14{
    color: #1C1C1B;
    border-bottom: solid 1px rgba(181, 181, 181, 0.4);
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.news2 li .rt .font14 span{
    display: none;
    color: #bd2223;
}
.news2 li .rt .font20{
    color: #000000;
    margin-bottom: 2rem;
}
.news2 li .rt p{
    color: #4d6369;
    line-height: 1.6;
    margin: 1rem 0;
}
.news2 li .rt .text-right .font14{
    color: #d20a10;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.news2 li .rt .text-right .font14{
    border:none;
    display: inline-block;
}
.news2 li .rt .text-right .font14 i{
    margin-left: 3px;
}
.news .swiper-pagination{
    display: none;
}
.page{
    text-align: center;
    margin-top: 50px;
}
.page a{
    color: #000000;
    margin: 0 10px;
}
.beds{
    border-bottom: solid 1px #e5e5e5;
    padding: 4rem 0;
}
.beds:last-child{
    border-bottom: none;
}
.beds .font30{
    color: #000000;
    margin-bottom: 1rem;
}
.beds li{
    width: 25%;
    float: left;
    margin-bottom: 12px;
    height: 100px;
    line-height: 100px;
    padding: 10px;
}
.beds li img{max-height: 100%}
.caseFinancial{
    margin-top: 0.5rem;
    padding: 60px 0 0rem;
}
.caseFinancial .font30{
    color: #1C1C1B;
    margin-bottom: 3rem;
}
.caseFinancial .cont{
    width: 385px;
    height: 198px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px
    rgba(72, 72, 72, 0.1);
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: 30px 40px 30px 140px;
    text-align: left;
}
.caseFinancial .cont img{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 24px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.caseFinancial .cont .font24{
    color: #1C1C1B;
    margin-bottom: 10px;
}
.caseFinancial .cont .font14{
    color: #888888;
    white-space: initial;
    white-space: pre-line;
}
.caseFinancial2{
    padding-top: 4rem;
}
.caseFinancial2 .cont{
    padding: 2rem 0 5rem;
    overflow: hidden;
}
.caseFinancial3{
    background-color: #f5f7fa;
}
.caseFinancial3 .container{
    overflow: hidden;
}
.caseFinancial3 .font30{
    color: #1C1C1B;
    margin-bottom: 3rem;
}
.caseFinancial3 .swiper-slide{
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px
    rgba(72, 72, 72, 0.1);
    border-radius: 3px;
    padding: 4% 3%;
    height: 300px;
    /*cursor: pointer;*/
}
.InternetDataProducts .swiper-container .swiper-slide{
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px
    rgba(72, 72, 72, 0.1);
    border-radius: 3px;
    padding: 4% 3%;
    /*cursor: pointer;*/
}
.caseFinancial3 .swiper-slide .font24,.caseFinancial3 .swiper-slide .font20,.InternetDataProducts .swiper-container .swiper-slide .font20{
    color: #1C1C1B;
    margin: 20px auto 5px;
}
.caseFinancial3 .swiper-slide .xian,.InternetDataProducts .swiper-container .swiper-slide .xian{
    width: 21px;
    height: 2px;
    background-color: #d20a10;
    border-radius: 1px;
    display: inline-block;
    margin: 8px auto;
}
.caseFinancial3 .swiper-slide p,.InternetDataProducts .swiper-container .swiper-slide p{
    color: #888888;
    white-space: initial;
    white-space: pre-wrap;
}
.caseFinancial3 .swiper-slide .imgss{
    height: 80px;
}
.caseFinancial3 .swiper-slide .imgss img{
    max-height: 100%;
}
.caseFinancial3 .yswp,.caseFinancial_w .yswp,.InternetDataProducts .yswp{
    background-image: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    border: solid 1px #c1c1c1;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    color: #c1c1c1;
    top: auto;
    bottom:0;
    margin-top: 0;
}
.caseFinancial3 .swiper-button-prev,.caseFinancial_w .swiper-button-prev,.InternetDataProducts .swiper-button-prev{
    left: 50%;
    margin-left: -50px;
}
.caseFinancial3 .swiper-button-next,.caseFinancial_w .swiper-button-next,.InternetDataProducts .swiper-button-next{
    right: 50%;
    margin-right: -50px;
}
.caseFinancial3 .swiper-container,.caseFinancial_w .swiper-container{
    padding-bottom: 50px;
}
.aboutNAV2 li{
    width: 24%;
}
.caseFinancial_s .cont{
    width: 100%;
}
.caseFinancial_w .cont{
    width: 100%;
}
.caseFinancial_w .swiper-slide{
    /*cursor: pointer;*/
}
.InternetDataProducts{
    overflow: hidden;
    padding: 10px 0;
}
.InternetDataProducts .swiper-container .swiper-slide{
    padding: 4% 3%;
}
.InternetDataProducts .swiper-container .swiper-slide .imgss{
    margin-bottom: 15px;
    height: 80px;
    overflow: initial;
}
.caseFinancial3 .swiper-slide .imgss{
    overflow: initial;
}
.InternetDataProducts .swiper-container .swiper-slide .imgss img{
    max-height: 100%;
}
.InternetDataProducts .swiper-container .swiper-slide p{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    word-break: break-all;
    color: #1C1C1B;
    line-height: 1.5;
    height:68px;
    white-space: initial;
    white-space: pre-line;
}
.InternetDataProducts .swiper-container .yswp,
.caseFinancial3 .swiper-container .yswp,
.caseFinancial_w .swiper-container .yswp{
    display: none;
}
.InternetDataProducts.cur .swiper-container .yswp,
.caseFinancial3.cur .swiper-container .yswp,
.caseFinancial_w.cur  .swiper-container .yswp{
    display: block;
}
.InternetDataProducts .swiper-container,
.caseFinancial3 .swiper-container,
.caseFinancial_w .swiper-container{
    padding-bottom: 10px;
}
.InternetDataProducts.cur .swiper-container,
.caseFinancial3.cur .swiper-container,
.caseFinancial_w.cur .swiper-container{
    padding-bottom: 50px;
}


.noHtml{
    text-align: center;
    margin-top: 5%
}
.noHtml button{
    background-color: #da1523;
    border-radius: 3px;
    padding: 8px 30px;
    border: none;
    margin-top: 16px;
    color: #fff

}
/*联系我们*/
.contactUs .cont{
    padding:20px 10%;
}
.contactUs .cont ul{
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 0px
    rgba(83, 93, 115, 0.21);
    padding: 5%;
}
.contactUs  .font24{
    color: #000000;
}
.contactUs  .xian{
    width: 22px;
    height: 4px;
    background-color: #d20a10;
    border-radius: 2px;
    display: inline-block;
    margin: 10px 30px;
}
.contactUs .cont ul .font18{
    margin: 20px auto;
    color: #000;
}
.contactUs .cont ul .font16{
    color: #768083;
}
.contactUs .cont ul .imgs{
    height: 40px;
    line-height: 40px;
}

.contwenzi{
    color: #1C1C1B;
}

.contwenzi p{
    line-height: 2;
    margin-bottom: 10px;
}

header .ct ul li:last-child{display: none}
@media (max-width: 1100px){
    header .ct ul li:last-child{display: block;}
}
pre {
    display: block;
    padding:0;
    margin: 0;
    font-size: inherit;
    font-size: initial;
    line-height: 1.5;
    color: #888;
    word-break: break-all;
    word-wrap: break-word;
    background: none;
    border: none;
    border-radius: 0;
    width: 100%;
}

*{
    box-sizing: border-box !important;
}

/*8月26*/
.login-tab-a{
    height: 430px;
    overflow-y: scroll;
}
.login-tab-a .item p{
    color: 333333;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 14px;
}
.login-tab-a .item{
    display: inline-block;
    width: 212px;
    margin-right: 20px;
}
.login-tab-a .item a{
    display: block;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    border:1px solid #d30a1d;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color:#d30a1d;
}
/*.login-tab-a .item a{
	color: #333333;
}*/
.login-tab-a .item.active,.login-tab-a .item a:hover{
    background-color: #fff;
    border:1px solid #d30a1d;
    color: #d30a1d;
}
.login-tab-a .item.active,.login-tab-a .item a:hover{
    color: #d30a1d;
}
.login-tab-a .item.active .tab-img2,.login-tab-a .item a:hover .tab-img2{
    display: none;
}
.login-tab-a .item.active .tab-img1,.login-tab-a .item a:hover .tab-img1{
    display: block;
}
.login-tab-a .item .tab-img2{
    display: block;

}
.login-tab-a .item img{
    position: absolute;
    right: 20px;
    top:50%;
    margin-top: -9px;
}
.login-tab-a{
    margin-bottom: 30px;
}
.partnerDetail .item{
    margin-bottom: 100px;
    overflow: hidden;
}
.partnerDetail .item .img-box{
    float: left;
    width: 228px;
    height: 126px;
    border:1px solid #e6e6e6;
    margin-right: 30px;
}
.partnerDetail .item .img-box img{
    display: block;
    width: 100%;
    height: 100%;
}
.partnerDetail .item .rt{
    float: left;
    width: 77%;
}
.partnerDetail .item .rt .rt-txt{
    max-height: 260px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    overflow: hidden;
}
.partnerDetail .item .rt .rt-txt.auto{
    /*height: auto;*/
    max-height: initial;
}
.partnerDetail .item .rt .rt-txt h1{
    color: #46494c;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}
.partnerDetail .item .rt .rt-txt p{
    color: #768083;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
}
.partnerDetail .item .rt .getmore{
    color: #007efb;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}
/*边侧导航*/

.right-win{
    position: fixed;
    top: 50%;
    margin-top: -81px;
    right: 10px;
    width: 54px;
    height: 162px;
    z-index: 999;
}

.right-win .wx span,.right-win .email span,.right-win .phone span{
    width: 54px;
    height: 54px;
    display: block;
    background-size: 100% 100% !important;
    cursor: pointer;
    position: relative;
}
.right-win .wx-box{
    position: absolute;
    right: 54px;
    bottom: 0;
    width: 124px;
    height: 124px;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(11,9,17,0.10);
    padding: 10px;
    box-sizing: border-box;
    display: none;
}
.right-win .wx:hover .wx-box{
    display: block;
}
.right-win .wx:hover span{
    background: url(/resource/public/pc/images/rightwin2.png)!important;
    background-size: 100% 100% !important;
}
.right-win .wx .box img{
    display: block;
    width: 100%;
    height: 100%;
}
.right-win .email,.right-win .phone{
    position: relative;
}
.right-win .email-box,.right-win .phone-box{
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(11,9,17,0.10);
    padding: 0 16px;
    font-size: 18px;
    position: absolute;
    right: 54px;
    line-height: 54px;
    bottom: 0;
    display: none;
}
.right-win .phone-box{
    width: 150px;
}
.right-win .email:hover .email-box,.right-win .phone:hover .phone-box{
    display: block;
}
.right-win .email:hover span{
    background: url(/resource/public/pc/images/rightwin4.png)!important;
    background-size: 100% 100% !important;
}
.right-win .phone:hover span{
    background: url(/resource/public/pc/images/rightwin6.png)!important;
    background-size: 100% 100% !important;
}
.swiper-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img{
    display:inline-block;
    border:none;
    max-width:100% !important;
    max-height: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 50%;
}  /* i i s 7 . c o m */