@charset "utf-8";
#index_image {
    padding: 0 0 20px;
    text-align: center;
}
.index {
    overflow: hidden;
    margin: 0 0 10px;
}
.index h2 img  {
    padding: 8px 0 0;
}
.index h2.index_title {
    background: none;
    padding: 0;
}

/* point section */
.point {
    width: 100%;
    display: table;
}
.point_wrapper {
    display: table-cell;
    width: 33.3%;
    padding: 10px;
}
.point dl {
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
}
.point dt {
    background: #1290dd;
    padding: 5px 10px;
    font-size: 12pt;
    display: block;
    color: #fff;
}
.point dd {
    width: 100%;
    height: 100px;
    display: table;
}
.point dd div {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.point dd p {
    display: table-cell;
    padding: 10px;
    font-size: 12px;
    line-height: 155%;
    text-align: left;
}
.point .button {
    border: 1px solid #ccc;
    border-top: none;
}

/*** new plan_list START ***/
.plan_list_text {
    width: 100%;
    display: table;
    margin: 10px 0;
}
.plan_list_text .plan_list_wrapper {
    width: 16.6%;
    display: table-cell;
    padding: 0 2px 0 0;
}
.plan_list_text .plan_list_wrapper:last-child {
    padding: 0;
}
.plan_list {
    border: 1px solid #CCCCCC;
    color: #3F3F3F;
}
.plan_list .index_plan_title {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #4083d5;
    text-align: center;
    position: relative;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
}
.plan_list .plan_title span {
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -10px;
    display: block;
    padding: 5px;
    background: #f00;
    font-size: 10px;
    line-height: 100%;
}
.plan_spec {
    padding: 5px;
    font-size: 10px;
}
.plan_spec dl {
    width: 100%;
    display: table;
    padding: 5px 0;
}
.plan_spec dt {
    width: 40px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.plan_spec dt span {
    display: block;
    font-size: 8px;
    background-color: #333333;
    color: #FFFFFF;
}
.plan_spec dd {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    position: relative;
}
.plan_spec .cpu_core {
    position: absolute;
    right: 0;
    font-size: 7px;
    bottom: -15px;
}
.plan_spec strong {
    font-size: 18px;
    font-weight: bold;
}
.plan_spec .hdd_raid {
    font-weight: bold;
}
.plan_body {
    padding: 7px 7px 0px 7px;
}
.plan_body .plan_cost {
    position: relative;
    margin-bottom: 7px;
    text-align: right;
}
.plan_body .firstcost_no_title {
    color: #fff;
    background: #F25576;
    text-align: center;
    font-size: 12px;
}
.plan_body dl {
    width: 100%;
    margin: 10px 0;
    display: table;
}
.plan_body dt {
    display: table-cell;
    font-size: 10px;
}
.plan_body dd {
    display: table-cell;
    text-align: right;
    font-size: 11px;
    line-height: 130%;
    padding: 5px 0;
}
.plan_body .firstcost_yes_title {
    color: #fff;
    background: #295BB4;
    text-align: center;
    font-size: 12px;
}
.plan_body .plan_strongA {
    color: #F25576;
    font-size: 19px;
    font-weight: bold;
}
.plan_body .plan_strongB {
    color: #295BB4;
    font-size: 19px;
    font-weight: bold;
}
.plan_body .plan_strongC {
    color: #295BB4;
    font-size: 21px;
    font-weight: bold;
    background: #333;
}
.plan_button {
    padding: 5px;
}
.plan_button > div {
    margin-bottom: 15px;
}
.plan_button a {
    height: 30px !important;
    line-height: 30px !important;
}
.plan_list_end:after {
    clear: both;
}
/*** new plan_list END ***/

/*** film_roll start ***/
#film_roll {
    margin-top: -25px;
    margin-bottom: 20px;
    background: #efefef;
}
.film_roll_child:before {
    content: "";
    margin: 0 15px;
}
.film_roll_child img {
    height: 235px;
    border: 1px solid #aaa;
}
.film_roll_pager {
    margin: 10px 0 0;
    padding: 10px 0 15px;
}
/***  ***/
.point-contents {
    width: 100%;
    display: table;
    text-align: center;
    margin: 15px 0;
}
.point-contents li {
    display: table-cell;
    width: 30%;
    padding: 0 20px;
}
.point-contents .button a {
    padding: 10px 0;
    font-size: 12pt;
}

/*** bxslider ***/
.bxslider {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.slide_all {
    width: 800px;
    margin: 0 auto;
    height: 280px;
    position: relative;
}
.slide_wrap {
    width: 2400px; 
    position: absolute; 
    left: 50%;
    margin-left: -1200px;
}
.slide_body {
    width: 100%;
}
.slide {
    width: 800px;
    text-align: center;
}
.slide img {
    width: 790px;
    vertical-align: bottom;
    border: 1px solid #ccc;
}
/* ���� */
.bx-controls-direction,
.bx-pager {
    text-align: center;height: 25px;
}
.bx-controls-direction a,
.bx-pager-item {
    display: inline-block;
}
.bx-pager-item a {
    display: block;
    height: 10px;
    width: 10px;
    text-indent: -9999px;
    background: #333;
    border-radius: 10px;
    margin:10px 2px 0 2px;
}
.bx-pager-item a.active {opacity: 0.3;}
.bx-controls-direction a{text-decoration: none; color: #000; padding:0 5px;}
.bx-controls {
    position: absolute;
    z-index: 100;
    width: 100%;
}
.slide {
    transition:all .3s;
    opacity:.8;
}
.slide.active {
    opacity:1;
}
