@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  --bannerH: 300px;
  height: var(--bannerH);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bgtitle {
  font-size: var(--font48);
  color: #fff;
  text-shadow: 3px 3px 4px rgba(65, 76, 99, 0.5);
}

@media only screen and (max-width:1536px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.25);
  }
}

@media only screen and (max-width:1440px) {
  .sub-banner {
    height: calc(var(--bannerH) * 0.75);
  }
}

@media only screen and (max-width:1280px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.5);
  }
}

@media only screen and (max-width:1024px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.875);
  }
}

@media only screen and (max-width:960px) {
  .sub-banner {
    height: calc(var(--bannerH) / 2);
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: calc(var(--bannerH) / 2.5);
  }
}

.inner {
  padding: .8rem 0;
}

.zhanwei {
  height: 1rem;
}

#globalnav {
  background: #fff;
}

#globalnav .gn-link {
  color: #323232;
}

#globalnav .logo {
  background-image: url(../images/logo-color.png);
}

#globalnav .search_box {
  background-image: url(../images/icon01.svg);
}

#globalnav .lang_img {
  background-image: url(../images/icon02.svg);
}

@media only screen and (max-width:920px) {
  .zhanwei {
    display: none;
  }
}


/* ==========================================================================
   关于我们
   ========================================================================== */
.inner_heading {
  flex-direction: column;
}

.inner_title {
  color: rgba(50, 50, 50, 1);
  font-size: var(--font36);
  font-weight: 700;
}

.inner_subTitle {
  color: rgba(120, 120, 120, 1);
  font-size: var(--font24);
  font-weight: 500;
  margin: .1rem 0 0;
}

.about_first {
  background: rgba(249, 249, 249, 1);
  padding: .8rem 0 .7rem;
}

.about_intro {
  margin: .45rem 0 0;
  color: rgba(120, 120, 120, 1);
  font-size: var(--font18);
  font-weight: 400;
  line-height: 2;
}


.about_second {
  padding: .9rem 0 1rem;
}

.culture_list {
  margin: .5rem 0 0;
  gap: .3rem;
}

.culture_list li {
  width: calc(33.33% - .2rem);
}

.culture_box {
  position: relative;
}

.culture_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45.00deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.culture_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.culture_area {
  margin-top: 50%;
  align-items: center;
  flex-direction: column;
}

.culture_icon {
  width: .6rem;
  transition: all .8s;
}

.culture_box:hover .culture_icon {
  transform: rotateY(360deg);
}

.culture_h3 {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font36);
  font-weight: 700;
  margin: .1rem 0;
}

.culture_info {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  font-weight: 400;
  padding: 0 .8rem;
}


.about_third {
  padding: .9rem 0;
  background: rgba(249, 249, 249, 1);
}

.partner_img {
  margin: .5rem 0 0;
}


.about_fourth {
  padding: .9rem 0 1rem;
}

.honor_name {
  color: rgba(85, 85, 85, 1);
  font-size: var(--font18);
  font-weight: 700;
  text-align: center;
  margin: .25rem 0 0;
}

.honor_swiper {
  margin: .6rem 0 0;
  position: relative;
}

.honor_box .pic {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .08rem;
}

.honor_box:hover .honor_name {
  color: var(--primary);
}

.honor_prev,
.honor_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .45rem;
  height: .45rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.honor_prev {
  background-image: url(../images/arrow_l.png);
  left: -0.7rem;
}

.honor_next {
  background-image: url(../images/arrow_r.png);
  right: -0.7rem;
}

@media only screen and (max-width: 1280px) {
  .culture_info {
    padding: 0 .4rem;
  }
}


@media only screen and (max-width:960px) {
  .honor_swiper {
    margin: .6rem .7rem 0;
  }
}

@media only screen and (max-width: 920px) {
  .culture_area {
    margin-top: 35%;
  }
}

@media only screen and (max-width: 768px) {
  .culture_area {
    margin-top: 30%;
  }
}

@media only screen and (max-width: 500px) {
  .culture_list li {
    width: 100%;
  }

  .culture_area {
    margin-top: 50%;
  }

  .honor_swiper {
    margin: .6rem .6rem 0;
  }

  .honor_prev,
  .honor_next {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
  }

  .honor_prev {
    left: -40px;
  }

  .honor_next {
    right: -40px;
  }

  .about_first,
  .about_second,
  .about_third,
  .about_fourth {
    padding: 30px 0;
  }

  .about_intro {
    line-height: 1.5;
  }
}













/* ==========================================================================
   联系我们
   ========================================================================== */
.layui-input:hover,
.layui-textarea:hover {
  border-color: var(--primary) !important;
}

.layui-input:focus,
.layui-textarea:focus {
  border-color: var(--primary) !important;
}

.contact_first {
  padding: .8rem 0 1.2rem;
}

.contact_flex {
  gap: .4rem;
  margin: .5rem 0 0;
}

.contact_left {
  width: 5rem;
}

.contact_right {
  width: calc(100% - 5.4rem);
}

.contact_list {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: .2rem;
}

.contact_box {
  border: 1px solid rgba(231, 231, 231, 1);
  border-radius: .08rem;
  padding: .4rem .45rem;
  align-items: center;
}

.contact_img {
  width: .64rem;
  flex-shrink: 0;
  margin-right: .25rem;
}

.contact_h6 {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font16);
  font-weight: 400;
  margin-bottom: .05rem;
}

.contact_h5 {
  color: rgba(85, 85, 85, 1);
  font-size: var(--font20);
  font-weight: 400;
}

.map {
  width: 100%;
  height: 100%;
}

.map img {
  width: 100%;
  height: 100%;
}


.contact_second {
  background: url(../images/online.png) no-repeat;
  background-size: cover;
  padding: .9rem 0 1.1rem;
}

.form_list {
  margin: .8rem 0 0;
  gap: .28rem .56rem;
}

.form_list li {
  width: calc(25% - .42rem);
}

.form_list li:last-child {
  width: 100%;
}

.form_lable {
  color: rgba(102, 102, 102, 1);
  font-size: var(--font18);
  font-weight: 400;
  margin-bottom: .1rem;
}

.online_end {
  margin-top: .3rem;
  justify-content: flex-end;
}

.yzm_flex {
  gap: .3rem;
}

.yzm_left {
  border: 1px solid rgba(216, 218, 231, 1);
}

.yzm_input {
  width: 120px;
  height: 100%;
  border: none;
  background: #fff;
  padding: 0 10px;
}

.yzm_img {
  width: 90px;
  flex-shrink: 0;
}

.yzm_flex .layui-btn {
  padding: 0 .2rem;
  background: var(--primary);
}

@media only screen and (max-width: 500px) {
  .contact_left {
    width: 100%;
  }

  .contact_right {
    width: 100%;
  }

  .form_list li {
    width: 100%;
  }
}









/* ==========================================================================
   新闻资讯
   ========================================================================== */
.color_bg {
  background: rgba(246, 246, 246, 1);
}

.news {
  padding: .8rem 0 1rem;
}

.news_list {
  margin: .7rem 0;
  gap: .48rem;
}

.news_list li {
  width: calc(33.33% - .32rem);
}

.news_box {
  border-radius: .06rem;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
}

.news_area {
  padding: .25rem .3rem .5rem;
  position: relative;
}

.news_area::before {
  content: "";
  position: absolute;
  left: .3rem;
  bottom: .25rem;
  width: 1rem;
  height: .02rem;
  background: rgba(236, 104, 23, 1);
}

.news_date {
  color: rgba(120, 120, 120, 1);
  font-size: var(--font16);
  font-weight: 400;
  margin-bottom: .1rem;
}

.news_msg {
  color: rgba(50, 50, 50, 1);
  font-size: var(--font18);
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  height: calc(var(--font18) * 3);
}

.news_box:hover .news_msg {
  color: var(--primary);
}

@media only screen and (max-width: 500px) {
  .news_list {
    gap: 10px;
  }

  .news_list li {
    width: calc(50% - 5px);
  }

  .news_msg {
    --font18: 12px
  }
}











/* ==========================================================================
   新闻详情
   ========================================================================== */
.newsdet_flex {
  justify-content: space-between;
}

.nd_left {
  width: calc(100% - 4.8rem);
}

.nd_right {
  width: 3.6rem;
}

.nd_heading {
  padding: 0 0 0.2rem;
  text-align: center;
  border-bottom: 1px solid rgba(229, 232, 239, 1);
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: var(--font30);
  font-weight: 400;
}

.nd_date {
  margin-top: .05rem;
  color: rgba(102, 102, 102, 1);
  font-size: var(--font16);
}

.nd_main {
  font-size: var(--font16);
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  line-height: 2;
  padding: .5rem .3rem;
}

.nd_main img {
  margin: .4rem 0;
}

.nd_toolbar {
  border-top: 1px solid #e5e8ef;
  padding: .3rem .2rem;
  align-items: center;
  justify-content: space-between;
}

.tool_left {
  width: calc(100% - 2rem);
}

.tool_right {
  width: 2rem;
  justify-content: flex-end;
}

.tool_toggle {
  font-size: var(--font16);
  font-weight: 400;
  line-height: 2;
  align-items: center;
}

.tool_toggle span {
  flex-shrink: 0;
}

.tool_toggle a {
  color: rgb(51, 51, 51);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tool_toggle a:hover {
  color: var(--primary);
}

.back_btn {
  min-width: 1.58rem;
  min-height: .5rem;
  font-size: var(--font18);
  color: #fff;
  border-radius: .05rem;
  background: linear-gradient(118.04deg, rgba(255, 102, 54, 1), rgba(253, 208, 0, 1));
  transition: all .35s;
}

.back_btn:hover {
  color: #fff;
  transform: translateY(-5px);
}




/* ———————————————— 右边列表 ———————————————— */
.gdtj {
  border-radius: .08rem;
  background: linear-gradient(118.04deg, rgba(255, 102, 54, 1), rgba(253, 208, 0, 1));
  height: .7rem;
  color: rgb(255, 255, 255);
  font-size: var(--font24);
  font-weight: 400;
}

.gdtj img {
  margin-right: .25rem;
}

.gdtj_list {
  margin: .3rem .3rem 0;
  border-left: 1px solid rgb(229, 232, 239);
  padding-bottom: .5rem;
}

.gdtj_list li {
  margin-bottom: .2rem;
}

.gdtj_date {
  color: rgb(85, 85, 85);
  font-size: var(--font16);
  line-height: 2;
  position: relative;
  padding-left: .3rem;
}

.gdtj_date::before {
  content: "";
  position: absolute;
  left: -0.03rem;
  top: 50%;
  transform: translateY(-50%);
  width: .03rem;
  height: .16rem;
  background: var(--primary);
}

.gdtj_title {
  color: rgb(0, 0, 0);
  font-size: var(--font16);
  padding-left: .3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.gdtj_box:hover .gdtj_title {
  color: var(--primary);
}


@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .back_btn {
    font-size: 12px;
  }
}











/* ==========================================================================
   服务与支持
   ========================================================================== */
.service {
  padding: 1rem 0 1.2rem;
}

.service_list .service_item:not(:last-of-type) {
  margin-bottom: 1rem;
}

.service_list .service_item:nth-child(even) .service_flex {
  flex-direction: row-reverse;
}

.service_left {
  width: 50%;
  background: #fff;
  align-items: center;
}

.service_right {
  width: 50%;
}

.service_box {
  padding: .2rem .5rem;
}

.service_h3 {
  color: rgba(50, 50, 50, 1);
  font-size: var(--font24);
  font-weight: 700;
  margin-bottom: .4rem;
}

.service_area li {
  padding-left: .28rem;
  position: relative;
  color: rgba(102, 102, 102, 1);
  font-size: var(--font16);
  line-height: 2;
  font-weight: 400;
}

.service_area li:not(:last-of-type) {
  margin-bottom: .4rem;
}

.service_area li::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: .08rem;
  width: .16rem;
  height: .16rem;
  border: .02rem solid rgba(255, 114, 0, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

@media only screen and (max-width: 920px) {
  .service_area li:not(:last-of-type) {
    margin-bottom: .3rem;
  }

  .service_box {
    padding: .2rem .3rem;
  }

  .service_h3 {
    margin-bottom: .3rem;
  }
}

@media only screen and (max-width: 768px) {
  .service_area li:not(:last-of-type) {
    margin-bottom: .1rem;
  }
}

@media only screen and (max-width: 500px) {
  .service_left {
    width: 100%;
  }

  .service_right {
    width: 100%;
  }

  .service_area li::before {
    top: 8px;
  }

  .service_h3 {
    font-size: 16px;
  }
}











/* ==========================================================================
   侧边导航栏
   ========================================================================== */
.apply_flex {
  justify-content: space-between;
}

.apply_left {
  width: 3.3rem;
}

.apply_right {
  width: calc(100% - 3.8rem);
}

.inner_menu {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: var(--primary);
  display: none;
}

.siderbar_title {
  font-weight: 400;
  color: #fff;
  font-size: var(--font30);
}




/* 按钮 */
.menu_toggle {
  position: relative;
  top: auto;
  left: auto;
  cursor: pointer;
  box-sizing: content-box;
  font-size: 20px;
  padding-left: 26px;
  height: 25px;
  display: block;
}

.menu_toggle span {
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}

.menu_toggle span,
.menu_toggle span::before,
.menu_toggle span::after {
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
  transition: all .1s ease
}

.menu_toggle span::before,
.menu_toggle span::after {
  content: '';
  width: 100%
}

.menu_toggle span::before {
  top: -8px
}

.menu_toggle span::after {
  bottom: -8px
}

.menu_toggle.toggle-open span {
  background: transparent;
  transform: rotate(45deg);
}

.menu_toggle.toggle-open span::before {
  transform: translate3d(0, 8px, 0)
}

.menu_toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(8px, 0, 0)
}

.menu_toggle:hover span,
.menu_toggle:hover span::before,
.menu_toggle:hover span::after {
  background: #fff;
}


.apply_box {
  padding: .4rem 0 .4rem .5rem;
  background: var(--primary);
}

.apply_txt1 {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font20);
  font-weight: 500;
}

.apply_txt2 {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font36);
  font-weight: 600;
}

.submenu {
  min-height: 6.4rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 920px) {

  .apply_right,
  .apply_left {
    width: 100%;
  }

  .apply_right {
    margin-top: 20px;
  }

  .inner_menu {
    display: flex;
  }

  .apply_box,
  .submenu {
    display: none;
  }

  .submenu {
    min-height: auto;
    border-bottom: none;
  }

}




/* 第一级 */
.first_item {
  border-bottom: 1px solid rgba(231, 231, 231, 1);
}

.first_box {
  justify-content: space-between;
  align-items: center;
  height: .6rem;
  padding: 0 .2rem 0 .25rem;
  cursor: pointer;
}

.first_btn {
  display: block;
  width: .2rem;
  height: .2rem;
  background: url(../images/plus.svg) no-repeat center;
  background-size: .2rem auto;
}

.first_item.selected .first_btn {
  background-image: url(../images/minus.svg);
}

.first_title {
  color: rgba(50, 50, 50, 1);
  font-size: var(--font18);
  font-weight: 700;
}

.second_menu {
  display: none;
}

.second_item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.second_title {
  padding: 0 .25rem 0 .4rem;
  height: .5rem;
  color: rgba(50, 50, 50, 1);
  font-size: var(--font16);
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
}

.second_title:hover {
  color: var(--primary);
}

.second_item.selected .second_title {
  color: var(--primary);
  font-weight: 700;
}

@media only screen and (max-width: 920px) {
  .first_btn {
    width: 16px;
    height: 16px;
    background-size: 16px auto;
  }
}

@media only screen and (max-width: 767px) {
  .first_box {
    height: 36px;
  }

  .second_title {
    height: 30px;
  }
}










/* ==========================================================================
   应用
   ========================================================================== */
.inner_breadcrumb {
  background: rgba(249, 249, 249, 1);
}

.breadcrumb {
  color: rgba(120, 120, 120, 1);
  font-size: var(--font18);
  font-weight: 400;
  line-height: .7rem;
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb a:last-child {
  color: var(--primary);
}

.breadcrumb a:hover {
  color: var(--primary);
}

.apply {
  padding: 1.2rem 0;
}

.apply_heading {
  justify-content: space-between;
  align-items: center;
  padding: .1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.heading_left {
  color: rgba(50, 50, 49, 1);
  font-size: var(--font24);
  font-weight: 700;
}

.apply_btn,
.apply_search {
  border: none;
}

.apply_search {
  width: 200px;
}

.apply_btn {
  width: .36rem;
  height: .36rem;
  background: url(../ico/search24_b.svg) no-repeat center;
  background-size: .24rem auto;
}

.apply_main {
  padding: .25rem 0;
}

.apply_table {
  overflow: auto;
}

.apply_table table {
  min-width: 700px;
}

.apply_table table th,
.apply_table table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: .1rem;
}

.apply_table table th {
  background: rgba(196, 196, 196, 0.3);
  color: rgba(50, 50, 50, 1);
  font-size: var(--font18);
  font-weight: 400;
}

.apply_table table td {
  color: rgba(85, 85, 85, 1);
  font-size: var(--font16);
  font-weight: 400;
}

.apply_table table tr:nth-child(even) {
  background: rgba(196, 196, 196, 0.1);
}

@media only screen and (max-width: 1280px) {
  .apply {
    padding: .8rem 0;
  }
}

@media only screen and (max-width: 920px) {
  .apply {
    padding: .4rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .apply_btn {
    width: 24px;
    height: 24px;
    background-size: 16px auto;
  }
}










/* ==========================================================================
   产品中心
   ========================================================================== */
.pro_table {
  overflow: auto;
}

.pro_table table {
  min-width: 700px;
}

.pro_table table th,
.pro_table table td {
  padding: .1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.pro_table table th {
  background: #D6DAE3;
  color: rgba(50, 50, 50, 1);
  font-size: var(--font16);
}

.pro_sort tr td {
  text-align: center;
  background: #EAECF1;
}

.pro_sort tr td a {
  padding: 0 3px;
}

.pro_sort tr td i {
  font-size: var(--font18);
}

.pro_tbody td td {
  font-size: var(--font14);
}

.pro_tbody tr td:not(:first-of-type) {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .pro_sort tr td i {
    --font18: 14px
  }
}













/* ==========================================================================
   向下滚动
   ========================================================================== */
.mouse_box {
  display: flex;
  justify-content: center;
  margin: .5rem 0 0;
}

.mouse_roll {
  display: flex;
  align-items: center;
  cursor: default;
}

.loading {
  color: rgba(119, 119, 119, 1);
  font-size: var(--font24);
  font-weight: 400;
  margin-left: .1rem;
}

.mouse_img {
  width: .32rem;
  opacity: 0;
  animation: rolldown 2.3s infinite;
  -webkit-animation: rolldown 2.3s infinite;
}

#gdnone {
  display: none;
}

@keyframes rolldown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@-webkit-keyframes rolldown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@media only screen and (max-width: 500px) {
  .mouse_img {
    width: 18px;
  }
}