.about { height: 3.9rem; width: 7.5rem; margin: 0 auto; background: url("../images/index_2.jpg") right/cover no-repeat; }

.about .title .title_cn, .about .title .title_en { color: #fff; }

.about-container { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 0.2rem 0 0.4rem; }

.about .top-box { width: 100%; display: flex; justify-content: space-between; align-items: center; }

.about .top-box .more-btn { cursor: pointer; color: #fff; display: inline-block; padding: 0.1rem 0.3rem; border: 0.01rem solid rgba(255, 255, 255, 0.4); }

.about-wrapper { /*margin-top: 0.2rem;*/ display: flex; justify-content: space-between; align-items: center; }

.about-wrapper .left-img { width: 3.5rem; height: 1.95rem; }

.about-wrapper .left-img img { width: inherit; height: inherit; display: block; }

.about-wrapper .right-text { position: relative; padding-left: 0.2rem; color: #fff; }

.product { padding: 0.3rem 0; }

.product .pro-nav { display: flex; justify-content: space-between; align-items: center; }

.product .pro-nav .pro-left { display: flex; align-items: flex-end; border-bottom: 0.01rem solid #d3d0d0; padding-bottom: 0.04rem; }

.product .pro-nav .pro-right { color: #333; font-size: 0.18rem; cursor: pointer; }

.product .pro-nav .pro-title { font-weight: bold; font-size: 0.22rem; }

.product .pro-nav .nav-list { display: flex; }

.product .pro-nav .nav-list .nav-item { padding: 0 0.2rem; /*margin-right: 0.2rem;*/ cursor: pointer; font-size: 0.24rem;}

.product .pro-nav .nav-list .nav-item.active { color: #003399; font-weight: 600; font-size: 0.24rem;}

.product .pro-nav .nav-list .nav-item.active::after { display: block; position: relative; bottom: -0.06rem; left: 0; right: 0; content: ""; width: 100%; height: 0.03rem; background-color: #003399; }

.product-container { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 0.2rem 0 0.4rem; }

.product-container > div { display: none; }

.product-wrapper { margin-top: 0.4rem; display: flex; justify-content: space-between; align-items: center; }

.product-wrapper .left-text { position: relative; padding-right: 0.2rem; color: #333; }

.product-wrapper .left-text .h1-title { font-weight: bold; color: #003399; font-size: 0.4rem; margin-bottom: 0.2rem; }

.product-wrapper .left-text .more-btn { margin-top: 0.2rem; cursor: pointer; position: relative; right: 0; display: inline-block; padding: 0.1rem 0.3rem; background-color: #003399; color: #fff; }

.product-wrapper .right-img { width: 3rem; height: 2.7rem; }

.product-wrapper .right-img img { width: inherit; height: inherit; display: block; }

.partner { width: 7.5rem; margin: 0 auto; }

.partner .title-wrapper { text-align: center; }

.partner .title-wrapper .wrapper-en { font-weight: bold; font-size: 0.34rem; color: #003399; }

.partner .title-wrapper .wrapper-en span { color: #8abc18; }

.partner .title-wrapper .wrapper-cn { font-weight: bold; font-size: 0.24rem; margin: 0.1rem 0; position: relative; }

.partner .title-wrapper .wrapper-cn:after { display: block; content: ""; width: 5%; height: 0.03rem; background-color: #cacaca; position: absolute; bottom: -0.15rem; left: 50%; transform: translateX(-50%); }

.partner-container { position: relative; left: 0; right: 0; top: 0; bottom: 0; }

.partner-container img { display: block; width: 100%; }

/* ===BANNER=== */
.banner-swiper { cursor: pointer; width: 100%; height: 3.6rem; }

.banner-swiper .banner-img { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: bottom; }
