.no-padding #inmain {
    padding-top: 0;
}

#inmain {
    width: 100%;
    position: relative;
    background-size: 100% auto;
    padding-top: 109px;
}




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

.incontent {
    width: 100%;
    -background: #f3f3f3 url(../img/main-bg.jpg) repeat-x top center;
    min-height: 200px;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    position: relative;
}

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



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

.chinamap {
    width: 575px;
    height: 474px;
    background: url(../img/map-big-china.png) no-repeat;
    float: left;
    margin-left: 130px;
    position: relative;
}

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

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

.chinamap .point span {
    width: 109px;
    height: 118px;
    background: url(../img/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;
}

.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(../img/map-china.png) no-repeat 230px 15px;
}

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

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

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

.worldmap {
    width: 1120px;
    height: 640px;
    background: url(../img/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(../img/map-point.png) no-repeat 0 0;
    -webkit-transition: none;
    transition: none;
}

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

.worldmap .point span {
    width: 200px;
    -height: 118px;
	font-weight: bold;
    -background: url(../img/map-point-desc.png) no-repeat;
    position: absolute;
   left: -40px;
     top: -100px;
    z-index: 10;
        color: #893632;
    font-size: 18px;
    font-weight: bold;
    -line-height: 130px;
    text-align: center;
    display: none;
}
.intl-map-bubble {
    
}
 .worldmap .point::after {
    background: rgba(0,110,255,.1);
    border-color: rgba(0,110,255,.2);
}
.intl-map-dot.active::after, .intl-map-dot:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadeInLarger .5s ease-out forwards;
    animation: fadeInLarger .5s ease-out forwards;
}
.intl-map-bubble-inner{
    position: static !important;
    left: 50%;
    top: 50%;
    min-width: 196px;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border:1px solid #893632;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(3,27,78,.12);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.intl-map-bubble-inner::after, .intl-map-bubble-inner:before {
    content: "";
    position: absolute;
    top: 100%;
    left: inherit;
    right: inherit;
    margin-top: -1px;
    margin-left: -54px;
    width: 0;
    height: 0;
    font-size: 0;
    border: 8px dashed transparent;
    border-top-style: solid;
    box-sizing: border-box;
	border-top-color: #ffffff;
}
.intl-map-bubble-tit {
    line-height: 24px;
    font-size: 14px;
    color: #893632;
    background: #e1e1e1;
    border-radius: 4px 4px 0 0;
    padding: 8px 16px;
    font-weight: 500;
}
.intl-map-bubble-detail {
    margin-top: 4px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    padding: 8px 16px;
}
.intl-map-bubble-detail-item {
    margin-bottom: 4px;
}
.intl-map-bubble-detail-tip {
    float: right;
    margin-left: 16px;
}
.intl-map-bubble-detail-main {
    overflow: hidden;
}

.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: 156px;
    left: 121px;
}

.point-yunnan {
    top: 381px;
    left: 269px;
}

.point-guizhou {
    top: 344px;
    left: 334px;
}

.point-guangdong {
    top: 380px;
    left: 414px;
}

.point-anhui {
    top: 270px;
    left: 440px;
}

.point-henan {
    top: 247px;
    left: 400px;
}

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

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

.point-1 {
   top: 290px;
    left: 375px;
}

.point-2 {
   top: 171px;
    left: 505px;
}

.point-3 {
      top: 173px;
    left: 467px;
}

.point-4 {
       top: 355px;
        right: 52px;
}

.point-5 {
        bottom: 219px;
    left: 535px;
}

.point-6 {
       top: 272px;
    left: 367px;
}

.point-7 {
        top: 155px;
    right: 237px;
}
.point-8 {
   top: 103px;
    right: 217px;
}

.point-9 {
   top: 74px;
    left: 138px;
}

.point-10 {
  top: 96px;
    left: 126px;
}

.point-11 {
       top: 120px;
    left: 95px;
}

.point-12 {
       top: 124px;
    left: 147px;
}

.point-13 {
        top: 77px;
    left: 238px;
}

.point-14 {
       top: 87px;
    left: 171px;
}
.point-15 {
        bottom: 181px;
    right: 474px;
}

.point-16 {
      bottom: 194px;
    left: 150px;
}

.point-17 {
       top: 62px;
    left: 192px;
}

.point-18 {
   top: 90px;
    left: 146px;
}

.point-19 {
    top: 186px;
    left: 159px;
}

.point-20 {
   top: 238px;
    left: 300px;
}

.layout-desc-box {
    width: 100%;
    position: relative;
}

.layout-desc {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-bottom: 3px solid #f3f3f3;
}

.icon-dir {
    display: block;
    position: absolute;
    width: 18px;
    height: 19px;
    top: -19px;
    left: 46%;
    background: url(../img/map-dir.png) no-repeat;
}

.layout-pic {
    float: left;
    width: 46%;
}

.layout-pic a {
    display: none;
}

.layout-pic img {
    display: block;
    width: 100%;
}

.layout-tab {
    -width: 600px;
    float: left;
    margin-top: 35px;
    margin-left: 35px;
}

.layout-tab-title li {
    float: left;
}

.layout-tab-title li a {
    display: block;
    padding: 0 15px;
    line-height: 40px;
	color: #333;
    font-size: 15px;
}

.layout-tab-title .current a {
    font-weight: bold;
}

.layout-tab-cont {
    padding-left: 15px;
    padding-top: 10px;
}

.layout-tab-cont p {
    -display: none;
}

.linksdiv {
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 80px;
}

.linksdiv li {
    height: 259px;
    width: 100%;
    background: #fafafa;
    margin-bottom: 10px;
}

.linkspic {
    width: 345px;
    height: 259px;
    float: left;
    background: #fff url(../img/logo3.jpg) no-repeat center center;
}

.linksinfo {
    width: 810px;
    height: 200px;
    float: right;
    margin-top: 28px;
    margin-right: 28px;
    overflow: hidden;
}

.linksinfo h4 {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    font-weight: normal;
}

.linksinfo p {
    margin-top: 15px;
    height: 110px;
    overflow: hidden;
}

.linka {
    margin-top: 10px;
}

.point-Espana {
   top: 128px;
    left: 340px;
}


body.s1024 {
    min-width: auto;
}

.s1024 .w1230 {
    width: 1000px;
    margin: 0 auto;
}

.s1024 .indexfoot {
    width: 1000px;
}

.s1024 #footer .indexfoot {
    width: 1000px;
}

.s1024 .servicetel .tel {
    left: 0;
}

.s1024 .logoleft {
    width: 880px;
}

.s1024 .nav li a {
    padding: 0 7px;
}

.s1024 .partdiv {
    left: 10px;
}

.s1024 .part3 {
    width: 170.5px;
}

.s1024 .part4 {
    width: 170.5px;
    background-position: 60px 18px;
}

.w1680 {
    width: 1680px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
    content: '';
    *zoom: 1;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.oh {
    overflow: hidden;
}

.dn {
    display: none;
}

.pr {
    position: relative;
}

.pr25 {
    padding-right: 25px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 9px;
}

.mt60 {
    margin-top: 60px;
}
@media (min-width: 280px) and (max-width: 1280px){
.incontent {display: none;}
.think{display: block;}
}
@media (min-width: 1280px){
.incontent {display: block;}
.think {display: none;}
}
