@media screen and (max-width: 767px) {
    .moblie_mb-3 {
        margin-bottom: 3rem !important;
    }
}
@media screen and (max-width: 1440px) {
    .container {
        max-width: 100%;
    }
}
@media screen and (min-width: 1280px) {
    .container {
        max-width: 1440px;
    }
}
@media screen and (min-width: 768px){
    .hidden-pc {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .hidden-mobile {
        display: none;
    }
}

/*banner start*/
.banner {
    padding-top: 150px;
    padding-left: 160px;
    height: 670px;
    margin-top: 53px;
}
.banner h2 {
    color: #fff;
}
.banner p {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color:rgb(237, 242, 249);
}
@media screen and (max-width: 767px) {
    .banner {
        height: 250px;
        padding: 2rem;
        margin-top: 60px;
        padding-top: 60px;
    }
    .banner h2 {
        font-size: 30px;
        font-weight: bold;
    }
    .banner p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 320px) {
    .banner h2 {
        font-size: 26px;
        font-weight: bold;
    }
}
/*banner end*/
/*indexbar start*/
.sticky-top {
    top: 53px;
}
.indexbar_area {
    margin-top:-185px;
}
.indexbar {
    height: 130px;
    background: rgba(4, 41, 110, 0.719);
}
.indexbar h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #fff;
}
.indexbar span {
    line-height: 24px;
    font-size: 19px;
    font-weight: bold;
}
.indexbar_index {
    box-sizing: border-box;
    height: 55px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.indexbar_block {
    padding: 10px 16px;
    padding-top: 11px;
    border-right: 1px solid #324c80;
}
.indexbar_block:last-child {
    border: 0;
}
.indexbar_block table{
    width: 100%;
}
.indexbar .green {
    color:aquamarine;
}
.indexbar .red {
    color:darksalmon;
}
/*indexbar end*/

/*news start*/
.news-pic {
    padding: 0;
}
.news-list {
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .news-pic {
        margin-bottom: 15px !important;
    }
    .news-list {
        padding-left: 15px;
        margin-bottom: 3rem;
    }
}
a.card-img-link {
	display: block;
	overflow: hidden;
}
a.card-img-link div {
	height: 350px;
	transition: all 0.6s;
}
a.card-img-link div:hover {
	transform: scale(1.05);
}
.card-title a{
	color: inherit;
}
.news::after {
    content: '';
    display: block;
    clear: both;
}

.news a {
    color: #fff;
}
.news h5,.news_list h5 {
	font-size: 18px;
	line-height: 1.5;
}
.news a {
	color: #fff;
}
.news a:hover {
	color: #fff;
}
/*.news .card-text {
    text-indent: 32px;
}*/
.news .date {
    float: right;
    font-size: 80%;
    font-weight: 400;
    color: rgb(149, 170, 201);
}
.list_big li a {
    font-size: 20px;
}
.list_big .date {
    font-size: 16px;
}
.list_big .more {
    text-align: right;
}
.list_big .more_link {
    font-size: 16px;
    color: rgb(24, 55, 111);
}
/*news end*/
/*announce start*/
.announcedate {
    padding-bottom: .5rem;
    font-size: 19px;
    line-height: 1.2;
    font-weight: normal;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
/*announce end*/
/*companyinfo start*/
.company_info .section {
    padding: .75rem 0;
    /*padding-top: 5rem;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.121569);
}
.company_logo {
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
}
.company_info h1 {
    margin-bottom: 8px;
    color:rgb(33, 37, 41);
    font-size: 19px;
    font-weight: normal;
    border-bottom: 0;
}
.company_info .blue {
    color:rgb(24, 55, 111);
}
.company_info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.company_info p em {
    margin-left: 24px;
    font-weight: normal;
    font-style: normal;
}
.company_info .index {
    height: 80px;
}
.company_info .green {
    font-weight: bold;
}
.company_info .red {
    font-weight: bold;
}
.pre {
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top: .75rem;
    font-size: 16px;
    line-height: 24px;
}
.next {
    display: inline-block;
    float: right;
    margin-top: .75rem;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
}
/*companyinfo end*/
/*table start*/
.table thead th {
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding-top: 21px;
    padding-bottom: 12px;
    font-weight: normal;
    color: rgb(24, 55, 111);
    white-space: nowrap;
}
/*table 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 .index_block {
    	height: 270px;
	}
}
/*index end*/
/*slogan start*/
.starmarket {
    padding-top: 87px;
    padding-bottom: 87px;
    padding-left: 81px;
    background: url(/xhtml/star/en/images/homeslogan_bg.jpg) top right no-repeat;
    background-size: cover;
}
.starmarket h1 {
    padding: 0;
    margin: 0;
    color: rgba(33,37,41,1);
    font-size: 36px;
    line-height: 36px;
    border-bottom: 0;
}
.starmarket h2 {
    padding: 0;
    margin: 0;
    color: rgba(33,37,41,.5);
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
    margin-top: 24px;
}
.starmarket p {
    color: #212529;
    font-size: 16px;
}
.icon_1,.icon_2,.icon_3,.icon_4 {
    display: inline-block;
    width: 21px;
    height: 25px;
    margin-right: 18px;
    vertical-align: middle;
}
.icon_1 {
    background: url(/xhtml/star/en/images/slogan_icon.png) 0 0;
}
.icon_2 {
    background: url(/xhtml/star/en/images/slogan_icon.png) 0 -45px;
}
.icon_3 {
    background: url(/xhtml/star/en/images/slogan_icon.png) 0 -89px;
}
.icon_4 {
    background: url(/xhtml/star/en/images/slogan_icon.png) 0 -133px;
}
.starmarket .more {
    box-sizing: border-box;
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #18376f;
    text-decoration: none;
}
.starmarket .more:hover {
    color: #fff;
    background: rgba(24,55,111,.95);
    transform: scale(1);
}
@media screen and (max-width: 767px) {
    .starmarket {
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
        background: url(/xhtml/star/en/images/homeslogan_bg.jpg) 75% 0 no-repeat;
    }

}

/*slogan end*/
