
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}

*:focus {
    outline: none;
}

button, input, select, textarea, label {
    vertical-align: middle;
    border: 0;
    outline: none;
    background: none;
}


ul, ol {
    list-style: none;
}

a {
    text-decoration: none !important;
    vertical-align: baseline;
    cursor: pointer;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

input, textarea {
    outline: none;
    -webkit-appearance: none;
}

input[type='checkbox']:focus {
    outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}


.flash {
    position: absolute;
    width: 90px;
    height: 100%;
    left: -145px;
    top: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-30deg);
}

.flash_css:hover .flash {
    left: 400px;
    transition: all 0.5s ease-in-out;
}


.img_toggle {
    width: 100%;
    overflow: hidden;
}

.img_toggle img {
    transition: all .5s;
    cursor: pointer;
}

.img_toggle img:hover {
    /*transform: rotateY(180deg);*/
    transform: scale(1.1, 1.1)
}

header .logo {
    width: 100%;
}

header .open_search {
    width: 22px;
}

.sp_nav {
    width: .8rem;
    float: right;
    position: relative;
    cursor: pointer;
    height: .8rem;
    margin-right: .2rem;
    background: #D0121B;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.sp_nav span {
    display: block;
    background: #ffffff;
    width: .43rem;
    height: .07rem;
    position: absolute;

    transition: all ease 0.35s
}


.sp_nav span:nth-of-type(1) {
    top: .2rem
}

.sp_nav span:nth-of-type(2) {
    top: .35rem
}

.sp_nav span:nth-of-type(3) {
    top: .5rem
}

.sp_nav_se span:nth-of-type(1) {
    top: .35rem;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: .35rem;
    transform: rotate(-45deg)
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner .bannerSwiper {
    width: 100%;
    height: 100%;
}

.banner .bannerSwiper img {
    width: 100%;
    max-height: 5rem;
    object-fit: cover;
}



.fix_header {
    overflow-y: hidden;
}

.sjj_nav {
    position: fixed;
    z-index: 99;
    width: 5.93rem;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: .1rem 0px .15rem 0px #9D9D9D;
    opacity: 1;
    font-size: .26rem;
    line-height: .5rem;
    top: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    display: none;
}

.nav_show {
    display: block;
}

.sjj_nav ul {
    padding-left: 0 !important;
}
.sjj_nav ul li:before {
    content: "";
    width: .24rem;
    height: .24rem;
    background: #ffffff;
    border-radius: 50%;
    float: left;
    margin-top: .35rem;
    margin-right: .2rem;
    border: 2px solid #CF111B;
}
.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav > ul > li:first-child > a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav > ul > li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav > ul > li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    right: 0px;
    /*border-left: 1px #ddd solid;*/
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li{
    /*border-top: 1px #ddd solid;*/
    padding-left: 20px;
    position: relative;
    line-height: 50px;
    font-size: 16px
}
.sjj_nav ul>li>ul>li{
    border-top: 1px #ddd solid;
}
/*.sjj_nav > ul > li:last-child {*/
/*    border-bottom: 1px #ddd solid;*/
/*}*/

.sjj_nav ul li ul {
    display: none;

    margin-left: -.4rem;
}
.sjj_nav ul li ul li{
    padding-left: 1rem;
}

.sjj_nav ul li a {
    color: #000000;
    width: 80%
}
.sjj_nav .hover:before{
    background: #CF111B;
}

.sjj_nav ul li ul li a {
    color: #000000;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #E8464F
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px
}

.search_none {
    display: none;
}

.search {
    width: 373px;
    height: 52px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.search input {
    width: 302px;
    height: 50px;
    border: 1px solid #C9C9C9;
    border-right: none;
}

.search button {
    width: 70px;
    height: 50px;
    text-align: center;
    background: #D0111B;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
}
.mobile_page{
    margin-bottom: .5rem;
}
.mobile_page div {
    width: 1.5rem;
    height: .8rem;
    border: 1px solid #e9ecef;
    font-size: .26rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: .1rem
}

.mobile_page .hover {
    background: #D0111B;
    color: #ffffff;
}
.common_news{
    width: 7.18rem;
    height: auto;
    background: #F8F8F8;
    overflow: hidden;
}
.common_news .left:before{
    content: "";
    width: .08rem;
    height: .33rem;
    background: #C11D1D;
}
.common_news .right img {
    width: .4rem;
    height: .24rem;
    margin-left: .05rem;
}
.common_news .right a{
    font-size: .24rem;
    font-weight: bold;
    color: #212121;
}
.common_news .lists{
    font-size: .26rem;
    color: #333333;
    line-height: .4rem;
}
.common_news .lists .time:before{
    content: "";
    width: .07rem;
    height: .07rem;
    background: #BEBEBE;
    margin-right: .05rem;
}
.common_news .lists a {
    width: 4.7rem;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    height: .7rem;
    font-size: .27rem;
    color: #333333;
    line-height: .35rem;
}
.common_news .lists .left{
    width: 1.89rem;
    height: 1.28rem;
    background: #898989;
    border-radius: .06rem;
    opacity: 1;
    overflow: hidden;
}

.common_news .lists .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common_news .jump{
    overflow: hidden;
}
.common_news .jump ul {
    width: 6.6rem;
    height: auto;
    background: #FFFFFF;
    border-radius: .06rem;
}
.common_news .jump ul a {
    line-height: 1.28rem;
    font-size: .28rem;
    display: block;
    color: #333333;
    text-align: center;
}
.common_news .table {
    width: 6rem;
}
.online_bank img{
    width: .72rem;
    height: .72rem;
}
.online_bank a {
    height: 2rem;
    font-size: .26rem;
    color: #333333;
}
.online_bank a img{
    margin-right: .1rem;
}
.online_bank a span{
    margin-left: .02rem;
}
.service_new .left:before {
    content: "";
    width: .07rem;
    height: .07rem;
    background: #BEBEBE;
}
.service_new a{
    font-size: .26rem;
    color: #333333;
    line-height: .6rem;
}
.common_news .con {
    background: #F8F8F8;
}
footer{
    height: auto;
    background: #2F3133;
}
footer p{
    margin-bottom: .2rem;
    color: #B9B9B9;
}
footer p a {
    color: #B9B9B9;
}
footer p:last-child{
    margin-bottom: 0;
}
.position {
    width: 7.2rem;
    height: auto;
    font-size: .24rem;
    color: #333333;
}
.position .left:before {
    content: "";
    width: .05rem;
    height: .24rem;
    background: #C71B23;
    display: inline-block;
    margin-right: .1rem;
}
.position .left a {
    color: #333333;
}
.position .right a {
    color: #C71B23;
}
.gap02{
    gap: .1rem;
}
.context{
    font-size: .24rem;
    color: #000000;
    line-height: .36rem;
}
.context p {
    margin-bottom: .1rem;
}
.context .title {
    font-size: .3rem;
    font-weight: bold;
    color: #CF121B;
    margin-bottom: .2rem;
}
.context .time {
    width: 95%;
    margin: 0 auto;
    color: #999999;
    padding-bottom: .2rem;
}
.context img {
    max-width: 100%;
    object-fit: cover;
}
.page {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.page a {
    font-size: 16px;
    padding: 0 15px;
    line-height: 40px;
    background: #ccc;
    margin: 10px 3px;
    color: #fff;
    display: inline-block;
}

.page a.active {
    background: #CF121B;
}
.pager a {
    color: #333333;
}
.pager a:hover{
    color: #C72126;
}

.common_news .left{
    font-size: .24rem;
    font-weight: bold;
    color: #212121;
}
