.index_banner { width: 100%; min-width: 1200px; height: 550px; background: url(/template/index/images/index-banner.jpg) no-repeat center/cover; }

.more_btn { border: 2px solid #01206c; border-radius: 5px; display: inline-block; color: #01206c; /*font-weight: bold;*/ font-size: 20px; padding: 5px 15px; }

.more_btn::after { content: ""; display: inline-block; margin-left: 5px; width: 18px; height: 18px; background: url(/template/index/images/arrow-right.png) no-repeat center; }

.aboutUs { display: flex; justify-content: space-between; align-items: flex-start; }

.aboutUs_left { width: 45%; }

.aboutUs_text { margin: 40px 0; }

.aboutUs_right { width: 624px; height: 388px; position: relative; }

.aboutUs_right img { width: 100%; height: 100%; display: block; }

.aboutUs_right::before { content: ""; display: block; width: 50px; height: 50px; background-color: #333a92; position: absolute; z-index: -1; left: -10px; bottom: -10px; }

.mission { width: 100%; min-width: 1200px; height: 412px; background: url(/template/index/images/mission-bg.jpg) no-repeat right/cover; }

.mission .w-1200 { padding: 0; }

.mission_item { background-color: #fff; width: 50%; padding: 20px; box-sizing: border-box; border-bottom: 8px solid #01206c; }

.mission_text { margin-top: 40px; }

.news_content { margin: 40px 0; }

.news_content ul { display: flex; justify-content: space-between; }

.news_content li { cursor: default; }

.news_content li:first-child { background-color: #f6f6f6; width: 370px; }

.news_content li:first-child img { width: 370px; height: 233px; display: block; }

.news_content li:first-child div { height: 55px; display: flex; align-items: center; justify-content: space-between; }

.news_content li:first-child h1 { width: 290px; box-sizing: border-box; padding-right: 20px; font-size: 18px; font-weight: bold; }

.news_content li:first-child p { width: 70px; height: 55px; color: #fff; background-color: #000da6; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; white-space: nowrap; font-size: 14px; }

.news_content li:first-child p b { font-size: 22px; }

.news_content li:not(:first-child) { width: 260px; padding: 20px; box-sizing: border-box; border: 3px solid #f1f1f1; }

.news_content li:not(:first-child) h2 { font-size: 14px; display: flex; flex-direction: column; color: #b8b8b8; margin-bottom: 20px; }

.news_content li:not(:first-child) h2 b { font-size: 22px; color: #000da6; }

.news_content li:not(:first-child) h1 { font-size: 18px; font-weight: bold; margin-bottom: 10px; }

.news_content li:not(:first-child) i { margin-top: 30px; width: 18px; height: 7px; display: block; background: url(/template/index/images/arrow-right1.png) no-repeat center/cover; }

.news_content li:not(:first-child):hover { background-color: #010978; color: #fff; border: 3px solid #010978; }

.news_content li:not(:first-child):hover h2 { color: inherit; }

.news_content li:not(:first-child):hover h2 b { color: inherit; }

.news_content li:not(:first-child):hover i { margin-top: 30px; width: 18px; height: 7px; display: block; background: url(/template/index/images/arrow-right1-on.png) no-repeat center/cover; }

.venture { background-color: #f4f5f7; }

.venture--swiper { margin-top: 30px; }

.venture--swiper .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: 0; }

.venture--swiper img { width: 100%; height: 100%; }
