/*------------loding--------------*/
.loding {
    width: 700px;
    height: 150px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: left;
}

/* IE6 hack */
.loding span {
    height: 100%;
    display: inline-block;
}

/* 讓table-cell下的所有元素都居中 */
.loding * {
    vertical-align: middle;
}

.loding-bg {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: left;
}

/*--------loding--------------------*/
template {
    display: none;
}

.menu_con a:link, .menu_con a:visited, .menu_con a:hover {
    font-family: "Myriad Pro";
    text-decoration: none;
    color: #FFF;
}

/*------------------------------main img--------------------------------------------*/
#imgList {
    position: relative;
}

.imgIten {
    position: absolute;
}

.mainImg_area {
    float: left;
    width: 100%;
    float: left;
}

.btn_p1 {
    height: 13px;
    width: 13px;
    padding-right: 70px;
    background-image: url(../images/index_gray.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn_p1a {
    height: 13px;
    width: 13px;
    padding-right: 70px;
    background-image: url(../images/index_red.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.menu_con ul li ul li a.langMenu {
    font-family: 微軟正黑體, 微软雅黑;
}

@media screen and (max-width: 1023px) and (min-width: 480px) {
    .imgIten {
        width: 100%;
    }
}