.album{
    position: relative;
    top: 60px;
    min-height: 900px;
}

@media screen and (max-height: 736px) {
    .album{
        min-height: 600px;
    }
}
@media screen and (max-height: 667px) {
    .album{
        min-height:530px;
    }
}
@media screen and (max-height: 568px) {
    .album{
        min-height:460px;
    }
}
@media screen and (min-width: 1280px) {
    .container {
        max-width: 1240px;
    }
}
@media screen and (min-width: 768px){
    .hidden-pc {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .hidden-mobile {
        display: none;
    }
}

.clear {
    clear: both;
}
footer {
    margin-top: 60px;
}
/*title_2 start*/

.title_2 .title_date {
    color: #999;
    font-size: 16px;
    margin-left: 10px;
    /* float: right; */
    padding-top: 10px;
}
.title_2 h1 {
    display: inline-block;
    padding: 1px 0 12px 0;
    margin: 0;
    font-size: 24px;
    color: #333;
    border-bottom: 0;
}
.content_area_blue .title_2 h1 {
    color: #fff;
}
.content_area_blue .title_2 .code {
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    font-family: arial;
}

@media screen and (max-width: 767px){
    .title_2 {
        font-size: 18px;
        /*padding: 1px 0 12px 0;*/
    }
    .title_2 h1 {
        font-size: 18px;
        font-weight: bold;
    }
}
.title_2 .more {
    float: right;
    box-sizing: content-box;
    padding:0 14px;
    width: 78px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    background: rgba(0,0,0,.05);
    transition: all 0.4s;
}
.title_2 .more:hover {
    box-sizing: content-box;
    padding:0 14px;
    color: #333;
    color: #fff;
    background: #18376f;
}
@keyframes more_ani {
    from {
        opacity: 0
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes more_ani {
    from {
        opacity: 0
    }
    to {
        opacity: 1;
    }
}
/*title_2 end*/
/*banner star*/
.banner-fixed-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 200px;
}
.banner-fixed-cont {
    position: fixed;
    top: 53px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/xhtml/star/en/images/page_title_bg.jpg) left top;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner h1 {
    margin-top: 60px;
    margin-left: 30px;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    line-height: 36px;
    border: 0;
}

.banner h5 {
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
}
/*banner end*/
/*banner_slogan start*/
.banner_slogan .banner-fixed-cont {
    background: url(/xhtml/star/en/images/slogan_banner_bg.jpg) left top;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_slogan h1 {
    margin-top: 60px;
    margin-left: 30px;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    line-height: 36px;
    border: 0;
}

.banner_slogan h5 {
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
}
/*banner_slogan end*/
/*path_start*/
    .path {
        font-size: 1.25rem;
        color: #fff;
        margin-left: 30px;
    }
    .path a {
        color: #fff;
    }
    .path a:link {
        color: #fff;
    }
    .path a:visited {
        color: #fff;
    }
    .path a:hover {
        color: #fff;
    }
    .path a:active {
        color: #fff;
    }
/*path_end*/
/*table_start*/
.table-responsive {
    width: 99.9%;
}
.table {
    background: transparent;
}
.datetime {
    display: block;
    margin-bottom: 10px;
    color: #898989;
    margin-top: 20px;
}
.datetime:after {
    content: '';
    display: block;
    clear: both;
}
.table-note {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #898989;
}
.table {
    width: 100%;
    border-spacing: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
}
.table_title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
}
.table thead {
    background: #f0f2f6;
}
.table thead th {
    color: #333;
    vertical-align: middle;
}
.table-responsive.table_multith_1 {
    border-collapse: separate;
    border-spacing: 10px
}
.table-responsive.table_multith_1 thead {
    background: #697ca3;
}
.table-responsive.table_multith_1 thead th {
    color: #fff;
    border-bottom: 0;
}
.table tbody td{
    text-align: left;
    vertical-align: middle;
}
.table td {
    color: #333;
    font-size: 16px;
}
.table div.chart-4 {
    width: 64px;
}
.table div.chart-5 {
    width: 80px;
}
.table div.chart-6 {
    width: 96px;
}
.table div.chart-7 {
    width: 112px;
}
.table div.chart-9 {
    width: 144px;
}
.table div.chart-10 {
    width: 160px;
}
.table div.chart-11 {
    width: 176px;
}
.table td p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
}
.table td .p-big {
    font-size: 16px
}
.table td.align_right {
    text-align: right;
}
.table td.align_left {
    text-align: left;
}
.table td.align_center {
    text-align: center;
}
.table th {
    font-weight: normal;
    padding: 4px 10px 4px 10px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .table th {
        text-align: left;
        font-size: 14px;
    }
    .table tbody td {
        text-align: left;
        font-size: 14px;
    }
}

.table th a{
    display: block;
    margin: -4px -10px -4px -10px;
    padding: 4px 10px 4px 10px;
    color: #fff;
    background:linear-gradient(#0052a6, #00346d);
}
.table td a{
    text-decoration: underline;
}
.table td a:link{
    text-decoration: none;
    color: #18376f;
}
.table td a:visited{
    text-decoration: none;
    color: #aaa;
}
.table td a:hover{
    text-decoration: underline;
    color: #0052a6;
}
.table td a:active{
    text-decoration: none;
    color: #18376f;
}
.table td a.nolink {
    text-decoration: none;
}
.table td.nowrap {
    white-space: nowrap;
}
.table td.red {
    color: rgb(194, 12, 3);
}
.table td.green {
    color: rgb(3, 194, 130);
}
.table td {
    padding: 14px 10px 10px 10px;
    border-left: 1px solid #e4e6e9;
}
.table tr td:first-child {
    border-left: 0;
}
/*table end*/
/*table_level start*/
.table_level thead th {
    background: #697ca3;
    color: #fff;
}
.table_level th {
    color: #fff;
}
.table_level .thead {
    background: #697ca3;
}
.table_level .thead th {
    color: #fff;
}
.table_level .level_0 {
    background: rgba(105,124,163,.1);
}
.table_level .level_1 {
    background: rgba(105,124,163,.2);
}
.table_level .level_2 {
    background: rgba(105,124,163,.3);
}
.table_level .level_3 {
    background: rgba(105,124,163,.4);
}
.table_level .level_4 {
    background: rgba(105,124,163,.5);
    color: #fff;
}
.table_level .level_5 {
    background: rgba(105,124,163,.6);
    color: #fff;
}
.table_level .level_6 {
    background: rgba(105,124,163,.7);
    color: #fff;
}
.table_level .level_7 {
    background: rgba(105,124,163,.8);
    color: #fff;
}
.table_level .level_8 {
    background: rgba(105,124,163,.9);
    color: #fff;
}
/*table_level end*/
/*table_zebra start*/
.table_normal .table tr:nth-child(odd) {
    background: rgba(0,0,0,.05);
}
.table_normal .table th {
    background: #00346d;
    color: #fff;
}

.table_normal .no-bg th {
    background: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
/*table_zebra end*/
/*table_multi_th´start*/
.table_multi_th .table tbody tr:nth-child(odd) {
    background: #f0f2f6;
}
.table_multi_th .table tbody tr:nth-child(1) {
    background: #697ca3;
}
.table_multi_th .table th {
    background: #697ca3;
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
    padding: 4px 10px 4px 10px;
    font-size: 14px;
    vertical-align: middle;
}
/*table_multi_thend*/
/*table_thleft_start*/

.table_thleft .table th {
    color: #333;
    background: #f0f2f6;
}
/*table_thleft_end*/
/*table_nochlor_start*/
.table-responsive.level_transparent tr {
    background: #fff;
}
.table-responsive.level_transparent th {
    padding-top: 12px;
    padding-bottom: 12px;
    color: rgb(24, 55, 111);
    font-size: 16px;
}
.table-responsive.level_transparent td {
    font-size: 14px;
    text-align: left;
    border-left: 0;
}
.table-responsive.level_transparent td.align_right {
    text-align: right;
}
.ps {
    margin-top: 1rem;
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
}
/*table_nochlor_end*/
/*companydetaillink_start*/
.companydetaillink {
    white-space: nowrap;
    overflow-x :auto;
}
.companydetaillink a {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-size: 24px;
    color: #bbb;
    border-bottom: 3px solid transparent;
}
@media screen and (max-width: 767px) {
    .companydetaillink a {
        margin-bottom: 7px;
    }
}
.companydetaillink a:hover {
    color: #18376f;
    border-bottom: 3px solid #18376f;
    font-size: 24px;
}
.companydetaillink a.active {
    color: #18376f;
    border-bottom: 3px solid #18376f;
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .companydetaillink a.active {
        font-size: 20px
    }
    .companydetaillink a {
        font-size: 16px
    }
}
/*search input start*/
input {
     outline: none;
}
input:focus {
    outline: none;
}
.form-control,.single_select{
    outline:none;
}
.sse_con_query {
    margin-bottom: 10px;
    position: relative;
}
.sse_con_query input.typehead {
    width: 120px;
    height: 36px;
    float: left;
    border: 1px solid #d6d6d6;
    padding: 0 5px;
    margin-right: 6px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
    color: #7e7e7e;
    -webkit-appearance: none;
    border-radius: 0;
}
.sse_con_query .input-group {
    float: left;
    width: 130px;
    height: 36px;
    margin-right: 6px;
}
.sse_con_query .input-group .form-control {
    height: 36px;
    font-size: 14px;
    color: #7e7e7e;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: 0;
}
.sse_con_query .selected {
    padding: 0;
    float: left;
    width: 120px;
    height: 36px;
    color: #666;
    margin-right: 6px;
    border: 1px solid #d6d6d6;
    background: #fff;
}
.ms-parent {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ms-choice {
    line-height: 36px;
    height: 36px;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    color: #7e7e7e;
    padding: 0 10px;
    font-size: 14px;
    border: none;
    background: none;
    outline: none;
}
.ms-choice>span {
    position: absolute;
    top: 0;
    right: 24px;
    left: 0;
    display: block;
    overflow: hidden;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ms-choice>div {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 12px;
    border-width: 6px;
    border-color: #9c9c9c transparent transparent transparent;
    border-style: solid dashed dashed dashed;
}
.ms-drop.ms-bottom {
    top: 100%;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
.ms-drop {
    position: absolute;
    z-index: 18;
    display: none;
    overflow: hidden;
    width: 100%;
    margin-top: 3px;
    padding: 0;
    color: #000;
    border: 1px solid #d6d6d6;
    background: #fff;
}
.ms-drop ul {
    overflow: auto;
    min-height: 0;
    margin: 0;
}
.ms-drop ul>li.ms-selected {
    background: #3681c5;
    color: #fff;
    margin: 0;
    width: 100%;
    float: none;
}
.ms-drop ul>li label {
    font-weight: normal;
    display: block;
    text-align: left;
    white-space: nowrap;
    margin: 0;
}
.ms-drop input[type='checkbox'], .ms-drop input[type='radio'] {
    vertical-align: middle;
    width: 0;
    height: 0;
}
.ms-drop ul>li label input[type="radio"] {
    opacity: 0;
}
.ms-drop ul>li {
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
    position: static;
    display: list-item;
    margin-top: 1px;
    list-style: none;
    cursor: pointer;
}
.ms-drop .ms-no-results {
    display: none;
}
.sse_con_query .sse_con_date {
    margin-right: 6px;
    float: left;
}
.sse_con_query .sse_con_date #start_date, .sse_con_query .sse_con_date #end_date {
    width: 100px;
    height: 36px;
    float: left;
    border: 1px solid #d6d6d6;
    padding-left: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #7e7e7e;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
}
.sse_con_query .sse_con_date i {
    display: inline-block;
    float: left;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    width: 24px;
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
}
.sse_con_query .btn-primary {
    float: left;
    width: auto;
    height: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 6px;
    background-color: #3681c5;
    border-color: #3681c5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
@media screen and (max-width: 768px) {
    .sse_con_query input.typehead {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .sse_con_query .input-group {
        float: left;
        width: 100%;
        margin-right: 0;
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .sse_con_query .input-group .form-control {
        height: 36px;
        margin-bottom: 10px;
    }
    .sse_con_query .selected {
        float: left;
        width: 100%;
        height: 36px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .ms-choice {
        line-height: 36px;
        height: 36px;
    }
    .ms-choice>div {
        margin-top: 10px;
        border-width: 5px;
    }
    .ms-choice {
        line-height: 28px;
        height: 28px;
    }
    .sse_con_query .sse_con_date {
        margin-left: 0;
        float: none;
    }
    .sse_con_query .sse_con_date #start_date, .sse_con_query .sse_con_date #end_date {
        width: 48%;
        height: 36px;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sse_con_query .sse_con_date i {
        width: 4%;
        margin-bottom: 10px;
        height: 36px;
        line-height: 36px;
        padding: 0;
    }
    .sse_con_query .btn-primary {
        float: none;
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin: 0 0 10px;
        font-size: 14px;
        padding: 0;
    }
}
.sse_con_query .sse_conyear_date {
    float: left;
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
}
.sse_con_query .sse_conyear_date .pickerinit {
    width: 160px;
    height: 36px;
    border: 1px solid #d6d6d6;
    font-size: 12px;
    line-height: 30px;
    color: #666;
    vertical-align: middle;
    padding-left: 42px;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0;
}
@media screen and (max-width: 768px) {
    .sse_con_query .sse_conyear_date {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .sse_con_query .sse_conyear_date .pickerinit {
        position: relative;
        width: 100%;
        height: 36px;
        border: 1px solid #d6d6d6;
        font-size: 12px;
        line-height: 36px;
        color: #666;
        padding-left: 42px;
    }
}
.sse_con_query .sse_conyear_date i {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 21px;
    height: 21px;
    background: url(/images/ui/date-ico.png) no-repeat;
}
.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
[class*=" datetimepicker-dropdown"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
}
.datetimepicker table {
    margin: 0;
}
.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
    cursor: pointer;
    text-align: center;
    padding: 5px;
}
.icon-arrow-left {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ccc transparent transparent;
    border-width: 8px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.icon-arrow-right {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ccc;
    border-width: 8px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px;
}
.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px;
}
[class*=" datetimepicker-dropdown"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
}
.datetimepicker table {
    margin: 0;
}
.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
    cursor: pointer;
    text-align: center;
    padding: 5px;
}
.icon-arrow-left {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ccc transparent transparent;
    border-width: 8px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.icon-arrow-right {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ccc;
    border-width: 8px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px;
}
.table-condensed thead>tr>th, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed tbody>tr>td, .table-condensed tfoot>tr>td {
    padding: 5px 10px;
    text-align: center;
    height: 20px;
    border-radius: 4px;
    border: 0;
}
.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    color: #fff;
    border-radius: 4px;
    background:-webkit-gradient(linear,0% 0%, 0% 100%,from(#08c),to(#04c));
    background:-moz-linear-gradient(top,#08c,#04c);
    background:-o-linear-gradient(top,#08c,#04c);
    background:-ms-linear-gradient(top,#08c,#04c);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c',endColorstr='#04c');*background:#04c; }
    background:linear-gradient(top,#08c,#04c);
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datetimepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}
.selector_block {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
}
@media screen and (max-width: 767px) {
    .selector_block {
        position:inherit;
    }
}
.selector a {
    position: relative;
    z-index: 99;
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #e5e5e5;
}
.selector a.active {
    color: #fff;
    background: #18376f;
}
@media screen and (max-width: 320px) {
    .selector a {
        padding: 3px;
    }
}
.selector a:hover {
    color: #fff;
    background: #18376f;
}
/*search input start*/
/*article_start*/
.article {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 85px;
}
.article h1 {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
        border-bottom: 1px solid rgba(24,55,111,.5);
}
.article_opt i {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #999;
}
.article p {
    line-height: 2;
}
.article img {
    display: block;
    width: 700px;
    margin: 0 auto;

}
.content_area_article {
    margin-top: 1.5rem;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    margin-bottom: 18px;
    background: rgb(255,255,255);
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 85px;
}
@media screen and  (max-width: 767px) {
    .article h1 {
        font-size: 22px;
    }
    .article_opt i {
        padding-top: 5px;
        margin-bottom: 10px
    }
    .article img {
        width: 100%;
    }
    .content_area_article {
        margin-top: 0;
        margin-bottom: 0;
        padding: 12px 30px;
        background: rgb(255,255,255);
    }

}
/*article_end*/
/*index start*/
.index h1 {
    font-size: 19px;
    color: rgb(24, 55, 111);
    display: inline-block;
    border-bottom: 0;
    font-weight: normal;
}
.index em {
    display: inline-block;
    margin-left: 16px;
    font-weight: bold;
}
.index i {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.index .button {
    display: inline-block;
    float: right;
}
.index .button a {
    padding: 4px 8px;
    border: 1px solid rgb(24, 55, 111);
    font-size: 10px;
    color: rgb(24, 55, 111);
    transition: all 0.4s;
}
.index .button a.active {
    background: rgb(24, 55, 111);
    font-size: 10px;
    color: #fff;
}
.index .button a:hover {
    color: #fff;
    background: #18376f;
    transform: scale(1);
}
.index .index_block {
    height: 310px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .index h1 {
        display: block;
    }
    .index em {
        margin-left: 0;
    }
    .index .button a {
        padding: 4px;
    }
}
/*index end*/
/*pagination_start*/
.pagination {
    float: left;
    margin-top: 15px;
}
.pagination ul li {
    display: inline-block;
    margin: 2px;
}
.pagination li i,.pagination li a {
    font-size: 16px;
}
.pagination li a {
    display: block;
    padding: 8px 14px;
    font-size: 16px;
    color: #333;
    border: 1px solid #e5e5e5;
}
.pagination li a:link {
    background: #fff;
    color: #333;
}
.pagination li a:visited {
    background: #fff;
    color: #333;
}
.pagination li a:hover {
    background: #1a7dd0;
    color: #fff;
}
.pagination li a:active {
    background: #fff;
    color: #333;
}
.pagination li a.active {
    background:   #1a7dd0;
    color: #fff;
}
.pagination input {
    width: 70px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
}
.pagination .search {
    padding: 8px 20px;
    background: #f2f2f2;
    border: 0;
}
.pagination .search:link {
    background: #f2f2f2;
    color: #333;
}
.pagination .search:visited {
    background: #f2f2f2;
    color: #333;
}
.pagination .search:hover {
    background: #1a7dd0;
    color: #fff;
}
.pagination .search:actie {
    background: #f2f2f2;
    color: #333;
}
@media screen and  (max-width: 767px) {
    .pagination {
        float: none;
    }
    .mobile-page {
        margin-top: 15px;
        margin-bottom: 15px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .mobile-page button {
        margin-right: 10px;
        padding: 5px 30px;
    }
    .mobile-page button.disable {
        background: #eee;
        color: #ddd;
    }
}
/*pagination_end*/
/*slogan start*/
.mission_content {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 80px 66px 40px 40px;
    background: #fff;
}
.mission_content p {
    margin-bottom: 30px;
}
.mission_bg {
    background: url(/xhtml/star/en/images/misson_bg.jpg)  top right no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .mission_content {
        width: 100%;
        padding-top: 40px;
        background: rgba(255,255,255,.6);
    }
    .mission_bg {
        background-size: cover;
    }
}
.positioning {
    padding: 0 10px 15px 20px;
}
.positioning h1 {
    display: block;
    color: #212529;
    font-size: 20px;
    padding-top: 15px;
    margin-bottom: 29px;
    border-bottom: 0;
}
.positioning h1:after {
    content: '';
    display: block;
    clear: both;
}
.positioning p {
    padding-bottom: 27px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.k1,.k2 {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 50%;
}
.k1 {
    padding-right: 60px;
}
.icon_list li {
    margin-top: 4px;
    margin-bottom: 28px;
    padding-left: 35px;
    min-height: 25px;
    background: url(/xhtml/star/en/images/slogan_icon.png) 0 -170px no-repeat;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .k1,.k2 {
        display: block;
        width: 100%;
    }
    .k1 {
        border-bottom: 1px solid #e5e5e5;
    }
    .k2 {
        padding-top: 15px;
    }
}
.character_block {
    padding-top: 8px;
    padding-bottom: 8px;
}
.character {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
}
.character:nth-child(1),.character:nth-child(2),.character:nth-child(3) {
    padding-bottom: 0;
}
.character_icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.character1_icon {
    background: url(/xhtml/star/en/images/character_icon.png) 0 0;
}
.character2_icon {
    background: url(/xhtml/star/en/images/character_icon.png) -101px 0;
}
.character3_icon {
    background: url(/xhtml/star/en/images/character_icon.png) -205px 0;
}
.character4_icon {
    background: url(/xhtml/star/en/images/character_icon.png) 0 -80px;
}
.character5_icon {
    background: url(/xhtml/star/en/images/character_icon.png) -100px -80px;
}
.character6_icon {
    background: url(/xhtml/star/en/images/character_icon.png) -206px -80px no-repeat;
}
.character p {
    text-align: center;
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .character:nth-child(1), .character:nth-child(2), .character:nth-child(3) {
        padding-top: auto;
    }
    .character_block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .character_block:after {
        content:'';
        display: block;
        clear: both;
    }
    .character {
        height: 176px;
        width: 50%;
        padding: 20px 5px 0 5px;
    }
    .character p {
        font-size: 13px;
    }
    .character_icon {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 375px) {
    .character p {
        font-size: 12px;
    }
}
.slideDow-offset {
    margin-right: -24px;
}
@media screen and (max-width: 767px){
   .slideDow-offset {
        margin-right: 0;
    }
}
.slideDown {
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-right: 24px;
}
@media screen and (max-width: 767px) {
    .slideDown {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}
.slideDown_block {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
    background: #234076;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.slideDown_block .slideDown_block_img {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
    opacity: .9;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;

}

.slideDown_block .slideDown_block_img1 {
    background: url(/xhtml/star/en/images/sliperdown_pic1.jpg) bottom center;
    background-size:cover;
}
.slideDown_block .slideDown_block_img2 {
    background: url(/xhtml/star/en/images/sliperdown_pic2.jpg) bottom center;
    background-size:cover;
}
.slideDown_block .slideDown_block_img3 {
    background: url(/xhtml/star/en/images/sliperdown_pic3.jpg) bottom center;
    background-size:cover;
}
.slideDown_block .slideDown_block_img4 {
    background: url(/xhtml/star/en/images/sliperdown_pic4.jpg) bottom center;
    background-size:cover;
}
.slideDown_block:hover .slideDown_block_img {
    opacity: 1;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    -o-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}


.slideDown_block .slideDown_block_caption {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}


.slideDown_block .slideDown_block_caption_h {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
    opacity: 0
}

.slideDown_block:hover .slideDown_block_caption_h {
    color: #fff;
    top: 0;
    margin: 0;
    opacity: 1
}
.timeline {
    background:url(/xhtml/star/en/images/timeline_bg.jpg) bottom right no-repeat;
    background-size: cover;
}
.timeline_scroll {
    display: flex;
    overflow-x: scroll;
    height: 400px;
}
.timeline_scroll::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
.timeline_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #18376f;
}
.timeline_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 368px;
    padding-left: 368px\0;
    padding-top: 63px;
}
.item:first-child {
    padding-left: 0\0;
}
.item h1 {
    position: relative;
    width: 368px;
    font-size: 32px;
    line-height: 27px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 65px;
    padding-bottom: 32px;
    padding-top: 3px;
}
.item h1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 45px;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    width: 9px;
    height: 280px;

}
.item .dot {
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 55px;
    left: 39px;
    background: #fff;
    border: 2px solid #18376f;
    border-radius: 50% 50%;
}
.item .dot.active {
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 55px;
    left: 39px;
    background: #18376f;
    border: 2px solid #fff;
    border-radius: 50% 50%;
}
.item p {
    position: relative;
    width: 368px\0;
    padding-left: 65px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 24px;
}
.item p:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 45px;
    width: 9px;
    border-top: 1px solid #e5e5e5;
}
/*slogan end*/
