﻿@charset "utf-8";
.case-menu{
    margin-bottom: 22px;
}
.case-menu li{
    float: left;
    height: 38px;
    line-height: 38px;
    border:1px solid #e5e5e5;
    background: #fff;
    font-size: 18px;
    margin-right: 5px;
}
.case-menu li span{
    font-size: 14px;
    opacity: 0.7;
    padding-left: 5px;
}
.case-menu li a{
    display: block;
    padding:0 60px;
    transition-duration: .5s;
}
.case-menu li a:hover{
    background: #0056a9;
    color: #fff;
}
.case-menu li .case-ts{
    background: #0056a9;
    color: #fff;
}
.ne-case-list dl {
    width: 30%;
    text-align: center;
    float: left;
    margin-right: 3.3%;
    margin-bottom:35px;
}
.ne-case-list dl dt{
    width: 100%;
    overflow: hidden;
    background: #000;
}
.ne-case-list dl dt img{
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition-duration: .5s;
    display: block;
}
.ne-case-list dl dd{
    font-size: 16px;
    line-height: 30px;
    transition-duration: .5s;
}
.ne-case-list dl:hover dt img{
    transform: scale(1.1,1.1);
    opacity: 0.5;
}
.ne-case-list dl:hover dd{
    background: #0056a9;
    color: #fff;
}
.team-xi{
    background: url(../images/bg1.png) repeat-y right top #f5f5f5;
}
.team01{
    background: url(../images/bg2.png) no-repeat top center;
    padding:50px 0;
}
.team01-1{
    width: 45%;
    margin-bottom: 60px;
}
.team-le{
    width: 39%;
    text-align: right;
}
.team-le div{
    font-size: 24px;
    color: #216bb3;
    padding:20px 0 10px 0;
}
.team-ri{
  
    width: 58%;
}
.team-ri img{
    width: 100%;
	height:187px;
}
.zz01 .team-le{
    text-align: left;
}


.rl-zy{ width:88%; margin:0 auto; text-align:center;}
.rl-zy h1{ color:#0056a9; font-size:30px;}
.rl-zy span{ display:block; font-weight:bold; font-size:18px; padding-bottom:20px;}
.rl-zy p{ text-align:center; line-height:1.8; font-size:16px;}
.rl-zy ul{ width:100%; text-align:center; margin:80px 0 120px 0;}
.rl-zy ul li{ display:inline-block; width:150px; height:150px; border-radius:100%; border:6px solid #dadada; text-align:center; line-height:150px; margin:0 4%; font-size:24px; font-weight:bold;}


.js-xi{ width:90%; margin:0 auto; font-size:16px;}
.js-zi01{ width:50%; float:left; padding-top:30px;}
.js-zi01 p{ text-indent:30px; line-height:2; padding-bottom:15px;}
.js-tu01{ width:40%; float:right}

.js-zi02 p{ text-indent:30px; line-height:2; padding-bottom:15px;}
.js-tu02{ width:100%; text-align:center;}
.js-tu02 img{ display:inline;}

.zi-01{ width:40%; float:left; padding-top:0px;}
.zi-01 p{ text-indent:30px; line-height:2; padding-bottom:15px;}
.tu-01{ width:56%; float:right}

.jianT{ max-width: 100%; text-align: center; margin-top:30px;}
.jianT li a{ font-size: 14px; color:#474747; padding:6px 10px ; line-height: 1; background:#dcdee2; border-radius:5px; }
.jianT li a:hover{text-decoration: none; background:#025ab3;color:#fff;}
.jianT li{ display: inline; margin: 0 2px}
.jianT li .on{ background:#025ab3; color:#fff;padding: 6px 11px;border-radius:5px;}


/*当页面小于1200px时*/
@media (max-width: 1200px) {
    
 
}

/*在992和1199像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 992px) and (max-width: 1199px) {
  .case-menu li a{
    padding:0 40px;
  }
}




/*在768和991像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 768px) and (max-width: 991px){
.case-menu li a{
    padding:0 20px;
  }

}

/*在480和767像素之间的屏幕里,这里的样式才生效*/
@media (min-width: 480px) and (max-width: 767px) {
  .case-menu li a{
    padding:0 42px;
    font-size: 14px;
}
.case-menu li span{
    display: none;
}
}
/*在小于480像素的屏幕,这里的样式才生效*/
@media (max-width: 479px) {
.case-menu li a{
    padding:0 14px;
    font-size: 14px;
}
.case-menu li span{
    display: none;
}
.ne-case-list dl{
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
}
.ne-case-list dl dd{
    font-size: 12px;
    line-height: 1;
    min-height: 40px;
}
.team01-1{
    width: 100%;
    margin-bottom: 10px;
}

.team01{
    background: none;
    padding:10px 0;
}

.rl-zy{ width:98%;}
.rl-zy h1{ color:#0056a9; font-size:20px;}
.rl-zy p{ text-align:center; line-height:1.5; font-size:16px;}
.rl-zy ul{ width:100%; text-align:center; margin:30px 0 40px 0;}
.rl-zy ul li{ display:inline-block; width:50px; height:50px; border-radius:100%; border:3px solid #dadada; text-align:center; line-height:50px; margin:0 1%; font-size:14px; font-weight:bold;}
}