body {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}
/* 锚点 */
.goTop {
    position: fixed;
    bottom: 1.25rem;
    right: 0.3125rem;
    background: #d6001d;
    z-index: -999;
    opacity: 0;
}
.goTop a {
    display: block;
    font-size: 0.75rem;
    color: #fff;
    width: 2.5rem;
    padding: 0.3125rem 0;
    text-align: center;
}
.goTop.active {
    opacity: 1;
    z-index: 999;
}
/* 顶部菜单 */
.header {
    width: 100%;
    min-height: 3.125rem;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 999;
}
.header .header-con {
    padding: 0 1.25rem;
}
.header .logo {
    margin-top: 0.3125rem;
    float: left;
    width: 2.375rem;
}
.header .menu-icon {
    margin-top: 0.8125rem;
    float: right;
    width: 1.5625rem;
    height: 1.5625rem;
}
.header .menu-icon a {
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../images/20220802_mobile_menu.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
}
.header .menu-icon a.on {
    background: url(../images/20220802_mobile_menu-close.png) no-repeat center;
    -moz-background-size: 90%;
    background-size: 90%;
}
.header .nav {
    display: none;
    position: fixed;
    top: 3.125rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    overflow-y: scroll;
    z-index: 999;
}
/* 搜索框 */
.header .nav .search_con {
    margin: 0.625rem 1.25rem;
    border: 0.0625rem solid #666;
    overflow: hidden;
}
.header .nav .search_con .searchWord {
    float: left;
    font-size: 0.75rem;
    width: 90%;
    height: 1.6875rem;
    line-height: 1.6875rem;
    background: none;
    border: none;
    text-indent: 1em;
    outline: none;
}
.header .nav .search_con .searchIcon {
    margin-top: 0.5rem;
    width: 4%;
}
/* 列表 */
.header .nav ul {
    padding: 0.625rem 1.25rem;
}
.header .nav ul li {
    padding: 0.9375rem 0rem 0rem;
    position: relative;
}
.header .nav ul li:first-child {
    padding-top: 0rem;
}
.header .nav ul li > a {
    padding: 0.4375rem 0.625rem 0.4375rem 0rem;
    display: block;
    color: #333;
    font-size: 0.9375rem;
    border-bottom: 0.0625rem solid rgb(0, 0, 0, .2);
    position: relative;
}
.header .nav ul li > a:after {
    content: '';
    margin-top: -0.375rem;
    width: 0.625rem;
    height: 0.9375rem;
    background: url(../images/20220802_mobile_nav-icon.png) no-repeat center;
    background-size: 0.375rem;
    position: absolute;
    top: 50%;
    right: 0;
    transition: all .3s;
}
.header .nav ul li .nav-child-list {
    display: none;
}
.header .nav ul li .nav-child-list .nav-child-list-con p a {
    display: block;
    font-size: 0.8125rem;
    padding: 0.4375rem 0;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.header .nav ul li.active > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header .nav.active {
    background: #fff;
}

/* 顶部轮播图 */
.index-banner {
    position: relative;
    width: 100%;
}

#topSwiper {
    position: relative;
    width: 100%;
    height: auto;
}
.index-vision-video {
    position: relative;
}
/* 自定义底部分页器 */
.index-banner .swiper-pagination-bullets,
.index-vision-video .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8%;
    left: auto;
    width: 100%;
    text-align: center;
}
.index-banner .swiper-pagination-bullets > .swiper-pagination-bullet,
.index-vision-video .swiper-pagination-bullets > .swiper-pagination-bullet  {
    margin: 0 0.15625rem;
    width: 0.78125rem;
    height: 0.28125rem;
    opacity: 0.6;
    background-color: #fff;
    -webkit-border-radius: 0.065125rem;
    -moz-border-radius: 0.065125rem;
    border-radius: 0.1875rem;
}
.index-banner .swiper-pagination-bullets > .swiper-pagination-bullet-active, 
.index-vision-video .swiper-pagination-bullets > .swiper-pagination-bullet-active{
    width: 1.5625rem;
    opacity: 1;
    background: #fff;
    -moz-background-size: 100%;
    background-size: 100%;
}


/* 栏目分栏样式 */
.index-moudle {
    margin-top: 1.25rem;
}
.index-moudle .index-con {
    padding: 0rem 1.25rem;
    position: relative;
}
.index-tit {
    margin-bottom: 1rem;
    font-size: 1.3125rem;
    color: #333;
    font-weight: bold;
}

.index-video .index-tit {
    padding: 0 1.25rem;
}
/* tabs常用样式栏 */
.block {

}
.block-tit ul {
    position: relative;
    display: flex;

}
.block-tit ul li {
    position: relative;
    width: 33.3%;
    text-align: center;
}
.block-tit ul li a {
    padding-bottom: 0rem 0rem 0.3125rem;
    display: inline-block;
    color: #333;
    font-size: 1.3125rem;
    font-weight: bold;
}
.block-tit ul li.active a {
    border-bottom: 0.0625rem solid #d6001d;
}
.block-list {
    margin-top: 0.625rem;
}
.block-item {
    display: none;
    text-align: center;
}
.block-item.active {
    display: block;
}
.block-item ul li {
    padding: 0.5rem 0;
    position: relative;
    text-align: left;
    overflow: hidden;
    border-bottom: 0.0625rem solid #e5e5e5;
}
.block-item ul li a {
    overflow: hidden;
    display: flex;
}
.block-item ul li a .m-txt {
    width: 68%;
}
.block-item ul li a .m-txt .time {
    display: inline-block;
    font-size: 0.75rem;
}
.block-item ul li a .m-txt .text {
    display: inline-block;
    font-size: 0.875rem;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	overflow: hidden;
} 
.block-item ul li a .m-img {
    margin-left: 4%;
    width: 28%;
}
.block-item .more-btn {
    margin-top: 1.25rem;
    display: inline-block;
    color: #d6001d;
    font-size: 0.875rem;
    text-align: center;
}

/* 视频 */
.index-video .index-vision-video .swiper-slide a {
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    background: url(../images/index-video-btn.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.index-video-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}
.index-video-box {
    margin: 0 auto;
    width: 96%;
    height: 250px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.index-video-box .closeVideo {
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/20220802_mobile_menu-close.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: -20px;
    right: 0;
}
/* 业务架构 */
.ywjg-tit {
    margin: 0.625rem 0rem;
}
.ywjg-tit ul {
    display: flex;
}
.ywjg-tit ul li {
    width: 33%;
    text-align: center;
    position: relative;
}
.ywjg-tit ul li a {

}
.ywjg-tit ul li a img {
    margin: 0 auto;
    display: block;
    width: 2.1875rem;
}
.ywjg-tit ul li a span {
    margin-top: 0.3125rem;
    display: block;
    font-size: 0.8125rem;
}
.ywjg-tit ul li a .ywicon-1 {
    display: block;
}
.ywjg-tit ul li a .ywicon-2 {
    display: none;
}
.ywjg-tit ul li.active a .ywicon-1 {
    display: none;
}
.ywjg-tit ul li.active a .ywicon-2  {
    display: block;
}
.ywjg-tit ul li.active a span {
    color: #d6001d;
}
.ywjg-list .ywjg-list-item {
    position: relative;
    display: none;
}
.ywjg-list .ywjg-list-item.active {
    display: block;
}
.ywjg-list .ywjg-list-item .pos-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.ywjg-list .ywjg-list-item .pos-txt img {
    display: block;
    width: 2.3125rem;
    margin: 2.1875rem auto 0;
}
.ywjg-list .ywjg-list-item .pos-txt h3 {
    margin-top: 0.625rem;
    padding-bottom: 1rem;
    position: relative;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: bold;
}
.ywjg-list .ywjg-list-item .pos-txt h3:before {
    content: '';
    width: 1.5625rem;
    height: 0.125rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ywjg-list .ywjg-list-item .pos-txt p {
    padding: 0 1.5625rem;
    margin-top: 0.625rem;
    color: #fff;
    font-size: 0.875rem;
}


/* 底部 */
.footer {
    margin-top: 1.25rem;
    width: 100%;
    background: #f7f7f7;
}
.f-other {
    padding: 1.25rem 0 0;
    color: #b0b0b0;
    font-size: 0.875rem;
    text-align: center;
    border-top: 0.0625rem solid #f0f0f0;
}
.f-other a {
    margin: 0rem 0.625rem;
    display: inline-block;
}
.f-icp {
    margin-top: 0.625rem;
    padding: 0.625rem 0rem;
    color: #666;
    font-size: 0.75rem;
    text-align: center;
}

