﻿.shbz{
    height: 90px;
    width: 100%;
}

.sh_img{
    width: 50px;
    float: left
}

.sh_da{
    width: 80%;
    height: 60px;
    float: left;
    margin-left: 20px;
    text-align: left;
}

.sh_bt{
    color: #33B0D4;
    font-size: 15px;
    font-weight:bold;
}

.sh_nr{
    font-size: 15px;
    margin-top: 5px;
}

.cp_img{
    width:300px;
    height: 300px;
    float: left;
    margin-left: 50px;
    transition: all .3s;
}

.cp_img:hover{
    cursor: pointer;
    /*background: #efefef;*/
    -webkit-transform: scale(1.1);
    /*border: 1px solid #ccc;*/
}




/*portfolio.html*/

.zx_da{
    /*border: 1px solid red;*/
    height: 900px;
    min-width: 1150px;
}

.zx_left,.zx_left_1{
    border: 1px solid #CCCCCC;
    width: 540px;
    height: 560px;
    float: left;
}

.zx_left_1{
    border: 0;
    width: 574px;
}

.zx_img_da{
    height: 290px;
}

.zx_img{
    width: 100%;
}

.zx_data{
    width: 481px;
    height: 200px;
    margin: auto;
    margin-top: 60px;
    text-align: left;
}

.zx_data span {
    color: #333333;
    font-size: 18px;
    font-weight:800;
}

.zx_data_nr{
    margin-top: 25px;
    font-size: 13px;
}

.zx_data_nr_1{
    margin-top: 36px;
    font-size: 11px;
    color: #999999;
}


.zx_right,.zx_bottom,.zx_bottom_1{
    border: 1px solid #CCCCCC;
    width: 254px;
    height: 265px;
    float: left;
    margin-left: 30px;
}

.zx_bottom{
    margin-top: 30px;
}

.zx_r_img{
    height: 165px;
}

.zx_r_nr,.zx_r_nr_1{
    margin: 0px 20px;
    font-size: 16px;
    text-align: left;
    font-weight:800;
}

.zx_r_nr_1{
    font-size: 13px;
    font-weight:normal;
    margin-top: 13px;
}

.zx_bottom_1{
    margin: 30px 0px;
}


.zx_left,.zx_right,.zx_bottom,.zx_bottom_1{
    cursor: pointer;
    transition: all .3s;
}

.zx_left:hover{
    /*background: #efefef;*/
    box-shadow: 0px 4px 20px rgba(0,0,0,.3);
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.zx_right:hover{
    /*background: #efefef;*/
    box-shadow: 0px 4px 20px rgba(0,0,0,.3);
    border-radius: 10px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    border: none;
    /*border: 1px solid #ccc;*/
    background: #fff;
}

.zx_bottom:hover{
    /*background: #efefef;*/
    box-shadow: 0px 4px 20px rgba(0,0,0,.3);
    border-radius: 10px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    border: none;
    /*border: 1px solid #ccc;*/
    background: #fff;
}

.zx_bottom_1:hover{
    /*background: #efefef;*/
    box-shadow: 0px 4px 20px rgba(0,0,0,.3);
    border-radius: 10px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    border: none;
    /*border: 1px solid #ccc;*/
    background: #fff;
}


/*case.html*/

.al_da{
    height: 600px;
    margin-top: -150px;
}

.al_img_da,.al_img_da1{
    width: 300px;
    height: 300px;
    float: left;
    margin: 30px 30px;
    transition: all .3s;
    cursor: pointer;
}

.al_img_da1{
    margin-top: 160px;
}

.al_img{
    width: 100%;
}

.al_da div:hover{
    /*background: #efefef;*/
    box-shadow: 0px 4px 20px rgba(0,0,0,.3);
    border-radius: 10px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);

    border: 1px solid #ccc;
    background: #fff;
}

/*anli_data.html*/

.anli_da{
    /*height: 1410px;*/
    background:#F8F8F8 ;
    overflow: hidden;
}


.anli_left{
    /*height: 700px;*/
    width: 650px;
    float: left;
    margin: 50px 30px;
}

.anli_img_da{
    /*height: 417px;*/
    width: 650px;
    margin-top: 30px;
}

.anli_img{
    width: 100%;
}

.anli_right{
    border: 2px;
    border-color: #9C9C9C;
    border-left-style: dotted;
    /*height: 700px;*/
    width: 456px;
    float: left;
    margin: 80px -10px;
    text-align: left;
}

.anli_right h2{
    font-size: 25px;
    margin-left: 30px;
}

.anli_data{
    margin: 30px 30px;
}


/*blog.html*/

.lx_da{
    height: 500px;
}

.lx_gs_da{
    border: 1px solid #9ED6E7;
    width: 321px;
    height: 340px;
    margin: 30px 30px;
    float: left;
    text-align: center;
    font-size: 80px;
    color: #3DAED0;
    transition: all .3s;
    cursor: pointer;
}

.lx_gs_da i {
    margin-top: 50px;
}
.lx_gs_da h2 {
    margin-top: 30px;
}

.lx_gs_da div{
    font-size: 15px;
    width: 230px;
    margin: auto;
    color: #747474;
    margin-top: 30px;
}

.ditu{
    height: 542px;
}

.ditu_img{
    width: 100%;
}

.lx_gs_da:hover{
    /*background: #efefef;*/
    box-shadow: 0px 4px 20px rgba(0,0,0,.3);
    border-radius: 10px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    border: none;
    /*border: 1px solid #ccc;*/
    background: #fff;
}



.csae_img_bt{
    height: 40px;
    background: white;
    opacity: 0.6;
    display: block;
    transition: margin 0.2s;
    color: white;
    line-height: 40px;
}


.al_img_da:hover .csae_img_bt{
    margin: -40px auto;
    background: black;
    color: yellow;
}

.al_img_da1:hover .csae_img_bt{
    margin: -40px auto;
    background: black;
    color: yellow;
}

/*services.html*/



.cp_hc{
    background: white;
    color: white;
    height: 40px;
    transition: margin 0.3s;
    text-align: center;
    opacity: 0.2;
    line-height: 40px;
}

.cp_img:hover .cp_hc{
    margin-top: -40px;
    background: black;

}