.w1000{
  width: 1000px;
  margin: 0 auto;
  display: block;
}
.bannerwrap {
  width: 100%;
  height: 338px;
  background: #fff;
  margin-bottom: 24px;
}
.swiper-slide-visible{
  background: #fff;
}
.bannerwrap .pad .device {
  height: 338px;
  position: relative;
}
.bannerwrap .pad .device .icon-nextto {
  display: block;
  width: 21px;
  height: 12px;
  background:  center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  bottom: 100px;
}
.bannerwrap .pad .device .swiper-container {
  height: 338px;
}
.bannerwrap .pad .device .swiper-container .swiper-wrapper {
  height: 338px;
}
.bannerwrap .pad .device .swiper-container .swiper-wrapper .pic {
  width: 712px;
  float: left;
}
.bannerwrap .pad .device .swiper-container .swiper-wrapper .pic img {
  font-size: 0;
}
.bannerwrap .pad .device .swiper-container .swiper-wrapper .text {
  padding: 20px 20px 0 20px;
  padding-right:30px;
  color: #000;
  width: 288px;
  float: right;
}
.bannerwrap .pad .device .swiper-container .swiper-wrapper .text h2 {
  font-size: 20px;margin-bottom: 33px; color:#000; font-weight:bold;
}
.bannerwrap .pad .device .swiper-container .swiper-wrapper .text p {
  font-size: 12px;
  line-height:24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.bannerwrap .pad .device .pagination {
  width: 228px;
  height: 4px;
  margin: 0 -5px 0 -5px;
  padding-right:30px;
  bottom: 23px;
  right: 0;
  left: auto;
}
.bannerwrap .pad .device .pagination .swiper-pagination-switch {
  border: none;
  width: 20px;
  height: 3px;
  display: inline-block;
  margin: 0 6px;
  border-radius: 1px;
  background: #c8c8c8;
}
.bannerwrap .pad .device .pagination .swiper-active-switch {
  background: #da2828; height:4px;
}

.newswrap {
  width: 1000px;
  margin-bottom: 23px;
}
.newswrap .newsleft{
  width: 712px;
  float: left;
  margin-right: 8px;
  padding:0 20px 20px 20px;
  background-color: #fff;
}
.newswrap .newsleft .newstab{
  width: 100%;
  height: 68px;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #d3d3d3;
}
.newswrap .newsleft .newstab ul{
  display: inline-block;
}
.newswrap .newsleft .newstab ul li{
  display: inline;
  width: 110px;
  height: 68px;
  line-height: 68px;
  float:left;
  text-align: center;
}
.newswrap .newsleft .newstab ul li:not(:last-child){
  margin-right:20px;
}
.newswrap .newsleft .newstab ul li a{
  font-size: 18px;
  padding-bottom: 20px;
  color: #797979;
}
.newswrap .newsleft .newstab ul li a.tabactive{
  color: #000;
  font-weight: 600;
  border-bottom: 3px solid red;
}
.newswrap .newsbody .newslists {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.newswrap .newsbody .newslists .newsitem{
  width: 100%;
  height: 192px;
  display: flex;
  border-bottom:1px solid #fafafa;
}
.newswrap .newsbody .newslists .newsnull{
  width: 100%;
  height: 150px;
  text-align: center;
}
.newswrap .newsbody .newslists .newsnull span{
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 14px;
}
.newswrap .newsbody .newslists .newsitem .pic {
  width: 165px;
  height: 192px;
  padding: 40px 0;
}
.newswrap .newsbody .newslists .newsitem .pic img{
  width: 165px;
  height: 110px;
}
.newswrap .newsbody .newslists .newsitem .text {
  height: 192px;
  padding:40px 0 0 20px;
  color: #000;
  flex: 1;
  overflow: hidden;
}
.newswrap .newsbody .newslists .newsitem .text .texttitle{
  font-size: 20px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.newswrap .newsbody .newslists .newsitem .text .texttitle a{ color:#000;}
.newswrap .newsbody .newslists .newsitem .text .texttime{
  font-size: 14px;
  color: #c9c9c9;
}
.newswrap .newsbody .newslists .newsitem .text .textintro{
  font-size: 14px;
  color: #666;
  height: 60px;
  line-height: 20px;
  margin-top: 18px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newswrap .newsbody .newslists .newsitem .text .textinfo{
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: flex-end;
}
.newswrap .newsbody .newslists .newsitem .text .textinfo a{
  display: block;
  width: 21px;
  height: 12px;
  background:  center no-repeat;
  background-size: 100%;
}
.newswrap .newsbody .newslists .paging{
  padding:50px 0;
}
.newswrap .newsright{
  width: 280px;
  min-height: 220px;
  float: left;
  background-color: #fff;
}
.newswrap .tagtitle{
  width: 280px;
  height: 68px;
  padding-top: 23px;
}
.newswrap .tagtitle span{
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight:600;
  border-left: 3px solid red;
}
.newswrap .taglist{
  width: 100%;
  padding:20px;
  display: flex;
  flex-wrap: wrap;
}
.newswrap .taglist a{
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding:0 10px;
  margin:10px 20px 10px 0;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.newswrap .taglist a.tagactive{
  color:red;
  background-color: #ffdbdb;
}
.newswrap .taglist a:hover{
  color:red;
  background-color: #ffdbdb;
}

.downloadwrap {
  background: #fff;
  padding: 45px 0;
  color: #000;
}
.downloadwrap h2 {
  font-size: 24px;
  height: 24px;
  margin-bottom: 38px;
}
.downloadwrap .downcontent .more {
  width: 60px;
  height: 32px;
  position: relative;
  margin:75px auto 10px; cursor:pointer; text-align:center;
}
.downloadwrap .downcontent .more span {
  font-size: 14px;
}
.downloadwrap .downcontent .more .line {
  margin:0 auto;
  width: 33px;
  height: 2px; margin-top:8px;
  background: #c70019;
}
.downloadwrap .downcontent .more:hover .line{ width:50px;}
.downloadwrap .downcontent .more .line,.downloadwrap .downcontent .more:hover .line{-moz-transition:all .3s linear; -webkit-transition:all .3s linear; transition:all .3s linear;}
.downloadwrap .downcontent .row .col-md-3 {padding: 0 24px 0 24px;}
.downloadwrap .downcontent .row .col-md-3 .img {
  font-size: 0;
  margin-bottom: 15px;
  width: 202px;
  height:148px;
  overflow:hidden;
}
.downloadwrap .downcontent .row .col-md-3 .text {
  width: 202px;
  height: 33px;
  font-size: 14px;
  color: #333;
}
.downloadwrap .downcontent .row .col-md-3 .text i {
  display: inline-block;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
}
.downloadwrap .downcontent .row .col-md-3 .text .icon-smallexplain {
  background:  center no-repeat;
  background-size: 100%;
}
.downloadwrap .downcontent .row .col-md-3 .text .textinfo {
  float: left;
  width: 127px;
  height:33px;
  font-size: 12px;
  line-height: 14px;
}
.downloadwrap .downcontent .row .col-md-3 .text .textinfo p {
  margin-bottom: 3px;
  line-height: 14px;
}
.downloadwrap .downcontent .row .col-md-3 .text a{
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/uploads/image/phiserve/icon-download.png) center no-repeat;
  background-size: 100%;
}
.w1000 .artbody{
  width: 100%;
  display: flex;
}
.w1000 .artbody .artleft{
  width: 712px;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
}
.w1000 .artbody .artleft .titlebox,
.w1000 .artbody .artleft .infopage,
.w1000 .artbody .artleft .pagebox{
  width: 712px;
}
.w1000 .artbody .artleft .titlebox{
  text-align:center;
  margin:30px 0 20px 0;
  overflow: hidden;
}
.w1000 .artbody .artleft .titlebox h1{
  font-size:28px;
  font-weight:bold;
  color:#000;
}
.w1000 .artbody .artleft .titlebox p{
  margin:18px 0;
}
.w1000 .artbody .artleft .infopage{
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom:1px solid #e0e0e0;
}
.w1000 .artbody .artleft .pagebox{
  margin:35px 0;
  height: 50px;
}
.w1000 .artbody .artleft .pagebox .pre,
.w1000 .artbody .artleft .pagebox .next{
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.w1000 .artbody .artleft .pagebox p a:hover{
  text-decoration:none;
  color:#000;
}
.w1000 .artbody .artright{
  width: 270px;
  padding-top: 133px;
  float: left;
}
.w1000 .artbody .artright .artnews{
  width: 280px;
  height: 300px;
  background-color: #fff;
}
.w1000 .artbody .artright .artnews .arttitle{
  width: 280px;
  padding-top: 20px;
}
.w1000 .artbody .artright .artnews .arttitle .arttxt{
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight:600;
  border-left: 3px solid red;
}
.w1000 .artbody .artright .artnews .arttitle .artmore{
  font-size: 14px;
  color:#000;
  margin-left:140px;
}
.w1000 .artbody .artright .artnews .artlist{
  width: 280px;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
}
.w1000 .artbody .artright .artnews .artlist li{
  width: 100%;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.w1000 .artbody .artright .artnews .artlist li a:hover{
  color:red;
}
.w1000 .artbody .artright .artnews .artlist li:not(:last-child){
  border-bottom: 1px solid #e0e0e0;
}
.w1000 .artbody .artright .arttags{
  width: 280px;
  min-height:200px;
  margin-top:30px;
  background-color: #fff;
}
.w1000 .artbody .artright .arttags .tagtitle{
  width: 280px;
  padding-top: 20px;
}
.w1000 .artbody .artright .arttags .tagtitle span{
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight:600;
  border-left: 3px solid red;
}
.w1000 .artbody .artright .arttags .taglist{
  width: 100%;
  padding:20px;
  display: flex;
  flex-wrap: wrap;
}
.w1000 .artbody .artright .arttags .taglist a{
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding:0 10px;
  margin:10px 20px 10px 0;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.w1000 .artbody .artright .arttags .taglist a.tagactive{
  color:red;
  background-color: #ffdbdb;
}
