@charset "UTF-8";
/*common*/
body {
    background: #fff !important;
}
.wrap {
    width: 1180px;
    margin: 0 auto;
}
.wrap:after {
    content: "";
    display: table;
    clear: both;
}
/*首页*/
.banner {
    width: 100%;
    min-width: 1180px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.banner p {
    display: blcok;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 208px;
    background: url(/images/space/s/vip02/bannerBtn.png) no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 2;
    cursor: pointer;
}
.banner p:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner p.pre {
    left: 260px;
    background-position: 0 0;
}
.banner p.next {
    right: 260px;
    background-position: -80px 0;
}
.banner_show {
    position: absolute;
    top: 0;
    left: 0;
    width: 9000px;
}
.banner_show li {
    float: left;
    min-width: 1180px;
}
.banner_show li a {
    display: block;
    width: 100%;
    height: 500px;
}
.banner_show li a img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.below {
    height: 80px;
    padding: 35px 0;
    -webkit-box-shadow: 0 2px 6px rgba(155,143,143,.3);
    box-shadow: 0 2px 6px rgba(155,143,143,.3);
}
.service_info {
    height: 80px;
    overflow: hidden;
}
.service_info li {
    float: left;
    width: 165px;
    height: 80px;
    padding-left: 90px;
    margin: 0 20px;
    background: url("/images/space/s/vip02/service_icon.png") no-repeat;
}
.service_info li:nth-child(1) {
    background-position: 0 0;
}
.service_info li:nth-child(2) {
    background-position: 0 -100px;
}
.service_info li:nth-child(3) {
    background-position: 0 -200px;
}
.service_info li:nth-child(4) {
    background-position: 0 -300px;
}
.service_info li h3 {
    font-size: 20px;
    color: #333;
    height: 36px;
    line-height: 24px;
}
.service_info li p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}
/*分栏*/
.index_header {
    height: 140px;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
}
.index_header h3 {
    display: inline-block;
    width: 200px;
    height: 78px;
    font-size: 30px;
    line-height: 80px;
    color: #333;
}
.index_header h3 span {
    font-size: 34px;
}
.index_header h3 em {
    display: inline-block;
    width: 142px;
    height: 2px;
    background: #ccc;
}
.index_header p {
    display: inline-block;
    width: 80px;
    font-size: 16px;
    line-height: 20px;
    background: #fff;
    margin-top: -12px;
}
a.more {
    display: block;
    width: 120px;
    height: 36px;
    background: #b3b3b3;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
a.more:hover {
    background: #5b9cd2;
    color:#fff;
}
/*服务项目*/
.service_item {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.service_item .item_list {
    height: auto;
    overflow: hidden;
}
.item_list  dl {
    float: left;
    width: 374px;
    height: auto;
    overflow: hidden;
    margin-bottom: 24px;
    margin-right: 29px;
}
.item_list dl:nth-child(3n) {
    margin-right: 0;
}
.item_list dl dt {
    width: 374px;
    height: 218px;
    overflow: hidden;
}
.item_list dl dt img {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition:transform 1s;
    -webkit-transition:transform 1s;
    -moz-transition:transform 1s;
    -o-transition:transform 1s;
}
.item_list dl dd.item_name a {
    display: inline-block;
    width: 370px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item_list dl dd.strip,.news_list dl dd.strip {
    height: 1px;
    background: #d9d9d9;
}
/* .item_list dl dd.strip span,.news_list dl dd.strip span {
    display: block;
    width: 0;
    height: 1px;
    background: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.item_list dl:hover dd.strip span,.news_list dl:hover dd.strip span {
    width: 100%;
} */
.item_list dl:hover dt img{
    transform:scale(1.2,1.2);
}
.item_list dl:hover dd.item_name a,.news_list dl:hover dd.news_title a{
    color: #5b9cd2;
}
.item_list dl dd.item_info {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 10px 0;
}
/*新闻动态*/
.service_news {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    background: #f7fbff;
}
.service_news .index_header p {
    background: #f7fbff;
}
.service_news .news_list {
    height: auto;
    overflow: hidden;
}
.news_list dl {
    float: left;
    width: 374px;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
    margin-right: 29px;
}
.news_list dl:nth-child(3) {
    margin-right: 0;
}
.news_list dl dt {
    height: 78px;
    line-height: 78px;
    font-size: 22px;
    color: #333;
}
.news_list dl dd.news_title a {
    display: inline-block;
    width: 370px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list dl dd.news_content {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*机构简介*/
.summary {
    height: auto;
    overflow: hidden;
}
.summary .summary_top {
    height: 250px;
    background: #fff;
}
.summary .summary_btm {
    height: 370px;
    background: #f7f7f7;
}
.summary .summary_btm .summary_content {
    position: relative;
    top: -75px;
}
.summary_btm dl {
    height: 307px;
    margin-bottom: 56px;
}
.summary_btm dl dt {
    width: 426px;
    height: 307px;
    overflow: hidden;
    position: absolute;
}
.summary_btm dl dt img {
    width: 100%;
    height: 100%;
}
.summary_btm dl dd {
    height: 163px;
    padding: 72px;
    margin-left: 426px;
    background: #449ae2;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}
.summary_btm dl dd p {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*机构简介单页*/
.aboutUs {
    height: auto;
    overflow: hidden;
}
.aboutUs .we_who {
    width: 700px;
    height: 306px;
    padding-right: 480px;
    margin-bottom: 80px;
    background: url("/images/space/s/vip02/aboutUs01.png") no-repeat;
    background-position: 760px 0;
    overflow: hidden;
}
.aboutUs .we_who h3 {
    font-size: 34px;
    height: 100px;
    line-height: 126px;
    color: #5b9cd2;
}
.aboutUs .we_who p,.aboutUs .we_do p{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.aboutUs .middle_strip {
    height: 80px;
    padding: 35px 0;
    background: #f7f7f7;
    overflow: hidden;
}
.aboutUs .we_do {
    height: 320px;
    padding-left: 680px;
    margin: 52px 0;
    background: url("/images/space/s/vip02/aboutUs02.png") no-repeat;
    background-position: 160px 0;
    overflow: hidden;
}
.aboutUs .we_do h3 {
    font-size: 34px;
    color: #5b9cd2;
    line-height: 132px;
}

/* 友情链接 */
#sV2_links{background: #f7f7f7;}
#sV2_links .vip_freand h3{color:#333;}
#sV2_links .vip_freand ul li a{color:#666;}
#sV2_links .vip_freand ul li a:hover{text-decoration:underline;}