html {min-width:1280px;max-width:2200px;margin:0 auto;overflow-x:hidden}
::-webkit-scrollbar {width:5px;height:8px;background-color:hsla(0,0%,82.4%,.48);border-radius:0}

.banner {height: 100vh;width:100%;}
.banner img {width:100%;height: 100vh;}
.web_nav{
    width: 100%;
    height: 100px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /* background-color: #fff; */
    color: #ffffff;
    display: flex;
    align-items: center;
    min-width: 1280px;
}
.web_nav .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 55px;
    cursor: pointer;
}
.web_nav .left img{
    display: block;
}
.web_nav .left .b_img{
    width: 58px;
    height: 57px;
}
.web_nav .left .c_img{
    display: none;
}
.com_name{
    margin-left: 12px;
}
.com_name h2{
    margin-bottom: 4px;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    letter-spacing: 2.5px;
}
.com_name p{
    letter-spacing: -2px;
}
.web_nav .right{
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 70px;
    position: relative;
    color: #494949;
    -webkit-transition: 1s;
    transition: 1s;
}
.nav_c{}
.nav_c a.yiji{
    width: 75px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 96px;
    margin-right: 35px;
    z-index: 98;
    cursor: pointer;
    color: #fff;
    z-index: 999;
}
.nav_c:hover a.yiji,.nav_c.on a.yiji{
    border-bottom: 4px solid #d3a563;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
}
.twonav{
    width: 660px;
    height: 0;
    line-height: 60px;
    background: #2252a5;
    position: absolute;
    left: 0;
    top: 100px;
    color: #c79c5e;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 98;
    padding-left: 30px;
}
.twonav a{
    font-size: 17px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    display: inline-block;
    margin-right: 35px;
    cursor: pointer;
    line-height: 0;
    color: #d3a563;
}
.nav_c:hover .twonav{
    height: 60px;
}
.show_ff, .nei_show_ff {
    background-color: #fff;
    color: #bd9459;
}
.show_ff .left .b_img, .nei_show_ff .left .b_img {
    display: none;
}
.show_ff .left .c_img, .nei_show_ff .left .c_img {
    display: block;
}
.show_ff .nav_c a.yiji{color:#333}
.foot_com{
    /* width: 100%; */
    height: 50px;
    background: #202834;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.foot_com .left{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
    text-decoration: none;
    opacity: .6;
}
.foot_com .left a{
    color: #fff;
}
.foot_com .right{
    margin-left: 40px;
    display: flex;
    height: 16px;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    opacity: .6;
}
.foot_com .right span{}
.foot_com .right .we_chat{
    width: 38px;
    height: 38px;
    margin-left: 10px;
    cursor: pointer;
}
.foot_com .right .chat_ewm{
    position: absolute;
    right: -50px;
    top: -200px;
    width: 160px;
    height: 160px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 99;
    display: none;
}
.foot_com .right:hover .chat_ewm{opacity: 1;display: block;}

.nei_banner{
    font-size: 0;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.nei_banner img{
}
.nei_content{}
.nei_tabs{
    width: 100%;
    height: 80px;
    background: #f1efed;
    /* top: 0; */
    display: flex;
    align-items: center;
}
.wrap{
    width: 1400px;
    margin: 0 auto;
}
.tabs_bar{
    text-align: right;
}
.tabs_bar a{
    padding: 0 20px;
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
.tabs_bar a.on,.tabs_bar a:hover{
    color: #c79c5e;
}
.nei_main_con{
    min-height: 700px;
    padding: 70px 0;
}
.nei_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: center;
}
.about_left{}
.infohone{}
.infohone_img{
    width: 500px;
    height: 357px;
    margin-top: 60px;
    background-image: url(../images/join_info_bg.png);
    background-repeat: no-repeat;
    position: relative;
}
.infohone_img span{
    /* line-height: 0; */
    color: #949297;
    text-align: center;
    margin-left: 100px;
    font-size: 18px;
    padding-top: 133px;
    letter-spacing: 0px;
    display: block;
}
.infohone_img p{
    /* line-height: 0; */
    color: #949297;
    text-align: center;
    margin-left: 100px;
    font-size: 12px;
    letter-spacing: -1px;
    padding-top: 10px;
}
.descri{}
.descri p{
    flex: 1;
    margin-left: 20px;
    margin-top: 62px;
    line-height: 2;
    text-indent: 2em;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555567;
}

.about_bg{background: url(../images/about_bg.png) center bottom no-repeat;}
.goBack_top{
    position: fixed;
    box-shadow: 0 0 6px rgba(0,0,0,.12);
    cursor: pointer;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: url(../images/go_top.jpg)center center no-repeat #0c37bf;
    border-radius: 10px;
    right: 40px;
    bottom: 130px;
    display: none;
}

.about_right{
    /* margin: 50px 0 50px 70px; */
}
.timeline{
    margin: 0;
    font-size: 14px;
    list-style: none;
}
.timeline li{
    position: relative;
    padding-bottom: 50px;
}
.timeline_tail{
    position: absolute;
    left: 4px;
    height: 100%;
    border-left: 2px solid #e4e7ed;
    width: 4px;
    background: #cea161;
    border-left: 0 solid #e4e7ed;
    opacity: .6;
}
.timeline_node{
    position: absolute;
    background-color: #e4e7ed;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -1px;
    width: 12px;
    height: 12px;
    width: 20px;
    height: 20px;
    background: #fef9f3;
    border: 2px solid #c79c5e;
    border-radius: 50%;
    margin-left: -4px;
}
.timeline_item{
    position: relative;
    padding-left: 28px;
    top: -3px;
}
.story_con{
    color: #303133;
    display: flex;
    line-height: 30px;
    justify-content: left;
}
.story_con span{
    width: 150px;
    height: 22px;
    line-height: 30px;
    font-size: 24px;
    font-family: "Source Han Sans SC";
    font-weight: 400;
    color: rgb(199, 156, 94);
}
.story_con p{
    display: inline-block;
    line-height: 24px;
    white-space: pre-line;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666;
    padding-bottom: 30px;
    margin-top: 0;
    flex: 1;
}
.big_event_con{
    min-height: 700px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.big_event_con ul{
    width: 100%;
    height: 700px;
    position: relative;
}
.big_event_con ul li{width: 100%;height: 700px;}
.event_content{
    width: 100%;
    height: 100%;
    position: relative;
}
.evert_map{
    position: absolute;
    top: 0;
    left: 0;
    width: 464px;
    height: 305px;
}
.event_box1{
    position: absolute;
    left: 464px;
    top: 0;
}
.event_box2{
    position: absolute;
    right: 64px;
    top: 50px;
}
.event_box3{
    position: absolute;
    left: 150px;
    bottom: 40px;
}
.event_box4{
    position: absolute;
    right: 300px;
    bottom: 80px;
}
.event_box5{
    position: absolute;
    right: 320px;
    bottom: 270px;
}
.box_con{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box_left{
    width: 8px;
    height: 178px;
    background: -webkit-gradient(linear,left top,left bottom,from(#b08955),to(#fff));
    background: linear-gradient(#b08955,#fff);
    margin-top: 20px;
}
.box_right{
    margin-left: 15px;
}
.box_right .time{
    font-size: 36px;
    font-weight: 400;
    color: #b08955;
    margin-bottom: 20px;
}
.box_right .time span{
    font-size: 14px;
    margin-left: 5px;
}
.box_right .text{
    width: 260px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #4c4948;
    line-height: 26px;
}
.imgborder{
    margin-top: 27px;
    margin-left: 54px;
    width: 165px;
    height: 165px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #e2e2ca;
    box-shadow: 0 0 10px #e2e2ca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.imgborder img{
    width: 80%;
    height: 80%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.box4_img {
    position: absolute;
    top: 100px;
    right: -80px;
    width: 117px;
    height: 117px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #e2e2ca;
    box-shadow: 0 0 10px #e2e2ca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.big_event_con .bx-viewport {
    height: 700px !important;
}
.big_event_con .bx-controls-direction {
    position: absolute;
    right: 0;
    bottom: 88px;
    cursor: pointer;
    z-index: 1;
    display: flex;
}

.big_event_con .bx-wrapper .bx-controls-direction a {
    opacity: 1;
    position: relative;
}
.big_event_con .bx-wrapper .bx-prev:hover{
    background: url('../images/dzzh.png') no-repeat center center #dec29a;
}
.big_event_con .bx-wrapper .bx-prev {
    left: 0 !important;
    background: url('../images/dzzh.png') no-repeat center center #ead6b9;
}

.big_event_con .bx-wrapper .bx-next {
    right: 0 !important;
    background: url('../images/dyyh.png') no-repeat center center #ead6b9;
}
.big_event_con .bx-wrapper .bx-next:hover {
    right: 0 !important;
    background: url('../images/dyyh.png') no-repeat center center #dec29a;
}
.event_box5 .imgborder{
    top: 30px;
    width: 165px;
    height: 165px;
    position: absolute;
    left: 240px;
    top: 0;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #e2e2ca;
    box-shadow: 0 0 10px #e2e2ca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bannertext{
    position: absolute;
    left: 329px;
    top: 0;
}
.bannertext h2{
    font-size: 66px;
    font-weight: 400;
    color: #c79c5e;
    line-height: 66px;
    margin-top: 96px;
}
.bannertext h3{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #292b2d;
    line-height: 36px;
    margin-top: 27px;
}
.bannertext span{
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #d2a25c;
    line-height: 36px;
    opacity: 1;
    margin-top: 24px;
    display: block;
}
.bannertext img{
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #d2a25c;
    line-height: 36px;
    margin-top: 24px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    margin-top: 393px;
    z-index: 66;
}
.bannertext .b_txt{
    margin-top: 40px;
    width: 780px;
    background: #c79c5e;
    opacity: .9;
    -webkit-transition: .3s;
    transition: .3s;
    height: 240px;
	display:none;
}
.bannertext .b_txt.zishow{display:block}
.bannertext .b_txt p{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 32px;
}
.product_con{}
.product_con ul{
    display: flex;
    flex-flow: wrap;
    margin-left: -40px;
}
.product_con ul li{
    width: 33.33%;
}
.product_con ul li .pro_item{
    margin: 0 0 40px 40px;
    background: #fbf8f2;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.pro_item .pro_img{}
.pro_item .pro_img img{
    width: 100%;
}
.pro_item .pro_zi{
    height: 120px;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #c79c5e;
    padding: 30px 20px 0;
    display: block;
    font-weight: normal;
    box-sizing: border-box;
}
.pro_item .pro_zi h3{
    font-weight: normal;
}
.product_con ul li .pro_item:hover .pro_img{opacity:0.8}
.more{
    display: flex;
    justify-content: flex-end;
}
.more_div{
    width: 364px;
    height: 80px;
    background: #0c37bf;
    color: #fff;
    line-height: 80px;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    padding-right: 36px;
    margin-bottom: 100px;
    margin-top: 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/yj_c.png);
    background-repeat: no-repeat;
    background-position: 220px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 55;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.more_div span{}
.more_div:hover{background-image:url(../images/yj_b.png);background-color: #d3a563;}
.news_list_box{}
.news_list_box ul{}
.news_list_box ul li{
    height: 140px;
    border-bottom: 1px dashed #d7d5d3;
}
.news_list_box ul li a.news_li{
    display: flex;
    justify-content: space-between;
}
.news_li span{
    width: 150px;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #bda88b;
    line-height: 40px;
    margin-top: 10px;
}
.news_info{
    margin-left: 52px;
    flex: 1;
}
.news_info h3{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666;
    line-height: 40px;
    margin-top: 10px;
}
.news_info p{
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 28px;
    margin-top: 10px;
}
.news_list_box ul li a.news_li:hover h3{color:#d3a563}
.picture{
    position: relative;
}
.picture img{}
.img_file{
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: #d2a952;
}
.img_file p{
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 20px;
}
.img_file h3{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.img_file a{
    cursor: pointer;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #d2a952;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 152px;
    height: 40px;
    background: #5281ae;
    border-radius: 20px;
}
.img_file a span{
    margin-left: 20px;
    margin-right: 10px;
}
.img_file a img{}
.break_nav{
    color: #666;
}
.break_nav a{
    color: #d3a563;
}
.news_main_box{}
.news_ti{}
.news_ti h3{
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
}
.news_ti span{
    display: block;
    color: rgb(150, 150, 150);
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.news_mm{}
.news_mm p{}
.join_us{}
.join_us h3{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.menu_list{}
.menu_list p{
  /*  display: flex;
    height: 48px;
    line-height: 48px;
    color: #303133;
    font-weight: 500;
    font-size: 20px;
    border-left: 7px solid #bd9459;
    cursor: pointer;
    padding-left: 20px;
    margin-bottom: 20px;*/
}

.menu_head {
    display: flex;
    height: 48px;
    line-height: 48px;
    color: #303133;
    font-weight: 500;
    font-size: 20px;
    border-left: 7px solid #bd9459;
    cursor: pointer;
    padding-left: 20px;
    margin-bottom: 20px;
}


.menu_body{
    font-size: 14px;
    color: #666;
    margin-bottom: 50px;
}
.PhoneNumber{
    margin: 70px 0 0 70px;
}
.tel_add{
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.tel_add img{
    width: 50px;
    height: 50px;
    margin-right: 28px;
}
.tel_add span{
    font-size: 16px;
    color: #666;
}

.contact_map {
    text-align: center;
    margin: 70px auto 0;
}
.index_con_com{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 360px;
    margin-top: 10px;
    margin-bottom: 100px;
}
.in_contact{
    cursor: pointer;
    width: 400px;
    height: 320px;
    background-color: beige;
    background-image: url(../images/home_phone.4f8c68a.png);
}
.in_contact p{
    margin-top: 60px;
    color: #747270;
    margin-left: 50px;
    font-size: 30px;
}
.in_contact span{
    color: #061b3a;
    opacity: .6;
    margin-left: 50px;
    font-size: 30px;
}
.company_profile{
    width: 790px;
    height: 320px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.companyprofile_left{
    cursor: pointer;
    width: 320px;
    height: 320px;
    background: #ab8753;
}
.companyprofile_left p{
    margin-left: 50px;
    margin-top: 60px;
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #fff;
}
.companyprofile_left span{
    margin-left: 50px;
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    opacity: .4;
    text-align: left;
    display: block;
}
.company_profile_bg{
    width: 474px;
    height: 320px;
    background-image: url(../images/home_company.png);
    background-repeat: no-repeat;
}

#slider {
	background: url(../images/home_bg.png) top center no-repeat;
	position: relative;
}
/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
}

.controls li:nth-child(1) {
	left: 0 !important;
	background-image: url(../images/dyyh.png);
}

.controls li:nth-child(2) {
	right: 0;
	right: 0 !important;
	background-image: url(../images/dzzh.png);
}
/*------------PAGINATION------------*/

/*style pagination*/
.pagination li {
	/* background-color: #ddd; */
}
.pagination li.active {
	/* background-color: #000; */
}
/*-------------HELPERS----------------*/
.responsive {
	width: 100%;
	height: 100%;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.slider_li{
    display: flex;
}
.slider_li .img{
    width: 760px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_li .img img{}
.slide_zi{
    width: 800px;
    background: linear-gradient(120deg,#dac49c,#fef1e8);
    color: #fff;
    padding: 100px 200px 0px 60px;
    box-sizing: border-box;
}
.slide_zi h3{
    font-size: 36px;
    color: #0337dd;
    display: block;
}
.slide_zi span{
    font-size: 36px;
    color: #5f5f5f;
    margin-top: 15px;
    display: block;
}
.slide_zi p{
    font-size: 14px;
    color: #828282;
    margin-top: 33px;
    display: block;
    line-height: 24px;
}
.slide_zi .arrow{
    display: flex;
    margin-top: 30px;
}
.slide_zi .arrow .arrow_xian{
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .5s;
    transition: .5s;
}
.slide_zi .arrow .arrow_jian{
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .5s;
    transition: .5s;
}
.slide_zi .arrow:hover{}
.slide_zi .arrow:hover .arrow_xian{
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(2);
    transform: scaleX(2);
}
.slide_zi .arrow:hover .arrow_jian{
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.pagination{height: 230px;display: flex;margin: 0 !important;width: 800px;left: 0px !important;}
.pagination li{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li.active{}
.model_item{}
.wrap_img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.wrap_img img{}
.wrap_img img.b_img{
    display: block;
}
.wrap_img img.c_img{
    display: none;
}
.model_item .title{
    color: #fff;
    opacity: 0.6;
}
.pagination li:hover img.b_img,.pagination li.active img.b_img{
    display: none;
}
.pagination li:hover img.c_img,.pagination li.active img.c_img{
    display: block;
}
.pagination li:hover .title,.pagination li.active .title{
    opacity: 1;
}
.controls{
    position: absolute;
    left: 1500px;
    bottom: 50%;
    cursor: pointer;
    z-index: 1;
    display: flex;
    margin: 0 0 -60px 0;
}
.controls li{
    top: 50%;
    outline: 0;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 0;
    transition: all 0.3s ease;
    z-index: 999;
    background-color: #828282;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 !important;
}

.controls li:hover{background-color: #464646;}
.indes_lb {
    width: 1560px;
    overflow: hidden;
}
.change_item {
    display: flex;
    justify-content: left;
}
.slogin{
    width: 760px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slogin img{}

/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #8667F7; color: #8667F7; }
