﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
html,body {
  overflow-x: hidden;
}
em,
i {
  font-weight: normal;
  font-style: normal;
}
div:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

#header .pc_menu .menu .nLi {
  width: 14.28571429%;
}
#header .pc_menu .menu .nLi h3 {
  color: #000000;
  position: relative;
}
#header .pc_menu .menu .nLi h3 a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  transition: all .0s;
  -webkit-transition: all .0s;
  -moz-transition: all .0s;
}
#header .pc_menu .menu .nLi .menu_2 {
  padding: 0;
  border-top: 2px solid #36b7ff;
  top: 90px;
  left: 0;
  z-index: 30;
  background: #eef4f6;
}
#header .pc_menu .menu .nLi .menu_2 li {
  margin-bottom: 2px;
}
#header .pc_menu .menu .nLi .menu_2 li a {
  background: none;
  padding: 0 10px;
  color: #000000;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
  transition: all .0s;
  -webkit-transition: all .0s;
  -moz-transition: all .0s;
}
#header .pc_menu .menu .nLi .menu_2 li a:hover {
  color: #36b7ff;
}
#header .pc_menu .menu .nLi .menu_2 li:last-child a {
  border-bottom: none;
}
#header .pc_menu .menu .on h3 {
  color: #36b7ff;
}
#header .pc_menu .menu .on h3 a {
  color: #36b7ff;
}
#banner {
  width: 100%;
}
#banner #owl-demo,
#banner #owl-demo .owl-wrapper-outer,
#banner #owl-demo .owl-wrapper,
#banner #owl-demo .owl-item,
#banner {
  height: 600px;
}
#banner .owl-theme .owl-dots .owl-dot.active span,
#banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #faaf1c;
}
#about {
  padding-top: 120px;
  padding-bottom: 120px;
}
#about .pic {
  height: 340px;
  background: url("../img/about_pic_bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  /* box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.2); */
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#about .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 32px;
  top: -32px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.2); */
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#about .text {
  padding: 0 0 0 80px;
}
#about .text .title .english {
  display: block;
  font-size: 40px;
  line-height: 55px;
  color: #1a1a1a;
  text-transform: uppercase;
}
#about .text .title .china {
  padding-left: 60px;
  display: block;
  font-size: 24px;
  color: #666668;
  line-height: 34px;
  position: relative;
}
#about .text .title .china:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
  content: "";
  height: 30px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(54, 183, 255, 0.4) 0, transparent 20%);
}
#about .text .texts {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 104px;
}
#about .text .about_more {
  margin-top: 74px;
}
#about .text .about_more .more {
  font-size: 16px;
  line-height: 54px;
  font-weight: bold;
  width: 180px;
  display: block;
  text-align: center;
  border: 2px solid #36b7ff;
  border-radius: 30px;
  background-color: #36b7ff;
  /* color: #00025d; */
  color: #fff;
}
#about .text .about_more .more:hover {
  background: #00025d;
  color: #fff;
}
#Course {
  background: #f4f4f4;
  overflow: hidden;
}
#Course .list_course {
  padding: 0;
}
#Course .list_course ul li {
  box-sizing: border-box;
  text-align: center;
  padding: 50px 15px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
#Course .list_course ul li a .title {
  font-size: 20px;
  line-height: 54px;
  color: #000;
}
#Course .list_course ul li a .text {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#Course .list_course ul li a .icon {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
}

#Course .list_course ul li a:hover .icon {

  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg)
  /* Opera */
}
#Course .list_course ul li a .icon img {
  animation-duration: 1s;
  /*动画用时1s*/
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  filter: hue-rotate(175deg);
}
#Course .list_course ul li a:hover .icon img {
  filter: brightness(1.2) drop-shadow(0 0 10px rgba(0, 0, 0, 0.5) hue-rotate(175deg));
}
#Course .list_course ul li a .title {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
}
#Course .list_course ul li a:hover .title {
  color: #fdb423;
}
#Course .list_course ul .one {
  border-top: 1px solid #f4f4f4;
}
#Course .list_course ul .two {
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
#Course .list_course ul .four {
  border-right: 1px solid #f4f4f4;
}
#Course .course_pic {
  padding: 0;
  height: 510px;
}
#Course .course_pic .pic {
  width: 100%;
  height: 100%;
  background: url("../img/course_pic.jpg") no-repeat top center;
  background-size: cover;
}
#product {
  padding-top: 120px;
  padding-bottom: 120px;
}
#product .title {
  text-align: center;
}
#product .title .english {
  font-size: 40px;
  line-height: 55px;
  color: #1a1a1a;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .title .china {
  color: #666668;
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 10px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .title .china:after {
  content: "";
  height: 2px;
  width: 60px;
  background: #36b7ff;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
#product .inner {
  margin-top: 40px;
}
#product .inner ul li a {
  display: block;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
#product .inner ul li a .icon {
  height: 10px;
  width: 100%;
  position: relative;
}
#product .inner ul li a .icon:after {
  content: "";
  height: 5px;
  width: 0;
  position: absolute;
  margin-top: -1px;
  top: 0;
  background: #36b7ff;
  left: 50%;
  transform: translateX(-50%);
  
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
 
}
#product .inner ul li a .name {
  padding: 1rem;
  font-size: 20px;
  line-height: 30px;
  color: #000000;

  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.7em;
  margin-bottom: 1rem;
}
#product .inner ul li a .text {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#product .inner ul li a:hover {
  box-shadow: 0px 0px 8px 6px #eeeeee;
  transform: translateY(-10px);
}
#product .inner ul li a:hover .icon:after {
  width: 100%;
}
#product .inner ul li a:hover .pic img {
  transform: scale(1.1);
 
}

#product .inner ul li .pic {
  aspect-ratio: 4/3;
  background-color: #000;
  overflow: hidden;
}
#product .inner ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
#product .product_more {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
#product .product_more .more {
  display: block;
  border: 2px solid #36b7ff;
  border-radius: 30px;
  width: 180px;
  margin: 0 auto;
  line-height: 53px;
  color: #666666;
  font-size: 16px;
  text-align: center;
  background-color: #36b7ff;
  color: #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
#product .product_more .more:hover {
  background: #00025d;
  color: #fff;
}
#news {
  background: #f4f4f4;
  padding-top: 120px;
  padding-bottom: 120px;
}
#news .title {
  text-align: center;
}
#news .title .english {
  font-size: 40px;
  line-height: 56px;
  color: #1a1a1a;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .title .china {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 10px;
  color: #666668;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .title .china:after {
  content: "";
  height: 2px;
  width: 60px;
  background: #36b7ff;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
#news .inner {
  margin-top: 40px;
}
#news .inner ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#news .inner ul li a {
  display: block;
  padding-top: 32px;
  padding-bottom: 30px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 10px;
}
#news .inner ul li a .date {
  text-align: left;
  background: url("../img/news_icon.jpg") no-repeat right center;
}
#news .inner ul li a .date em {
  display: block;
  line-height: 42px;
  font-size: 36px;
  color: #e6e6e6;
}
#news .inner ul li a .date i {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
#news .inner ul li a .list_text {
  box-sizing: border-box;
  padding: 0 32px;
  display: flex;
  gap: 36px;
}
#news .inner ul li a .list_text .text {
  flex: 1;
}
#news .inner ul li a .list_text .text h2 {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
  white-space: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .inner ul li a .list_text .text p {
  line-height: 26px;
  font-size: 14px;
  color: #999999;
  white-space: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .inner ul li a .list_text .pic {
  background-color: #000;
  aspect-ratio: 16/10;
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  height: 100%;
  flex: none;

}
#news .inner ul li a .list_text .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
#news .inner ul li a:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 6px 3px #d9d9d9;
}
#news .inner ul li a:hover .date em {
  color: #36b7ff;
}
#news .inner ul li a:hover .list_text .text h2 {
  color: #36b7ff;
}
#news .inner ul li a:hover .list_text .pic img{
  transform: scale(1.1);
}
#news .inner ul li:nth-child(2) a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#news .inner ul .more {
  text-align: center;
  background: #36b7ff;
  border-radius: 999px;
  border: 2px solid #36b7ff;
  transition: all 0.3s ease;
  width: 180px;
  margin: 0 auto;
}
#news .inner ul .more a {
  display: block;
  color: #ffffff;
  line-height: 53px;
  font-size: 16px;
}
#news .inner ul .more:hover {
  background-color: #00025d;
}
#news .inner ul .more:hover a {
  text-decoration: underline;
  color: #fff;
}
#Application {
  padding-top: 120px;
  padding-bottom: 120px;
}
#Application .title {
  text-align: center;
}
#Application .title .english {
  font-size: 40px;
  line-height: 56px;
  color: #1a1a1a;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#Application .title .china {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 10px;
  color: #666668;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#Application .title .china:after {
  content: "";
  height: 2px;
  width: 60px;
  background: #36b7ff;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
#Application .inner {
  margin-top: 60px;
}
#Application .inner form .index_form-group {
  width: 31%;
  float: left;
  margin-bottom: 55px;
  margin-right: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 14px;
  position: relative;
}
#Application .inner form .index_form-group em {
  display: inline-block;
  padding: 0;
  max-width: 9%;
  float: left;
  margin-right: 10px;
}
#Application .inner form .index_form-group i {
  margin-right: 10px;
  max-width: 16%;
  float: left;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
#Application .inner form .index_form-group textarea,
#Application .inner form .index_form-group input {
  width: 66%;
  padding: 0;
  float: left;
  box-shadow: none;
  border: none;
  font-size: 16px;
  line-height: 20px;
}
#Application .inner form .index_form-group textarea {
  resize: none;
}
#Application .inner form .index_form-group input:focus {
  outline: none;
  border-color: #fff;
  box-shadow: none;
}
#Application .inner form .one {
  width: 64.6%;
}
#Application .inner form .two {
  margin-right: 0;
}
#Application .inner form .Verify_s input {
  width: 50%;
}
#Application .inner form .Verify {
  position: absolute;
  right: 0;
}
#Application .inner form .sure {
  border-radius: 30px;
  display: block;
  width: 180px;
  margin: 0 auto;
  background: #36b7ff;
  line-height: 53px;
  color: #fff;
  font-size: 16px;
  border: 2px solid #36b7ff;
  transition: all 0.3s ease;
}
#Application .inner form .sure:hover {
  background: #00025d;
  color: #fff;
}
#footer .friendship {
  margin: 0;
  background: #000;
  padding: 20px;
  border-bottom: 1px solid #4f4c50;
  line-height: 20px;
}
#footer .friendship h4 {
  color: #a2a1a2;
  font-size: 14px;
  line-height: 20px;
}
#footer .friendship a {
  color: #a2a1a2;
  font-size: 14px;
  padding: 0 16px;
  line-height: 20px;
  background: url("../img/friendship_icon_1.jpg") no-repeat right center;
}
#footer .friendship a:last-child {
  background: none;
}
#footer .friendship a:hover {
  text-decoration: underline;
}
#footer .copyright {
  background: #000;
  padding-top: 32px;
}
#footer .copyright .footer_pc {
  padding-bottom: 32px;
}
#footer .copyright .footer_pc .footer_left {
  min-height: 230px;
  width: 37%;
  float: left;
  box-sizing: border-box;
  padding-right: 60px;
  border-right: 1px solid #4f4c50;
}
#footer .copyright .footer_pc .footer_left .footer_text {
  color: #aeaeaf;
  font-size: 14px;
  line-height: 30px;
}
#footer .copyright .footer_pc .footer_left .footer_text a {
  font-size: 14px;
  line-height: 30px;
  color: #aeaeaf;
}
#footer .copyright .footer_pc .footer_middle {
  width: 52%;
  box-sizing: border-box;
  padding-left: 66px;
  float: left;
  margin-top: 10px;
}
#footer .copyright .footer_pc .footer_middle h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  position: relative;
  padding-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .copyright .footer_pc .footer_middle h2:after {
  content: "";
  height: 3px;
  background: #36b7ff;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#footer .copyright .footer_pc .footer_middle .text {
  margin-top: 20px;
  color: #aeaeaf;
  font-size: 14px;
  line-height: 30px;
}
#footer .copyright .footer_pc .footer_right {
  margin-top: 54px;
  width: 11%;
  float: right;
  text-align: center;
}
#footer .copyright .footer_pc .footer_right p {
  margin-top: 4px;
  color: #aeaeaf;
  font-size: 14px;
  line-height: 30px;
}
.wap_search_input {
  background: #363437;
  opacity: 0;
  left: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
}

.wap_search_input.active {
  opacity: 1;
  transform: translateX(0);
  width: 100%;
}

.wap_search_input input {
  border: none;
}
.wap_search_input p {
  color: #060518;
  background: #ffffff;
}
.wap_footer {
  width: 100vw !important;
  background: #363437;
  padding: 8px 0;
}
.wap_footer dd {
  color: #cccccc;
}
.wap_menu {
  background: #363437;
}
#crumb_bg {
  /* background: url("../img/crumb_bottom.jpg") no-repeat bottom center; */
  border-bottom: 2px solid #e6e6e6;
}
#crumb {
  margin-top: 20px;
  height: 64px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 22px;
  background: url("../img/crumb_icon_x.jpg") no-repeat left bottom 4px;
  filter: hue-rotate(175deg);
}
#crumb .china {
  float: left;
  display: inline-block;
  margin-left: 90px;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  color: #333333;
  max-width: 25%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#crumb .english {
  float: left;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
#crumb span {
  margin-top: 6px;
  display: inline-block;
  padding-left: 18px;
  background: url("../img/crumb_icon.jpg") no-repeat left center;
  background-size: auto 56%;
  float: right;
  max-width: 50%;
  color: #808080;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#crumb span a {
  color: #808080;
  font-size: 12px;
  line-height: 24px;
}
#content {
  padding-top: 40px;
}
#content ._aside {
  padding: 0;
  width: 20%;
  float: left;
}
#content ._aside .sidemenu .sub1 {
  border-left: 3px solid #36b7ff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
#content ._aside .sidemenu .sub1 .sub1_a {
  font-size: 16px;
  line-height: 38px;
  color: #000000;
  text-decoration: none;
  padding-left: 17px;
  padding-right: 28px;
  transition: all .0s;
  -webkit-transition: all .0s;
  -moz-transition: all .0s;
}
#content ._aside .sidemenu .sub1 .sub1_a:hover {
  color: #fff;
  background: #36b7ff url("../img/sub1_a.png") no-repeat right 28px center;
}
#content ._aside .sidemenu .sub1 ul {
  border-right: 1px solid #e6e6e6;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#content ._aside .sidemenu .sub1 ul ul {
  border-right: none;
  padding: 0;
}
#content ._aside .sidemenu .sub2 .sub2_a {
  padding-left: 14px;
  text-decoration: none;
  color: #333333;
  background: url("../img/sub2_a.jpg") no-repeat left center;
  line-height: 28px;
}
#content ._aside .sidemenu .sub2 .sub2_a:hover {
  background: url("../img/sub2_a_hover.jpg") no-repeat left center;
  color: #36b7ff;
  text-decoration: underline;
}
#content ._aside .sidemenu .sub3 .sub3_a {
  color: #333333;
  padding-left: 28px;
  line-height: 28px;
  font-size: 14px;
  text-decoration: none;
}
#content ._aside .sidemenu .sub3 .sub3_a:hover {
  color: #36b7ff;
  text-decoration: underline;
}
#content ._aside .sidemenu .current {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  text-decoration: none;
}
#content ._aside .sidemenu .current .sub1_a {
  border: none;
  color: #fff;
  text-decoration: none;
  background: #36b7ff url("../img/sub1_a.png") no-repeat right 28px center;
}
#content ._aside .sidemenu .current .current .sub2_a {
  background: url("../img/sub2_a_hover.jpg") no-repeat left center;
  color: #36b7ff;
  text-decoration: underline;
}
#content .main {
  width: 77%;
  float: right;
  padding: 0;
  padding-bottom: 60px;
}
#content .main .article {
  padding-top: 10px;
  /*当前页的样式*/
  /*分页块默认样式*/
  font-size: 16px;
  line-height: 28px;
}
#content .main .article .list_news ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#content .main .article .list_news_text ul li a {
  display: block;
  padding-top: 32px;
  padding-bottom: 30px;
  border: 1px solid #d9d9d9 !important;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
#content .main .article .list_news_text ul li a .date {
  text-align: center;
  width: 14%;
  float: left;
  background: url("../img/news_icon.jpg") no-repeat right center;
}
#content .main .article .list_news_text ul li a .date em {
  margin-top: 6px;
  display: block;
  line-height: 42px;
  font-size: 36px;
  color: #e6e6e6;
}
#content .main .article .list_news_text ul li a .date i {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
#content .main .article .list_news_text ul li a .list_text {
  width: 86%;
  float: right;
  box-sizing: border-box;
  padding-left: 32px;
  padding-right: 28px;
}
#content .main .article .list_news_text ul li a .list_text .text {
  width: 72%;
  float: left;
}
#content .main .article .list_news_text ul li a .list_text .text h2 {
  margin-top: 8px;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_news_text ul li a .list_text .text p {
  line-height: 32px;
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_news_text ul li a .list_text .pic {
  float: right;
  width: 23%;
  text-align: center;
}
#content .main .article .list_news_text ul li a:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 6px 3px #ededed;
}
#content .main .article .list_news_text ul li a:hover .date em {
  color: #36b7ff;
}
#content .main .article .list_news_text ul li a:hover .list_text .text h2 {
  color: #36b7ff;
}
#content .main .article .list_news_text ul li:last-child a {
  border-bottom: 1px solid #d9d9d9;
}
#content .main .article .list_news ul li a {
  display: block;
  padding-top: 32px;
  padding-bottom: 30px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
#content .main .article .list_news ul li a .date {
  text-align: center;
  width: 14%;
  float: left;
  background: url("../img/news_icon.jpg") no-repeat right center;
}
#content .main .article .list_news ul li a .date em {
  margin-top: 6px;
  display: block;
  line-height: 42px;
  font-size: 36px;
  color: #e6e6e6;
}
#content .main .article .list_news ul li a .date i {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
#content .main .article .list_news ul li a .list_text {
  width: 86%;
  float: right;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 34px;
}
#content .main .article .list_news ul li a .list_text h2 {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_news ul li a .list_text p {
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .main .article .list_news ul li a:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 6px 3px #ededed;
}
#content .main .article .list_news ul li a:hover .date em {
  color: #36b7ff;
}
#content .main .article .list_news ul li a:hover .list_text h2 {
  color: #36b7ff;
}
#content .main .article .list_news ul li:last-child a {
  border-bottom: 1px solid #d9d9d9;
}
#content .main .article .list_search ul li a {
  display: block;
  padding: 0 40px;
  position: relative;
  background: url("../img/list_search.jpg") no-repeat left 5px center;
  font-size: 16px;
  line-height: 60px;
  color: #1a1a1a;
  border-bottom: 1px dashed #cccccc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#content .main .article .list_search ul li a .more {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url("../img/list_search_more.jpg") no-repeat center;
  margin-top: -5px;
}
#content .main .article .list_search ul li a:hover {
  color: #36b7ff;
  background: url("../img/list_search_hover.jpg") no-repeat left 5px center;
}
#content .main .article .list_search ul li a:hover .more {
  background: url("../img/list_search_more_hover.jpg") no-repeat center;
}
#content .main .article .list-img {
  margin: 0 -7.5px;
}
#content .main .article .list-img ul li {
  text-align: center;
  padding: 0 12px;
  margin-bottom: 24px;
}
#content .main .article .list-img ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}
#content .main .article .list-img ul li a .img_area {
  aspect-ratio: 4 / 3;
  background-color: #000;
  overflow: hidden;
  height: auto !important;
}
#content .main .article .list-img ul li a .img_area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .4s;
  -webkit-transition: all .4s;
}
#content .main .article .list-img ul li a .icon {
  height: 10px;
  width: 100%;
  position: relative;
}
#content .main .article .list-img ul li a .icon:after {
  content: "";
    height: 5px;
    width: 0;
    position: absolute;
    margin-top: -1px;
    top: 0;
    background: #36b7ff;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
#content .main .article .list-img ul li a .text_area {
  margin-bottom: 10px;
  color: #000;
  line-height: 40px;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .main .article .list-img ul li a:hover {
  box-shadow: 0px 0px 8px 6px #eeeeee;
  transform: translateY(-10px);
}
#content .main .article .list-img ul li a:hover .icon:after {
 width: 100%;
}
#content .main .article .list-img ul li a:hover .img_area img {
  transform: scale(1.1);
 
}
#content .main .article .feedback-form form {
  padding: 0;
}
#content .main .article .feedback-form .form-group .sure,
#content .main .article .feedback-form .form-group .more {
  padding: 5px 15px;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
#content .main .article .feedback-form .form-group .sure {
  background: #df0024;
}
#content .main .article .feedback-form .form-group .more {
  background: #dfa800;
}
@media (max-width: 640px) {
  #content .main .article .feedback-form .title {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#content .main .article .page_box {
  text-align: center;
  display: block;
}
#content .main .article .pagination > .active > a,
#content .main .article .pagination > .active > span,
#content .main .article .pagination > .active > a:hover,
#content .main .article .pagination > .active > span:hover,
#content .main .article .pagination > .active > a:focus,
#content .main .article .pagination > .active > span:focus {
  background: #606060;
  color: #d1dceb;
  border: none;
}
#content .main .article .pagination > li > a,
#content .main .article .pagination > li > span {
  color: #666;
  border: none;
}
#content .main .article .pagination > li > a:hover,
#content .main .article .pagination > li > span:hover {
  color: #6f6f6f;
  background: none;
}
@media all and (min-width: 1200px) {
  #banner #owl-demo,
  #banner #owl-demo .owl-wrapper-outer,
  #banner #owl-demo .owl-wrapper,
  #banner #owl-demo .owl-item,
  #banner {
    height: max(calc(100vh - 400px), 500px);
  }
  #header .container {
    width: 1200px;
  }
  #about .container {
    width: 1200px;
  }
  #product .container {
    width: 1200px;
  }
  #news .container {
    width: 1200px;
  }
  #Application .container {
    width: 1200px;
  }
  #footer .container {
    width: 1200px;
    padding: 0;
  }
  #crumb_bg .container {
    width: 1200px;
  }
  #content .container {
    width: 1200px;
  }
}
@media all and (max-width: 640px) {
  #header {
    height: 64px;
  }
  .header_bg {
    padding-top: 0;
  }
  #header .logo {
    text-align: left;
    padding: 0 15px;
  }
  #header .menu_icon {
    right: 15px;
    top: 50%;
    margin-top: -12px;
    color: #36b7ff;

    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M48 48a48 48 0 1 0 48 48a48 48 0 0 0-48-48m0 160a48 48 0 1 0 48 48a48 48 0 0 0-48-48m0 160a48 48 0 1 0 48 48a48 48 0 0 0-48-48m448 16H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16m0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16m0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

  }
  #header .menu_icon img {
   display: none;
  }
  #banner #owl-demo,
  #banner #owl-demo .owl-wrapper-outer,
  #banner #owl-demo .owl-wrapper,
  #banner #owl-demo .owl-item,
  #banner {
    height: 200px;
  }
  #about {
    padding: 40px 15px;
  }
  #about .row{
    display: flex;
    flex-direction: column;
  }
  #about .pic {
    padding: 0;
    /* background: none; */
    text-align: center;
    height: 120px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  #about .pic img {
    /* width: 70%; */
    /* padding: 0 0 14px 30px; */
    /* background: url("../img/about_pic_bg.jpg") no-repeat top 15px center;
    background-size: auto 100%; */
    top: 10px;
    left: 10px;
  }
  #about .text {
    padding: 0;
    margin-bottom: 15px;
  }
  #about .text .title {
    margin-top: 15px;
  }
  #about .text .title .english {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }
  #about .text .title .china {
    text-align: center;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    color: #666668;
    overflow: hidden;
  }
  #about .text .title .china:after {
    left: 30%;
    width: 280px;
  }
  #about .text .texts {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 5;
    height: 125px;
  }
  #about .text .about_more {
    margin-top: 15px;
  }
  #about .text .about_more .more {
    line-height: 34px;
    width: 40%;
    margin: 0 auto;
  }
  #Course {
    margin-top: 0;
    background: #f4f4f4;
  }
  #Course .list_course {
    padding: 0;
  }
  #Course .list_course ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #Course .list_course ul li {
    box-sizing: border-box;
    text-align: center;
    padding: 26px 15px;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  #Course .list_course ul li a .title {
    font-size: 16px;
    line-height: 30px;
    color: #000;
  }
  #Course .list_course ul li a .text {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #Course .list_course ul .one {
    border-top: 1px solid #d9d9d9;
  }
  #Course .list_course ul .two {
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  #Course .list_course ul .four {
    border-right: 1px solid #d9d9d9;
  }
  #Course .wap_course_pic {
    padding: 0;
  }
  #product {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #product .title .english {
    font-size: 24px;
    line-height: 34px;
  }
  #product .title .china {
    font-size: 18px;
    line-height: 34px;
  }
  #product .inner {
    margin-top: 32px;
    padding: 0 7.5px;
  }
  #product .inner ul li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  #product .inner ul li a {
  }
  #product .inner ul li a .icon {
  }
  #product .inner ul li a .icon:after {
  }
  #product .inner ul li a .name {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  #product .inner ul li a .text {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
 
  #product .product_more {
    margin-top: 8px;
  }
  #product .product_more .more {
    border-radius: 30px;
    width: 34%;
    margin: 0 auto;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
  }
  #news {
    padding: 60px 0px 60px;
  }
  #news .title .english {
    font-size: 24px;
    line-height: 34px;
  }
  #news .title .china {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 6px;
  }
  #news .inner {
    margin-top: 32px;
    padding: 0 15px;
  }
  #news .inner ul li a {
    padding: 15px;
  }
  #news .inner ul li a .date {
    text-align: left;
    width: 100%;
    background: none;
  }
  #news .inner ul li a .date em {
    padding-right: 15px;
    background: url("../img/wap_news_icon.jpg") no-repeat right center;
    background-size: auto 60%;
    font-size: 18px;
    line-height: 32px;
    color: #36b7ff;
    display: inline-block;
  }
  #news .inner ul li a .date i {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
  }
  #news .inner ul li a .list_text {
    flex-direction: column;
   
    width: 100%;
    padding: 0;
    gap: 16px;
  }
  #news .inner ul li a .list_text .text {
    width: 100%;
  }
  #news .inner ul li a .list_text .text h2 {
    font-size: 16px;
    line-height: 24px;
  }
  #news .inner ul li a .list_text .text p {
    font-size: 14px;
    line-height: 24px;
  }
  #news .inner ul li a .list_text .pic {
    width: 100%;
  }
  #news .inner ul .more a {
    line-height: 36px;
    font-size: 14px;
  }
  #Application {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #Application .title .english {
    font-size: 24px;
    line-height: 34px;
  }
  #Application .title .china {
    font-size: 18px;
    line-height: 34px;
  }
  #Application .inner {
    margin-top: 24px;
    padding: 0 7.5px;
  }
  #Application .inner form .index_form-group {
    width: 100%;
    float: none;
    margin-bottom: 24px;
    margin-right: 0;
  }
  #Application .inner form .index_form-group i {
    font-size: 14px;
    color: #1a1a1a;
  }
  #Application .inner form .sure {
    border-radius: 30px;
    display: block;
    width: 30%;
    margin: 0 auto;
    background: #fff;
    line-height: 30px;
    color: #666666;
    font-size: 12px;
    border: 1px solid #36b7ff;
  }
  #footer .copyright {
    padding-top: 15px;
  }
  #footer .copyright .wap_footer_code {
    text-align: center;
  }
  #footer .copyright .wap_footer_code p {
    margin-top: 6px;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
  }
  #footer .copyright .copyright_con {
    margin-top: 15px;
    text-align: center;
    line-height: 22px;
    color: #999999;
    font-size: 14px;
  }
  #footer .copyright .copyright_con a {
    color: #999999;
  }
  #content {
    padding-top: 24px;
  }
  #content ._aside {
    width: 100%;
    float: none;
  }
  #content ._aside h2 {
    padding-left: 16%;
    background: url("../img/wap_icon_1.jpg") no-repeat bottom center;
    background-size: 100% auto;
    line-height: 36px;
    height: 36px;
    position: relative;
    filter: hue-rotate(175deg);
  }
  #content ._aside h2 .phone-menuicon {
    position: absolute;
    right: 15px;
    top: 0;
    height: 16px;
  }
  #content ._aside h2 .china {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    line-height: 36px;
    max-width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #content ._aside h2 .english {
    display: inline-block;
    max-width: 40%;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #content ._aside .sidemenu {
    padding: 12px 15px 0;
  }
  #content ._aside .sidemenu .sub1 {
    margin-bottom: 6px;
    background: none;
  }
  #content ._aside .sidemenu .sub1 .sub1_a {
    background: none;
    padding-left: 15px;
    line-height: 33px;
    font-size: 14px;
  }
  #content ._aside .sidemenu .sub1 .sub1_a:hover {
    background: none;
    color: #332d2e;
  }
  #content ._aside .sidemenu .sub1 ul {
    padding: 6px 15px;
  }
  #content ._aside .sidemenu .sub1 ul ul {
    padding: 0 15px;
  }
  #content ._aside .sidemenu .sub2 .sub2_a {
    color: #332d2e;
    font-size: 14px;
    line-height: 30px;
    background: url("../img/wap_sub2_a.jpg") no-repeat left center;
    background-size: auto 25%;
  }
  #content ._aside .sidemenu .sub2 .sub2_a:hover {
    color: #332d2e;
    background: url("../img/wap_sub2_a.jpg") no-repeat left center;
    background-size: auto 25%;
    text-decoration: none;
  }
  #content ._aside .sidemenu .sub3 {
    background: url("../img/wap_sub3_a.jpg") no-repeat left 4px center;
    background-size: auto 30%;
  }
  #content ._aside .sidemenu .sub3 .sub3_a {
    font-size: 14px;
    padding-left: 15px;
    color: #332d2e;
    line-height: 30px;
    background: url("../img/wap_sub3_a.jpg") no-repeat left 4px center;
    background-size: auto 30%;
  }
  #content ._aside .sidemenu .sub3 .sub3_a:hover {
    color: #332d2e;
    text-transform: none;
    background: url("../img/wap_sub3_a.jpg") no-repeat left 4px center;
    background-size: auto 30%;
  }
  #content ._aside .sidemenu .current {
    border-right: none;
    border-top: none;
  }
  #content ._aside .sidemenu .current .sub1_a {
    border: none;
    color: #332d2e;
    text-decoration: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: none;
  }
  #content ._aside .sidemenu .current .current .sub2_a {
    background: url("../img/wap_sub2_a.jpg") no-repeat left center;
    color: #332d2e;
    background-size: auto 25%;
    text-decoration: none;
  }
  #content .main {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  #content .main .article {
    padding: 42px 16px;
  }
 
  #content .main .article .list_news_text ul li a {
    padding: 8px 15px 15px;
  }
  #content .main .article .list_news_text ul li a .date {
    float: none;
    text-align: left;
    width: 100%;
    background: none;
  }
  #content .main .article .list_news_text ul li a .date em {
    margin-top: 0;
    padding-right: 12px;
    background: url("../img/wap_news_icon.jpg") no-repeat right center;
    background-size: auto 60%;
    font-size: 18px;
    line-height: 32px;
    color: #36b7ff;
    display: inline-block;
  }
  #content .main .article .list_news_text ul li a .date i {
    margin-left: 8px;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
  }
  #content .main .article .list_news_text ul li a .list_text {
    float: none;
    margin-top: 5px;
    width: 100%;
    padding: 0;
  }
  #content .main .article .list_news_text ul li a .list_text .text {
    width: 64%;
  }
  #content .main .article .list_news_text ul li a .list_text .text h2 {
    margin-top: 0;
    font-size: 14px;
    line-height: 32px;
  }
  #content .main .article .list_news_text ul li a .list_text .text p {
    font-size: 12px;
    line-height: 14px;
  }
  #content .main .article .list_news_text ul li a .list_text .pic {
    width: 28%;
  }
  #content .main .article .list_news ul li a {
    padding: 15px 15px 15px 0;
  }
  #content .main .article .list_news ul li a .date {
    padding: 4px 0 8px;
    width: 24%;
  }
  #content .main .article .list_news ul li a .date em {
    font-size: 22px;
    line-height: 24px;
    color: #36b7ff;
  }
  #content .main .article .list_news ul li a .date i {
    font-size: 12px;
    line-height: 18px;
  }
  #content .main .article .list_news ul li a .list_text {
    width: 76%;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 0 0 15px;
  }
  #content .main .article .list_news ul li a .list_text h2 {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
  #content .main .article .list_news ul li a .list_text p {
    font-size: 12px;
    line-height: 20px;
  }
  #content .main .article .list_search ul li a {
    padding: 0 20px;
    background: url("../img/list_search.jpg") no-repeat left 5px center;
    background-size: auto 15%;
    font-size: 14px;
    line-height: 42px;
    color: #1a1a1a;
    border-bottom: 1px dashed #cccccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #content .main .article .list_search ul li a .more {
    right: 5px;
    background: url("../img/list_search_more.jpg") no-repeat center;
    background-size: auto 80%;
    margin-top: -5px;
  }
  #content .main .article .list_search ul li a:hover {
    color: #36b7ff;
    background: url("../img/list_search_hover.jpg") no-repeat left 5px center;
    background-size: auto 80%;
  }
  #content .main .article .list_search ul li a:hover .more {
    background: url("../img/list_search_more_hover.jpg") no-repeat center;
    background-size: auto 80%;
  }
  #content .main .article .list-img {
    margin: 0 -7.5px;
  }
  #content .main .article .list-img ul li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
  #content .main .article .list-img ul li a .img_area img {
  }
  #content .main .article .list-img ul li a .icon {
  }
  
  #content .main .article .list-img ul li a .text_area {
    margin-bottom: 6px;
    color: #000;
    line-height: 24px;
    font-size: 14px;
  }
  #content .main .article .list-img ul li a:hover {
    box-shadow: 0px 0px 8px 6px #eeeeee;
  }
  
}


.news_detail img {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
  border-radius: 10px;
  overflow: hidden;
}

.footer_logo img {
  filter: drop-shadow(0px 1px 2px rgba(255, 255, 255, 1)) drop-shadow(0px 1px 2px rgba(255, 255, 255, 1));
}