.banner, .right-menu .nav, .right-menu .nav .outer-list, .right-menu .nav .outer-list > li, .right-menu .nav .outer-list > li .inner-list > li, .right-menu .title, .search, .search .inp, .search .inp input, .tbottom, .tbottom .hotline, .top, .top .btn, .top .img, body {
    box-sizing: border-box
}
/* 不展示微聊图标 */
.FENBOT-CHATBTN-BTN{
    display:none!important;
}
.ce, .search h3, .tbottom .hotline span, .top .btn a {
    text-align: center
}

body[dpr='1'] {
    font-size: 14px
}

body[dpr='1.5'] {
    font-size: 21px
}

body[dpr='2'] {
    font-size: 28px
}

body[dpr='2.5'] {
    font-size: 35px
}

body[dpr='3'] {
    font-size: 42px
}

body, html {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    /* overflow-x: hidden */
}

body {
    background: #f5f5f3;
    font-family: '微软雅黑';
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

dd, div, dl, dt, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, span, table, ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

em, i {
    font-style: normal
}

.fl {
    float: left
}

.fr {
    float: right
}

.ce {
    margin: 0 auto
}

.cl {
    clear: both
}

a {
    text-decoration: none !important
}

a:visited {
    text-decoration: none
}

input[type=submit], input[type=reset], input[type=button] {
    -webkit-appearance: none
}

a, button, input, textarea {
    -webkit-tap-highlight-color: transparent
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important
}

.clearfix:after {
    display: block;
    content: "";
    visibility: hidden;
    height: 0;
    clear: both
}

.swiper-button-next:before, .swiper-button-prev:before {
    content: "" !important
}

.swiper-pagination-bullet {
    width: .173333rem !important;
    height: .173333rem !important;
    border-radius: 50% !important;
    background: 0 0 !important;
    border: 2px solid #666 !important
}

.swiper-pagination-bullet-active {
    width: .12rem !important;
    height: .12rem !important;
    border-radius: 50% !important;
    background: #666 !important
}

.swiper-button-next,
.swiper-button-next1,
.swiper-button-next2,
.swiper-button-next3,
.swiper-button-prev,
.swiper-button-prev1,
.swiper-button-prev2,
.swiper-button-prev3{
    width: 1.066667rem !important;
    height: 1.066667rem !important;
    background-size: 100% !important
}

.swiper-button-prev {
    background-image: url(../images/index/swiper-left.png) !important
}
.swiper-button-prev1,
.swiper-button-prev2,
.swiper-button-prev3{
    background-image: url(../images/index/swiper-left.png) !important;
    position: absolute;
    top: 50%;
    left: .133333rem;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next {
    background-image: url(../images/index/swiper-right.png) !important
}
.swiper-button-next1,
.swiper-button-next2,
.swiper-button-next3 {
    background-image: url(../images/index/swiper-right.png) !important;
    position: absolute;
    top: 50%;
    right: .133333rem;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
a, div, h1, h2, h3, h4, h5, h6, li, p, span, strong {
    max-height: 999999px
}

.lg_banner a.active {
    background-color: #458bfb;
    border: 1px solid transparent
}
h3 {
    font-weight: bold;
}

.page{
    padding-bottom: .2rem;
    text-align: center;
}
.page .goprev{
    margin-right: .2rem;

}

.page .goprev,.page .gonext{
    width: .6rem;
    height: .6rem;
    color: #333;
    border: 1px solid #dedede;
    text-align: center;
    line-height: .6rem;
    display: inline-block;
    font-size: .4rem;
}
.com_jiange {
    width: 100%;
    height: 1.466667rem;
}
/*newsInfo*/
.newsInfo{
	width:100%;
	height: auto;
	background-color: #191919;
	padding:0.9rem 0.4rem;
	box-sizing: border-box;
}
.newsInfo h2{
	width:100%;
	height: auto;
	text-align: center;
	font-size: 0.6rem;
	color: #fff;
}
.newsInfo .newsInfo_list{
	width:100%;
	height: auto;
}
.newsInfo_list{
	width:100%;
	height: auto;
}
.newsInfo_list_lis{
	width: 100%;
	height: 2.2rem;
	background-color: #3c3c3c;
	border-radius: 6px;
	padding:0.4rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top:0.4rem;
}
.newsInfo_list_lis_left{
    width: 2rem;
    height: 100%;
	font-size:0.32rem;
	color: #fffefe;
	border:1px solid #fffefe;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.newsInfo_list_lis_right{
	padding-left: 20px;
	color: #fffefe;
	width:100%;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
	font-size:0.42rem;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

/* header */
.header {
    width: 100%;
    height: 1.3867rem;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .64rem;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 7%);
    border-bottom: 1px solid #ECEDEE;
    box-sizing: border-box;
}
.header .logo img {
    height: .6133rem;
}
.header .right-btn img {
    width: .64rem;
}
/* header */

/* menu */
.menu-container {
    width: 100%;
    height: 100vh;
    background: rgba(71, 71, 71, 0.7);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 100;
}

.menu-wrapper {
    width: 8rem;
    height: 100vh;
    overflow-y: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    transition: all .3s;
}

.menu-wrapper .menu-top {
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .48rem;
    padding-right: .64rem;
    border-bottom: 1px #E2E2E2 solid;
}

.menu-wrapper .menu-top .menu-logo {
    width: 3.52rem;
}

.menu-wrapper .menu-top .close-icon {
    width: .64rem;
}

.menu-content {
    height: calc(100% - 4rem);
    overflow-y: auto;
}

.menu-content .menu-livel1-wrapper {
    border-bottom: 1px #f1f1f1 solid;
    position: relative;
    margin: 0 .2667rem;
}

.menu-content .menu-livel1-wrapper .menu-level1 {
    width: 100%;
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: .4267rem;
    color: #3D3D3D;
}

.menu-content .menu-livel1-wrapper .menu-level1 a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: .64rem;
}

.menu-content .menu-livel1-wrapper .icon {
    width: .4267rem;
    position: absolute;
    right: .64rem;
    top: .4267rem;
    line-height: .4267rem;
    transition: all .3s;
}

.menu-content .menu-livel1-wrapper .icon.up {
    transform: rotate(180deg);
}

.menu-content .menu-level2-wrapper {
    padding: 0 .64rem;
    display: none;
}

.menu-content .menu-level2-wrapper .menu-group {
    padding-bottom: .64rem;
}

.menu-content .menu-level2-wrapper .menu-group .title {
    font-size: .4267rem;
    color: #999;
    line-height: .64rem;
    margin-bottom: .2667rem;
}

.menu-content .menu-level2 {
    width: 50%;
    margin-top: .2667rem;
    font-size: .4267rem;
    color: #3D3D3D;
    line-height: .64rem;
}

.menu-content .menu-level2 a{
	font-size:14px;
}

.menu-content .menu-level2:nth-child(-n+2) {
    margin-top: 0;
}

.menu-bottom {
    padding: .5333rem .4rem;
}

.menu-bottom .btn {
    display: block;
    width: 3.3067rem;
    height: 1.0667rem;
    border-radius: 1.0667rem;
    text-align: center;
    line-height: 1.0667rem;
    font-size: .3733rem;
}

.menu-bottom .btn.login {
    border: solid 1px #004BE1;
    color: #004BE1;
    background: #fff;
}

.menu-bottom .btn.register {
    background: #004BE1;
    color: #fff;
}

.menu-wrapper.shrink {
    left: 2rem;
}
/* menu */

.content-wrapper {
    width: 100%;
    overflow-x: hidden;
}

/* footer */
.footer {
    background: #191B28;
    margin-bottom: 1.5467rem;
}
.footer .footer-top {
    height: 2.16rem;
    background: #004BE1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-top .left-box {
    padding-left: .5867rem;
}
.footer .footer-top .left-box .title {
    font-size: .4267rem;
    font-weight: bold;
    color: #fff;
    line-height: .5867rem;
}
.footer .footer-top .left-box .desc {
    font-size: .32rem;
    color: #fff;
    line-height: .4267rem;
}
.footer .footer-top .right-box {
    padding-right: .4267rem;
}
.footer .footer-top .right-box img {
    width: 1.4667rem;
}
.footer .footer-bottom {
    padding: .3733rem 0;
    color: #535977;
    font-size: .2667rem;
    line-height: .5333rem;
    text-align: center;
}
.footer .footer-bottom .tel-btn {
    width: 8.8rem;
    height: 1.0933rem;
    margin: .12rem auto .2667rem;
    border-radius: 2px;
    background: #004BE1;
    color: #fff;
    font-size: .3733rem;
    text-align: center;
    line-height: 1.0933rem;
}
.footer .footer-center .nav-livel1-wrapper {
    border-bottom: 1px rgba(83, 89, 119, 0.3) solid;
    position: relative;
    margin: 0 .2667rem;
}

.footer .footer-center .nav-livel1-wrapper .nav-level1 {
    width: 100%;
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: .4267rem;
    color: #8F96B9;
}

.footer .footer-center .nav-livel1-wrapper .nav-level1 a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: .64rem;
    color: #8F96B9;
}

.footer .footer-center .nav-livel1-wrapper .icon {
    width: .4267rem;
    position: absolute;
    right: .64rem;
    top: .4267rem;
    line-height: .4267rem;
    transition: all .3s;
}

.footer .footer-center .nav-livel1-wrapper .icon.up {
    transform: rotate(180deg);
}

.footer .footer-center .nav-level2-wrapper {
    padding: 0 .64rem;
    display: none;
}

.footer .footer-center .nav-level2-wrapper .nav-group {
    padding-bottom: .64rem;
}

.footer .footer-center .nav-level2-wrapper .nav-group .title {
    font-size: .4267rem;
    color: #8F96B9;
    line-height: .64rem;
    margin-bottom: .2667rem;
}

.footer .footer-center .nav-level2 {
    width: 50%;
    margin-top: .2667rem;
    font-size: .4267rem;
    line-height: .64rem;
}

.footer .footer-center .nav-level2 a{
	font-size:14px;
    color: rgba(143, 150, 185, 0.67);
}

.footer .footer-center .nav-level2:nth-child(-n+2) {
    margin-top: 0;
}
.obttom {
    width: 100%;
    height: 1.5467rem;
    position: fixed;
    bottom: 0;
    align-items: center;
    z-index: 99;
    border-top: 1px solid #E1E1E1;
    background: #fff;
    padding: 0 .3733rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.obttom .icon-btn .icon {
    width: .64rem;
    margin: auto;
}

.obttom .icon-btn .text {
    font-size: .32rem;
    color: #666666;
    line-height: .32rem;
    margin-top: .1067rem;
    text-align: center;
}

.obttom .text-btn {
    width: 4.96rem;
    height: 1.0667rem;
    background: #004BE1;
    border-radius: .5333rem;
    text-align: center;
    line-height: 1.0667rem;
    color: #fff;
    font-size: .3733rem;
    font-weight: 500;
}

.obttom .text-btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: .3733rem;
    font-weight: 500;
}
/* footer */

/* sidbar */
.sidebar-tel-btn {
    width: 1.3333rem;
    height: 1.3333rem;
    position: fixed;
    right: .8rem;
    bottom: 2.6667rem;
    background: url(../images/public/tel.png) no-repeat center/cover;
    z-index: 11;
}
.sidebar-tel-btn a {
    display: block;
    width: 100%;
    height: 100%;
}
/* sidbar */

/* dialog */
.dialog {
    width: 8.0267rem;
    height: 4.0533rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}
.dialog .portrait {
    width: 1.6rem;
    box-shadow: 0px 3px 8px 0px rgba(195, 212, 237, 0.5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.dialog .title {
    font-size: .3733rem;
    color: #333;
    margin-top: 1.0933rem;
    text-align: center;
    font-weight: 600;
}
.dialog .subtitle {
    margin-top: 6px;
    font-size: .32rem;
    color: #6c6c6c;
    text-align: center;
}
.dialog .btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .4rem .3467rem 0;
}
.dialog .btn-box a {
    width: 3.44rem;
    height: .96rem;
    border-radius: .16rem;
    text-align: center;
    line-height: .96rem;
    border: solid 1px #3272FF;
    box-sizing: border-box;
    font-size: .3733rem;
    color: #3272FF;
    background: #fff;
}
.dialog .btn-box a:first-child {
    background: #3272FF;
    color: #fff;
}
.dialog .close {
    width: .64rem;
    height: .64rem;
    position: absolute;
    right: .2667rem;
    top: .2667rem;
}
.dialog .close img {
    width: 100%;
    height: 100%;
}
/* dialog */