﻿@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.clear{
    clear:both;
}
.width1180_box_center{
    width: 1180px!important;
    margin: 0 auto;
    padding:50px 0 30px 0 ;
}
.floatBox{
    width: 458px;
    height: 205px;
    border: 1px solid #EDEDED;
    padding: 30px 50px;
    float: left;
    margin-bottom: 20px;
    cursor: pointer;
}
.floatBox:nth-child(odd){
    margin-right: 20px;
}
li.floatBox:hover{
    border: 1px solid #0069FF;
}
.floatBox>h6{
    font-family: 'Source Han Sans CN';
    font-size: 24px;
    color: #333;
}
.floatBox>hr{
    width: 31px;
    border: 1px solid #0069FF;
    margin: 15px 0;
}
.floatBox p,.floatBox .size_14_333{
    font-family: 'Source Han Sans CN';
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.normalBox{
    margin-top: 15px;
}
.normalBox>p:nth-child(1){
    width: 118px;
    height: 38px;
    border: 1px solid #0069FF;
    text-align: center;
    line-height: 40px;
    font-family: 'Source Han Sans CN';
    font-size: 14px;
    color: #0069FF;
    float: left;
    margin-top:40px ;
    cursor: pointer;
}
.normalBox>p:nth-child(2){
    float: right;
}
.normalBox>p:nth-child(2)>img{
    width: 80px;
    height: 80px;
}
.height140{
    height: 140px;
}
.seibold{
    font-family: 'Bahnschrift'!important;
    font-size: 28px!important;
    color: #101B30!important;
    font-weight: bold!important;
    line-height: 70px!important;
}
.caseNavi{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.caseTitle{
    font-size: 20px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.caseTitle>hr{
    width:4px;
    height: 20px;
    border: none;
    background: #0069FF;
    margin-right: 10px;
}
.case_Navi_Ul{
    display: flex;
    justify-items: center;
}
.case_Navi_Ul li{
    cursor: pointer;
    margin-left: 15px;
    font-size: 14px;
    color: #333;
}
.currentCate{
    color: #0069FF!important;
}
.case_Navi_Ul li:hover{
    color: #0069FF!important;
}
.case_content_ul li{
    width: 375px;
    height: 325px;
    overflow: hidden;
    float: left;
    margin-bottom: 45px;
    transition: all 0.5s;
    position: relative;
}
.case_content_ul .case_content_li{
    margin-right: 18px;
}
.case_content_ul a:nth-child(4n)>li{
    margin-right:0;
}

.page {
  line-height: 100%; text-align: center
}
.page a {
  display: inline-block; background: #fff; padding: 10px; font-size: 1.4rem; color: #666; border: #eee 1px solid; border-right: 0px; cursor: pointer; vertical-align: middle
}
.page a:last-child {
  border-right: #eee 1px solid
}
.page a.on {
  text-decoration: underline
}



.caseImg{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}
.case_content_li .caseImg>img{
    width: 100%;
    height: 250px;
    transition: all 0.5s;
}
.masked{
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    background: url("../images/hg.png") no-repeat center;
    background-color: rgba(0,0,0,.3);
    transition: all 0.5s;
    z-index: 100;
    transform: translateY(-250px);
}
.case_content_li>p:nth-child(2){
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.case_content_li>p:nth-child(3){
    font-size: 12px;
    color: #7D7D7D;
}
.case_content{
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0;
}
.case_content>a>p{
    position: absolute;
    top:10px;
    right: -12px;
    width: 60px;
    height: 60px;
    background: url("../images/jt01.png")no-repeat center;
    transition: all 0.6s ease 0s;
    opacity: 0;
}
.case_contents{
    width: 300px;
    padding-left: 10px;
    transition: all 0.6s ease 0s;
}
.case_contents>p:nth-child(1){
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case_contents>p:nth-child(2){
    width: 90%;
    font-size: 12px;
    color: #7D7D7D;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.running{
    width: 100%;
    background: rgba(0,0,0,.06);
    height: 1px;
    border: unset;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
    transform: translateX(-375px);
}
/*.case_content_ul .case_content_li:hover{*/
    /*box-shadow: 0px 12px 64px rgba(0, 0, 0, 0.1);*/
/*}*/
/*.case_content_ul .case_content_li:hover .running{*/
    /*transform: translateX(0);*/
/*}*/
/*.case_content_ul .case_content_li:hover .masked{*/
    /*transform: translateY(0px);*/
/*}*/
/*.case_content_ul .case_content_li:hover .caseImg img{*/
    /*transform: scale(1.1);*/
/*}*/
/*.case_content_ul .case_content_li:hover .case_content a p{*/
    /*opacity: 1;*/
    /*right:0;*/
/*}*/
/*.case_content_ul a:hover>li{*/
    /*transform: translateY(-10px);*/
/*}*/
/*.case_content_ul a:hover>li>p:nth-child(1){*/
    /*box-shadow:rgba(0,0,0,0.3) -2px 10px 30px;//边框阴影*/
/*}*/
.contentInfo{
    min-height: 850px;
    width: 66%;
    padding-right:4%;
    border-right: 1px solid #E7E7E7;
    float: left;
}
.contentInfo>h4{
    font-weight: normal;
    font-size: 26px;
    color: #393939;
}
.contentInfo>p{
    font-size: 12px;
    color: #838383;
    line-height: 70px;
}
.contentInfo>hr{
    width: 100%;
    height: 1px;
    background: #E7E7E7;
    border: unset;
}
.rich_text{
    padding: 20px 0;
}
.rich_text img{
    width: 100%;
	display:block; border:0
}
.right_ul{
    width: 26%;
    padding-left: 3%;
    /*float: right;*/
    position:absolute;
    top: 50px;
    bottom: auto;
    right: 0;
}
.right_uls{
    width: 26%;
    padding-left: 3%;
    float: right;
    opacity: 0;
}
.right_ul>p,.right_uls>p{
    font-size: 20px;
    color: #393939;
    margin-bottom: 20px;
}
.right_ul>a>li.case_content_li,.right_uls>a>li.case_content_li{
    width: 270px;
    margin-bottom: 25px;
}
.right_ul>a>.case_content_li>p:nth-child(1),.right_ul>a>.case_content_li img,
.right_uls>a>.case_content_li>p:nth-child(1),.right_uls>a>.case_content_li img
{
    height: 177px!important;
}
.thumbs-up{
    width: 94px;
    height: 94px;
    margin: 30px auto;
    background:#0069FF;
    position: relative;
}
.thumbs-up:hover{
    background:#0800FB
}
.thumbs-up>img{
    width: 94px;
    height: 94px;
}
.thumbs-up>p{
    width: 94px;
    height: 94px;
    position: absolute;
    top: 0;
    background: url("../images/desc1@3x.png") no-repeat center;
    background-color:#0069FF; ;
    background-size:  96px 96px;
    text-align: center;
    line-height: 94px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}
.consult .node_tite{
    width: 100%;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.capability_overview{
    font-size:18px;
    color: #333;
    line-height: 25px;
    text-align: center;
    margin: 40px 0;
}
.serviceBox{
    margin-top: 50px;
}
.serviceBox li{
    width: 27.5%;
    height: 180px;
    overflow: hidden;
    padding: 40px 2% 30px 2%;
    float: left;
    border: 1px solid #E7E7E7;
    margin-bottom: 20px;
}
.serviceBox li:hover{
    border: 1px solid #0069FF;
}
.serviceBox li:nth-child(3n+2){
    margin: 0px 2% 20px 2%;
}
.serviceBox li>p:nth-child(1),.serviceBox li>p>img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.serviceBox li>p:nth-child(2){
    font-size:22px;
    color: #515151;
    text-align: center;
    line-height: 60px;
}
.serviceBox li>p:nth-child(3){
    font-size:12px;
    color: #515151;
    line-height: 20px;
    text-align: center;
}
.blue_width_all{
    width: 100%;
    height: 630px;
    background: #0069FF;
}
.blue_content_left{
    width: 40%;
    float: left;
    padding-top: 150px;
}
.blue_content_left>p:nth-child(1){
    font-size: 32px;
    color: #fff;
}
.blue_content_left>p:nth-child(2){
    font-size: 16px;
    color: #fff;
    margin: 30px 0;
    line-height: 25px;
}
.blue_content_left>p:nth-child(3){
    width: 178px;
    height: 43px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}
.blue_content_right{
    width: 60%;
    height: 540px;
    float: right;
    display: flex;
    align-items: center;
}
.blue_content_right>img{
    width: 100%;
}
.advantageBox{
    width: 100%;
    margin:50px 0 10px 0 ;
    display: flex;
    justify-content:space-between;
}
.advantageBox>li{
    width: 330px;
}
.advantageBox>li>p:nth-child(1){
    text-align: center;
}
.advantageBox>li>p:nth-child(1),.advantageBox>li>p:nth-child(1)>img{
     height: 60px;
    margin: 0 auto;
}
.advantageBox>li>p:nth-child(2){
    height: 165px;
    overflow: hidden;
    font-size: 16px;
    color: #515151;
    margin-top: 30px;
}
.honorBox{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 50px 0;
}
.honorBox>p{
    font-size: 18px;
    color: #333;
    text-align: center;
}
.honorBox>p>img{
    width: 111px;
    height: 111px;
}
.honorBox>hr{
    width: 1px;
    height: 54px;
    background:#E7E7E7 ;
    border: unset;
}
.display_center{
    display: flex;
    justify-content: center;
}
.display_center>li:nth-child(2){
    margin: 0;
    margin-left: 20px;
}
@media all and (min-width: 1025px) {
    .case_content_ul .case_content_li:hover .running{
        transform: translateX(0);
    }
    .case_content_ul .case_content_li:hover .masked{
        transform: translateY(0px);
    }
    .case_content_ul .case_content_li:hover .caseImg img{
        transform: scale(1.1);
    }
    .case_content_ul .case_content_li:hover .case_content a p{
        opacity: 1;
        right:0;
    }
}
@media all and (max-width: 414px) {
    .case_content_ul li{
        height: 320px;
    }
    .case_content_li .caseImg>img, .masked,.caseImg{
        height: 246px;
    }
}
@media all and (max-width: 375px) {
    .case_content_ul li{
        height: 290px;
    }
    .case_content_li .caseImg>img, .masked,.caseImg{
        height: 215px;
    }
}
@media all and (max-width: 320px) {
    .case_content_ul li{
        height: 275px;
    }
    .case_content_li .caseImg>img, .masked,.caseImg{
        height: 200px;
    }
}






