@charset "utf-8";
/************
 * 页面样式
 ************/

/* ==========
   基本默认值
   ========== */

::-moz-selection {
  background-color: #f5936c;
  text-shadow: none;
}

::selection {
  background-color: #f5936c;
  text-shadow: none;
}

ul,
p,
h4 {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ==========
   工具样式
   ========== */

.container {
  padding: 0 30px;
}

@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.gray {
  background-color: #f8f8f8;
}

/* ===============
   浏览器更新提示
   =============== */

.browserupgrade {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 1rem;
  background: #ccc;
  z-index: 999;
  font-size: 14px;
  line-height: 28px;
}

/* ===============
   公用自定义模块样式
   =============== */

/* 导航模块 */
header {
  width: 100%;
  height: 0;
  padding-bottom: 68px;
}

.header-content {
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1024px) {
  header {
    height: 0;
    padding-bottom: 48px;
  }

  .header-content {
    height: 48px;
    padding: 0;
  }
}

.logo {
  width: 124px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #ea5b24;
}

.logo h1 {
  float: left;
  text-indent: -9999em;
}

.dropdown-menu {
  height: 68px;
  display: flex;
  align-items: center;
}

.nav-container {
  height: 100%;
  transition: transform ease-out 0.1s;
}

.nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-item {
  height: 100%;
}

.nav-item a {
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-out 0.15s;
  color: #333;
}

.nav-item a:hover {
  color: #ea5b24;
}

.nav-item.active a {
  color: #ea5b24;
}

.menu-btn {
  width: 44px;
  height: 44px;
  font-size: 22px;
  line-height: 22px;
  color: #ea5b24;
  display: none;
}

.icon-close-line {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .dropdown-menu {
    height: 48px;
  }

  .nav-container {
    width: 70%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: -70%;
    top: 0;
    z-index: 200;
  }

  .show .nav-container {
    transform: translate3d(100%, 0px, 0px);
  }

  .nav {
    height: 48px;
    display: block;
  }

  .nav-item {
    width: 100%;
  }

  .nav-item a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
  }

  .menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* 首页等页面标题 */

.section-title {
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 0;
}

.section-title::before {
  content: ' ';
  height: 100%;
  border-left: 3px solid #ea5b24;
  padding-right: 14px;
}

.section-title span {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .section-title {
    justify-content: center;
  }

  .section-title::before {
    content: ' ';
    height: 0;
    overflow: hidden;
    padding-right: 0;
  }

  .section-title span::before {
    content: ' ';
    width: 40%;
    position: absolute;
    top: 10px;
    left: -50%;
    border-bottom: 2px solid #ea5b24;
  }

  .section-title span::after {
    content: ' ';
    width: 40%;
    position: absolute;
    top: 10px;
    right: -50%;
    border-bottom: 2px solid #ea5b24;
  }
}

/**
* footer
*/

footer {
  background-color: #2e3642;
}

.contact {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.contact-item h4 {
  font-size: 28px;
  color: #fff;
  padding: 40px 0;
  font-weight: normal;
}

.contact-item li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.qr-code {
  padding-top: 50px;
}

.qr-img {
  width: 124px;
  height: 124px;
  overflow: hidden;
  margin: 0 auto;
}

.qr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.qr-text {
  color: #ccc;
  text-align: center;
  line-height: 20px;
  padding: 15px 0 5px;
}

.footer-info {
  border-top: 1px solid rgba(221, 221, 221, 0.1);
  padding: 33px 0 40px 0;
  display: flex;
  justify-content: space-between;
}

.footer-info-left {
  font-size: 0;
}

.footer-info-left span,
.footer-info-left span a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}

.footer-info-left span + span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #666;
}

.footer-info-right span {
  font-size: 14px;
  color: #666666;
}

@media only screen and (max-width: 1024px) {
  .contact {
    display: block;
  }

  .contact-left {
    text-align: center;
  }

  .footer-info {
    display: block;
  }

  .footer-info .footer-info-left span,
  .footer-info-right span {
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    border: none;
    text-align: center;
  }
}

/* 分页 */
.pages-wrap {
  padding: 10px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pages-prev,
.pages-next {
  width: 32px;
  height: 32px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  cursor: pointer;
}

.pages-info {
  font-size: 16px;
  color: #666;
}

/* ===============
   自定义页面样式
   =============== */

/**
* 首页 index.html
*/

/* banner模块 */
.index-swiper-container {
  height: calc(100vh - 68px);
}

.index-swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 左右翻页按钮 */
.index-swiper-button-left,
.index-swiper-button-right {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 28px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity ease-in 0.2s;
}

/* 指示器 */
.index-swiper-pagination .swiper-pagination-bullet-active {
  background: #ea5b24;
}

.index-swiper-container:hover .index-swiper-button-left,
.index-swiper-container:hover .index-swiper-button-right {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .index-swiper-container {
    height: auto;
  }

  .index-swiper-button-left,
  .index-swiper-button-right {
    display: none;
  }
}

/* 首页模块标题 */
.section-title-container {
  padding: 60px 0 40px 0;
}

.story p {
  font-size: 16px;
  color: #333333;
  line-height: 33px;
  padding-bottom: 20px;
  text-indent: 32px;
}

@media only screen and (max-width: 1024px) {
  .section-title-container {
    padding: 40px 0 20px 0;
  }

  .story p {
    text-indent: 0;
  }
}

/* 首页新闻列表 */

.new-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new-item {
  width: 30%;
  margin-bottom: 50px;
  padding: 10px 10px 10px 0;
  transition: all 0.32s ease;
}

.new-item a {
  display: flex;
  justify-content: space-between;
}

.new-month {
  font-size: 18px;
  color: #666;
  margin-bottom: 5px;
}

.new-year {
  font-size: 12px;
  color: #999999;
}

.new-left {
  display: block;
  width: 58px;
  text-align: right;
  flex-shrink: 0;
}

.new-right {
  padding-left: 20px;
}

.new-tit {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}

.new-content {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.new-item:hover {
  transform: translateX(20px);
}

.btn-wrap {
  text-align: center;
  padding: 20px 0 75px 0;
}

.more-btn {
  display: inline-block;
  padding: 12px 30px;
  line-height: 16px;
  font-size: 16px;
  color: #ea5b24;
  border: 1px solid #ea5b24;
  border-radius: 25px;
  transition: all 0.2s ease;
}

.more-btn:hover {
  box-shadow: 0 10px 10px 0 rgba(129, 93, 79, 0.1);
}

@media only screen and (max-width: 1024px) {
  .new-list {
    display: block;
  }

  .new-item {
    width: 100%;
  }

  .btn-wrap {
    padding: 10px 0 35px 0;
  }

  .new-item:hover {
    transform: translateX(0);
  }
}

/* 新闻动态页 */
.news-banner {
  width: 100%;
  font-size: 0;
}

.news-banner img {
  width: 100%;
}

.news-section-title {
  padding: 50px 0;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}

/* 分类 */
.classify-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.classify-item {
  flex: 1;
  margin: 0 10px 20px;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}

.classify-item-title {
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 26px;
}

.classify-list-item a {
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.classify-list-item a + .classify-list-item a {
  border-top: none;
}

.classify-list-item-img {
  width: 120px;
  height: 80px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 10px;
}

.classify-list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.16s ease-out;
}

.classify-list-item-right {
  max-height: 80px;
  overflow: hidden;
}

.classify-list-item-title {
  color: #5a5a5a;
  line-height: 1.8;
  font-size: 14px;
  transition: all 0.16s ease-out;
}

.classify-more {
  padding: 20px 0 0;
}

.classify-more a {
  display: block;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  width: 100px;
  text-align: center;
  line-height: 36px;
  color: #333;
  font-size: 16px;
}

@media only screen and (min-width: 1025px) {
  .classify-more a:hover {
    background: #ea5b24;
    border: 1px solid #ea5b24;
    color: #fff;
    transition: all ease-out 0.15s;
  }

  .classify-list-item a:hover .classify-list-item-title {
    color: #ea5b24;
  }

  .classify-list-item a:hover .classify-list-item-img img {
    transform: scale(1.1, 1.1);
  }
}

@media only screen and (max-width: 1024px) {
  .news-classify-container {
    padding: 0 10px;
  }

  .classify-container {
    display: block;
  }
}

/* newlist.html 新闻动态列表页面 */

.news-item {
  margin-bottom: 30px;
  transition: all 0.32s ease;
}

.news-item-a {
  display: block;
  padding: 30px;
  background: #fff;
  color: #333;
}

.news-item-tit-wrap {
  margin-bottom: 20px;
}

.news-item-tit {
  display: inline-block;
  width: 80%;
  font-size: 18px;
  color: #333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item-time {
  display: inline-block;
  width: 20%;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}

.news-item-pic {
  width: 120px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.news-item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item-text {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  max-height: 78px;
  overflow: hidden;
}

.news-item:hover {
  box-shadow: 0 14px 50px -8px rgba(0, 0, 0, 0.12);
  transform: translateY(-10px);
}

.news-btn {
  float: right;
  padding: 5px 10px 5px 20px;
  border: 1px solid #ea5b24;
  border-radius: 50px;
  color: #ea5b24;
  font-size: 16px;
  line-height: 20px;
}

.news-btn i {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../image/right.png) center center no-repeat;
  background: url(../image/enter.png) center center no-repeat;
  background-size: 13px 9px;
}

.news-item:hover .news-btn {
  color: #fff;
  background-color: #ea5b24;
}

.news-item:hover .news-btn i {
  background: url(../image/right.png) center center no-repeat;
  background-size: 13px 9px;
}

@media only screen and (max-width: 1024px) {
  .news-item:hover {
    box-shadow: none;
    transform: translateY(0);
  }

  .news-item:hover .news-btn {
    background-color: #fff;
    color: #ea5b24;
  }

  .news-item:hover .news-btn i {
    background: url(../image/right.png) center center no-repeat;
    background: url(../image/enter.png) center center no-repeat;
    background-size: 13px 9px;
  }

  .news-item-a {
    padding: 20px;
  }

  .news-item-tit {
    width: 100%;
    display: block;
    text-align: left;
  }

  .news-item-time {
    width: 100%;
    display: block;
    margin-top: 10px;
    text-align: left;
  }

  .news-item-pic {
    margin-right: 10px;
  }

  .news-btn-wrap {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .news-btn-wrap {
    display: none;
  }
}

/* 联系我们 */
.contactpage-list {
  display: flex;
  justify-content: space-between;
}

.contactpage-item {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.cantactpage-wrap {
  display: flex;
}

.cantactpage-icon {
  color: #ea5b24;
  font-size: 32px;
  margin-right: 20px;
}

.contactpage-title {
  font-size: 20px;
  font-weight: 600;
  padding: 4px 0 20px;
}

.contactpage-content-title,
.contactpage-content-text {
  color: #6c757d;
  font-size: 18px;
  line-height: 1.8;
}

.contactpage-content-title {
  font-weight: 600;
}

.contactpage-qr-code,
.contactpage-qr-img {
  width: 124px;
  height: 124px;
  overflow: hidden;
}

.contactpage-qr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 1024px) {
  .contactpage-list {
    display: block;
  }

  .cantactpage-wrap {
    width: 80%;
  }
}

/* detail.html 新闻详情页 */

.detail-wrap {
  width: 100%;
  background: #fff;
  margin-bottom: 80px;
}

.detail-title {
  font-size: 28px;
  color: #333;
  text-align: center;
  padding: 55px 80px 35px;
}

.detail-time {
  font-size: 14px;
  color: #999;
  margin: 0 80px;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.detail-wrap .btn-wrap {
  border-top: 1px solid #eee;
  padding: 40px 0;
}

.detail-content {
  padding: 40px 80px;
  font-size: 14px;
  line-height: 2;
  color: #666;
}

.detail-content p {
  font-size: 14px;
  line-height: 2;
  color: #666;
  margin-bottom: 35px;
}

.detail-content img {
  max-width: 80% !important;
}

@media only screen and (max-width: 1024px) {
  .detail-title {
    padding: 25px 20px 15px;
  }

  .detail-time {
    margin: 0 20px;
  }

  .detail-content {
    padding: 20px 20px;
  }
}

/*
新主页样式
*/

.prototype {
  background: rgba(253, 246, 235, 0.32) url(../image/dot_bg.png) center 300px
    no-repeat;
  background-size: 100% auto;
  padding: 10px 0;
}
.new-title-container {
  text-align: center;
  padding: 50px 10px 30px;
}

.new-section-title {
  font-size: 26px;
  color: #333;
  font-weight: bold;
}

.new-section-sub-title {
  width: 290px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
  padding: 10px 0;
}

.prototype-img {
  width: 54.167%;
  min-width: 360px;
  overflow: hidden;
  margin: 0 auto;
}

.prototype-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.dot-content {
  width: 100%;
  height: 130px;
  border-top: 1px solid #ea5b24;
  position: relative;
}

.dot-list {
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  display: flex;
  justify-content: center;
}

.dot {
  height: 100px;
  padding: 35px 10px;
  background: url(../image/dot.png) center top no-repeat;
  background-size: 16px 16px;
}

@media only screen and (min-width: 1024px) {
  .dot {
    margin: 0 40px;
  }
}

.dot-title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
}

.dot-title span {
  font-size: 18px;
}

.dot-text {
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
}

.resources {
  background: rgba(254, 252, 249, 1) url(../image/resources_bg.png) center
    bottom no-repeat;
  background-size: 100% auto;
  padding: 10px 0;
}

.resources-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.resources-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 400px;
  flex-shrink: 0;
}

.resources-right {
  width: 200px;
  flex-shrink: 0;
}

.resources-item {
  width: 200px;
  height: 100px;
  position: relative;
}

.resources-item.big {
  width: 178px;
  height: 200px;
}

.resources-item-img {
  width: 100%;
}

.resources-item-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.resources-item-text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .resources-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .resources-left {
    width: 200px;
  }
}

.school-content {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.school-item {
  width: 180px;
  margin: 0 10px;
  flex-shrink: 0;
}

.school-item-img {
  width: 100%;
}

.school-item-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.school-text {
  color: #72401e;
  font-size: 10px;
  text-align: center;
  padding: 10px;
  line-height: 1.5em;
}

.prototype-left {
  background: #f4f3f3 url(../image/bg_logo.png) right center no-repeat;
  background-size: 27% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  flex-wrap: wrap;
}

.prototype-left .left {
  width: 20%;
  flex-shrink: 0;
}

.prototype-left .left img {
  width: 100%;
  min-width: 185px;
  -o-object-fit: contain;
  object-fit: contain;
}

.prototype-left .right {
  width: 34%;
  min-width: 320px;
  flex-shrink: 0;
  line-height: 1.5em;
  color: #333;
  padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .prototype-left {
    flex-direction: column;
    background-size: 60% auto;
  }
  .prototype-left .right {
    text-align: center;
  }
}

.prototype-right-title {
  font-size: 26px;
  padding: 2px 0 10px;
  font-weight: bold;
}

.prototype-right-sub-title {
  font-size: 16px;
}

.prototype-right-tips {
  font-size: 10px;
  color: #e45e34;
  margin: 10px 0 30px;
}

.prototype-right-text {
  font-size: 12px;
}
/* 战略投资logo */
.logo-box{
  width: 250px;
  padding-left: 15px;
  display: block;
  overflow: hidden;
}

.logo-box img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media only screen and (max-width: 1024px){
  .logo-box{
    width: 200px;
  }
}