@charset "utf-8";

.pro-tit > span , .case-con > h4 , .case-list a img , .case-list a h4{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.min-nav-box{
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.min-nav{
    display: table;
    margin: 0 auto;
}
.min-nav > li{
    font-size: 16px;
    color: #262626;
    line-height: 40px;
    float: left;
    padding: 0 70px;
}
.min-nav > li > a{
    padding: 15px 0px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.min-nav > li.selected{

}
.min-nav > li b{
    width: 100%;
    height: 2px;
    background: #e62d4f;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
}
.min-nav > li.selected b{
    display: block;
}
.about-l , .about-r{
    width:50%;
    float: left;
}
.banner-tit.about-tit{
    margin-bottom: 30px;
    position: relative;
    left: 0;
    bottom: 0
}
.banner-tit.about-tit > p.black{
    color: #333;
}
.about-con{
    font-size: 14px;
    color: #504f4f;
    display: block;
    line-height: 30px;
}
.about-r > img{
    padding-left: 30px;
    box-sizing: border-box;
}
.po80{
    overflow: hidden;
    padding: 80px 0;
}
.po50{
    overflow: hidden;
    padding: 50px 0;
}
.about-con > p{
    padding: 15px 0;
}

/* 主要业务 */
.business-box{
    color: #fff;
    width: 100%;
    height: 100%;
    background: url(../../images/web/aboutus02.jpg) no-repeat scroll;
    background-size: cover;
}
.banner-tit.about-tit > p.white{
    color: #fff;
}
.business-option{
    overflow: hidden;
}
.business-option > li{
    width: 340px;
    height: 352px;
    color: #333;
    background-color: #ffffffcf;
    margin: 30px;
    padding: 30px;
    float: left;
}
.business-list > a{
    display: block;
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
}
.business-tit{
    text-align: center;
}
.business-tit > strong{
    font-size: 36px;
    color: #202020;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
.business-tit > span{
    font-size: 24px;
    padding-left: 10px;
    vertical-align: bottom;
}
.business-tit{
    margin-bottom: 20px;
}

/* 理念 */
.linian{
    width: 40%;
    position: relative;
    padding: 40px 0;
    margin-top: 20px;
    display: block;
    float: left;
}
.linian > b{
    width: 30px;
    height: 30px;
    display: block;
    background: url(../../images/web/ab_syh.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.linian > i{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../../images/web/ab_jhk.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: -12px;
    bottom: 47px;
}
.linian > p{
    font-size: 45px;
    color: #333333;
    display: block;
    line-height: 70px;
}
.linian-con{
    width:40%;
    font-size: 14px;
    color: #504f4f;
    display: block;
    line-height: 30px;
    text-align: right;
    float: right;
}
.linian-con > p{
    text-align: justify;
    margin: 25px 0;
}

/* 联系我们 */
.contact-cont {
    position: absolute;
    bottom: 0;
    z-index: 8;
    right: 0;
    background: transparent;
    border-bottom: 950px solid;
    border-color: #ffffff;
    border-color: #ffffff;
    border-left: 350px solid transparent;
    border-right: 0px solid transparent;
    width: 45%;
    transform: translateX(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -ms-transition: all 0.6s cubic-beziercubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    transition-duration: 1.2s;
}
.contact-cont {
    transform: translateX(0);
}
.contact-text {
    /* position: absolute;
    top: 45%;
    z-index: 9;
    width: 25%;
    text-align: right;
    right: 80px;
    transform: translateY(-50%); */
}
.contact-text .title {
    color: #333333;
    margin-bottom: 20px;
    opacity:1;
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    -ms-transition: all 0.6s cubic-beziercubic-bezier(0.77, 0, 0.175, 1) 600ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
    transition-duration: 1.2s;
    height: 60px;
    font-size: 24px;
    position: relative;
    font-weight: normal;
}
.contact-text .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    color: #444444;
    opacity: 1;
    padding-top: 60px;
}
.contact-text .title .line {
    background-color: #e3120b;
    left: 0;
    opacity: 1;
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 700ms;
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 700ms;
    -ms-transition: all 0.6s cubic-beziercubic-bezier(0.77, 0, 0.175, 1) 700ms;
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 700ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 700ms;
    transition-duration: 1.2s;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    width: 100px;
    height: 1px;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -ms-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}
.contact-text .line {
    opacity: 1;
    transform: translateY(0);
    right: 0;
    left: auto;
}
.contact-text .details {
    margin-top:50px;
    font-size: 16px;
    color: #444444;
    color: #444444;
    line-height: 1.8;
}
.ulstyle {
    margin: 0;
    padding: 0px;
    list-style: none;
}
.contact-text li {
    font-size: 14px;
}
.mark, mark {
    padding: .23rem;
    background-color: #f2a654;
    color: #fff;
    border-radius: .143rem;
}
.contact-text .details .mark {
    position: relative;
    margin-bottom: 40px;
    font-size: 12px;
    color: #444444;
    color: #c4c4c4;
    background: transparent;
    padding: 0;
}
.contact-text .details .mark:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #444444;
    background-color: #666666;
    position: absolute;
    right: 0;
    top: 40px;
}
.address{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

/* 咨询 */
.pro-box > li{
    margin: 30px 0;
    background-color: #fff;
    overflow: hidden;
}
.pro-l , .pro-r{
    width: 50%;
}
.redLine{
    width: 40px;
    height: 2px;
    background: #f8152f;
    display: block;
    margin: 10px 0 20px;
}
.pro-tit > span{
    font-size: 24px;
    color: #202020;
    display: block;
    line-height: 40px;
}
.pro-box > li .pro-l:hover .pro-tit > span{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.pro-des{
    font-size: 16px;
    color: #504f4f;
    display: block;
    line-height: 30px;
    margin-top: 30px;
}
.pro-des > p{
    margin: 10px 0;
}
.pro-box{
    padding: 50px 0;
}
.pro-r{
    line-height: 0;
}
.pro-r > img{
    width: 100%;
}
.pro-l{
    padding: 20px 30px;
}

.text-c{
    overflow: hidden;
}
.text-c a , .text-c span{
    padding: 0 10px;
    float: left;
}
/* 经典案例 */
.case-list  li{
    width:50%;
    padding: 0 20px;
    margin-bottom: 40px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.case-list a{
    display: block;
}
.case-list a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.case-list a:hover h4{
    color: #e52e44;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.case-img{
    overflow: hidden;
    display: block;
    position: relative;
}
.case-img img{
    height: 300px;
    width: 100%;
    vertical-align: top;
    display: inline !important;
}
.case-list li:nth-child(2n-1){
    padding-left:0;
}
.case-list li:nth-child(2n){
    padding-right:0;
}
.case-des{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.case-des > p{
    width: 160px;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0px;
    background: #fff;
    font-size: 14px;
    color: #787878;
    display: block;
    line-height: 50px;
    text-align: center;
}
.case-con{
    background-color: #fff;
    padding: 50px 40px;
}
.case-con > h4{
    font-size: 24px;
    color: #000;
    display: block;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-con > p{
    font-size: 14px;
    color: #6a6a6a;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.case-tit{
    font-size: 24px;
    color: #000;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
}
.case-time-box{
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.case-time{
    margin: 0 auto;
    display: table;
    text-align: center;
    
}
.case-time span{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
}
.case-content {
    padding: 50px 0;
    display: block;
    overflow: hidden;
    line-height: 30px;
    color: #484848;
    font-size: 14px;
    text-align: justify;
}
.case-content img {
    width: 100% !important;
    height:  100% !important;
}


/* 新闻 */
.newList{overflow:hidden;}
.newList > li , .newTitle > span , .newList img {
    transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
}
.newList > li{
    width:320px;
    height:196px;
    margin:10px;
    padding:20px 30px;
    background-color:#fff;
    float:left;
    position:relative;
    box-sizing: content-box; 
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.newList > li > a{
    color: #666;
    display:inline-block;
}
.newTitle > h2{
    font-size: 15px;
    margin-bottom: 10px;
    max-height: 42px;
    overflow: hidden;
}
.newTitle > p{
    font-size:13px;
    color:#999;
    line-height:20px;
    padding-top: 10px;
    max-height: 50px;
    overflow: hidden;
}
.newTitle > span{
    position: absolute;
    bottom: 70px;
    display: block;
    font-size: 15px;
    color: #888;
}
.newList img{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 40px;
    bottom: 20px;
}
.newList > li:hover{
    color: #fff;
    background-color:#dddddd;
}
.newList > li:hover h2{
    color:#fff;
}
.newList > li:hover p{
    color:#fff;
}
.newList > li:hover span{
    color:#fff;
    bottom:30px;
}
.newList > li:hover img{
    right: 20px;
}

.contact-main{
    position: relative;
    overflow: hidden;
}

@media (min-width: 1920px){
    .business-option > li{
        width: 373px;
    }
    #dituContent{
        height:800px;
    }
}


/*修改*/
.case-img img{
    height: 260px;
}
.case-con{
    padding: 20px;
}
.case-con > h4{
    font-size: 18px;
    margin-bottom: 0;
}
.pro-box{
    padding:0;
}
.pro-box > li{
    margin:0;
}
.case-des > p{
    height: 40px;
    top: -40px;
}

/* 招聘 */
.biaotitle {
    line-height: 40px;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    border-bottom: solid 1px #ececec;
    background-color: #EEEEEE;
    color: #333;
}
.zhiwei {
    width: 30%;
    float: left;
}
.didian {
    width: 30%;
    float: left;
}
.leibie {
    width: 13%;
    float: left;
}
.renshu {
    width: 13%;
    float: left;
}
.fabushijian {
    width: 14%;
    float: left;
}
.fabulist {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-bottom: solid 1px #ececec;
    color: #666;
}




