html,  body {
    /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url(../img/backgroundHome.jpg);*/ 
    background: none;
}

.homeHeaderField {
    position: relative
}

.homeHeaderField .videoForPhone {
    display: none;
}

.homeHeaderField .vidCover {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: bottom;
    background: rgba(255,255,255,0.2);
}

.homeHeaderField #header {
    position: absolute;
    top: 0;
    left: 0;
}

.homeHeaderField #headerVid {
    width: 100%;
    height: 700px;
    margin: auto;
    /*overflow-y: hidden;*/
}

.homeHeaderField #headerVid .apTitle {
    position: absolute;
    left: 19%;
    bottom: 100px;
    letter-spacing: 15px;
    font-size: 60px;
    font-weight: bold;
    color: #16294F;
    /*text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);*/
    transform: scaleY(1.5);
    /*background: #ccc;*/
}

.homeHeaderField #headerVid .apTitle .pcCompName {
    display: inline-block;
    letter-spacing: 0px;
    font-size: 32px;
    transform: scaleY(0.75);
}

.homeHeaderField #headerVid .apTitle .enName {
    margin: 10px 0 0;
    line-height: 1.2em;
    letter-spacing: 20px;
    font-size: 28px;
}

.homeHeaderField #headerVid .pad {
    width: 480px;
    height: 680px;
    margin: auto;
    /*display: inline-block;*/
    display: none;
    position: absolute;
    right: 22%;
    top: 200px;
    background: url(../img/pad.png) center no-repeat;
    background-size: contain;
}

.homeHeaderField #headerVid .pad .padContent {
    width: 433px;
    height: 575px;
    margin: auto;
    display: inline-block;
    position: absolute;
    left: 22px;
    top: 50px;
    background: url(../img/padContent.png) center no-repeat, rgba(0,0,255,0.2);
    background-size: cover;
}

.homeHeaderField #headerVid .pad .padContent ul {
    width: 50%;
    height: 170px;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right:0;
    top: 20%;
    bottom: auto;
    list-style: none;
    /*background: #ccc;*/
}

.homeHeaderField #headerVid .pad .padContent ul li {
    padding: 10px 5px;
}

.homeHeaderField #headerVid .pad .padContent ul li:first-child {
    border-bottom: solid 1px #fff;
}

.homeHeaderField #headerVid .pad .padContent ul li .runNum {
    float: left;
    font-size: 44px;
    color: #00D0DB;
    text-shadow: 0 0 10px #00D0DB;
}

.homeHeaderField #headerVid .pad .padContent ul li .unit {
    width: 55px;
    margin: 10px 0 0;
    float: right;
    font-size: 18px;
    color: #fff;
}





.cover {
    width: 100%;
    height: 450px;
    /*background: url(../img/cover_home2.jpg) center 55%;*/
    background-size: cover;
}

.cover .videoContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;    
}

.cover .videoContainer video {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: -20%;
}

.cover .slogan {
    width: 100%;
    position: absolute;
    top: 220px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.5), 0 0 3px rgba(0, 0, 0, 0.75), 0 0 5px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75), 0 0 15px rgba(0, 0, 0, 0.75);
    opacity: 0;
    animation: sloganShowAni 2s ease-in-out 0.5s 1 alternate forwards;
}

@keyframes sloganShowAni {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.slogan .txt1 {
    margin: 0 0 5px;
    padding: 5px 30px;
    display: inline-block;
    font-weight: bold;
    font-size: 36px;
    border-bottom: solid 1px #fff;
}

.slogan .txt2 {
    font-size: 20px;
}

.slogan .txt2 .runNum {
    width: 60px;
    display: inline-block;
    font-family: arial;    
    font-weight: normal;
}

.slogan .divLine {
    padding: 0 10px;
}

.runNumColor {
    animation: runNumColorAni 3s ease-in-out 0.5s 1 alternate forwards;
}

@keyframes runNumColorAni {
    0% {
        color: #00D0DB;
    }
    100% {
        color: #00D0DB;
    }
}

/*---------- Main Carousel (start) ----------*/
.mainCarouselSection {
    width: 433px;
    height: 575px;
    padding: 0;
}

.mainCarousel {
    width: 431px;
    height: 575px;
    margin: 50px 0 0 23px;
    display: inline-block;
    position: absolute;
    z-index: 0;
    background: #000;
}

.mainCarousel a {
    width: 100%;
    height: 100%;
    position: relative;
}

.mainCarousel .cover {
    width: 100%;
    height: 100%;
}

.mainCarousel a .playIcon {
    width: 60px;
    height: 60px;
    margin: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 60px;
    color: #013d70;
    animation: playIconBreath 1.5s ease-in-out 0.0s infinite alternate forwards;
}

@keyframes playIconBreath {
    0%{
        transform: scale(0.8);
        opacity: 0.6;
    }
    100%{
        transform: scale(1.2);
        opacity: 1;
    }
}


.mainCarousel .pager {
    width: 100%;
    position: absolute;
    bottom: 15px;
    z-index: 101;
    text-align: center;
}

.mainCarousel .pager span  {
    width: 15px;
    height: 15px;
    margin: 3px 5px;    
    border-radius: 100%;
    border: solid 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 0px;
    color: #ddd;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; 
}

.mainCarousel .pager span.cycle-pager-active {
    color: #005bac;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.mainCarousel .pager > * {
    cursor: pointer;
}
/*---------- Main Carousel (end) ----------*/





#bidList {
    display: none;
}

#container .section {
    padding: 30px 0;
}

.sectionBG1 {
    /*padding: 200px 0 120px;*/
    padding: 50px 0 120px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6),  rgba(255, 255, 255, 0.6)), url(../img/backgroundHome.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
    background-attachment: fixed, fixed;
}

.sectionBG1 .annCaption {
    width: 75%;
    margin: 0 3% 0 0;
    padding: 10px 0;
    box-sizing: border-box;
    display: inline-block;
    border-bottom: solid 5px #004B8D;
    position: relative;
    font-weight: bold;
    font-size: 32px;
    color: #004B8D;
}

.sectionBG1 .annIcon {
    width: 20%;
    height: auto;    
}

.sectionBG1 .listTotal {
    width: 49.5%;    
    margin: 0 0 50px;
    padding: 0 50px 0 0;
    box-sizing: border-box;
    display: inline-block;    
    float: left;
}

.sectionBG1 .listTotal:nth-child(2) {
    padding: 0 0 0 50px;
}

.sectionBG1 .listTotal .item {
    width: 100%;
    margin: 0;
    padding: 7px 10px 7px 0;
    display: inline-block;
    box-sizing: border-box;
    border-bottom: solid 1px #00D0DB;
}

.sectionBG1 .listTotal .item .title {
    width: 62%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #004B8D;
}

.sectionBG1 .listTotal .item .factory {
    width: 20%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    color: #004B8D;
}

.sectionBG1 .listTotal .item .date {
    width: 18%;
    padding: 2px 0 0 10px;
    box-sizing: border-box;
    float: left;    
    border-left: solid 1px #004B8D;
    font-family: arial;
    text-align: left;
    font-size: 14px;
    color: #004B8D;
}

.sectionBG1 .listTotal .item:hover .title, .listTotal .item:hover {
    color: #004B8D;
}

.sectionBG1 .listTotal .more {
    width: 180px;
    margin: 20px 0 0;
    padding: 5px 30px;
    display: inline-block;
    box-sizing: border-box;
    float: right;
    text-align: center;
    color: #fff;
    background: #00D0DB;
}


.sectionBG2 {
    width: 100%;
    height: 450px;
    display: inline-block;
    vertical-align: bottom;
    background: rgba(0, 0, 0, 0.5);
}

.sectionBG2 .infoBlock {
    width: 1200px;
    margin: -140px auto 0;
}

.sectionBG2 .infoBlock .top {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    background: #013D7088;
}

.sectionBG2 .infoBlock .top  a {
    color: #fff;
}

.sectionBG2 .infoBlock .top  a:hover {
    text-shadow: 0 0 5px #fff;
}

.sectionBG2 .infoBlock .infoBlock1 {
    width: 10%;
    height: 220px;
    box-sizing: border-box;
    padding: 0 15px;
    float: left;
    background: #013D70;
}

.sectionBG2 .infoBlock .infoBlock1 .icon {
    height: 40px;
    margin: 50px auto 10px;
    display: block;
}

.sectionBG2 .infoBlock .infoBlock1 .tit {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.sectionBG2 .infoBlock .infoBlock1 .tit span:lang(en) {
    font-size: 16px;
}

.sectionBG2 .infoBlock .infoBlock2 {
    width: 58%;
    height: 220px;
    margin: 0 1% 0;
    padding: 30px 40px;
    box-sizing: border-box;    
    float: left;
    background: #004B8D;
}

.sectionBG2 .infoBlock .infoBlock2 .tit {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.sectionBG2 .infoBlock .infoBlock2 table {
    width: 100%;
    border-collapse: collapse;
}

.sectionBG2 .infoBlock .infoBlock2 table td {
    padding: 7px 5px;
    border-bottom: solid 1px #00D0DB;
    vertical-align: top;
}

.sectionBG2 .infoBlock .infoBlock2 table tr:last-child td {
    border: none;
}

.sectionBG2 .infoBlock .infoBlock2 table td a {    
    color: #fff;
}

.sectionBG2 .infoBlock .infoBlock3 {
    width: 30%;
    height: 220px;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    background: #013D70;
}

.sectionBG2 .infoBlock .infoBlock3 .tit {
    margin: 45px 0 20px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.sectionBG2 .infoBlock .infoBlock3 ul {
    width: 100%;
    padding: 0;    
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
}

.sectionBG2 .infoBlock .infoBlock3 ul li {
    flex: 1 1 33%;
    height: 50px;
    box-sizing: border-box;
    float: left;
    position: relative;
    border-right: solid 1px #fff;
    text-align: center;    
}

.sectionBG2 .infoBlock .infoBlock3 ul li:last-child {
    border: none;
}

.sectionBG2 .infoBlock .infoBlock3 ul li .icon {
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.sectionBG2 .infoBlock .infoBlock3 ul li:hover .icon {
    display: none;
}

.sectionBG2 .infoBlock .infoBlock3 ul li .txt {
    width: 80%;
    margin: 5px auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.sectionBG2 .infoBlock .infoBlock3 ul li .txt:lang(en) {
    margin: 0 0 0 3px;
    font-size: 12px;
    transform-origin: center;
    transform: scale(0.9);
}

.sectionBG2 .infoBlock .infoBlock3 ul li:hover .txt {    
    display: block;
}


.sectionBG3 {
    width: 100%;
    /*height: 450px;*/
    padding: 50px 0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    background: #008B93;
}

.sectionBG3 .title {
    font-size: 56px;
    color: #fff;
}

.sectionBG3 .localItem {
    margin: 30px 0;
    padding: 20px;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    color: #fff;
}

.sectionBG3 .localItem:lang(tw) {
    width: 25%;
}

.sectionBG3 .localItem:lang(cn) {
    width: 25%;
    padding: 20px 30px;
}

.sectionBG3 .localItem:hover {
    color: #E6DE57;
}

.sectionBG3 .localItem .localMap {
    margin: 30px 0;
    position: relative;
    /*background: #ccc;*/
}

.sectionBG3 .localItem .localMap .baseMap {
    height: 180px;
    visibility: visible;
}

.sectionBG3 .localItem:hover .localMap .baseMap {
    visibility: hidden;
}

.sectionBG3 .localItem .localMap .hoverMap {
    width: 100%;
    height: 180px;
    /*display: none;*/
    display: inline-block;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: transform 0.5s;
    transform-origin: center;
}

.sectionBG3 .localItem:hover .localMap .hoverMap {
    visibility: visible;
    display: inline-block;
    transform: scale(1.1);
}

.sectionBG3 .localItem .localName {
    margin: 5px 0;
    text-align: center;
    font-size: 24px;
}

.sectionBG3 .localItem .subLocalSet:lang(tw) {
    height: 220px;
    /*background: #888;*/
}

.sectionBG3 .localItem .subLocalSet:lang(cn) {
    height: 90px;
}

.sectionBG3 .localItem .subLocalSet .subLocalName {
    width: 50%;
    padding: 2px 0;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-size: 14px;
    /*background: #ccc;*/
}

.sectionBG3 .localItem .subLocalSet .subLocalNameFullWidth {
    width: 100%;
    padding: 3px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

.sectionBG3 .localItem .localProjAmt {
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #E6DE57;
    visibility: hidden;
    text-align: center;
    font-size: 14px;
    color: #E6DE57;
}

.sectionBG3 .localItem:hover .localProjAmt {
    visibility: visible;
}







.areaMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.areaMenu li {
    margin: 5px 10px 5px 0;    
    box-sizing: border-box;
    display: inline;
    float: left;
    border: dotted 1px #c0c0c0;
    background: #f8f8f8;
    transition: box-shadow 0.5s;
}

.areaMenu li:hover {
    border: solid 1px #c0c0c0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.areaMenu li a {
    display: inline-block;
    padding: 10px 20px;
    color: #303030;
}

.listArea {
    margin: 0 0 30px;
}

.listArea .subCaption {
    border-bottom: dashed 1px #c0c0c0;
}

.listArea .subCaption .areaName {
    padding: 5px 0;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: #808080;
}

.listArea .itemTitle {
    margin: 0 0 5px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    color: #808080;
    background: #f0f0f0;
}

.listArea .itemTitle div:nth-child(1) {
    width: 17%;
    float: left;
}

.listArea .itemTitle div:nth-child(2) {
    width: 10%;
    float: left;
}

.listArea .itemTitle div:nth-child(3) {
    width: 33%;
    float: left;
}

.listArea .itemTitle div:nth-child(4) {
    width: 20%;
    float: left;
}

.listArea .itemTitle div:nth-child(5) {
    width: 10%;
    float: left;
    text-align: center;
}

.listArea .itemTitle div:nth-child(6) {
    width: 10%;
    float: left;
    text-align: right;
}

.listArea .item {
    width: 100%;
    padding: 2px 5px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
}

.listArea .item div {
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    white-space : nowrap;
    text-overflow : ellipsis;
}

.listArea .item .block1 .code {
    width: 17%;
    padding: 5px 0;
    color: #303030;
}

.listArea .item .block1 .factory {
    width: 10%;
    padding: 5px 0;
    color: #303030;
}

.listArea .item .block2 .title {
    width: 33%;
    padding: 5px 20px 5px 0;
    color: #303030;
}

.listArea .item .block2 .category {
    width: 20%;
    padding: 5px 20px 5px 0;
    color: #303030;
}

.listArea .item .block3 .status {
    width: 10%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.listArea .item .block3 .date {
    width: 10%;
    margin: 5px 0 0;
    box-sizing: border-box;
    text-align: right;
    font-size: 13px;
    color: #c0c0c0;
}

.listArea .item:hover .code, .listArea .item:hover .category, .listArea .item:hover .title, .listArea .item:hover .date {
    color: #cc0000;
    text-shadow: 0 0 0 rgba(204, 0, 0, 0.5);
}

/*---------- RWD (start) ----------*/
@media screen and (min-width: 1601px) and (max-width: 1920px) {
    .cover {
        height: 550px;
        /*background: url(../img/cover_home2.jpg) center 55%;*/
        background-size: cover;
    }

    .cover .videoContainer video {
        top: auto;
        bottom: -30%;
    }
    
    .cover .slogan {
        top: 250px;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    .homeHeaderField #headerVid .apTitle {
        left: 14%;
    }

    .homeHeaderField #headerVid .pad {
        right: 14%;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    .homeHeaderField #headerVid .apTitle {
        left: 7%;
        bottom: 150px;
    }

    .homeHeaderField #headerVid .pad {
        right: 7%;
    }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .headerField #headerVid {
        position: relative;
        height: 200px;
        margin: 0 auto;
        overflow-y: visible;
    }
    
    .headerField #headerVid video {
        margin: 0 auto;
    }
    
    .headerField #headerVid .blackCover {
        background: rgba(0, 0, 0, 0);
    }
    
    .cover {
        height: 300px;
        /*background: url(../img/cover_home2.jpg) center bottom;*/
        background-size: cover;
    }
    
    .cover .videoContainer video {
        top: auto;
        bottom: -30%;
    }
    
    .cover .slogan {
        top: 135px;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75);
    }
    
    .slogan .txt1 {
        margin: 0;
        padding: 5px 30px;
        display: inline-block;
        font-weight: bold;
        font-size: 24px;
        border-bottom: solid 1px rgba(255, 255, 255, 1);
    }

    .slogan .txt2 {
        font-size: 15px;
    }
    
    .slogan .txt2 .runNum {
        width: 45px;
    }

    .slogan .divLine {
        padding: 0 0px;
        font-size: 16px;
    }

    /*--------------------------------------------------*/
    .homeHeaderField .videoForPhone {
        display: block;
    }
    
    .homeHeaderField .vidCover {
        height: 100%;
    }
    
    .homeHeaderField #headerVid {
        width: 100%;
        height: 200px;
        margin: auto;
        /*overflow-y: hidden;*/
        position: absolute;
        left: 0;
        top: 0;
        /*background: #ff0000;*/
    }

    .homeHeaderField #headerVid .apTitle {
        width: 100%;
        margin: 80px 0 0;
        position: absolute;
        left: auto;
        top: auto;
        bottom: 40px;
        text-align: center;
        font-size: 20px;
    }
    
    .homeHeaderField #headerVid .apTitle .pcCompName {
        margin: -5px 0 0;
        display: block;
        letter-spacing: 5px;
        font-size: 18px;
    }
    
    .homeHeaderField #headerVid .apTitle .enName {
        margin: 3px 0 0;
        line-height: 1.1em;
        letter-spacing: 10px;
        font-size: 12px;
    }

    .homeHeaderField #headerVid .pad {
        width: 300px;
        height: 500px;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: -420px;
    }

    .homeHeaderField #headerVid .pad .padContent {
        width: 270px;
        height: 360px;
        left: 14px;
        top: 68px;
    }

    .homeHeaderField #headerVid .pad .padContent ul {
        width: 80%;
        height: 170px;
        margin: auto;
        padding: 0;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right:0;
        top: 10%;
        bottom: auto;
        list-style: none;
        /*background: #ccc;*/
    }

    .homeHeaderField #headerVid .pad .padContent ul li {
        padding: 10px 5px;
    }

    .homeHeaderField #headerVid .pad .padContent ul li:first-child {
        border-bottom: solid 1px #fff;
    }

    .homeHeaderField #headerVid .pad .padContent ul li .runNum {
        float: left;
        font-size: 44px;
        color: #00D0DB;
        text-shadow: 0 0 10px #00D0DB;
    }

    .homeHeaderField #headerVid .pad .padContent ul li .unit {
        width: 55px;
        margin: 10px 0 0;
        float: right;
        font-size: 18px;
        color: #fff;
    }
    
    /*--------------------------------------------------*/
    .mainCarousel {
        width: 270px;
        height: 360px;
        margin: 68px 0 0 14px;
    }
    
    /*--------------------------------------------------*/
/*    .listTotal {
        width: 100%;
        padding: 0;
    }
    
    .listTotal:nth-child(2) {
        padding: 0;
    }
    
    .listTotal .item .title {
        width: 55%;
    }
    
    .listTotal .item .factory {
        width: 20%;
    }
    
    .listTotal .item .date {
        width: 25%;
    }*/
    
    
    /*--------------------------------------------------*/
    .sectionBG1 {
        padding: 300px 15px 0;
        /*padding: 50px 15px 0;*/
    }

    .sectionBG1 .annCaption {
        width: 70%;
    }

    .sectionBG1 .annIcon {
        width: 25%;
    }

    .sectionBG1 .listTotal {
        width: 100%;
        margin: 0 0 80px;
        padding: 0;
    }

    .sectionBG1 .listTotal:nth-child(2) {
        padding: 0;
    }
    
    .sectionBG1 .listTotal .item .title {
        width: 58%;
    }

    .sectionBG1 .listTotal .item .factory {
        width: 20%;
        padding: 2px 5px 0 0;
        font-size: 12px;
    }

    .sectionBG1 .listTotal .item .date {
        width: 22%;
        padding: 4px 0 0 5px;
        font-size: 12px;
    }

    .sectionBG1 .listTotal .item:hover .title, .listTotal .item:hover {
        color: #004B8D;
    }
    
    .sectionBG1 .listTotal .more {
        width: 50%;
    }
    
    /*--------------------------------------------------*/
    .sectionBG2 {
        width: 100%;
        height: auto;
/*        height: 450px;
        display: inline-block;
        vertical-align: bottom;
        background: rgba(0, 0, 0, 0.5);*/
    }

    .sectionBG2 .infoBlock {
        width: 100%;
        margin: -30px auto;
        padding: 0;
    }

    .sectionBG2 .infoBlock .infoBlock1 {
        width: 100%;
        height: auto;
        padding: 30px 10px;
    }

    .sectionBG2 .infoBlock .infoBlock1 .icon {
        margin: 10px auto;
    }

    .sectionBG2 .infoBlock .infoBlock1 .tit {
        font-size: 24px;
    }

    .sectionBG2 .infoBlock .infoBlock2 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 30px 20px;
    }

    .sectionBG2 .infoBlock .infoBlock2 .tit {
        margin: 0 0 10px;
        font-weight: bold;
        font-size: 24px;
        color: #fff;
    }

    .sectionBG2 .infoBlock .infoBlock2 table {
        width: 100%;
        border-collapse: collapse;
    }

    .sectionBG2 .infoBlock .infoBlock2 table td {
        padding: 7px 5px;
        border-bottom: solid 1px #00D0DB;
        vertical-align: top;
    }

    .sectionBG2 .infoBlock .infoBlock2 table tr:last-child td {
        border: none;
    }

    .sectionBG2 .infoBlock .infoBlock2 table td a {    
        color: #fff;
    }

    .sectionBG2 .infoBlock .infoBlock3 {
        width: 100%;
        height: auto;
        padding: 30px 15px;
    }

    .sectionBG2 .infoBlock .infoBlock3 .tit {
        margin: 0 0 20px;
        font-size: 24px;
    }

    .sectionBG2 .infoBlock .infoBlock3 ul {
        width: 100%;
        padding: 0;
        list-style: none;
    }

    .sectionBG2 .infoBlock .infoBlock3 ul li {
        width: 33%;
        height: 50px;
        box-sizing: border-box;
        float: left;
        position: relative;
        text-align: center;
    }

    .sectionBG2 .infoBlock .infoBlock3 ul li:nth-child(2) {
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .sectionBG2 .infoBlock .infoBlock3 ul li .icon {
        height: 50px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
    }

    .sectionBG2 .infoBlock .infoBlock3 ul li:hover .icon {
        display: none;
    }

    .sectionBG2 .infoBlock .infoBlock3 ul li .txt {
        width: 80%;
        margin: 5px auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        font-size: 14px;
        color: #fff;
    }

    .sectionBG2 .infoBlock .infoBlock3 ul li:hover .txt {
        display: block;
    }
    
    /*--------------------------------------------------*/
    .sectionBG3 {
        width: 100%;
        padding: 50px 15px;
    }

    .sectionBG3 .title {
        text-align: center;
        font-size: 32px;
    }

    .sectionBG3 .localItem {
        margin: 30px 0;
        padding: 0;
    }

    .sectionBG3 .localItem:lang(tw) {
        width: 100%;
    }

    .sectionBG3 .localItem:lang(cn) {
        width: 100%;
    }

    .sectionBG3 .localItem:hover {
        color: #E6DE57;
    }

    .sectionBG3 .localItem .localMap {
        margin: 10px 0;
        position: relative;
        /*background: #ccc;*/
    }

    .sectionBG3 .localItem .localMap .baseMap {
        visibility: visible;
    }

    .sectionBG3 .localItem:hover .localMap .baseMap {
        visibility: visible;
    }

    .sectionBG3 .localItem:hover .localMap .hoverMap {
        transform: scale(1);
    }

    .sectionBG3 .localItem .localName {
        margin: 20px 0 5px;
        text-align: center;
        font-size: 24px;
    }

    .sectionBG3 .localItem .subLocalSet:lang(tw) {
        height: auto;
        margin: 0 0 20px;
        /*background: #888;*/
    }

    .sectionBG3 .localItem .subLocalSet:lang(cn) {
        height: auto;
        margin: 0 0 20px;
    }

    .sectionBG3 .localItem .subLocalSet .subLocalName {
        font-size: 16px;
        /*background: #ccc;*/
    }

    .sectionBG3 .localItem .subLocalSet .subLocalNameFullWidth {
        font-size: 16px;
    }

    .sectionBG3 .localItem .localProjAmt {
        visibility: visible;
        font-size: 16px;
    }

    .sectionBG3 .localItem:hover .localProjAmt {
        visibility: visible;
    }
    
    /*--------------------------------------------------*/
/*    .listArea {
        margin: 5px 0 60px;
    }
    
    .listArea .subCaption {
        border-bottom: solid 1px #505050;
    }
    
    .listArea .subCaption .areaName {
        font-size: 28px;
    }
    
    .listArea .itemTitle {
        display: none;
    }
    
    .listArea .item {
        padding: 10px 5px;
        border-bottom: dashed 1px #c0c0c0;
    }
    
    .listArea .item:nth-child(even) {
        background: #f8f8f8;
    }
    
    .listArea .item .block1 {
        width: 100%;
    }
    
    .listArea .item .block1 .code {
        width: 60%;
        float: left;
        color: #808080;
    }
    
    .listArea .item .block1 .factory {
        width: 40%;
        float: left;
        text-align: right;
        color: #808080;
    }
    
    .listArea .item .block2 .title {
        width: 100%;
    }

    .listArea .item .block2 .category {
        width: 100%;
        font-size: 12px;
        color: #808080;
    }
    
    .listArea .item .block3 {
        width: 100%;
        display: inline-block;
        margin: 10px 0 0;
    }

    .listArea .item .block3 .status {
        width: 30%;
        margin: 0;
        float: left;
        font-size: 12px;
    }
    
    .listArea .item .block3 .date {
        width: 70%;
        float: left;
        text-align: right;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .sectionBG1 {
        padding: 500px 15px 0;
        /*padding: 50px 15px 0;*/
    }
}
/*---------- RWD (end) ----------*/