/*icon pluin*/
@import url(font-awesome.min.css);

@charset "utf-8";
/* CSS Document */
/*CSS RESET START*/
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "微軟正黑體", "Heiti TC", "Times New Roman";
    font-size: 13px;
    color: #333;
}
div {
    margin: auto;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}
strong {
    font-weight: bold;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
}
*:focus {
    outline: none;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #ff3300;
    text-decoration: underline;
}

.px11 {
    font-size: 11px;
}
.px12 {
    font-size: 12px;
}
.px13 {
    font-size: 13px;
}
.px14 {
    font-size: 14px;
}
.px15 {
    font-size: 15px;
}
.px16 {
    font-size: 16px;
}
.px17 {
    font-size: 17px;
}
.px18 {
    font-size: 18px;
}
.px19 {
    font-size: 19px;
}
.px20 {
    font-size: 20px;
}
.px21 {
    font-size: 21px;
}
.px22 {
    font-size: 22px;
}
.px23 {
    font-size: 23px;
}
.px24 {
    font-size: 24px;
}
.px25 {
    font-size: 25px;
}

.ls1 {
    letter-spacing: 1px;
}
.ls2 {
    letter-spacing: 2px;
}
.ls3 {
    letter-spacing: 3px;
}
.ls4 {
    letter-spacing: 4px;
}
.ls5 {
    letter-spacing: 5px;
}

.text_red {
    color: red;
}
.text_blue {
    color: blue;
}
.text_gray {
    color: gray;
}
.text_white {
    color: #fff;
}
.text_black {
    color: #000;
}
.text_yellow {
    color: yellow;
}
.text_org {
    color: #f60;
}
.text_green {
    color: green;
}
.text_369 {
    color: #369;
}
.text_red2 {
    color: #a64949 !important;
}

.text_center {
    text-align: center !important;
}
.text_left {
    text-align: left !important;
}
.text_right {
    text-align: right !important;
}
.text_justify {
    text-align: justify !important;
}

.float_right {
    float: right;
}
.float_left {
    float: left;
}

.lh20 {
    line-height: 20px !important;
}
.lh25 {
    line-height: 25px !important;
}
.lh30 {
    line-height: 30px !important;
}
.lh35 {
    line-height: 35px !important;
}
.lh40 {
    line-height: 40px !important;
}
.lh45 {
    line-height: 45px !important;
}
.lh50 {
    line-height: 50px !important;
}

.h20 {
    height: 20px !important;
}
.h25 {
    height: 25px !important;
}
.h30 {
    height: 30px !important;
}
.h35 {
    height: 35px !important;
}
.h40 {
    height: 40px !important;
}
.h45 {
    height: 45px !important;
}
.h50 {
    height: 50px !important;
}

.td_w25 {
    width: 25px;
}
.td_w30 {
    width: 30px;
}
.td_w35 {
    width: 35px;
}
.td_w40 {
    width: 40px;
}
.td_w45 {
    width: 45px;
}
.td_w50 {
    width: 55px;
}
.td_w55 {
    width: 55px;
}

.text_ind3 {
    text-indent: 3px !important;
}
.text_ind5 {
    text-indent: 5px !important;
}
.text_ind10 {
    text-indent: 10px !important;
}
.text_ind15 {
    text-indent: 15px !important;
}
.text_ind20 {
    text-indent: 20px !important;
}
.text_ind25 {
    text-indent: 25px !important;
}
.text_ind30 {
    text-indent: 30px !important;
}
.text_ind35 {
    text-indent: 35px !important;
}
.text_ind40 {
    text-indent: 40px !important;
}
.text_ind45 {
    text-indent: 45px !important;
}
.text_ind50 {
    text-indent: 50px !important;
}

.text_b {
    font-weight: bold !important;
}

.margin0 {
    margin: 0 !important;
}
.padding0 {
    padding: 0 !important;
}
.margin5 {
    margin: 5px !important;
}
.padding5 {
    padding: 5px !important;
}
.margin10 {
    margin: 10px !important;
}
.padding10 {
    padding: 10px !important;
}
.container-fluid {
    padding: 0;
}

.buttonr {
    font-size: 15px;
    height: 35px;
    line-height: 20px;
    padding: 8px 16px;
    margin: 0 0 0 0;
    width: auto;
    color: #fff !important;
    background: #3e4b5d;
    -ms-transition: background 0.6s;
    -moz-transition: background 0.6s;
    -webkit-transition: background 0.6s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 0 !important;
    letter-spacing: 1px;
}
.buttonr_s {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 4px 8px !important;
}
.buttonr:hover {
    background: #f44a56;
    color: #fff;
    text-decoration: none;
}
.buttonr_blue {
    background: #3e4b5d;
}
.buttonr_blue:hover {
    background: #f44a56;
    outline: 0 !important;
}

.buttonr:focus {
    outline: 0 !important;
}

.buttonr_red {
    background: #f30;
}
.buttonr_bluegreen {
    background: #00b285;
}
.buttonr_blue2 {
    background: #2693ff;
}
.buttonr_pop {
    background: #dc73ff;
}
.buttonr_org {
    background: #f90;
}
.buttonr_org2 {
    background: #f75;
}

/*CSS RESET END*/
body#index_bg {
    /*background: url("http://www.nagano-rokin.co.jp/common/img/common/contents_bg.png") repeat-x;*/
    /*background-position: 0 474px;*/
    background: #f5f5f5;
    width: 100%;
}

body {
    width: 100%;
}
.notic_title {
    padding: 9px 10px 8px;
    background: #f6f6f6;
    border: 1px dotted #ddd;
    font-size: 14px;
    font-weight: bold;
}
.notic_title:before {
    font-family: "icon";
    content: "▼";
    font-size: 14px;
    display: inline-block;
    padding: 2px 5px 0 0;
    color: #000;
}
.b_button {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    padding: 0 20px 0 35px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 38px;
    line-height: 40px;
    border-radius: 3px;
    background: #17b;
    box-shadow: 0px 4px 0px 0px #048;
    text-align: center;
}
.b_button:hover {
    background: #28c;
    color: #fff;
    text-decoration: none;
}
.b_button:hover:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.b_button:active {
    top: 4px;
    box-shadow: none !important;
    -webkit-transition: none;
    transition: none;
}

.top_content {
    max-width: 1170px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    color: #c7d8ef;
    letter-spacing: 1px;
    text-indent: 10px;
}
.top_left {
    float: left;
    width: auto;
}
.login_area {
    float: right;
    padding: 4px 0 0 0;
}

.header_bg {
    width: 100%;
    background: #3870c2;
}
#header {
    clear: both;
    max-width: 1170px;
    width: 100%;
    height: 100px;
}

.header_content {
}
.header_content_right {
    float: right;
}

a.button_link {
    margin: auto auto auto 10px;
    padding: 6px 14px 6px;
    background: #4ae;
    color: #fff;
    border-color: #06a;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #06a;
    font-size: 15px;
}
a.button_link:hover {
    color: #fff;
    background: #28c;
}

a.whatsapp_button {
    margin: auto auto auto 10px;
    padding: 6px 14px 6px;
    background: #18b9a7;
    color: #fff;
    border-color: ;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #097669;
    font-size: 15px;
}
a.whatsapp_button:hover {
    color: #fff;
    background: #128c7e;
}

#logo > a {
    float: left;
    width: 160px;
    height: 100px;
    background-image: url("../images/logo_x.png");
    background-size: 160px 100px;
}

/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
*/
.navbar-brand {
    position: relative;
    z-index: 2;
}
.navbar-nav.navbar-right .btn {
    position: relative;
    z-index: 2;
    padding: 4px 20px;
    margin: 10px auto;
    transition: transform 0.3s;
}
.navbar .navbar-collapse {
    position: relative;
    overflow: hidden !important;
}
.navbar .navbar-collapse .navbar-right > li:last-child {
    padding-left: 22px;
}
.navbar .nav-collapse {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-right: 120px;
    padding-left: 80px;
    width: 100%;
}
.navbar.navbar-default .nav-collapse {
    background-color: #f8f8f8;
}
.navbar.navbar-inverse .nav-collapse {
    background-color: #222;
}
.navbar .nav-collapse .navbar-form {
    border-width: 0;
    box-shadow: none;
}
.nav-collapse > li {
    float: right;
}
.btn.btn-circle {
    border-radius: 50px;
}
.btn.btn-outline {
    background-color: transparent;
}
.navbar-nav.navbar-right .btn:not(.collapsed) {
    background-color: rgb(111, 84, 153);
    border-color: rgb(111, 84, 153);
    color: rgb(255, 255, 255);
}
.navbar.navbar-default .nav-collapse,
.navbar.navbar-inverse .nav-collapse {
    height: auto !important;
    transition: transform 0.3s;
    transform: translate(0px, -50px);
}
.navbar.navbar-default .nav-collapse.in,
.navbar.navbar-inverse .nav-collapse.in {
    transform: translate(0px, 0px);
}
@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .nav-collapse {
        margin: 7.5px auto;
        padding: 0;
    }
    .navbar .nav-collapse .navbar-form {
        margin: 0;
    }
    .nav-collapse > li {
        float: none;
    }

    .navbar.navbar-default .nav-collapse,
    .navbar.navbar-inverse .nav-collapse {
        transform: translate(-100%, 0px);
    }
    .navbar.navbar-default .nav-collapse.in,
    .navbar.navbar-inverse .nav-collapse.in {
        transform: translate(0px, 0px);
    }

    .navbar.navbar-default .nav-collapse.slide-down,
    .navbar.navbar-inverse .nav-collapse.slide-down {
        transform: translate(0px, -100%);
    }
    .navbar.navbar-default .nav-collapse.in.slide-down,
    .navbar.navbar-inverse .nav-collapse.in.slide-down {
        transform: translate(0px, 0px);
    }
}

.navbar {
    margin: 0;
}
ul.nav > li {
    border: 0;
    padding: 5px 0;
    margin-right: 15px;
}
ul.nav > li > a {
    box-sizing: border-box;
    height: 35px;
    overflow: hidden;
    padding: 10px 30px;
    color: #333;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 15px;
    /*border-right: #ddd solid 1px;*/
    color: #444;
    -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}

ul.nav > li > a:hover,
ul.nav > li > a.ed {
    text-decoration: none;
    background: #0077b3 !important;
    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.main {
    padding: 0 0 25px 0;
    border-top: 1px solid #fff;
    background: #fff;
    height: auto;
    max-width: 1170px;
    width: 100%;
}
.main_nobg {
    padding: 0 0 25px 0;
    /*border-top: 1px solid #fff;*/
    height: auto;
    max-width: 1170px;
    width: 100%;
}
.index_content {
    clear: both;
    max-width: 1170px;
    height: auto;
    margin: 15px auto auto auto;
    overflow: hidden;
}
.main_content {
    clear: both;
    max-width: 1170px;
    width: auto;
    min-height: 300px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding: 30px 0 0 0;
}

.title_area {
    height: 100px;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-image: url("../images/bg-clouds.png");
    background-position: 300 -60;
}
.title_area_content {
    max-width: 1170px;
    width: 100%;
    height: 100px;
}
.title_area_content > h1 {
    display: inline-block;
    font-size: 42px;
    line-height: 100px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #555;
    text-indent: 10px;
}
.title_area_content > span {
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 1px #777;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
}
/**** sub_menu ***/
.sub_menu {
    margin: auto;
    height: auto;
    display: block;
    overflow: hidden;
    width: auto;
    margin: 0;
    border: #256 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #369;
}
.sub_menu > ul {
}
.sub_menu > ul > li {
}
.sub_menu > ul > li > a {
    float: left;
    background: #369;
    border-left: #479 1px solid;
    border-right: #256 1px solid;
    width: 33.33%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sub_menu > ul > li > a:hover {
    text-decoration: none;
    background: #0077b1;
}
.sub_menu > ul > li > a.ed {
    text-decoration: none;
    background: #0077b1;
}

/**** sub_menu end ***/

.location {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: -1px auto 10px auto;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    padding: 0 0 0 10px;
}

.location > ul {
    max-width: 1170px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: auto;
}
.location > ul > li {
    float: left;
    font-size: 15px;
}
.location > ul > li:not(:last-child):after {
    content: "　»　";
}
.location > ul > li > a {
    text-decoration: none;
}

@keyframes animatedBackgroundd {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}
.index_focus {
    background-image: url("../images/bg-clouds.png");
    background-size: 3547px 300px;
    width: 100%;
    height: 300px;
    box-shadow: 1px 1px 1px #ddd;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackgroundd 40s linear infinite;
}
.index_focus_content {
    max-width: 1170px;
    width: 100%;
    height: 300px;
}

.domain_search {
    float: left;
    width: 850px;
    height: 300px;
    margin: 0 20px 0 0;
}

.h1_area {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    width: 500px;
    height: 200px;
    padding: 80px 0 0 0;
    box-sizing: border-box;
}
.h1_area > h1 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 1px;
}

.enter_area {
    width: 500px;
    margin: auto;
    background: #17b;
    padding: 5px 5px 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding-right: 55px;
}

.enter_area input {
    width: 100%;
    display: inline-block;
    padding: 8px 40px 6px 15px;
    font-size: 18px;
    border: none;
    background: #f6f6f6;
    border: 0;
}

.enter_area button {
    text-align: center;
    width: 50px;
    height: 44px;
    line-height: 44px;
    border: none;
    background: #17b;
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-top: -45px;
    margin-right: -50px;
    float: right;
    overflow: auto;
    cursor: pointer;
}
.mobi_domain_search {
    width: 100%;
    height: auto;
    width: auto;
    margin: 10px 19px 10px 19px;
}

.mobi_domain_search input {
    width: 100%;
    display: inline-block;
    padding: 8px 40px 6px 15px;
    font-size: 18px;
    border: none;
    background: #f6f6f6;
    border: 0;
}

.scroll {
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: auto;
}

.scroll li {
    width: 300px;
    height: 200px;
    line-height: 200px;
    overflow: hidden;
    margin: 15px 0;
}
.scroll li > a > img {
    opacity: 1;
    -webkit-transition: all 0.4s; /* Safari */
    transition: all 0.4s;
    opacity: 0.8;
}
.scroll li > a:hover > img {
    opacity: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.index_plan > ul > li {
    float: left;
    width: 270px;
    height: auto;
    margin: 0 20px 10px 0;
    background: #fff;
    color: #333;
    font-size: 98px;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.plan_label {
    margin-bottom: 20px;
    /*margin:0 10px 20px 10px;*/
}
.plan_label > h2 {
    height: 45px;
    line-height: 45px;
    background: #2c3b4c;
    font-size: 21px;
    text-align: center;
    color: #ddd;
    -webkit-transition: color 0.6s; /* Safari */
    transition: color 0.6s;
    background: -moz-linear-gradient(
        top,
        rgba(44, 59, 76, 1) 0%,
        rgba(44, 59, 76, 0.8) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(44, 59, 76, 1) 0%,
        rgba(44, 59, 76, 0.8) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(44, 59, 76, 1) 0%,
        rgba(44, 59, 76, 0.8) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3b4c', endColorstr='#b32c3b4c',GradientType=0 ); /* IE6-9 */
    border-bottom: #2c3b4c 1px solid;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan_label > h2:hover {
    color: #fff;
}
.price_money {
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    text-align: center;
    border: 5px #fff solid;
    font-size: 58px;
    font-weight: bold;
    padding: 30px 0 0 0;
    box-sizing: border-box;
    -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.price_money:hover {
    background: #2c3b4c;
}
.price_money > a {
    color: #fff;
}
.price_money > a:hover {
    text-decoration: none;
}
.price_money > a > span {
    font-size: 20px;
    float: right;
    margin: -10px 20px 0 0;
}
.price {
    width: 270px;
    padding: 15px 0 15px 0;
}
.price_1 {
    width: 100%;
    display: block;
    background: #5c96c7;
}
.price_2 {
    width: 100%;
    display: block;
    background: #529d9d;
}
.price_3 {
    width: 100%;
    display: block;
    background: #eab462;
}

.plan_label > ul > li {
    border-bottom: 1px dotted #ddd;
    padding: 12px 0 12px 0;
    text-align: center;
    font-size: 16px;
    color: #777;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.index_apply_button {
    /*width: 270px;*/
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.index_apply_button:hover {
    background: #2c3b4c;
    text-decoration: none;
    color: #fff;
}

.index_news_box {
    padding-left: 0;
    margin-bottom: 20px;
}
.index_news {
    padding: 0;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.index_news > h3 {
    height: 46px;
    line-height: 28px;
    background: #17b;
    color: #fff;
    padding: 5px 15px;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    border-top: 5px solid #369;
}
.index_news > ul {
    border: 1px solid #ddd;
    padding: 8px;
    height: auto;
    overflow: hidden;
    background: #fefefe;
    border-bottom: 3px solid #369;
}

.index_news > ul > li {
    clear: both;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dotted #ddd;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.index_news > ul > li:hover {
    background: #eff5f6;
    clear: both;
}
.index_news > ul > li > a {
    float: left;
    overflow: hidden;
    height: 30px;
    width: auto;
    font-size: 14px;
    color: #09d;
    text-indent: 5px;
}
.index_news > ul > li > a:hover {
    color: #f60;
    text-decoration: none;
}
.index_news > ul > li > span {
    float: right;
    color: #aaa;
    padding: 0 5px 0 0;
}

.index_img_link {
    clear: both;
    height: auto;
    overflow: hidden;
}
.index_news > ul > span > a.more {
    float: right;
    letter-spacing: 1px;
    margin: 8px 0px 0 0;
    background: #4ae;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.index_news > ul > span > a.more:hover {
    text-decoration: none;
    background: #17b;
}

.slogo {
    clear: both;
    max-width: 1170px;
    width: 100%;
    font-size: 48px;
    margin: 30px auto 15px auto;
    background: #eef;
    height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
}
#footer {
    clear: both;
    background-image: url("../images/footer_bg.jpg");
    margin: auto;
    width: 100%;
    color: #eee;
    margin: 0;
    border-top: 1px solid #666;
}

.footer_content {
    max-width: 1170px;
    border-bottom: 1px solid #111;
}

.footer_four {
    max-width: 1170px;
    width: 100%;
    padding: 15px 0 15px 0;
    height: auto;
    overflow: hidden;
}
.footer_four > ul > li {
    float: left;
    width: 25%;
}

.footer_four > ul > li > h4 {
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
}

.footer_four > ul > li > ul > li {
    font-size: 1.05em;
    color: #fff;
    line-height: 30px;
}
.footer_four > ul > li > ul > li > a {
    font-size: 1.05em;
    color: #fff;
    line-height: 30px;
    -webkit-transition: all 0.4s; /* Safari */
    transition: all 0.4s;
}
.footer_four > ul > li > ul > li > a:hover {
    color: #f35;
    line-height: 30px;
    text-indent: 5px;
    text-decoration: none;
}

ul.footer_blog_list > li {
    clear: both;
    height: 50px;
    line-height: 25px !important;
}
ul.footer_blog_list > li > img {
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    background: #eee;
    margin: 0 10px 0 0;
}
ul.footer_blog_list > li > p > span {
    display: block;
    font-size: 15px;
}
ul.footer_blog_list > li > p > em {
    display: block;
    font-size: 12px;
    color: #999;
}

.partner {
    clear: both;
    height: 120px;
    overflow: hidden;
    background: #222;
    border-top: 1px solid #333;
    border-bottom: 1px solid #111;
}

.partner > ul {
    max-width: 1170px;
    width: 100%;
    margin: 10px auto;
}
.partner > ul > li {
    float: left;
    margin: 0 10px 0 0;
    /*width: 100px;*/
    height: 100px;
    line-height: 120px;
    /*background: #555;*/
}
.partner > ul > li > img {
    width: auto;
    height: 90px;
    opacity: 0.4;
}

.partner > ul > li > img:hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}
.copyright {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #333;
}

.copyright > p {
    margin: auto;
    max-width: 1170px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: #999;
}

.fee_table {
    overflow: scroll-x;
}
.hosting_plan_table {
    width: 1168px;
    margin: auto;
}
.hosting_plan_table tbody tr {
    overflow: scroll;
}
.hosting_plan_table tr:nth-child(odd) {
    background: #f6f6f6;
}
.hosting_plan_table tr:nth-child(even) {
    background: #fff;
}

.hosting_plan_table td {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 2px;
}
.hosting_plan_table tr.sub_header td {
    height: 30px;
    text-align: center;
    border-bottom: 1px solid #369;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #369;
}
.hosting_plan_table th {
    background: #369;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.hosting_plan_table td > em {
    font-size: 10px;
    color: #999;
}
.button_apply {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 28px;
    line-height: 30px;
    border-radius: 3px;
    background: #f80;
    box-shadow: 0px 4px 0px 0px #f35;
    text-align: center;
    transition: background 0.3s;
    border: 0;
    color: #ffffff !important;
    text-decoration: none;
}
.button_apply:hover {
    background: #f40;
    color: #fff;
    text-decoration: none;
}
.button_apply:hover:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.button_apply:active {
    top: 4px;
    box-shadow: none !important;
    -webkit-transition: none;
    transition: none;
}

.hosting_description {
    height: auto;
    line-height: 25px;
    color: #666;
    font-size: 14px;
}

.coming_soon {
    padding: 120px 0;
    text-align: center;
    border: 1px solid #dcdcdc;
    background: #eee;
    margin: auto;
    font-size: 2em;
    border-radius: 8px;
}

.contact_maps {
    width: 100%;
    height: auto;
}

.content_box_title {
    padding: 0 0 8px 0;
    background: #283d50;
    font-size: 1.8em;
    height: 45px;
    line-height: 45px;
    text-indent: 24px;
    color: #fff;
    border: 1px solid #283d50 !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.content_box {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    border: 0;
    margin-bottom: 25px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.content_box h5 {
    font-size: 1.4em;
    color: #555;
}

.content_box ul {
    padding: 20px 0 0 0;
}
.content_box ul > li {
    height: auto;
    line-height: 25px;
    margin: 0 0 10px 0;
    font-size: 1.2em;
    color: #555;
}

.content_box_full_list {
    padding: 0 !important;
}

.content_box_border {
    border: 1px solid #283d50 !important;
}

ul.post_list {
    padding: 10px !important;
}
ul.post_list > li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #aaa dashed;
    margin: 0;
}

ul.post_list > li > a {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: background 0.3s;
}
ul.post_list > li > a:hover {
    background: #fafafa;
}

ul.post_list > li > a > span {
    padding: 0 0 0 8px;
    float: left;
    width: auto;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}
ul.post_list > li > a > em {
    padding: 0 8px 0 0;
    float: right;
    overflow: hidden;
    display: inline-block;
}

.post_info {
    padding: 15px;
    line-height: 30px;
    font-size: 1.2em;
}

.post_info li,
.post_info td {
    line-height: 25px;
    font-size: 0.95em;
}

/**  if mobi **/

@media (max-width: 1170px) {
    .main_content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sub_menu {
        margin: auto 10px;
    }
}
@media (max-width: 767px) {
    .enter_area {
        width: 100%;
    }
    .sub_menu {
        margin: auto 10px;
    }
}

@media (max-width: 575px) {
    .main_content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sub_menu {
        margin: auto 10px;
    }
    .apply_step > div {
        height: 55px;
        line-height: 0px;
        position: relative;
        top: 0;
    }
    .apply_step > div > h4 {
        font-size: 48px;
    }
    #logo {
        width: 240px;
        height: 100px;
    }
    #logo > a {
        width: 240px;
        height: 100px;
        overflow: hidden;
        display: block;
        background-image: url("../images/logo_x.png");
        background-size: 240px 150px;
        background-position: 0 120px;
    }
    #header {
        width: 100%;
        height: 100px;
    }
    .choose_plan {
        border-right: 0 !important;
    }

    .index_news_box {
        padding: 0 30px 0 30px;
    }

    body#bg_contact {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
}

/**** payment ****/

.payment_page {
    font-size: 15px;
}
.payment_page > div {
    margin: 20px 0 20px 0;
    background: #fff;
}
.payment_page > div > div {
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #ccc;
}
.payment_page > div > div > p {
    line-height: 30px;
    font-size: 1.2em;
}

.payment_page > div > div > ul {
    list-style-type: decimal;
    padding: 0 0 0 17px;
}
.payment_page > div > div > ul > li {
    font-size: 1.2em;
}
.payment_page h3 {
    margin: 0 0 20px 0;
    font-size: 2em;
}
.payment_page h4 {
    padding: 0 0 8px 0;
    color: #283d50;
    /*background: #fcc;*/
    font-size: 1.8em;
    height: 45px;
    line-height: 45px;
    text-indent: 24px;
}
.payment_page h4.paymented_title {
    background: #f35;
    text-indent: 12px;
}
.payment_page h5 {
    font-size: 1.6em;
    margin: 15px auto 10px auto;
    font-weight: 400;
    line-height: 30px;
}

.payment_icon {
    width: 200px;
}

/* Page */
#reverse_pager {
    width: auto;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

#reverse_pager li {
    display: inline;
}

#reverse_pager li a {
    display: inline-block;
    zoom: 1;
    display: inline;
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
    margin-right: 3px;
    padding: 10px 12px;
    background-color: #283d50;
    height: 25px;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#reverse_pager li a:hover {
    background-color: #17b;
    color: #fff;
}

#reverse_pager li a.selected {
    background-color: #17b;
    color: #fff;
}

#reverse_pager_info1 {
    font-size: 10px;
    padding: 0px 10px 0px 10px;
    float: left;
}

#reverse_pager_info2 {
    font-size: 10px;
    padding: 0px 10px 0px 10px;
    display: block;
    float: left;
}

#reverse_pager_pos_first {
    color: #666;
    font-size: 12px;
    margin-right: 3px;
    padding: 5px;
}

#reverse_pager_pre_last {
    color: #000000;
    font-size: 12px;
    margin-right: 3px;
    padding: 5px;
}
