* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #eeeeee;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

/*index frame*/
.inx_con {
    width: 100%;
    color: #333;
}

.inx_con.default {
    margin-bottom: 60px;
}

.inx_head {
    position: fixed;
    top: 0;
    bottom: auto;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 1000;
}

.inx_body {
    margin-top: 80px;
    width: 100%;
}

.inx_foot {
    width: 100%;
}

.inx_main {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    max-height: 100%;
}

.inx_main:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

/*index head*/
.inx_logo {
    display: block;
    float: left;
    padding-top: 24px;
    width: 200px;
    height: 80px;
    background: url(../img/logo/sm_brand_2.png) no-repeat 0 18px;
}

.inx_nav {
    float: right;
}

.inx_nav .inx_nav_list:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_nav .inx_nav_list > li {
    float: left;
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
    line-height: 80px;
    cursor: pointer;
}

.inx_nav .inx_nav_list > li.line {
    margin-top: 24px;
    padding: 0;
    width: 2px;
    background: #eee;
    height: 32px;
}

.inx_nav .inx_nav_list > li > a {
    display: inline-block;
    font-size: 18px;
    line-height: 80px;
    text-decoration: none;
    color: #333;
}

.inx_nav .inx_nav_list > li:hover {
    color: #008adb;
}

.inx_nav .inx_nav_list > li:hover > a {
    text-decoration: none;
    color: #008adb;
}

.inx_nav .inx_nav_list > li .inx_dropdown .inx_drop {
    font-size: 18px;
    color: #333;
}

.inx_nav .inx_nav_list > li:hover .inx_drop {
    color: #008adb;
}

.inx_dropdown {
    position: relative;
}

.inx_dropdown:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_dropdown .inx_drop [class*="smicon_"] {
    position: relative;
    top: 4px;
    left: -4px;
    color: #333;
}

.inx_dropdown:hover .inx_drop {
    color: #008adb;
}

.inx_dropdown:hover .inx_drop [class*="smicon_"] {
    color: #008adb;
}

.inx_dropdown .inx_menu {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
}

.inx_dropdown:hover .inx_menu {
    display: block;
    padding: 8px 0;
}

.inx_dropdown.default .inx_menu {
    width: 210px;
}

.inx_dropdown .inx_menu > li {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    cursor: pointer;
}

.inx_dropdown .inx_menu > li > a {
    display: inline-block;
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

.inx_dropdown .inx_menu > li:hover {
    color: #008adb;
}

.inx_dropdown .inx_menu > li:hover > a {
    text-decoration: none;
    color: #008adb;
}

/*ph menu*/
.inx_ph_nav {
    display: none;
    position: relative;
}

.inx_ph_menu {
    position: absolute;
    right: 20px;
    top: 26px;
    cursor: pointer;
}

.inx_ph_menu > span {
    display: block;
    margin-bottom: 5px;
    width: 30px;
    height: 5px;
    background: #333;
}

@keyframes menu_rotate1 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-45deg)
    }
}

@keyframes menu_rotate2 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes menu_rotate3 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(45deg)
    }
}

@keyframes menu_rotate_re1 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        transform: rotate(-45deg)
    }
    to {
        transform: rotate(0deg)
    }
}

@keyframes menu_rotate_re2 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes menu_rotate_re3 {
    0%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        transform: rotate(45deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.inx_ph_menu.menu_active > span.menu_top {
    transform-origin: right top;
    -webkit-animation: menu_rotate1 .5s ease 1 forwards;
    -moz-animation: menu_rotate1 .5s ease 1 forwards;
    -ms-animation: menu_rotate1 .5s ease 1 forwards;
    animation: menu_rotate1 .5s ease 1 forwards;
}

.inx_ph_menu.menu_active > span.menu_mid {
    -webkit-animation: menu_rotate2 .2s linear 1 forwards;
    -moz-animation: menu_rotate2 .2s linear 1 forwards;
    -ms-animation: menu_rotate2 .2s linear 1 forwards;
    animation: menu_rotate2 .2s linear 1 forwards;
}

.inx_ph_menu.menu_active > span.menu_bot {
    transform-origin: right bottom;
    -webkit-animation: menu_rotate3 .5s ease 1 forwards;
    -moz-animation: menu_rotate3 .5s ease 1 forwards;
    -ms-animation: menu_rotate3 .5s ease 1 forwards;
    animation: menu_rotate3 .5s ease 1 forwards;
}

.inx_ph_menu.menu_active_re > span.menu_top {
    transform-origin: right top;
    -webkit-animation: menu_rotate_re1 .5s ease 1 forwards;
    -moz-animation: menu_rotate_re1 .5s ease 1 forwards;
    -ms-animation: menu_rotate_re1 .5s ease 1 forwards;
    animation: menu_rotate_re1 .5s ease 1 forwards;
}

.inx_ph_menu.menu_active_re > span.menu_mid {
    -webkit-animation: menu_rotate_re2 .2s linear 1 forwards;
    -moz-animation: menu_rotate_re2 .2s linear 1 forwards;
    -ms-animation: menu_rotate_re2 .2s linear 1 forwards;
    animation: menu_rotate_re2 .2s linear 1 forwards;
}

.inx_ph_menu.menu_active_re > span.menu_bot {
    transform-origin: right bottom;
    -webkit-animation: menu_rotate_re3 .5s ease 1 forwards;
    -moz-animation: menu_rotate_re3 .5s ease 1 forwards;
    -ms-animation: menu_rotate_re3 .5s ease 1 forwards;
    animation: menu_rotate_re3 .5s ease 1 forwards;
}

.inx_ph_nav_list {
    position: absolute;
    top: 57px;
    right: 20px;
    padding: 0;
    margin: 0;
    width: 230px;
    background: #fff;
    list-style: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.inx_ph_nav_list > li {
    position: relative;
    border-bottom: 1px solid #f4f5f7;
}

.inx_ph_nav_list > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
}

.inx_ph_nav_list .icon_more {
    float: right;
    position: relative;
    top: 2px;
    color: #333;
}

.inx_ph_nav_list > li > a:hover {
    color: #008adb;
}

.inx_ph_nav_list > li > a:hover .icon_more {
    color: #008adb;
}

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

.inx_ph_nav_list .nav_in > li {
    border-top: 1px solid #f4f5f7;
}

.inx_ph_nav_list .nav_in > li > a {
    display: block;
    padding: 5px 20px 5px 40px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
}

.inx_ph_nav_list .nav_in > li > a:hover {
    color: #008adb;
}

footer.foot_out > .foot_nav {
    padding: 0 40px;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    background-color: #0078b5;
}

footer.foot_out > .foot_nav > .foot_link {
    float: left;
    list-style: none;
    margin: 0;
}

footer.foot_out > .foot_nav > .foot_link > li {
    float: left;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
}

footer.foot_out > .foot_nav > .foot_link > li > a {
    padding: 10px 0;
    text-decoration: none;
    color: #eee;
}

footer.foot_out > .foot_nav > .foot_link > li > a:hover {
    color: #fff;
    opacity: .5;
}

footer.foot_out > .foot_nav > .sns_link {
    float: right;
}

footer.foot_out > .foot_nav > .sns_link > img {
    vertical-align: middle;
}

footer.foot_out > .index_foot_bottom {
    font-size: 14px;
    line-height: 40px;
    background-color: #004471;
}

footer.foot_out > .index_foot_bottom > p {
    margin: 0;
    text-align: center;
    color: #fff;
}

section.list_content > .text_detail img {
    width: 620px !important;
    height: auto !important;
}

.inx_con {
    width: 100%;
    color: #333;
}

.inx_head {
    position: fixed;
    top: 0;
    bottom: auto;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 1000;
}

.inx_foot {
    width: 100%;
}

.inx_foot ul {
    display: block;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

.inx_foot dl {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.inx_foot dd {
    display: block;
    margin-left: 0;
    margin-inline-start: 0;
}

.inx_main {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    max-height: 100%;
}

.inx_main:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_tit_1 {
    position: relative;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #333;
}

.inx_tit_1.tit_bright {
    color: #fff;
}

.inx_tit_2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.inx_tit_2.tit_bright {
    color: #fff;
}

.inx_tit_3 {
    text-align: center;
    font-size: 18px;
    color: #999;
}

.inx_tit_3.tit_bright {
    color: #fff;
}

/*start button*/
.inx_btn_start {
    display: block;
    padding: 0;
    margin: 0 auto;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    width: 260px;
    height: 44px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
    color: #00b2aa;
    background: #fff;
}

.inx_btn_start:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
}

.inx_btn_start a {
    display: block;
    width: 260px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    font-weight: 600;
    text-decoration: none;
    color: #00b2aa;
}

.inx_btn_start a:hover,
.inx_btn_start a:focus,
.inx_btn_start a:active {
    color: #00b2aa;
    text-decoration: none;
}


/*foot*/
.inx_foot_guide {
    height: 280px;
    padding-top: 60px;
    background: url(../img/index/foot_bg_guide.jpg) no-repeat center;
}

.inx_foot_con {
    padding-top: 60px;
    background: #004471;
}

.inx_foot_con:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_foot_logo {
    float: left;
    padding-top: 40px;
    background: url(../img/logo/sm_brand_1.png?v=1.0) no-repeat;
}

.inx_foot_logo_info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.inx_foot_body:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.inx_foot_nav {
    float: right;
}

.inx_foot_nav > li {
    float: left;
    margin-right: 100px;
}

.inx_foot_nav > li:last-child {
    margin-right: 0;
}

.inx_foot_nav > li > dl > dt {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.inx_foot_nav > li > dl > dd {
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, .8);
}

.inx_foot_nav > li > dl > dd > a {
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
}

.inx_foot_nav > li > dl > dd > a:hover {
    color: #fff;
    text-decoration: none;
}

.inx_foot_nav > li > dl > dd > a.underline:hover {
    text-decoration: underline;
}

.inx_foot_foot {
    padding: 10px;
}

.inx_foot_foot:after {
    display: block;
    clear: both;
    content: '';
    zoom: 1;
}

.copyright_info {
    float: left;
    font-size: 16px;
    line-height: 30px;
}

.copyright_info span,
.copyright_info a {
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
}

.copyright_info a:hover {
    text-decoration: none;
    color: #fff;
}

.report_info {
    float: right;
    font-size: 0;
}

.report_info > a {
    display: inline-block;
    margin-left: 20px;
    height: 30px;
    background: url(../img/index/inx_icon.png?v=2) no-repeat;
    opacity: .8;
}

.report_info > a:hover {
    opacity: 1;
}

.report_info > a.info_facebook {
    width: 17px;
    background-position: -60px -1129px;
}

.report_info > a.info_twitter {
    width: 24px;
    background-position: -56px -1177px;
}

.report_info > a.info_youtube {
    width: 32px;
    background-position: -50px -1226px;
}

.report_info > a.info_facebookGroup {
    width: 34px;
    background-position: -51px -1283px;
}

/*whole line*/
.inx_sep_line_whole {
    margin-top: 40px;
    border-bottom: 1px solid #1a577f;
}

/*Vertical line*/
.inx_sep_line_vertical {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 1px;
    height: 14px;
    margin: 0 10px;
    border: 1px solid #cce4f0;
}


/*Mobile Tablet PC response style */
@media screen and (max-width: 1200px) {
    .inx_foot_con .inx_main {
        padding: 0 15px;
        width: 100%;
    }

    .inx_foot_con .inx_foot_nav > li {
        height: 230px;
    }
}

@media screen and (max-width: 800px) {
    body {
        width: 100vmin;
        min-width: 100% !important;
    }

    .index_head .index_nav li.nav_logo {
        width: 185px;
    }

    .inx_banner_box {
        padding-top: 80px;
    }

    .inx_main {
        width: 100vmin;
        min-width: 100% !important;
    }

    .inx_nav {
        display: none;
    }

    .inx_ph_nav {
        display: block;
    }

    .inx_tit_1 {
        padding: 0 10px;
        font-size: 30px;
    }

    .copyright_info {
        width: 100%;
    }

    .inx_foot_nav {
        float: right;
        max-width: 45%;
    }

    .report_info {
        float: left;
        margin-top: 5px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 767px) {
    header.index_head {
        height: 45px;
        line-height: 45px;
    }

    header.index_head > .index_nav {
        width: 100%;
    }

    header.index_head > .index_nav > li.nav_logo {
        display: none;
    }

    header.index_head > .index_nav > li > a {
        padding: 0 6px;
        font-size: 14px;
        margin-right: 0;
        font-weight: 600;
    }

    nav.crumbs {
        width: auto;
        margin: 10px;
    }

    nav.crumbs > .global_search {
        display: none;
    }

    section.list_content {
        width: auto;
        margin: 10px 10px 50px 10px;
        padding: 10px 10px;
    }

    section.list_content > .text_detail img {
        width: calc(100vmin - 120px) !important;
        height: auto !important;
    }

    .inx_foot_con .inx_main {
        padding: 0 15px;
        width: 100%;
    }

    .inx_foot_con .inx_foot_nav > li {
        height: 200px;
    }

    .inx_foot_con .report_info {
        float: left;
        margin-left: -22px;
    }
}

@media screen and (max-width: 750px) {
    .inx_nav .inx_nav_list > li.line {
        display: none;
    }

    .copyright_info > span:first-child {
        display: block;
    }

    .copyright_info > span:nth-child(2) {
        display: none;
    }

    .inx_foot_logo {
        width: 100%;
        text-align: center;
        background-position: top center;
    }

    .inx_foot_logo + ul {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .inx_foot_logo + ul > li {
        margin-right: 10px;
        width: calc(50% - 5px);
        padding-left: 10px;
    }

    .inx_foot_logo + ul > li:nth-child(even) {
        margin-right: 0;
    }

    .inx_ph_nav_list .nav_in > li > a {
        padding: 10px 20px 10px 40px;
    }
}

@media screen and (max-width: 640px) {

    .inx_tit_1 {
        font-size: 24px;
    }

    .inx_tit_3 {
        padding: 0 10px;
        font-size: 14px;
    }

    .inx_login_box {
        width: 320px;
    }

    .inx_foot_logo_info {
        font-size: 14px;
    }

    .inx_foot_nav {
        float: right;
        max-width: 46%;
    }

    .report_info {
        float: left;
        margin-top: 20px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 540px) {
    body {
        height: 100vmin;
    }

    .inx_main {
        /*width: 100vmin;
        min-width: 100% !important;*/
        width: calc(100% - 20px);
    }

    .inx_login_box {
        padding: 0 10px;
    }

    .index_foot .foot_link li a {
        font-size: 16px;
    }

}

@media screen and (max-width: 340px) {

    .inx_foot_con {
        overflow-x: hidden;
    }

    .inx_main {
        width: 100vmin;
        min-width: 100% !important;
    }

    .inx_login_box {
        width: 280px;
    }
}

@media screen and (max-width: 320px) {

}