.banner{
    width: 100%;
}
.banner a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner a img{
    width: 100%;
    height: auto;
}


/* 穗智介绍 */
.suizhi{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.suizhi .left{
    width: 30%;
}
.suizhi .left img{
    width: 100%;
    height: auto;
}

.suizhi .right{
    width: 66%;
}
.suizhi .right .right_img{
    width: 100%;
    height: auto;
}
.suizhi .right .right_img img{
    width: 100%;
    height: auto;
}

/* 专业领域 */
.field{
    width: 100%;
}
.field .field_ul{
    width: 100%;
}
.field .field_ul li{
    width: 23%;
    height: 160px;
    margin-right: 2.666%;
    margin-bottom: 30px;
    background: url(../images/about_la_hover.jpg) no-repeat;
    background-size: auto 100%;
    background-position: right;
}
.field .field_ul li:nth-child(4n){
    margin-right: 0;
}
.field .field_ul li .field_a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.field .field_ul li .field_a .field_span{
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    display: none;
}
.field .field_ul li .field_a .field_p{
    font-size: 24px;
    color: #333;
}
.field .field_ul li .field_a:hover{
    background-color: #153d74d0;
}
.field .field_ul li .field_a:hover .field_span{
    display: block;
}
.field .field_ul li .field_a:hover .field_p{
    color: #fff;
}

/* 专业团队 */
.team{
    width: 100%;
}
.team .team_ul{
    width: 100%;
    align-items: flex-start;
}
.team .team_ul li{
    width: 22%;
    margin-right: 4%;
    margin-bottom: 50px;
}
.team .team_ul li:nth-child(4n){
    margin-right: 0;
}
.team .team_ul li .team_img{
    width: 100%;
    height: 348px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.team .team_ul li .team_img img{
    width: auto;
    height: 100%;
}
.team .team_ul li .team_img .team_js{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
}

.team .team_ul li .team_img .team_js .team_jscon{
    width: 100%;
    height: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 10px 8px;
    font-size: 14px;
    color: #333;
    background-color: #ffffffa1;
    transition: all .4s;
}
.team .team_ul li .team_img:hover .team_jscon{
    height: 100%;
}
.team .team_ul li .team_name{
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
    padding-left: 15px;
}
.team .team_ul li .team_xq{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.team .team_ul li .team_xq p{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.team .team_ul li .team_a{
    width: 120px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    background-color: #153C74;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transition: all .2s;
}

.team .team_ul li:hover .team_a{
    box-shadow: 0 0 7px 3px #bdbdbd;
}

/* 穗智动态 */

.dynamic .dy_ul{
    width: 100%;
}
.dynamic .dy_ul li{
    width: 100%;
    border: 2px solid #f3f3f3;
    margin-bottom: 30px;
    transition: all .4s;
}
.dynamic .dy_ul li:hover{
    border: 2px solid #153C74;
}
.dynamic .dy_ul li a{
    width: 100%;
    padding: 20px 0;
}
.dynamic .dy_ul li a .date{
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dynamic .dy_ul li a .date p{
    font-size: 52px;
    color: #666;
}
.dynamic .dy_ul li a .date span{
    font-size: 16px;
    color: #999;
}
.dynamic .dy_ul li:hover .date>p{
    color: #153C74;
}
.dynamic .dy_ul li:hover .date>span{
    color: #153C74;
}
.dynamic .dy_ul li a .cont{
    width: 80%;
    display: flex;
    flex-direction: column;
}
.dynamic .dy_ul li a .cont .title{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dynamic .dy_ul li a .cont .text{
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dynamic .dy_ul li:hover .cont>.title{
    color: #153C74;
}


/* 穗智详情页 */

.view .view_con{
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #153C74;
    margin-bottom: 50px;
}
.view .view_con .title{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.view .view_con .text{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 26px;
}
.view .view_con .time{
    font-size: 14px;
    color: #999;
    margin: 15px 0;
}
.view .view_tent{
    width: 100%;
}
.view .view_tent img{
    width: 100%;
    height: auto;
}
.view_weizhi{
    padding: 20px 15px;
    background-color: #F0F0F0;
}
.view_weizhi .weizhi{
    width: 100%;
    font-size: 15px;
    color: #c1c1c1;
}
.view_weizhi .weizhi a{
    font-size: 15px;
    color: #333;
    margin-right: 5px;
}
/* 穗智公益 */
.wel_ul{
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
}
.wel_ul li{
    margin: 0 15px;
}
.wel_ul li a{
    display: flex;
    padding: 6px 20px;
    border: 2px solid #999;
    font-size: 16px;
    color: #333;
    transition: all .4s;
}
.wel_ul .wel_liact a{
    background-color: #153C74;
    color: #fff;
}
.wel_ul li a:hover{
    background-color: #153C74;
    color: #fff;
}

/* 联系我们 */


.contact {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 40px;
}
.contact .contact_left {
    width: 70%;
}
.contact .contact_left .left_phone {
    width: 100%;
    margin-bottom: 30px;
    font-size: 26px;
}
.contact .contact_left .left_phone i {
    color: #153C74;
    margin-right: 16px;
    font-size: 24px;
}
.contact .contact_left .left_phone p{
    width: 95px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align-last:justify;
    text-align: justify;
}

.contact .contact_left .left_phone span {
    font-size: 16px;
    color: #666666;
    flex: 1;
    margin-left: 12px;
}
.contact .QR_code{
    width: 24%;
    justify-content: space-between;
}
.contact .QR_code .code {
    align-items: center;
}
.contact .QR_code .code .code_img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .QR_code .code .code_img img{
    width: 100%;
    height: auto;
}
.contact .QR_code .code span {
    font-size: 14px;
    color: #333;
}



@media (max-width:767px){
    .suizhi{padding: 0 15px;}
    .suizhi .left{width: 100%;margin-bottom: 30px;}
    .suizhi .right{width: 100%;}
    .field .field_ul,.team .team_ul,.dynamic .dy_ul,.contact{padding: 0 15px;}
    .field .field_ul li{width: 49%;margin-right: 2%;height: 90px;margin-bottom: 15px;}
    .field .field_ul li:nth-child(2n){margin-right: 0;}
    .field .field_ul li .field_a .field_p{font-size: 18px;}
    .team .team_ul li{width: 49%;margin-right: 2%;margin-bottom: 30px;}
    .team .team_ul li:nth-child(2n){margin-right: 0;}
    .team .team_ul li .team_img{height: 200px;}
    .team .team_ul li .team_name{font-size: 16px;}
    .team .team_ul li .team_xq p{font-size: 12px;margin-bottom: 8px;}
    .team .team_ul li .team_a {width: 92px;height: 30px;font-size: 14px;}
    .team .team_ul li .team_img .team_js .team_jscon{padding: 0;font-size: 12px;}
    .dynamic .dy_ul li a .date{width: 18%;}
    .dynamic .dy_ul li a .date p{font-size: 40px;}
    .dynamic .dy_ul li a .date span{font-size: 12px;}
    .dynamic .dy_ul li a .cont .title{font-size: 16px;}
    .dynamic .dy_ul li a .cont .text{font-size: 12px;}
    .dynamic .dy_ul li{margin-bottom: 20px;}
    .wel_ul li{margin: 0 15px 10px;}
    .wel_ul li a{font-size: 14px;}
    .contact .contact_left{width: 100%;}
    .contact .QR_code{width: 100%;justify-content: space-around;}
    .contact .contact_left .left_phone{margin-bottom: 15px;}
    .contact .contact_left .left_phone i{margin-right: 12px;font-size: 20px;}
    .contact .contact_left .left_phone p{width: 75px;font-size: 16px;}
    .contact .contact_left .left_phone span{font-size: 14px;}
    .contact .QR_code .code .code_img{width: 120px;height: 120px;}
    .contact .QR_code .code span{font-size: 12px;}
    .view{padding: 30px 15px;}
    .view .view_con .title{font-size: 17px;text-align: center;}
    .view .view_con .text{font-size: 14px;line-height: 22px;}
}

@media (max-width:991px) and (min-width:768px){
    .suizhi,.field .field_ul,.team .team_ul,.contact,.dynamic .dy_ul{padding: 0 15px;}
    .suizhi .left{width: 100%;display: none;}
    .suizhi .right{width: 100%;}
    .field .field_ul li{height: 100px;}
    .field .field_ul li .field_a .field_p{font-size: 18px;}
    .team .team_ul li .team_img{height: 180px;}
    .team .team_ul li .team_name{font-size: 16px;}
    .team .team_ul li .team_xq p{font-size: 14px;}
    .contact .contact_left{width: 100%;}
    .contact .QR_code{width: 100%;justify-content: space-around;}
    .view{padding: 30px 15px;}
}

@media (min-width:992px) and (max-width:1024px){
    .suizhi,.field .field_ul,.team .team_ul,.contact,.dynamic .dy_ul{padding: 0 15px;}
    .view{padding: 30px 15px;}
    .team .team_ul li .team_img{height: 250px;}
    .contact .contact_left{width: 100%;}
    .contact .QR_code{width: 100%;justify-content: space-around;}
}
















