.img_wra {
    width: 100%;
    margin-top: 100px;
}

.img_wra img {
    width: 100%;
}

.menu_left_ul {
    width: 100%;
    position: relative;
    top: -68px;
}

.menu_left_ul .top_title {
    height: 68px;
    text-align: center;
    line-height: 68px;
    background: #0995ea;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.menu_left_ul li {
    background: #ededed;
    list-style: none;
    line-height: 44px;
    text-align: center;
}

.menu_left_ul li.top_title a {
    font-size: 20px;
    color: #fff;
}

.menu_left_ul li a {
    font-size: 15px;
    color: #5b5b5b;
}

.menu_left_ul li:hover,
.menu_left_ul li.hover {
    background: #66c5ff;
}

.phone {
    border: 1px solid #dedede;
    position: relative;
    top: -58px;
    border-bottom: 2px solid #0861a3;
}

.phone_top {
    background: url(../image/img11.jpg) no-repeat center;
    background-size: cover;
    padding-top: 25px;
    padding-left: 15px;
    border-bottom: 1px solid #dedede;
    min-height: 150px;
}

.phone .h3_a {
    font-size: 16px;
    color: #0861a3;
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: bold;
}

.phone_top p,
.phone_bottom a {
    font-size: 12px;
    color: #868686;
}

.phone_bottom {
    padding-top: 25px;
    padding-left: 40px;
}

.phone .h3_a {
    font-size: 16px;
    color: #0861a3;
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: bold;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.road,
.road_ul li a {
    font-size: 12px;
    color: #959595;
    line-height: 44px;
}

.road {
    float: left;
}

.road_ul {
    float: left;
    line-height: 44px;
}

.title_pro {
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
    clear: both;
}

.new {
    padding: 20px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.new_title {
    font-size: 15px;
    color: #000;
    float: left;
}

.new_time {
    font-size: 12px;
    color: #a3a3a3;
    float: right;
}

.te_p02 {
    line-height: 24px;
    margin: 0 0 20px;
    clear: both;
    font-size: 13px;
    color: #636363;
}

.more {
    font-size: 14px;
    color: #000;
    float: right;
}

.menu_left_ul li:hover a,
.menu_left_ul li.hover a {
    color: #fff;
}

.phone_bottom i {
    font-size: 56px;
    color: #a6a6a6;
    float: left;
    margin-right: 25px;
}
.title_pro {
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
    clear: both;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}
.company {
    font-size: 13px;
    color: #636363;
    line-height: 25px;
}
/*page*/

#pages {
    text-align: center;
    margin: 20px auto;
}

#pages a {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}

#pages span {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #66c5ff;
    color: #fff;
    display: inline-block;
}

#pages a:hover {
    background: #66c5ff;
    color: #fff;
}
.zhi_team-wrap {
    padding: 0px;
    border: none;
   /* margin-bottom: 20px;*/
}
.team-wrap {
   /*padding: 3px 3px 20px;*/
    border: 1px solid #eee;
    text-align: center;
}
.h150 {
    min-height: 185px;
}
.img_bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(41,159,219,.8);
    left: 0;
    top: 0;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    -moz-o-transform: translateY(0) translateX(0) scale(0.25);
    -o-transform: translateY(0) translateX(0) scale(0.25);
    -ms-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
}
.img_bottom a{color: #fff;}

.prolist .li:hover .img_bottom{
    -webkit-transform: translateY(0) translateX(0) scale(1);
    -ms-transform: translateY(0) translateX(0) scale(1);
    -o-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
}

.prolist .li  span {
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prolist .liimg {
    display: block;
    width: 100%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.prolist .li:hover img{
    opacity: 0.7;
    transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
    -m-transform: scale(1.12);
    transform: scale(1.12);
}
.p0{padding: 0;}
.pr{position: relative;}