@font-face {font-family: "dinbold";
    src: url('../font/dinbold.otf');
}
.dinbold{
    font-family: "dinbold";
}
.w1320{
    width: 1320px;
    margin: 0 auto;
}
.logo_box{
    display: inline-block;
}
.logo_box img{
    vertical-align: middle;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: #fff;
    z-index: 20;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
header .nav_box_pc{
    margin-left: 256px;
}
header .nav_box_pc ul li{
    float: left;
    display: flex;
    align-items: center;
}

header .nav_box_pc ul li a{
    font-size: 20px;
    color: #333333;
}
header .nav_box_pc ul li::after{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E5E5E5;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 35px;
}
header .nav_box_pc ul li.active a{
    color: #084876;
}
header .nav_box_pc ul li:last-child::after{
    display: none;
}
.language {
    position: relative;
    display: inline-block;
    color: #333333;
    font-size: 16px;
}
.language{
    padding:0 20px 0 60px;
}
.language::after{
    content: '';
    
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #333333;
}
.language .sub dd a {
    width: auto;
    display: block;
    height: auto;
    line-height: 45px;
    background: #fff;
    color: #666;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.language .sub {
    position: absolute;
    right: 0;
    min-width: 160px;
    display: none;
    box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
    border-radius: 6px;
}
.language .sub dd:first-of-type a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}
.language .sub dd:last-of-type a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}
.language .sub:after {
    content: '◆';
    position: absolute;
    top: 0;
    width: 0.5rem;
    right: 0;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-top: -10px;
    color: #fff;
    height: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
}
.language:hover .sub {
    display: block;
}
.language .sub dd a:hover {
    background-color: #084876;
    color: #fff;
}
.search_case {
    width: 12%;
    position: relative;
}
.search_case .search_box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    transition: all .3s ease;
}
.sericon{
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
}
.btn_case {
    width: 100%;
    padding-left: calc(100% - 30px);
}
.btn_case button{
    background: transparent;
    border: none;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.btn_case button img{
    display: inline-block;
    vertical-align: middle;
}
.showSearch{
    position: absolute;
    right: 0;
    top: 50%;
    
    transform: translateY(-50%);
    border-radius: 18px;
    border: 2px solid #0a4977;
    height: 36px;
    line-height: 32px;
    background-color: #fff;
    font-size: 0;
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;
    width:0;
}
.showSearch.on{
    opacity: 1;
    z-index: 4;
    width:240px;
}
.search_box .text_search_box input {
    background-color: transparent;
    padding: 0 10px;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    display: block;
    color: #000;
    border: none;
    outline: none;
    box-shadow: 0 0 0 1000px white inset;
    appearance: none;
    border-radius: 18px;
}

.search_box .text_search_box {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 32px;
    opacity: 1;
    transition: opacity 0.2s ease-out 0.3s;
    pointer-events: auto;
    width: calc(100% - 30px);
}
.ind_ban_tex{
    position: absolute;
    max-width:1320px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ind_ban_tex .ind_ban_tex_title{
    font-size: 44px;
    color: #FFFFFF;
    transform: translateY(15px);
    opacity: 0;
}
.ind_ban_tex .ind_ban_tex_title_en{
    font-family: 'dinbold';
    color: rgba(250, 250, 250, 0.6);
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 14px;
    transform: translateY(15px);
    opacity: 0;
}
.ind_ban_tex .ind_ban_tex_info{
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold;
    transform: translateY(15px);
    opacity: 0;
}
.banner .swiper-slide.active .ind_ban_tex_title_en {
    transition: all .5s ease .6s;
    transform: translateY(0);
    opacity: 1;
  }
.banner .swiper-slide.active .ind_ban_tex_info {
    transition: all .5s ease .9s;
    transform: translateY(0);
    opacity: 1;
}
.banner .swiper-slide.active .ind_ban_tex_title {
    transition: all .5s ease .5s;
    transform: translateY(0);
    opacity: 1;
}
.banner .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerControl{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 120px;
    z-index: 2;
}
.bannerControl::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(250, 250, 250, 0.2);
}
.bannerControl .pnctrol{
    display: inline-block;
    vertical-align: top;
}
.bannerControl .pnctrol .prev,.bannerControl .pnctrol .next{
    width: 120px;
    height: 120px;
    line-height: 120px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.bannerControl .pnctrol .prev::before,.bannerControl .pnctrol .next::before{
    content: '';
    position: absolute;
    height: 120px;
    width: 1px;
    background: rgba(250, 250, 250, 0.2);
    left: 0;
    top: 0;
}
.bannerControl .swiper-button-disabled{
    opacity: .5;
}
.banner .swiper-pagination{
    position: relative;
    display: inline-block;
    width: 480px;
    height: 120px;
    line-height: 120px;
    vertical-align: top;
    text-align: left;
    padding-left: 55px;
}
.banner .swiper-pagination::before{
    content: '';
    position: absolute;
    height: 120px;
    width: 1px;
    background: rgba(250, 250, 250, 0.2);
    left: 0;
    top: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all .5s;
    margin-right: 40px;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
}
.banner .ban_tex_more{
    opacity: 0;
    transform: translateX(40px);
}
.banner .ban_tex_more a{
    display: block;
    width: 170px;
    height: 50px;
    background: #084876;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.banner .ban_tex_more img{
    width: 26px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
}
.banner .swiper-slide.active .ban_tex_more {
    transition: all .8s ease 1s;
    transform: translateX(0);
    opacity: 1;
}
.ins1{
    padding: 154px 0;
    background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.inmore a{
    font-size: 15px;
    display: block;
    color: #FFFFFF;
    background: #084876;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.inmore span{
    margin-right: 25px;
    transition: all 1s;
}
.inmore{
    position: relative;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}
.inmore a::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s;
    z-index: -1;
}
/* .inmore a:hover::after{
    width: 300px;
    height: 300px;
    right: -100px;
} */
/* .inmore a:hover{
    background: #fff;
    color: #0a4977;
    font-weight: bold;
} */
/* .inmore a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid #0a4977;
    z-index: 2;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform:translate(-50%,-50%) scale3d(0.6, 0.6, 1);
    transform:translate(-50%,-50%) scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform .8s, opacity 0.3s;
    transition: transform .8s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.inmore a:hover::before{
    -webkit-transform:translate(-50%,-50%) scale3d(1, 1, 1);
    transform:translate(-50%,-50%) scale3d(1, 1, 1);
    opacity: 1;
} */
.inmore a:hover span{
    transform: translateX(10px);
}
.inmore a:hover::after{
    transform: translateX(10px);
}
.ins2{
    font-size: 0;
    overflow: hidden;
}
.ins2>.item{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 350px;
}
.ins2>.item img{
    height: 100%;
    object-fit: cover;
}
.ins2>.item::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2A373F;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
    transition:  all .5s;
}

.ins2>.item .it_box{
    position: absolute;
    bottom: 60px;
    left: 40px;
    z-index: 2;
    transition: all .5s;
    color: #fff;
}
.ins2>.item .it_box .line{
    width: 25px;
    height: 4px;
    background: #FFFFFF;   
    margin-bottom: 36px; 
}
/* .ins2>.item:hover::after{
    opacity: 0;
} */
.ins2>.item:nth-child(7) .it_box{
    color: #333 !important;
}
.ins2>.item:nth-child(7)::after{
    display: none;
}
.ins2>.item:nth-child(7) .it_box>div:nth-child(2){
    font-size: 34px;
}
.ins2>.item:nth-child(7) .it_box>div:nth-child(3){
    font-size: 42px;
    line-height: 40px;
}
.ins2>.item:nth-child(7) .line{
    display: none;
}
.ins2>.item:hover .it_box{
    transform: translateY(-120px);
}
.ins2>.item:nth-child(7) a{
    width: 90px;
    height: 90px;
    background: #084876;
    text-align: center;
    line-height: 90px;
    font-size: 14px;
    color: #fff;   
    position: absolute;
    top: 0;
    right: 0;
}
.swiper-container .active{
    pointer-events: auto !important;
}
.ins3{
    margin-top: 172px;
    position: relative;
}
.ins3 .ins_ban_tex{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40%;
}
.ins3 .inmore a:hover{
    background: #0a4977;
    color: #fff;
    font-weight: normal;
}
.ins3 .inmore a:hover::before{
    display: none;
}
.ins3 .l_item{
    width: 58%;
}
.ins3 .r_item{
    width: 60%;
    height: 790px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.ins3 .r_item .ins3banC{
    font-size: 0;
    position: absolute;
    z-index: 2;
    left: -90px;
    bottom: 0;
}
.ins3 .r_item .ins3banC img{
    display: inline-block;
    vertical-align: middle;
}
.ins3 .r_item .ins3banC .prev,.ins3 .r_item .ins3banC .next{
    width: 90px;
    height: 90px;
    background: #084876;
    text-align: center;
    line-height: 90px;
    outline: none;
    cursor: pointer;
}
.ins3 .r_item .ins3banC .prev:hover,.ins3 .r_item .ins3banC .next:hover{
    background: #f3cf2c;
}
.ins3 .r_item .ins3banC .swiper-button-disabled{
    opacity: .8;
    cursor: not-allowed;
}
.ins3 .r_item .ins3banC .swiper-button-disabled:hover{
    background: #084876;
}
.ins3ban1 .ins_ban_tex>div{
    transform: translateX(20px);
    opacity: 0;
}
.ins3ban1 .swiper-slide.active .ins_ban_tex>div:nth-child(1){
    transition: all .8s ease .5s;
    transform: translateX(0);
    opacity: 1;
}
.ins3ban1 .swiper-slide.active .ins_ban_tex>div:nth-child(2){
    transition: all .8s ease .7s;
    transform: translateX(0);
    opacity: 1;
}
.ins3ban1 .swiper-slide.active .ins_ban_tex>div:nth-child(3){
    transition: all .8s ease .9s;
    transform: translateX(0);
    opacity: 1;
}
.ins3ban1 .swiper-slide.active .ins_ban_tex>div:nth-child(4){
    transition: all .8s ease 1.1s;
    transform: translateX(0);
    opacity: 1;
}
.ins3ban2 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ins4{
    padding: 150px 0;
}
.ins4 .w1320{
    display: flex;
    justify-content: space-between;
}
.ins4 .item{
    position: relative;
    overflow: hidden;
    width: 430px;
    height: 300px;
}
.ins4 .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.1);
    transition: all 3s;
}
.ins4 .item::after{
    content: '';
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2A373F;
    opacity: 0.5;
}
.ins4 .item .textbox{
    position: absolute;
    z-index: 2;
    top:50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.ins4 .item .textbox .dinbold{
    letter-spacing: 4px;
} 
.ins4 .item:hover .textbox{
    transform: translate(-50%,-60%);
}
.ins4 .item:hover img{
    transform: translate(-50%,-50%) scale(1);
}
.footer{
    background: #FAFAFA;
    clear: both;
    display: flex;
}
.footer .fr_item{
    background: #E8EDF1;
    padding: 80px 160px 66px 60px;
    position: relative;
    top: -60px;
    margin-left: auto;
}
.footer .fr_item .cont_way{
    margin-right: 140px;
}
.footer .fr_item .cont_way2{
    display: flex;
    align-items: center;
    margin-top: 120px;
}
.footer .fr_item .cont_way2>a{
    margin-right: 15px;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #DDE2E6;
    border-radius: 50%;
    transition: all .5s;
}
.footer .fr_item .cont_way2>a:last-child{
    margin-right: 0;
}
.footer .fr_item .cont_way2>a:hover{
    background: #084876;
    color: #fff;
}
.footer .fl_item{
    margin-left: 14%;
    margin-top: 60px;
}
.footer .fl_item .r_item{
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.footer .fl_item .r_item::before{
    content: "";
    position:absolute;
    width: 1px;
    height: 22px;
    background: #E6E6E6;
    top:10px;
    left: 0;

}
.ny-banner{
    overflow: hidden;
    position: relative;
}
.ny-banner .ind_ban_tex{
    top: 20%;
    transform: translateX(-50%);
}
.ny-banner .ind_ban_tex .ind_ban_tex_title{
    font-size: 36px;
}
.ny-banner .ind_ban_tex_info{
    font-size: 40px;
}
.ny-banner.go .ind_ban_tex_title_en {
    transition: all .5s ease .6s;
    transform: translateY(0);
    opacity: 1;
  }
.ny-banner.go .ind_ban_tex_info {
    transition: all .5s ease .9s;
    transform: translateY(0);
    opacity: 1;
}

.ny-banner.go .ind_ban_tex_title {
    transition: all .5s ease .5s;
    transform: translateY(0);
    opacity: 1;
}
.bmsg{
    background: #084876;
    padding: 35px 30px 95px 30px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
}
.bmsg::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 54px;
    background: #FFFFFF; 
    bottom: 0;
    left: 30px;   
}
.bd-nav{
    height: 54px;
    position: relative;
}
.bd-nav .mod-tab {
    padding-left: 260px;
    background: #fff;
    left: 0;
    
}
.bd-nav .mod-tab ul{
    font-size: 0;
}
.bd-nav .mod-tab li{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 54px;
    margin-right: 45px;
}
.bd-nav .mod-tab li.active{
    border-bottom: 2px solid #084876;
}
.bus-main .s1{
    padding: 110px 0;
    background: #FBFBFB;
}
.bus-main .s1_box{
    font-size: 0;
    margin-top: 50px;
}
.bus-main .s1_box .item{
    position: relative;
    width: 33.3%;
    display: inline-block;
}
.bus-main .s1_box  .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2A373F;
    opacity: 0.5;
    z-index: 1;
}
.bus-main .s1_box .item .text{
    position: absolute;
    left: 36px;
    bottom: 40px;
    z-index: 2;
    transition: all .5s;
}
.bus-main .s1_box .item:hover .text{
    transform: translateY(-50px);
}
.bus-main .swiper-pagination{
    position: relative;
    bottom: 0;
    margin-top: 30px;
}
.bus-main .swiper-pagination-bullet-active{
    background: #084876;
}
.bus-main .s3{
    background: #FBFBFB;
}
.bus-main .s3 .swiper-slide{
    background: #fff;
    border: 2px solid #F0F0F0;
    box-sizing: border-box;
    height: 140px;
    text-align: center;
    line-height: 140px;
    font-size: 0;
}
.bus-main .s3 .swiper-slide img{
    display: inline-block;
    vertical-align: middle;
    max-height: 99%;
}
.about-main .s1_box2{
    padding: 70px 0;
    background: rgba(8, 72, 118, 0.9);
}
.about-main .s1{
    background: url(../images/building.png) no-repeat right 12% bottom;
}
.about-main .s1_box2 .text{
    line-height: 200px;
    position: relative;
    padding-right: 120px;
}
.about-main .s1_box2 .text::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.about-main .s2 .v-list li{
    font-size: 24px;
    color: #666666;
    line-height: 60px;
    position: relative;
}
.about-main .s2 .v-list li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #084876;
    border-radius: 50%;
    margin-right: 20px;
}


.history-header{ height: 384px; background-size: cover; background-image: url('../images/bg3.jpg'); background-position: center; color: #fff;text-align: center;}
.history-header h2{ text-align: center; font-size: 30px; line-height: 45px; padding-top: 150px; }

.progress-bar{  margin: auto; padding-top: 70px;display: inline-block;}
.progress-bar .node{ width:24px ; height: 24px;  float: left; position: relative; border-radius: 50%; background:rgba(255,255,255,1);cursor: pointer;}
.progress-bar .node .txt{ position: absolute; font-size: 16px; top: -30px; width: 200px; text-align: center; left: 50%;  margin-left: -100px;}
.progress-bar .node .core{ width:18px; height: 18px; position: absolute; top:3px;  left:3px;  border-radius: 50%; }
.progress-bar .node.active .core{  background: #084876;}
.progress-bar .line{ float: left; height: 2px;  background:rgba(255,255,255,1); width:100px; margin-top: 11px;}
.progress-bar .line:last-child{
    display: none;
}

.history-content{color: #5F6464; overflow: hidden;}
.en-us .history-content{
  height: 620px;
}
.history-main{ width: 10000px; position: absolute;}
.history-main-box{ width: 384px; float: left; margin-right: 25px;}
.history-title{ font-size: 34px;; padding-top: 60px; line-height: 36px; padding-bottom: 28px; border-bottom:1px solid #D8D9DC; margin-bottom: 18px;color: #323232;font-weight: bold;}
.history-main-box .li{ line-height: 25px; margin-bottom: 18px; font-size: 14px;}
.history-main-box .li .top{
    font-size: 30px;
    color: #323232;
    font-weight: bold;
    margin-top: 30px;
}
.history-main-box .li .bottom{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-top: 25px;
}

.history-content .mod-con{ position: relative;}
.mod-con{
    width: 1320px;
    margin: 0 auto;
}
.about-main .s3{
    padding-bottom: 120px;
}
.con-main .s1 .citem{
    display: inline-block;
    width: 640px;
}
.con-main .s1 .citem .font{
    padding: 45px 45px 50px;
    background: #FBFBFB;
}
.con-main .s1 .citem .img{
    overflow: hidden;
    height: 380px;
}
.con-main .s1 .citem .img img{
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: all 2s;
}
.con-main .s1 .citem:hover .img img{
    transform: scale(1);
}
.con-main .s1 .citem .font img{
    transition: all 1s;
}
.con-main .s1 .citem:hover .font img{
    transform: translateX(20px);
}
.mod-tab.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
}
.team-main .s1 .l_item{
    padding: 60px 58px 50px 50px;
    background: #FBFBFB;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.team-main .s2 .item{
    display: inline-block;
    vertical-align: top;
    background: #084876;
    box-sizing: border-box;
}
.team-main .s2 .item p{
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.team-main .s2 .item img{
    display: block;
    width: 100%;
    height: 100%;
}
.team-main .s2 .flex{
    display: flex;
    justify-content: space-between;
}
.team-main .s2 .flex .coulom{
    display: flex;
    flex-direction: column;
}
.team-main .s3 .type-box .row {
    width: 100%;
}
.team-main .s3 .type-box .row .item {
    box-sizing: border-box;
    float: left;
    padding: 40px;
    height: 271px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}

.type-box .row .item .title {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.type-box .row .item .mask-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    top: 0;
    left: 0;
    transform: translate(0, 271px);
    transform-origin: bottom;
    transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -webkit-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -moz-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -ms-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -o-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
}
.type-box .row .item .label {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 25px;
    margin-right: 40px;
    position: relative;
    opacity: 0;
    transform: translate(0, 80px);
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    -webkit-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    -moz-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    -ms-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    -o-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.type-box .row-1 .item-1 {
    width: 40%;
    background: url(../images/tpic7.jpg) no-repeat center;
    background-size: cover;
    height: 271px;
    float: left;
    padding: 40px;
}
.type-box .row-1 .item-2 {
    width: 30%;
    background: url(../images/tpic8.jpg) no-repeat center;
    background-size: cover;
    height: 271px;
    float: left;
    padding: 40px;
}
.type-box .row-1 .item-1 .mask-bg {
    background: rgba(0,82,217,1);
}
.type-box .row-1 .item-2 .mask-bg {
    background: #9B26B6;
}

.type-box .row-1 .item-3 {
    width: 30%;
    background: url(../images/tpic9.jpg) no-repeat center;
    background-size: cover;
    height: 271px;
    float: left;
    padding: 40px;
}
.type-box .row-1 .item-3 .mask-bg {
    background: #2299D6;
}
.type-box .row-2 .item-4 {
    width: 30%;
    background: url(../images/tpic10.jpg) no-repeat center;
    background-size: cover;
}
.type-box .row-2 .item-4 .mask-bg {
    background: #00A9CE;
}
.type-box .row-2 .item-5 {
    width: 30%;
    background: url(../images/tpic14.jpg) no-repeat center;
    background-size: cover;
}
.type-box .row-2 .item-5 .mask-bg {
    background: #FF671F;
}
.type-box .row-2 .item-6 {
    width:40%;
    background: url(../images/tpic11.jpg) no-repeat center;
    background-size: cover;
}
.type-box .row-2 .item-6 .mask-bg {
    background: #D72F61;
}
.type-box .row .item:hover .mask-bg {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
}
.type-box .row .item:hover .label {
    opacity: 1;
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
}
.team-main .s4 .item1 .r_item{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FBFBFB;
    padding: 60px 50px 64px;
    box-sizing: border-box;
    width: 630px;
}
.team-main .s4 .item1 .r_item .rtitle{
    width: 140px;
    height: 140px;
    background: #084876;
    position: absolute;  
    bottom: 0;  
    right: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}
.team-main .s4 .item1 .r_item ul li{
    line-height: 40px;
    position: relative;
}
.team-main .s4 .item1 .r_item ul li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #084876;
    border-radius: 50%;
    margin-right: 20px;
}
.team-main .s4 .item1 .r_item .rtitle>div{
    /*letter-spacing: 6px;*/
}
.team-main .s4 .item2 .l_item{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 70px 50px;
    box-sizing: border-box;
    width: 630px;
    background: #FBFBFB;
    z-index: 2;
}
.wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.footer .fr_item .cont_way2>a.icon-weixin{
    position: relative;
}
.footer .fr_item .cont_way2>a.icon-weixin:hover .wechat-qrcode{
    display: block;
}
@media screen and (max-width: 1500px) {
    .about-main .s1{
        background: url(../images/building.png) no-repeat right 0 bottom !important;
        background-size: 50% !important;
    } 
    .footer .fr_item{
        padding: 80px 60px 66px 60px;
    }
}