@charset "UTF-8";


.change_width{
  width: 94% !important;
}

.main_box{
  width: 64%;
  margin: 0 auto;
  transition: .5s;
}




#dituContent{
  height: 500px;
}
.center {
  text-align: center; }
.newslist li{
  background: none;
  line-height: inherit;
}
.paging li{
  float: none;
}
.pagination .pagetop{
  display: none !important;
}
.footer{
  background-color: #ececec;
  height: 30px;
  line-height: 30px;
}
.page .pagination span.current{
  background: #f29423;
}
.page .pagination a:hover{
  border: 1px solid #f29423;
}

.typelist{
  background: gainsboro;
  border-bottom: 1px solid gold;
  z-index:333;
}
.typelist .content{
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0;
  
}

@media (min-width: 768px) {
  .typelist .content .ul-lv1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .typelist .content .ul-lv1 .lv1{
    flex: 1;
  }
  .typelist .content .ul-lv1 .lv1>a{
    width: auto;
  }

}


.typelist .line{

  width: 2px;
  background: white;
  color: white;
  height: 20px;
  position: absolute;
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.typelist .lv1:nth-last-child(1) .line{
  display: none;
}


.typelist .lv1{
  text-align: center;

  position: relative;
}
.typelist .lv1:hover>a{
  background-color: white;
  color: black;
}

.typelist .lv1>a{
  display: block;
  position: relative;
  min-width: 128px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: #e68d19 ;

  text-align: center;
}
.typelist .ul-lv2{
  width: 100%;
  position: absolute;
  left: 0;
  top: 68px;
  border-bottom: 1px solid white;
  display: none;
  z-index:333;
}
.typelist .en_name {
  font-size: 16px;
}
.typelist .lv2{
  position: relative;
  float: none;
}
.typelist .lv2:hover .ul-lv3{
  display: block;
}
.typelist .lv2:hover>a{
  background: white;
  color: black;
}
.typelist .lv2>a{
  border-top: 1px solid white;
  
  height: 68px;
  font-size: 16px;
  
  background: #f1ba36 ;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.typelist .ul-lv3{
  display: none;
  position: absolute;
  
  
  left: 129px;
  top: 0;
  z-index:333;
}
.typelist .lv3:hover>a{
  background: white;
  color: white;
}
.typelist .lv3>a{
  border-top: 1px solid white;
  min-width: 128px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background: #f0c54b ;
  text-align: center;
  display: inline-block;
}






a:hover{
  text-decoration: none !important;
}
.page .pagination{
  padding-top: 45px;
  display: block;
}




.menu {
  position: absolute;
  left: 250px; }
.menu > ul > li {
  position: relative; }
.menu > ul > li:hover > a {
  color: #1acfde; }
.menu > ul > li > a {
  position: relative;
  padding: 0 26px;
  line-height: 125px;
  color: #555;
  display: block;
  font-size: 16px; }
.menu > ul > li.on a:after, .menu > ul > li:hover a:after {
  width: 100%; }
.menu ul ul {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 125px;
  width: 100%;
  transition: all .3s ease;
  transform: translateY(-20%); }
.menu ul ul a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #555; }
.menu ul ul a:hover {
  background-color: #1acfde;
  color: #fff;
  transition: all .3s ease; }
.menu li:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

.promenu {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: 0;
  position: fixed;
  top: 100px;
  z-index: 99;
  transition: all .3s ease; }
.promenu ul {
  width: 1210px;
  overflow: hidden;
  margin: 30px 0; }
.promenu li {
  width: 97px;
  float: left;
  margin-right: 9px;
  padding: 2px;
  transition: all .3s ease; }
.promenu li img {
  width: 97px;
   }
.promenu li:last-child {
  margin-right: 0; }
.promenu li p {
  font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
  padding-bottom: 8px;
  height: 64px;
  overflow: hidden;
  text-align: center;
  transition: all .3s ease; }
.promenu li:hover {
  color: #fff;
  background: #1acfde; }
.promenu li:hover p {
  color: #fff; }

.active {
  height: 190px;
  opacity: 1;
  visibility: 1; }


.lang {
  position: absolute;
  right: 0;
  top: 45px;
  background: #1acfde;
  border-radius: 45px; }
.lang a {
  display: inline-block;
  padding: 0 20px 0 40px;
  background: url(http://www.sans-ep.com/templates/default/images/lang.jpg) 5px center no-repeat;
  color: #fff;
  line-height: 34px; }



.pagemain {
  /*min-height: 500px;*/
  padding-top: 68px;
  background-color: #fff; }




.aboutbox1 {
  background: url(http://www.sans-ep.com/templates/default/images/aboutbg1.jpg) center top no-repeat;
  overflow: hidden;
  color: #fff; }
.aboutbox1 h2 {
  position: absolute;
  left: 0;
  top: 119px;
  font-size: 34px;
  color: #1acfde; }
.aboutbox1 p.smtext {
  position: absolute;
  bottom: 110px;
  left: 0;
  font-size: 16px;
  color: #15afbf; }
.aboutbox1 .content {
  width: 560px;
  height: 335px;
  float: right;
  padding: 32px;
  color: #fff;
  line-height: 24px;
  background: rgba(26, 207, 222, 0.75);
  overflow: hidden; }
.aboutbox1 .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 82px 0; }
.aboutbox1 .viewvideo {
  color: #fff; }
.aboutbox1 .viewvideo:before {
  display: inline-block;
  content: '';
  width: 65px;
  height: 65px;
  background: url(http://www.sans-ep.com/templates/default/images/videoBtn.png) center center no-repeat;
  margin-bottom: 30px;
  vertical-align: top; }
.aboutbox1 .viewvideo span {
  display: block;
  line-height: 14px; }

.aboutbox2 {
  padding: 62px 0 0;
  overflow: hidden;
  background: url(http://www.sans-ep.com/templates/default/images/about_bg2.jpg) center top no-repeat #141414;
  color: #fff; }
.aboutbox2 h2 {
  padding-left: 13px;
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 50px;
  font-family: 'Myriad-Headline'; }
.aboutbox2 .dec {
  padding-left: 13px;
  margin-bottom: 56px;
  font-size: 25px;
  line-height: 25px;
  font-family: 'Myriad-Headline'; }
.aboutbox2 p {
  padding-left: 13px; }
.aboutbox2 table {
  margin: 85px 0;
  font-family: 'Arial';
  border-collapse: collapse; }
.aboutbox2 table p {
  padding-left: 0; }
.aboutbox2 table img {
  float: left; }
.aboutbox2 table tr {
  border-collapse: collapse; }
.aboutbox2 table td {
  border-collapse: collapse;
  padding: 0;
  float: left; }
.aboutbox2 table tr:first-child td:nth-child(2), .aboutbox2 table tr:last-child td:nth-child(1), .aboutbox2 table tr:last-child td:nth-child(3) {
  padding: 25px 40px;
  width: 320px;
  height: 190px; }

#videobox {
  display: none; }



.pagetop {
  background: url(http://www.sans-ep.com/templates/default/images/bgtit.jpg) center top no-repeat;
  color: #fff;
  position: relative;
  width: 100%;
  height: 185px;
  overflow: hidden; }
.pagetop h3 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-top: 70px;
  font-weight: 600;
}
.pagetop p {
  color: #fff;
  margin-top: 10px; }
.pagetop a {
  color: #fff; }
.pagetop h1 {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }

.prolist {
  padding: 70px 0 140px;
  overflow: hidden;
  width: 100%; }
.prolist ul.prolistbox {
  width: 1225px; }
.prolist ul.prolistbox li {
  width: 376px;
  margin-right: 20px;
  margin-bottom: 30px;
  background-color: #ededed;
  padding: 5px;
  float: left;
  transition: all .3s ease; }

.prolist ul.prolistbox li .img {
  
  
  margin-right: 0; }
.prolist ul.prolistbox li .img img {
  width: 376px;
  height: 250px; }
.prolist ul.prolistbox li .text {
  position: relative;
  padding: 35px 25px;
  overflow: hidden; }
.prolist ul.prolistbox li .text .textbox {
  overflow: hidden;
  height: 144px; }
.prolist ul.prolistbox li .text h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 28px; }
.prolist ul.prolistbox .summary{
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prolist ul.prolistbox li .text p {
  height: 110px;
  overflow: hidden; }
.prolist ul.prolistbox li .text .more {
  float: right;
  padding-right: 45px;
  color: #14d6b4;
  margin-top: 18px;
  font-family: 'Myriad-Headline';
  display: inline-block;
  
  height: 20px;
  
  transition: all .3s ease; }
.prolist ul.prolistbox li .text .more .jiantou,.prolist ul.prolistbox li .text .more .jiantou_hover{
  width:30px;
  height: 30px;
}
.prolist ul.prolistbox li .text .more .jiantou_hover{
  display: none;
}

.prolist ul.prolistbox li:hover {
  background-color: #f2ba1a; }
.prolist ul.prolistbox li:hover a, .prolist ul.prolistbox li:hover .more {
  color: #fff; }
.prolist ul.prolistbox li:hover .more {
  
}
.prolist ul.prolistbox li:hover .more .jiantou_hover{
  display: inline-block;
}
.prolist ul.prolistbox li:hover .more .jiantou{
  display: none;
}


.predetial {
  padding: 110px 0;
  border-bottom: 1px solid #b5b3b3; }
.predetial table {
  width: 1202px;
  margin-left: -1px; }
.predetial table, .predetial table tr, .predetial table tr td {
  border-collapse: collapse;
  border: 1px solid #b5b3b3; }
.predetial table tr:first-child td {
  font-weight: bold;
  font-style: 18px;
  line-height: 20px;
  padding: 10px;
  vertical-align: middle;
  color: #000; }
.predetial table tr td {
  line-height: 40px;
  padding: 0 10px;
  text-align: center; }
.predetial strong {
  display: block; }

.predetialcon2,
.predetialcon3,
.predetialcon4 {
  overflow: hidden;
  margin-top: 50px; }

.predetialcon1 {
  position: relative;
  overflow: hidden; }
.predetialcon1 .img {
  width: 480px;
  height: 385px;
  float: left; }
.predetialcon1 .img img {
  width: 480px;
  height: 385px; }
.predetialcon1 .img .contactbtn {
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: #fff; }
.predetialcon1 .text {
  overflow: hidden;
  padding: 38px 38px;
  overflow: hidden;
  min-height: 385px;
  width: 644px;
  float: right;
  background: #1acfde;
  font-family: 'Myriad-Headline'; }
.predetialcon1 .text h3 {
  font-size: 30px;
  color: #231815;
  margin-bottom: 40px; }
.predetialcon1 .text .dec {
  color: #231815;
  font-family: 'Arial';
  font-weight: bold;
  line-height: 24px; }
.predetialcon1 .text .dec h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px; }

.prodetial-tit {
  font-size: 18px;
  font-family: 'Myriad-Headline';
  line-height: 18px;
  margin-bottom: 15px;
  overflow: hidden; }
.prodetial-tit h3 {
  font-weight: normal;
  color: #1acfde; }

.prodetial-body {
  padding: 25px 0;
  border-top: 1px solid #b9b7b7;
  border-bottom: 1px solid #b9b7b7;
  overflow: hidden; }
.prodetial-body .l {
  width: 550px;
  float: left; }
.prodetial-body .r {
  width: 475px;
  float: right; }

.predetialcon3 p span {
  font-size: 18px;
  font-family: 'Myriad-Headline';
  line-height: 18px;
  margin-bottom: 15px;
  overflow: hidden; }

.predetialcon3 table td {
  width: 33.3%; }

.predetialcon3 table tr td:last-child {
  width: 50%; }

.prenext {
  text-align: center;
  margin-top: 50px; }
.prenext a {
  display: inline-block;
  padding: 0 28px;
  line-height: 46px;
  margin: 0 10px;
  color: #fff;
  background-color: #f29423;
  border-radius: 75px;
  transition: all .3s ease;
}
.prenext .in-nonew {
  color: #aaa;
  background: #eee; }
.prenext .prev {
  background: #2d2d2d;
  
}
.prenext .next {
  background:  #2d2d2d;
  
}

#proshow {
  padding: 0 0 70px; }
#proshow h2 {
  font-size: 24px;
  padding-left: 38px;
  color: #000;
  line-height: 95px;
  font-family: 'Myriad-Headline';
  font-weight: normal; }
#proshow .prolistbox {
  width: 100%; }
#proshow .prolistbox li:nth-child(3n) {
  margin-right: 20px; }
#proshow .prolistbox li {
  width: 300px; }
#proshow .prolistbox li .img {
  
  
}
#proshow .prolistbox li .img img {
  
  
}

.preoshowbox {
  overflow: hidden;
  height: 458px; }



.pagemain .newslist li:hover h3, .pagemain .newslist li:hover .date{
  color: #007535;
}




#solution {
  background-color: #fff;
  width: 100%;
  padding: 80px 0; }

.pageList {
  width: 1000px;
  margin: 0 auto; }
.pageList li {
  position: relative;
  line-height: 48px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  transition: 400ms; }
.pageList li h3 {
  color: #000;
  padding-left: 20px;
  display: block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  font-weight: normal;
  background-color: #eee; }
.pageList li:before {
  display: inline-block;
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: 14px;
  background: url(http://www.sans-ep.com/templates/default/images/lc_more.png) center no-repeat;
  transition: 400ms; }
.pageList li:hover h3 {
  color: #fff;
  background-color: #1acfde;
  cursor: pointer; }
.pageList li:hover:before {
  background: url(http://www.sans-ep.com/templates/default/images/lc_more_on.png) center no-repeat; }
.pageList .body {
  margin-bottom: 30px;
  display: none; }
.pageList .body table {
  width: 100%; }
.pageList .body td {
  padding: 10px 10px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle; }
.pageList .body tr td:first-child {
  width: 40px; }
.pageList .body table, .pageList .body table td, .pageList .body table tr {
  border-collapse: collapse;
  border: 1px solid #eee; }



#news {
  padding: 70px 0; }
#news .wrap {
  max-width: 980px;
  margin: 0 auto;}

.pagemain .newslist {
  margin-bottom: 50px;
  
}



.pagemain .newslist li {
  width: 100%;
  position: relative;
  padding: 32px 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  border-bottom: 1px solid #eee; }
.pagemain .newslist li:nth-child(1){
  border-top: 1px solid #eee;
}
.pagemain .newslist li .img {
  width: 288px;
  height: 120px;
  position: relative;
  margin-right: 40px;
  float: left;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow: hidden; }
.pagemain .newslist li .img img {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.pagemain .newslist li a{
  display: flex;
}
.pagemain .newslist li .txt {
  float: left;
  width: 550px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative; }
.pagemain .newslist li .txt h3 {
  margin: 14px 0 3px;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  color: #575757;
  line-height: 1.6;
  width: 430px;
  max-height: 56px;
  overflow: hidden; }

.pagemain .change_width .newslist li .txt .date{
  display: block;
}

.pagemain .newslist li .txt .date {
  display: none;
  position: absolute;
  right: 0;
  top: 11px;
  font-size: 30px;
  font-family: 'arial', "微软雅黑";
  color: #999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-style: normal; }
.pagemain .newslist li .txt p {
  width: 78%;
  height: 45px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  line-height: 22px;
  font-size: 13px;
  color: #999; }
.pagemain .newslist li:hover h3, .pagemain .newslist li:hover p {
  margin-left: 10px; }
.pagemain .newslist li:hover h3, .pagemain .newslist li:hover .date {
  color: #333;
  font-weight: 600;
}
.pagemain .newslist li:hover .h3 {
  font-weight: 600;
}
.pagemain .newslist li:hover .date {
  color: #f0c54b;
}
.pagemain .newslist li:hover p {
  color: #666; }


.news-article {
  background: url("http://www.sans-ep.com/templates/default/images/news_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
.news-article .wrap {
  max-width: 980px; }
.news-article .title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
  margin: 0; }
.news-article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  padding-bottom: 30px;
  margin-top: 5px;
  border-bottom: 1px solid #eee; }
.news-article .body {
  margin: 30px 0 50px;
  min-height: 50px; line-height:30px}

.news-article .prenext {
  font-size: 14px; }
.news-article .prenext a {
  text-transform: uppercase; }

.content {
  
  
  
  
}
.content table, .content table td, .content table tr {
  border-collapse: collapse;
  border: 1px solid #b5b3b3; }
.content table {
  margin-top: 10px;
  width: 100%; }
.content table td {
  padding: 10px 20px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle; }
.content p strong {
  font-size: 18px;
  color: #1acfde;
  display: block; }



.footerT {
  background: #f4f4f4;
  padding: 78px 0;
  overflow: hidden;
  border: 1px solid #e7e7e7; }
.footerT h2 {
  color: #1acfde;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 43px; }
.footerT a:hover {
  color: #1acfde; }


.footContcat p {
  color: #555;
  line-height: 22px;
  margin-bottom: 20px; }

.top {
  background: url(http://www.sans-ep.com/templates/default/images/top.jpg) center center no-repeat;
  width: 47px;
  height: 32px; }

.footerB {
  text-align: center;
  overflow: hidden;
  color: #777; }
.footerB a {
  color: #777; }
.footerB a:hover {
  color: #1acfde; }

.footContcatL {
  float: left;
  width: 410px;
  margin-right: 75px;
  line-height: 22px; }

.footContcatR {
  float: left;
  width: 390px;
  line-height: 22px; }

.footContcatImg {
  float: right;
  margin-top: -20px; }

.share a {
  width: 21px;
  height: 21px;
  margin-right: 20px;
  display: inline-block;
  background: url(http://www.sans-ep.com/templates/default/images/ft_share.png) no-repeat;
  transition: all .3s ease;
  padding-top: 15px; }
.share a.icon1 {
  background-position: 8px center; }
.share a.icon2 {
  background-position: -35px center; }
.share a.icon3 {
  background-position: -72px center; }
.share a.icon4 {
  background-position: -112px center; }

.share a:hover.icon1 {
  background-position: 8px 0px; }
.share a:hover.icon2 {
  background-position: -35px 0px; }
.share a:hover.icon3 {
  background-position: -72px 0px; }
.share a:hover.icon4 {
  background-position: -112px 0px; }

.footerB p {
  
}



@media only screen and (max-width: 1300px) {
  header {
    height: 105px; }

  header .nav {
    width: 90%;
    margin-left: -45%;
    height: 105px; }

  .menu > ul > li > a {
    line-height: 105px; }

  header .logo {
    top: 15px; }

  header .logo img {
    width: 140px; }

  .lang {
    top: 34px; }

  .promenu {
    top: 80px; }

  .banner {
    padding-top: 105px; }

  .indexPro {
    padding: 5% 0 10%; }

  .indexPro h2 {
    margin-bottom: 5%; }

  .indexPro .wrap {
    width: 90%; }

  .indexPro ul {
    margin-bottom: 5%; }

  .indexApp {
    width: 90%;
    padding: 5% 0; }

  .indexApp .indexb {
    width: 100%; }

  .indexApp .img {
    width: 100%; }

  .indexApp .img li {
    width: 49%;
    overflow: hidden; }

  .indexApp .img li:nth-child(1) {
    margin-right: 1%; }

  .indexApp .img li:last-child {
    margin-left: 1%; }

  .indexApp .img img {
    width: 100%; }

  .aboutbox1 .wrap {
    width: 90%; }

  .footer .wrap {
    width: 90%; }

  .techonright {
    position: absolute;
    top: 0;
    right: 0; }

  .techon {
    width: 90%;
    margin: 5% auto; } }

@media (max-width: 700px) {


  
  .navbar-default .navbar-nav > li > a{
    padding: 15px 20px;
  }
  .header .search_item, .header .li_icon{
    display: none !important;
  }
  
  .main_box{
    width: 100%;
    padding: 0 15px;
  }



  .pagemain{
    padding-top: 66px;
  }
  .pagetop{
    display: none;
  }
  .news-article{
    padding: 34px 0;

  }
  .typelist{
    border-bottom: none !important;
    margin-top: 20px;
    background: none !important;
  }
  .typelist .content{
    display: block;
    margin: 0 auto;
    width: 85%;
    text-align: center;
  }
  .typelist .wap_title{
    height: 50px;
    text-align: left;
    padding-left: 14px;
    font-size: 16px;
    line-height: 50px;
    background: #f0c54b ;
    color: white;
    position: relative;
  }

  .typelist .wap_title img{
    position: absolute;
    right: 0;
    width: 36px;
    bottom: 6px;
  }
  
  .typelist .ul-lv1{
    margin: 0 auto;
    display: none;
  }
  .typelist .lv1{
    float: none;
  }
  .typelist .lv1 a{
    text-align: left;
  }
  .typelist .lv1>a{
    padding-left: 14px;

  }
  .typelist .en_name{
    display: none;
  }
  
  .typelist .ul-lv2{
    width: 100%;
    position: static;
    border: none;
  }
  .typelist .lv2>a{
    width: 100%;
    
    border: none;
  }
  .typelist .lv2{
    float: none;
  }
  
  .news-article .title{
    
    font-size: 16px;
  }
  .news-article .date{
    
  }
  .news-article{
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid grey;
    margin-top: 41px;
    padding: 0;
    background: none;
  }
  .news-article .body{
    margin-top: 0;
  }
  .news-article .body img{
    width: auto !important;
    height: auto !important;
  }
  
  #news .wrap{
    max-width: none;
  }
  .pagemain .newslist li .img{
    
    height: auto;
    text-align: center;
    width: 100%;
  }
  .pagemain .newslist li .img img{
    position: static;
  }
  .pagemain .newslist li .txt{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pagemain .newslist li .txt .date{
    display: none;
  }
  .pagemain .newslist li .txt h3{
    width: auto;
  }
  .pagemain .newslist li .txt p{
    width:auto;
  }
  
  .prolist{
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .prolist ul.prolistbox li .text p,.prolist ul.prolistbox li .text .more{
    display: none;
  }
  .prolist ul.prolistbox li .img img{
    width: 150px;
    height: 102px;
  }
  .prolist ul.prolistbox{
    width: auto;
  }
  .prolist ul.prolistbox li{
    width: 47%;
    padding: 0;
    background: none;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
  .prolist ul.prolistbox li:hover{
    background: none;
  }
  .prolist ul.prolistbox li:hover .text h3{
    color: black !important ;
  }
  .prolist ul.prolistbox li .text{
    padding: 0;
  }
  .prolist ul.prolistbox li .text h3{
    font-size: 14px;
    font-weight:inherit;
  }

  
  .predetial{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .predetialcon1 .img img{
    width: 300px;
    height: 240px;
  }
  .predetialcon1 .img{
    width:100%;
    height:auto;
    text-align: center;

  }
  .predetialcon1 .text{
    padding: 10px;
    overflow: hidden;
    min-height: inherit;
    width: auto;
    float: none;
  }



}