


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.incontent {
    width: 100%;
    min-height: 200px;
    font-size: 13px;
    line-height: 22px;margin: 10px 0;
    color: #666666;
    position: relative;
}

.incontent p {
    margin-bottom: 8px;
}



.layoutintro {
    padding-top: 45px;
    overflow: hidden;float: left;
}

.chinamap {
    width: 575px;
    height: 474px;
    background: url(../images/map-big-china.png) no-repeat;
    float: left;
    
    position: relative;
}
.layout-desc-box{float: right; width: 40%;padding-top: 45px;}

.chinamap .point {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/map-point.png) no-repeat 0 0;
    -webkit-transition: none;
    transition: none;
}

.chinamap .point:hover, .chinamap .point.hovers {
    background: url(../images/map-point-hover.png) no-repeat 0 0;
}

.chinamap .point span {
    width: 60px;
    height: 20px;
    position: absolute;
    left: -22px;
    top: 24px;
    z-index: 10;
    color: #000;
    font-size: 14px;
    text-align: center;
    display: none;
}

.chinamap .point.hovers span {
    display: block;
}

.layoutbox {
    width: 325px;
    height: 400px;
    float: right;
    margin-right: 150px;
    margin-top: 45px;
}

.layout-title li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #ffffff;
}

.layout-title li a {
    display: block;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #8a5d3b;
}

.layout-title .current {
    background: #ffa400;
}

.layout-title .current a {
    color: #fff;
}

.layout-title .icon-map-china {
    background: #fff url(../images/map-china.png) no-repeat 230px 15px;
}

.layout-title .icon-map-world {
    background: #fff url(../images/map-world.png) no-repeat 220px 15px;
}

.layout-title .current.icon-map-china {
    background: #ffa400 url(../images/map-china2.png) no-repeat 230px 15px;
}

.layout-title .current.icon-map-world {
    background: #ffa400 url(../images/map-world2.png) no-repeat 220px 15px;
}

.worldmap {
    width: 614px;
    height: 357px;
    background: url(../images/worldmap.png) no-repeat;
    float: left;
    margin-top: 35px;
    margin-left: 60px;
    position: relative;
}

.worldmap .point {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/map-point.png) no-repeat 0 0;
    -webkit-transition: none;
    transition: none;
}

.worldmap .point:hover, .worldmap .point.hovers {
    background: url(../images/map-point-hover.png) no-repeat 0 0;
}

.worldmap .point span {
    width: 109px;
    height: 118px;
    background: url(../images/map-point-desc.png) no-repeat;
    position: absolute;
    left: 12px;
    top: -118px;
    z-index: 10;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 130px;
    text-align: center;
    display: none;
}

.worldmap .point.hovers span {
    display: block;
}

.layout-intro {
    margin-top: 25px;
}

.layout-intro h4 {
    font-size: 14px;
    color: #8a5d3b;
    padding-bottom: 10px;
}

.layout-intro p {
    color: #a4a4a4;
}

.point-xinjiang {
    top: 225px;
    left: 245px;
}

.point-yunnan {
    top: 300px;
    left: 255px;
}

.point-guizhou {
    top: 254px;
    left: 331px;
}

.point-guangdong {
    top: 370px;
    left: 356px;
}

.point-yangzhou {
    top: 261px;
    left: 463px;
}

.point-henan {
    top: 198px;
    left: 374px;
}

.point-shandong {
    top: 208px;
    left: 434px;
}

.point-liaoning {
    top: 135px;
    left: 485px;
}

