﻿.sb_case {
    background-image: url("../images/sb_case.jpg");
}

/*----------index-------------------*/
.world_map {
    width: 100%;
    height: 600px;
    background: url("../images/world_map.jpg") no-repeat center;
    margin: 50px 0 70px;
    overflow: hidden;
    position: relative;
}

.world_map span {
    position: absolute;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 100;
    padding: 30px;
}

.world_map span:hover {
    color: #FFFFFF;
}

.world_map span:before {
    display: inline-block;
    content: " ";
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 6px;
    animation: bling 2s linear infinite;
}

.world_map .america {
    top: 170px;
    left: 185px;
}

.world_map .europe {
    top: 140px;
    left: 602px;
}

.world_map .asia {
    top: 170px;
    left: 810px;
}

.world_map .africa {
    left: 560px;
    top: 310px;
}

.world_map .oceania {
    left: 900px;
    top: 438px;
}

@keyframes bling {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.cases_top {
    width: 600px;
    height: 420px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: #FFFFFF;
    margin: 40px auto;
    overflow: hidden;
    position: relative;
    padding: 50px 60px;
    display: none;
}

.cases_top .bd {
    width: 600px;
    height: 460px;
}

.cases_top .bd dl {
    width: 100%;
    height: 100%;
}

.cases_top .bd dl * {
    transition: all .2s;
}

.cases_top .bd dl dt {
    width: 600px;
    height: 400px;
    overflow: hidden;
    border-radius: 4px;
}

.cases_top .bd dl img {
    width: 100%;
}

.cases_top .bd dl dd {
    text-align: center;
    font-size: 18px;
    color: #333;
    height: 60px;
    line-height: 60px;
    font-weight: 100;
}

.cases_top .bd dl:hover img {
    transform: scale(1.05);
}

.cases_top .bd dl:hover dd {
    color: #86272d;
}

.cases_top .prev, .cases_top .next {
    width: 26px;
    height: 48px;
    position: absolute;
    top: 230px;
    background: url("../images/icons.png") -554px -367px;
}

.cases_top .prev:hover, .cases_top .next:hover {
    background-position-y: -317px;
}

.cases_top .prev {
    left: 15px;
}

.cases_top .next {
    right: 15px;
    background-position-x: -591px;
}

.cases_top .close {
    width: 24px;
    height: 24px;
    display: block;
    background: url("../images/icons.png") -516px -317px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

/*----type-----*/
.cases_type {
    width: 110%;
    height: 720px;
    margin-top: 70px;
}

.cases_type dl {
    width: 380px;
    height: 330px;
    background: #f5f5f5;
    float: left;
    margin-right: 30px;
    font-weight: 100;
    margin-bottom: 30px;
}

.cases_type dl * {
    transition: all .2s;
}

.cases_type dl dt {
    width: 100%;
    height: 80px;
    background: #e6e6e6;
    font-size: 20px;
    color: #222;
    line-height: 80px;
}

.cases_type dl dt:before {
    display: block;
    float: left;
    content: " ";
    width: 92px;
    height: 80px;
    background: url("../images/pros_thu.png") 0 0px;
    margin: 0 10px 0 20px;
}

.cases_type dl dt.bf:before {
    background-position-x: -105px;
    width: 54px;
}

.cases_type dl dt.cfb:before {
    background-position-x: -176px;
    width: 40px;
}

.cases_type dl dt.cg:before {
    background-position-x: -230px;
    width: 86px;
}

.cases_type dl dt.wh:before {
    background-position-x: -337px;
    width: 45px;
}

.cases_type dl dt.ia:before {
    background-position-x: -400px;
    width: 108px;
}

.cases_type dl dd {
    width: 340px;
    padding: 20px;
}

.cases_type dl dd span {
    display: block;
    width: 148px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    color: #999;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    margin: 20px auto;
}

.cases_type dl:hover dt, .cases_type dl:hover span {
    color: #86272d;
}

.cases_type dl:hover span {
    border-color: #86272d;
}

/*-------------case list--------------------*/
.casebox dl {
    margin-bottom: 40px;
}

.probox {
    margin-top: 50px;
}

/*-------------case--------------------*/
.case_detailed {
    width: 100%;
}

.case_detailed .case_imgs {
    width: 100%;
    margin: 60px 0 20px;
    height: 390px;
    display: inline-block;
}

.case_detailed .case_imgs li {
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    display: inline;
}

.case_detailed .case_imgs li img {
      width: 580px;
    height: 435px;
}

.case_detailed .case_imgs li:nth-child(2) {
    margin-right: 0;
}

.case_detailed .case_imgs li.cen {
    float: none;
    margin: 0 auto;
}

.case_detailed .case_paras {
    width: 105%;
    margin: 30px 0;
    height: 120px;
}

.case_detailed .case_paras dl {
    width: 387px;
    height: 120px;
    float: left;
    margin-right: 20px;
    background: #f5f5f5;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
}

.case_detailed .case_paras dl * {
    transition: all .2s;
}

.case_detailed .case_paras dl dt {
    width: 35px;
    height: 38px;
    background: url("../images/icons.png") -155px -168px;
    margin: 40px 30px 0 70px;
    float: left;
}

.case_detailed .case_paras dl dt.cap {
    background-position-x: -201px;
}

.case_detailed .case_paras dl dt.appli {
    background-position-x: -245px;
}

.case_detailed .case_paras dl dd {
    padding-top: 30px;
}

.case_detailed .case_paras dl:hover {
    color: #86272d;
}

.case_detailed .case_paras dl:hover dt {
    background-position-y: -210px;
}

.case_detailed p {
    margin-bottom: 20px;
}

.case_detailed p.center {
    margin: 30px 0;
    color: #222;
}

.bcase{
    background: url(../images/pgnews.jpg) 50% 50% no-repeat;
}

.pro_feach {
    width: 100%;
    height: 40px;
    margin: 40px 0 60px;
}

.pro_feach ul {
    height: 40px;
    float: left;
}

.pro_feach ul a {
    color: #222;
    padding-right: 20px;
    display: block;
    float: left;
    line-height: 60px;
    font-size: 16px;
}

.pro_feach ul a:after {
    content: "|";
    margin-left: 20px;
    color: #cecece;
}

.pro_feach ul a:hover, .pro_feach ul a.on {
    color: #86272d;
}

.pro_feach ul a:last-child:after {
    content: "";
}

