.banner {
  padding-top: 80px;
}
.ban_img {
  background: #fff;
}
.ban_img .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ban_img .swiper-slide img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 7s;
  transition: all 7s;
}
.ban_img .swiper-slide img:nth-child(2) {
  display: none;
}
.ban_img .swiper-slide .c-bg2 {
  display: none;
}
.ban_img .swiper-slide-active img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.ban_img .swiper-pagination-bullet {
  opacity: 1;
}
.ban_img .c-dot {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
}
.ban_img .swiper-pagination {
  position: relative;
  text-align: center;
}
.loading {
  display: inline-block;
  margin: 0 5px;
  width: 26px;
  height: 26px;
  position: relative;
  border: 2px solid transparent;
  background: transparent;
}
.loading.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 0.2);
}
.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 9px;
  top: 9px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
  background-color: #fff;
}
.loading .left,
.loading .right {
  opacity: 0;
  width: 15px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  left: -2px;
  top: -2px;
  /*overflow:hidden;*/
}
.loading.swiper-pagination-bullet-active .left,
.loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}
.loading .right {
  left: auto;
  right: -2px;
  top: -2px;
}
.loading .left:after,
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 30px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 15px 0 0 15px;
  border-right: 0;
}
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 15px 15px 0;
  border: 2px solid #fff;
  border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
@keyframes c-zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
}
.c-zoom {
  -webkit-animation-name: c-zoom;
  animation-name: c-zoom;
}
#subject {
  overflow: hidden;
}
#subject .ProductsServices {
  margin-top: 60px;
}
#subject .ProductsServices dl{
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap:wrap;

  align-items: flex-end;
}
#subject .ProductsServices dt {
  /* float:left; */
  position:relative;
  width:19.334%;
  margin-right:0.83%;
  margin-bottom:0.867%;
}
#subject .ProductsServices dt .tit{
  position: absolute;;
  padding-left:38px;
  background-color: #154a9a;
}
#subject .ProductsServices dt .tit h2{
  padding-top:17px;
  font-size: 30px;
	line-height: 30px;
	color: #fff;
}
#subject .ProductsServices dt .tit p{
  position:relative;
  font-size: 18px;
	line-height: 60px;
	letter-spacing: 0px;
	color: #fff;
}
#subject .ProductsServices dt .tit p:after{
  content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
	height: 2px;
	background-color: #d9d9d9;
}
#subject .ProductsServices dt .tit>a{
  margin-top:61px;
  padding-bottom: 23px;
  color:#fff;
  border-bottom:none;
  background-image: url("/Chengming/Tpl/Home/Default/Public/css/../images/product_list_2_17.png");
}
#subject .ProductsServices dt .tit>a:before{display:none;}

/*#subject .ProductsServices .title .tabs {
  position: absolute;
  right: 0;
  top: 38%;
}*/
/* #subject .ProductsServices .Ps_list {
  margin-top: 48px;
} */
#subject .ProductsServices .eq_list dd {
 /*  float: left;
 width: 23.334%;*/
  width:19.334%;
  margin-right:0.83%;
  margin-bottom:0.867%;
  border: solid 1px #d9d9d9;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}
#subject .ProductsServices .eq_list dd:nth-child(5n) {
  margin-right: 0;
}
#subject .ProductsServices .eq_list dd .text_box {
  padding: 0 29px;
  transition: all 0.4s;
}
#subject .ProductsServices .eq_list dd .text_box h4 {
  padding-top:22px;
  padding-bottom: 2px;
  font-size: 17px;
  line-height: 52px;
  font-weight: 600;
  color: #333;
  position: relative;
}
#subject .ProductsServices .eq_list dd .text_box h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #bbb;
}
#subject .ProductsServices .eq_list dd .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  box-sizing: border-box;
  background: rgba(35, 95, 186, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
}
#subject .ProductsServices .eq_list dd .bg h4 {
  padding-top:22px;
  margin: 0 32px;
  font-size: 17px;
  font-weight: 600;
  line-height: 52px;
  color: #ffffff;
  transform: translateY(20%);
  transition: all 0.8s;
}
#subject .ProductsServices .eq_list dd .bg h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #bbb;
}
#subject .ProductsServices .eq_list dd .bg .tab {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#subject .ProductsServices .eq_list dd .bg .tab p{
  margin:0 32px;
  font-size:14px;
  line-height: 24px;
  -webkit-line-clamp: 3;
  color: #fff;
}
#subject .ProductsServices .eq_list dd .bg .tab a {
  width: 170px;
  height: 40px;
  margin: 16px auto 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 19px;
  border: solid 1px #eee;
  transition: all 0.3s;
}
#subject .ProductsServices .eq_list dd .bg .tab a:hover {
  color: #154a9a;
  background-color: #fff;
}
#subject .ProductsServices .eq_list dd .images {
  transition: all 0.8s;
}
#subject .ProductsServices .eq_list dd:hover .text_box {
  transform: translate(0, 20px);
  opacity: 0;
}
#subject .ProductsServices .eq_list dd:hover .bg {
  opacity: 1;
}
#subject .ProductsServices .eq_list dd:hover .bg h4 {
  transform: translateY(0%);
}
#subject .ProductsServices .eq_list dd:hover .bg .tab {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0%);
}
#subject .ProductsServices .eq_list dd:hover .images {
  transform: translate(0, -10%);
}
#subject .aboutUs {
  margin-top: 90px;
  background-color: #eee;
}
#subject .aboutUs .mainsVw .text {
  padding-top: 69px;
  float: left;
  width: 40%;
  padding-left: 2.5%;
  box-sizing: border-box;
}
#subject .aboutUs .mainsVw .text .t_con {
  margin-top: 40px;
}
#subject .aboutUs .mainsVw .text .t_con p {
  width: 93%;
  margin-bottom: 37px;
  font-size: 16px;
  line-height: 36px;
  height: 144px;
  color: #666;
  -webkit-line-clamp: 4;
}
#subject .aboutUs .mainsVw .text .t_icon {
  margin-top: 71px;
  width: 910px;
  position: relative;
  z-index: 99;
  background-color: #fff;
}
#subject .aboutUs .mainsVw .text .t_icon li {
  float: left;
  width: 33.33333333%;
  padding: 54px 0;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
#subject .aboutUs .mainsVw .text .t_icon li:nth-child(3) {
  border-right: 0;
}
#subject .aboutUs .mainsVw .text .t_icon li a .images {
  max-width: 50px;
  margin: 0 auto;
}
#subject .aboutUs .mainsVw .text .t_icon li a .images img:nth-child(2) {
  display: none;
}
#subject .aboutUs .mainsVw .text .t_icon li a p {
  padding-top: 23px;
  font-size: 16px;
  text-align: center;
  color: #666;
}
#subject .aboutUs .mainsVw .text .t_icon li a:hover .images img:nth-child(1) {
  display: none;
}
#subject .aboutUs .mainsVw .text .t_icon li a:hover .images img:nth-child(2) {
  display: block;
}
#subject .aboutUs .mainsVw .text .t_icon li a:hover p {
  color: #00408f;
}
#subject .aboutUs .mainsVw > .images {
  float: right;
  width: 60%;
  /* .swiper-pagination {
          bottom: 22px;
          left: -25px;
          text-align: right;
        }*/
}
#subject .aboutUs .mainsVw > .images .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
#subject .aboutUs .mainsVw > .images .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
}
#subject .aboutUs .mainsVw > .images .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
#subject .app {
  margin-top: 52px;
  padding-top: 50px;
  padding-bottom:76px;
  background: url("/Chengming/Tpl/Home/Default/Public/css/../images/app_bg.jpg")no-repeat left top/cover;
}
#subject .app .title .more {
  position: absolute;
  right: 0;
  top: 38%;
}
#subject .app .app_banner{
  margin-top:42px;
}
#subject .app_banner .web_but{display:none;}
#subject .app_banner .but{
  float:left;
  width: 23.334%;
  background-color: #fff;
}
#subject .app_banner .but:nth-child(2){
  float:right;
}
#subject .app_banner .but a{
  height: 70px;
  font-size: 18px;
  line-height: 70px;
  text-align:center;
  color:#333;
  cursor:pointer;
}
#subject .app_banner .but a.active{
  position:relative;
  color:#fff;
  background-color: #154a9a;
}
#subject .app_banner .but a.active:after{
  position:absolute;
  top:50%;
  content:"";
  clear:both;
  margin-top:-7px;
  border:7px solid transparent;
}
#subject .app_banner .but:nth-child(1) a.active::after{
  right:-14px;
  border-left-color:#154a9a;
}
#subject .app_banner .but:nth-child(2) a.active::after{
  left:-14px;
  border-right-color:#154a9a;
}
#subject .app_banner .ban_con{
  position:relative;
  float:left;
  width:49.4%;
  margin-left:2%;
}
#subject .app_banner .ban_con ul li{
  position:relative;
}
#subject .app_banner .ban_con ul li .text{
  position:absolute;
  bottom:0;
  left:0;
  z-index:99;
  width:100%;
  height:60px;
  padding:0 24px;
  box-sizing: border-box;
  overflow:hidden;
  background-color: rgba(0,0,0,0.7);
}
#subject .app_banner .ban_con ul li .text a{
  float:left;
  height:60px;
  padding:0 16px;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
	line-height: 60px;
	color: #ccc;
}
#subject .app_banner .ban_con ul li .text a:hover{
  font-size: 18px;
  font-weight:600;
  color:#fff;
}
#subject .app .list {
  margin-top: 47px;
}
#subject .app .list a {
  float: left;
  width: 23.334%;
  margin-right: 2.2%;
  margin-bottom: 20px;
}
#subject .app .list a:nth-child(4n) {
  margin-right: 0;
}
#subject .app .list a .images {
  position: relative;
}
#subject .app .list a .images .look_m {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(21, 74, 154, 0.8);
  opacity: 0;
  transition: all 0.3s;
}
#subject .app .list a .images .look_m:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px rgba(255, 255, 255, 0.6);
}
#subject .app .list a .images .look_m p {
  position: absolute;
  top: 44%;
  left: 41%;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
#subject .app .list a > p {
  font-size: 18px;
  line-height: 62px;
  text-align: center;
  color: #222;
}
#subject .app .list a:hover .images .look_m {
  opacity: 1;
}
#subject .app .list a:hover > p {
  color: #154a9a;
}
#subject .new{
  margin-top:30px;
  margin-bottom:60px;
}
#subject .new .title{
  margin-bottom:34px;
}
#subject .new .title h2{
  float:left;
}
#subject .new .title .tabs{
  float:right;
  margin-top: 48px;
}
#subject .new .module_content {
  float:left;
  width:48.667%;
  margin-bottom:21px;
}
#subject .new .module_content .new_banner{
  position:relative;
}
#subject .new .new_banner .text {
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 100%;
  padding-top: 47px;
  color: #fff;
  text-align: center;
}
#subject .new .new_banner .text h4 {
  font-size: 30px;
  color: #222;
}
#subject .new  .new_banner .text p {
  padding-top: 15px;
  font-size: 18px;
  color: #666;
}
#subject .new  .new_banner .text span {
  display: block;
  padding-top: 21px;
  font-size: 16px;
  font-weight: 600;
  color: #444;
}
#subject .new  .new_banner .swiper-button-next,
#subject .new  .new_banner .swiper-button-prev {
  z-index: 999;
  width: 12px;
  height: 23px;
  margin-top:-12px;
  background-size: cover;
}
#subject .new .new_banner .swiper-button-next.swiper-button-disabled,
.item3 .module_content .new_banner .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
#subject .new .module_content .new_banner .swiper-button-next,
#subject .new .module_content .new_banner .swiper-container-rtl .swiper-button-prev {
  right: 30px;
  background-image: url("/Chengming/Tpl/Home/Default/Public/css/../images/btn_05.png");
}
#subject .new .module_content .new_banner .swiper-button-prev,
#subject .new .module_content .new_banner .swiper-container-rtl .swiper-button-next {
  left: 30px;
  background-image: url("/Chengming/Tpl/Home/Default/Public/css/../images/btn_03.png");
}
#subject .new .module_content .new_banner .text {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 9;
}
#subject .new .module_content .new_banner .text .t_con {
  width: 91%;
  padding:20px 0 14px 30px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}
#subject .new .module_content .new_banner .text .t_con ul {
  padding-right: 20px;
  box-sizing: border-box;
}
#subject .new .module_content .new_banner .text .t_con ul li {
  display: none;
}
#subject .new .module_content .new_banner .text .t_con ul li.active {
  display: block;
}
#subject .new .module_content .new_banner .text .t_con ul li h4 {
  font-size: 18px;
  color: #222;
  text-align:left;
}
#subject .new .module_content .new_banner .text .t_con ul li p {
  padding-top: 6px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: left;
}
#subject .new .module_content .new_banner .text .t_con .number {
  width: 20%;
  padding-top: 33px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #999;
}
#subject .new .module_content .new_banner .text .t_con .number span.sel {
  color: #222;
}

#subject .new .module_list{
  float:right;
  width:48.667%;
  margin-bottom:21px;
}
#subject .new .module_list .list ul li{
  margin-bottom:25px;
}
#subject .new .module_list .list ul li:nth-last-child(1){margin-bottom:0;}
#subject .new .module_list .list ul li a:hover .time{
  background-color: #154a9a;
}
#subject .new .module_list .list ul li a:hover .text h3{
  color: #154a9a;
}
#subject .new .module_list .list ul li a .time{
  float:left;
  width:100px;
  height:100px;
  text-align:center;
  background-color: #b0b0b0;
  transition:all 0.3s;
}
#subject .new .module_list .list ul li a .time p{
  padding-top: 22px;
  font-size: 36px;
	line-height: 24px;
	color: #fffefe;
}
#subject .new .module_list .list ul li a .time span{
  display:block;
  padding-top:11px;
  font-size: 16px;
	color: #fffefe;
}
#subject .new .module_list .list ul li a .text{
  float:right;
  width:80%;
  margin-left:4.1%;
}
#subject .new .module_list .list ul li a .text h3{
  font-size: 18px;
  line-height: 44px;
  color:#333;
}
#subject .new .module_list .list ul li a .text p{
  height:44px;
  font-size: 14px;
	line-height: 22px;
	color: #666666;
}
@media (max-width: 1600px) {
  #subject .aboutUs .mainsVw .text {
    padding-top: 50px;
  }
  #subject .aboutUs .mainsVw .text .t_icon {
    width: 115%;
    margin-top: 50px;
  }
  #subject .aboutUs .mainsVw .text .t_icon li {
    padding: 39px 0;
  }
}
@media (max-width: 1500px) {
  #subject .aboutUs .mainsVw .text {
    padding-left: 4.15%;
  }
  #subject .aboutUs .mainsVw .text .t_con {
    margin-top: 22px;
  }
  #subject .aboutUs .mainsVw .text .t_con p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 30px;
    height: 120px;
  }
  #subject .new .module_list .list ul li a .text{
    float:right;
    width:78%;
    margin-left:0;
  }
}
@media(max-width:1450px){
  #subject .app_banner .but { width: 20%;}
  #subject .app_banner .ban_con{width: 56.4%;}
}
@media (max-width: 1350px) {
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab {
    margin-top: 25px;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg h4 {
    font-size: 22px;
    line-height: 75px;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab a {
    width: 170px;
    height: 35px;
    margin: 14px auto 0;
    line-height: 35px;
  }
}
@media (max-width: 1400px) {
  #subject .aboutUs .mainsVw .text {
    padding-top: 3%;
  }
  #subject .aboutUs .mainsVw .text .t_con p {
    margin-bottom: 16px;
  }
  #subject .aboutUs .mainsVw .text .t_icon {
    margin-top: 34px;
  }
  #subject .aboutUs .mainsVw .text .t_icon li {
    padding: 20px 0;
  }

  #subject .new .module_list .list ul li { margin-bottom: 10px;}
  #subject .new .module_list .list ul li a .time {width: 92px;height: 92px;}
}
@media (max-width: 1300px) {
  #subject .ProductsServices .Ps_list .eq_list li .text_box {
    padding: 0 18px;
  }
  #subject .ProductsServices .Ps_list .eq_list li .text_box h4 {
    font-size: 20px;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg h4 {
    margin: 0 18px;
    font-size: 20px;
  }
  #subject .app .list a .images .look_m p {
    left: 39%;
  }
}
@media (max-width: 1200px) {
  .banner {
    padding-top: 60px;
  }
  #subject .ProductsServices dt,
  #subject .ProductsServices dd {
    width: 24.2%!important;
    margin-right: 1%!important;
    margin-bottom: 1%!important;
  }
  #subject .ProductsServices dt .tit p {line-height: 47px;}
  #subject .ProductsServices .eq_list dd:nth-child(5n){margin-right: 1%;}
  #subject .ProductsServices .eq_list dd:nth-child(4n){margin-right:0!important;}
  #subject .aboutUs .mainsVw .text {
    padding-top: 1%;
  }
  #subject .aboutUs .mainsVw .text .t_con p {
    font-size: 14px;
    line-height: 26px;
    height: 104px;
  }
  #subject .aboutUs .mainsVw .text .t_icon li a .images {
    max-width: 40px;
  }
  #subject .aboutUs .mainsVw .text .t_icon li a p {
    padding-top: 18px;
    font-size: 14px;
  }
  #subject .app {
    margin-top: 40px;
  }
  #subject .app .list a .images .look_m p {
    left: 36%;
  }
  #subject .app_banner .but p {
    height: 58px;
    line-height: 58px;
  }

  #subject .new .module_list .list ul li {margin-bottom: 6px;}
  #subject .new .module_list .list ul li a .time {width: 72px;height: 72px;}
  #subject .new .module_list .list ul li a .text h3 {font-size: 18px;line-height: 32px;}
  #subject .new .module_content {width: 50.667%;}
  #subject .new .module_list {width: 47.667%;}
  #subject .new .module_list .list ul li a .time p {padding-top: 12px;font-size: 32px;}
  #subject .new .module_list .list ul li a .text {width: 80%;}
  #subject .new .module_content .new_banner .text {bottom:0;}
  #subject .new .module_content .new_banner .text .t_con {padding: 10px 0 6px 19px;}
  #subject .new .module_list .list ul li a .text p {height: 40px;font-size: 13px;line-height: 20px;}

}
@media (max-width: 1024px) {
  #subject .ProductsServices .Ps_list .eq_list li {
    width: 48.334%;
    margin-right: 3.2%;
    margin-bottom: 3.2%;
  }
  #subject .ProductsServices .Ps_list .eq_list li:nth-child(3n) {
    margin-right: 3.2%;
  }
  #subject .ProductsServices .Ps_list .eq_list li:nth-child(2n) {
    margin-right: 0;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab {
    margin-top: 100px;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab a {
    height: 40px;
    margin: 22px auto 0;
    line-height: 40px;
  }
  #subject .app_banner .but{display:none;}
  #subject .app_banner .ban_con{width:100%;margin:0;}
  #subject .app_banner .web_but{
    display:block;

  }
  #subject .app_banner .web_but p{
    float:left;
    width:15%;
    margin-bottom:10px;
    text-align: center;
    line-height: 30px;
    padding:0 5px;
    border-radius:25px;
    background-color: #fff;
  }
  #subject .app_banner .web_but p.active{
    color:#fff;
    background-color: #005eb3;
  }
  #subject .app_banner .ban_con .text{display:none;}

}
@media (max-width: 991px) {
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab {
    margin-top: 45px;
  }
  #subject .aboutUs .mainsVw .text {
    width: 100%;
    margin-top: 30px;
  }
  #subject .aboutUs .mainsVw .text .t_icon {
    width: 96%;
  }
  #subject .aboutUs .mainsVw > .images {
    width: 100%;
  }
  #subject .ProductsServices {
    margin-top: 40px;
  }
  #subject .app .list a {
    width: 48.8%;
  }
  #subject .app .list a:nth-child(4n) {
    margin-right: 2.2%;
  }
  #subject .app .list a:nth-child(2n) {
    margin-right: 0;
  }
  #subject .app .list a .images .look_m p {
    left: 41%;
  }
  #subject .new .module_content,
  #subject .new .module_list{width:100%;}
  #subject .new .module_list .list ul li{margin-bottom:10px;}
  #subject .new .module_list .list ul li a .text {width: 87%;}

  #subject .app_banner .web_but p {width: 23%;}

  #subject .ProductsServices .eq_list dd .bg h4 {margin: 0 12px;}
  #subject .ProductsServices .eq_list dd .bg .tab {margin-top: 17px;}
  #subject .ProductsServices .eq_list dd .bg .tab p {
    margin: 0 12px;
    font-size: 12px;
    line-height: 20px;
  }
  #subject .aboutUs .mainsVw .text .t_icon li a p {padding-top: 8px;}
  #subject .ProductsServices .eq_list dd .text_box { padding: 0 12px;}
}
@media (max-width: 767px) {
  .ban_img .swiper-slide img:nth-child(1) {
    display: none;
  }
  .ban_img .swiper-slide img:nth-child(2) {
    display: block;
  }
  #subject .ProductsServices .Ps_list .eq_list li {
    margin-bottom: 20px;
  }
  #subject .ProductsServices .Ps_list .eq_list li {
    width: 100%;
    margin-right: 0% !important;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab {
    margin-top: 34px;
  }
  #subject .ProductsServices .Ps_list .eq_list li .bg .tab a {
    height: 36px;
    margin: 12px auto 0;
    line-height: 36px;
  }

  #subject .ProductsServices dt, #subject .ProductsServices dd {
    width: 49.5%!important;
    margin-right: 1%!important;
    margin-bottom: 1%!important;
  }
  #subject .ProductsServices dd:nth-child(2n){margin-right: 0!important;}

  #subject .aboutUs {
    margin-top: 40px;
  }
  #subject .app {
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom:30px;
  }
  #subject .app .list {
    margin-top: 30px;
  }
  #subject .app .list a {
    width: 100%;
    margin-right: 0 !important;
  }
  #subject .app .list a .images .look_m p {
    left: 36%;
    font-size: 12px;
  }
  #subject .app .list a > p {
    font-size: 14px;
    line-height: 50px;
  }
  #subject .app .app_banner {
    margin-top: 22px;
  }
  #subject .app_banner .web_but p {width: 22%;}


  #subject .new .module_content .new_banner .text{ bottom: -20px;}
  #subject .new .module_content .new_banner .text .t_con {padding: 9px 0 8px 17px;}
  #subject .new .module_content .new_banner .text .t_con ul li h4 {font-size: 15px;}
  #subject .new .module_content .new_banner .text .t_con ul li p {
    padding-top: 2px;
    height: 48px;
    font-size: 12px;
    line-height: 18px;
  }

  #subject .new .module_list .list ul li a .text {width: 74%;}
  #subject .new .module_list .list ul li a .text{font-size:16px;}
  #subject .new .module_list .list ul li a .text p{font-size:12px;}
  #subject .new {  margin-top: 0px;margin-bottom: 30px;}

  #subject .new .title .tabs {margin-top: 25px;}
  #subject .new .module_list .list ul li a .text h3 {font-size: 16px;}
  #subject .ProductsServices .eq_list dd .text_box h4 ,
  #subject .ProductsServices .eq_list dd .bg h4{
    padding-top: 0px;
    font-size: 16px;
  }


}
/*# sourceMappingURL=index.css.map */
