.transition1, .ibox1 .info .more, .ibox1 .info .more:hover, .ibox3 .content .ind_product .item .info .view, .ibox3 .content .ind_news .list .item {
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}

.bor-rad50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.bg_base {
  background-repeat: no-repeat;
  background-position: center;
}

.com_head {
  text-align: center;
  color: #333333;
  font-size: 42px;
}

.com_head strong {
  padding: 0 30px;
  vertical-align: middle;
}

.com_head .line {
  width: 100px;
  height: 1px;
  background: #CCCCCC;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.com_head .line::after {
  content: '';
  display: block;
  width: 24px;
  height: 7px;
  background: #1C4891;
  position: absolute;
  top: -3px;
}

.com_head .line.line_l::after {
  right: 0;
}

.com_head .line.line_r::after {
  left: 0;
}

.banners {
  position: relative;
}

.banners .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
}

.banners .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.banners .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  margin: 0 4px;
  border: 2px solid #fff;
}

.banners .swiper-pagination-bullet-active {
  border-color: #fff;
  background: none;
  opacity: 1;
}

.banners .banner_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: left;
  text-align: center;
  font-family: Arial;
}

.banners .banner_txt .tag {
  display: inline-block;
  padding: 0 25px;
  line-height: 55px;
  background: #fff;
  color: #426F93;
  font-size: 25px;
}

.banners .banner_txt .indtitle {
  font-size: 64px;
  font-weight: bold;
}

.banners .banner_txt .indtext {
  font-size: 36px;
  line-height: 40px;
}

.lm_title {
  font-size: 44px;
  font-weight: bold;
  color: #289EFB;
  text-align: center;
}

@media (max-width: 767px) {
  .lm_title {
    font-size: 22px;
  }
}

.ibox1 {
  padding: 40px 0;
  background: url(../images/bg_02.jpg) no-repeat center;
}

.ibox1 .info,
.ibox1 .video {
  width: 50%;
  float: left;
  cursor: pointer;
}

.ibox1 .info {
  padding: 45px 95px 0 0;
}

.ibox1 .info h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.ibox1 .info h4 {
  font-size: 16px;
  color: #ADADAD;
  font-family: Arial;
  margin-top: 5px;
}

.ibox1 .info .text {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-top: 20px;
}

.ibox1 .info .more {
  display: block;
  width: 200px;
  line-height: 44px;
  border: 2px solid #289EFB;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 16px;
  color: #289EFB;
  text-align: center;
  margin-top: 50px;
}

.ibox1 .info .more:hover {
  color: #fff;
  background: #289EFB;
}

@media (max-width: 767px) {
  .ibox1 {
    padding: 30px 15px;
  }
  .ibox1 .info, .ibox1 .video {
    width: 100%;
  }
  .ibox1 .info {
    padding: 0 0 15px;
  }
  .ibox1 .info h3 {
    font-size: 18px;
  }
  .ibox1 .info h4 {
    font-size: 14px;
  }
  .ibox1 .info .text {
    font-size: 14px;
    line-height: 24px;
  }
  .ibox1 .info .more {
    margin-top: 20px;
    width: 150px;
    line-height: 36px;
    font-size: 14px;
    border-width: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ibox1 {
    padding: 40px 15px;
  }
  .ibox1 .info {
    padding: 0 15px 0 0;
  }
  .ibox1 .info h3 {
    font-size: 22px;
  }
  .ibox1 .info .more {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .ibox1 {
    padding: 40px 15px;
  }
  .ibox1 .info {
    padding: 0 20px 0 0;
  }
  .ibox1 .info h3 {
    font-size: 30px;
  }
}

@media (max-width: 1279px) and (min-width: 1025px) {
  .ibox1 .info {
    padding: 0 25px 0 0;
  }
  .ibox1 .info h3 {
    font-size: 30px;
  }
  .ibox1 .info .more {
    margin-top: 30px;
  }
}

.ibox2 {
  padding: 40px 0;
  background: #289EFB url(../images/bg_03.jpg) no-repeat center top;
}

.ibox2 .content .list {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.ibox2 .content .list .item {
  width: 48%;
}

@media (max-width: 767px) {
  .ibox2 {
    background: #289EFB;
    padding: 30px 15px;
  }
  .ibox2 .lm_title {
    color: #fff;
  }
  .ibox2 .content .list {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .ibox2 .content .list .item {
    width: 100%;
  }
  .ibox2 .content .list .item + .item {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ibox2 {
    padding: 40px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .ibox2 {
    padding: 40px 15px;
  }
}

.ibox3 {
  padding: 40px 0;
  background: #289EFB url(../images/bg_04.jpg);
}

.ibox3 .content .ind_product .item {
  float: left;
  width: 305px;
  background: #fff;
}

.ibox3 .content .ind_product .item .img {
  height: 290px;
  padding: 0 10px;
  line-height: 290px;
  text-align: center;
  overflow: hidden;
}

.ibox3 .content .ind_product .item .info {
  text-align: center;
  padding: 25px 0;
  border-top: 2px solid #F2F2F2;
}

.ibox3 .content .ind_product .item .info .title {
  font-size: 20px;
  color: #333;
}

.ibox3 .content .ind_product .item .info .text {
  font-size: 14px;
  color: #666;
  margin: 12px 0 20px;
}

.ibox3 .content .ind_product .item .info .view {
  display: inline-block;
  width: 83px;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: #999999;
  color: #fff;
}

.ibox3 .content .ind_product .item .info:hover .view {
  background: #289EFB;
}

@media (min-width: 1200px) {
  .ibox3 .content .ind_product .item + .item {
    margin-left: 20px;
  }
}

.ibox3 .content .ind_news {
  margin-top: 60px;
}

.ibox3 .content .ind_news .wrap {
  margin-top: 25px;
}

.ibox3 .content .ind_news .swiper {
  width: 625px;
  height: 430px;
  position: relative;
  overflow: hidden;
  float: left;
}

.ibox3 .content .ind_news .swiper .item {
  position: relative;
}

.ibox3 .content .ind_news .swiper .item .text {
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ibox3 .content .ind_news .swiper .swiper-pagination {
  width: auto;
  right: 20px;
  left: auto;
  bottom: 14px;
}

.ibox3 .content .ind_news .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.ibox3 .content .ind_news .list {
  float: right;
  width: 625px;
}

.ibox3 .content .ind_news .list .item {
  background: #fff;
  height: 130px;
  padding: 30px 20px;
  display: block;
}

.ibox3 .content .ind_news .list .item .time {
  float: left;
  width: 70px;
  text-align: center;
  margin-top: -4px;
}

.ibox3 .content .ind_news .list .item .time strong {
  font-size: 49px;
  font-family: Arial;
  color: #454545;
}

.ibox3 .content .ind_news .list .item .time p {
  font-size: 18px;
  color: #666;
}

.ibox3 .content .ind_news .list .item .info {
  float: right;
  width: 480px;
  padding-left: 30px;
  border-left: 1px solid #CFCFCF;
}

.ibox3 .content .ind_news .list .item .info .title {
  font-size: 16px;
  color: #333;
}

.ibox3 .content .ind_news .list .item .info .text {
  font-size: 14px;
  color: #666;
  height: 44px;
  line-height: 22px;
  margin-top: 10px;
}

.ibox3 .content .ind_news .list .item + .item {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .ibox3 {
    padding: 30px 15px;
  }
  .ibox3 .content .ind_product .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .ibox3 .content .ind_product .item:nth-child(2n) {
    margin-right: 0;
  }
  .ibox3 .content .ind_product .item .img {
    height: 180px;
    line-height: 160px;
    padding: 10px 15px;
  }
  .ibox3 .content .ind_product .item .info {
    padding: 10px 5px;
    border-width: 1px;
  }
  .ibox3 .content .ind_product .item .info .title {
    font-size: 16px;
    font-weight: bold;
  }
  .ibox3 .content .ind_product .item .info .text {
    font-size: 14px;
    margin: 5px 0;
  }
  .ibox3 .content .ind_product .item .info .view {
    font-size: 12px;
  }
  .ibox3 .content .ind_news {
    margin-top: 30px;
  }
  .ibox3 .content .ind_news .wrap {
    margin-top: 15px;
  }
  .ibox3 .content .ind_news .swiper {
    width: 100%;
    height: auto;
  }
  .ibox3 .content .ind_news .swiper .item .text {
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .ibox3 .content .ind_news .swiper .swiper-pagination {
    right: 10px;
    bottom: 9px;
  }
  .ibox3 .content .ind_news .list {
    width: 100%;
    height: auto;
  }
  .ibox3 .content .ind_news .list .item {
    padding: 10px;
    height: auto;
    margin-top: 15px;
  }
  .ibox3 .content .ind_news .list .item + .item {
    margin-top: 15px;
  }
  .ibox3 .content .ind_news .list .item .time {
    margin-top: 10px;
  }
  .ibox3 .content .ind_news .list .item .time strong {
    font-size: 24px;
  }
  .ibox3 .content .ind_news .list .item .time p {
    font-size: 14px;
  }
  .ibox3 .content .ind_news .list .item .info {
    width: calc(100% - 70px);
    padding-left: 14px;
  }
  .ibox3 .content .ind_news .list .item .info .title {
    font-weight: bold;
  }
  .ibox3 .content .ind_news .list .item .info .text {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-top: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ibox3 {
    padding: 40px 15px;
  }
  .ibox3 .content .ind_product .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .ibox3 .content .ind_product .item:nth-child(2n) {
    margin-right: 0;
  }
  .ibox3 .content .ind_news {
    margin-top: 30px;
  }
  .ibox3 .content .ind_news .swiper {
    width: 100%;
    height: auto;
  }
  .ibox3 .content .ind_news .swiper img {
    width: 100%;
  }
  .ibox3 .content .ind_news .list {
    width: 100%;
    margin-top: 20px;
  }
  .ibox3 .content .ind_news .list .item .time {
    width: 90px;
  }
  .ibox3 .content .ind_news .list .item .info {
    width: calc(100% - 90px);
    padding-left: 15px;
  }
  .ibox3 .content .ind_news .list .item .info .title {
    font-weight: bold;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .ibox3 {
    padding: 40px 15px;
  }
  .ibox3 .content .ind_product .item {
    width: 24%;
  }
  .ibox3 .content .ind_product .item + .item {
    margin-left: 1.33%;
  }
  .ibox3 .content .ind_news .swiper {
    width: 49%;
    height: auto;
  }
  .ibox3 .content .ind_news .list {
    width: 49%;
  }
  .ibox3 .content .ind_news .list .item {
    padding: 15px 10px;
    height: auto;
  }
  .ibox3 .content .ind_news .list .item + .item {
    margin-top: 10px;
  }
  .ibox3 .content .ind_news .list .item .info {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  .ibox3 .content .ind_news .list .item .info .title {
    font-weight: bold;
  }
}

@media (max-width: 1279px) and (min-width: 1025px) {
  .ibox3 .content .ind_product .item {
    width: 24%;
  }
  .ibox3 .content .ind_product .item + .item {
    margin-left: 1.33%;
  }
  .ibox3 .content .ind_news .swiper {
    width: 49%;
    height: auto;
  }
  .ibox3 .content .ind_news .list {
    width: 49%;
  }
  .ibox3 .content .ind_news .list .item {
    padding: 15px;
    height: auto;
  }
  .ibox3 .content .ind_news .list .item + .item {
    margin-top: 10px;
  }
  .ibox3 .content .ind_news .list .item .info {
    padding-left: 20px;
    width: calc(100% - 80px);
  }
  .ibox3 .content .ind_news .list .item .info .title {
    font-weight: bold;
  }
}
@media (min-width:1025px){
  .ibox3 .content .ind_news .list .item:hover{transition:ease-in-out 0.5s; -webkit-transition:ease-in-out 0.5s; -moz-transition:ease-in-out 0.5s; -ms-transition:ease-in-out 0.5s; -o-transition:ease-in-out 0.5s;box-shadow: 0 0 10px #aaa;}
  .ibox3 .content .ind_news .list .item:hover .time strong,
  .ibox3 .content .ind_news .list .item:hover .time p,
  .ibox3 .content .ind_news .list .item:hover .info .title{color:#289EFB;}
  .ibox3 .content .ind_product .item:hover{box-shadow: 0 0 10px #aaa;}
}

.ibox4 {
  padding: 28px 0;
  background: #FFFFFF;
  border-top: 1px solid #D9D9D9;
  height: 100px;
}

.ibox4 .content .list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ibox4 .content .list .item {
  padding: 0 40px;
}

.ibox4 .content .list .item + .item {
  border-left: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  .ibox4 {
    padding: 10px 15px;
    height: auto;
  }
  .ibox4 .content .list .item {
    padding: 0 20px;
  }
}

@media (max-width: 1279px) and (min-width: 1025px) {
  .ibox4 {
    padding: 15px 0;
    height: auto;
  }
}

/**/
.mianbao {
  margin: 5px 0 25px;
  line-height: 25px;
}

.mianbao dt {
  padding-left: 23px;
  background: url("../images/icon_08.png") no-repeat left center;
  font-size: 14px;
  color: #505050;
  float: left;
}

.mianbao dd {
  color: #888888;
  float: left;
  margin-right: 5px;
  font-size: 14px;
}

.mianbao a {
  color: inherit;
}

.mianbao a:hover {
  color: #289EFB;
}

.dtable {
  display: table;
}

.dtable .tabl {
  width: 250px;
  display: table-cell;
  background: #F8F8F8;
  padding-bottom: 30px;
  vertical-align: top;
}

.dtable .tabl dt {
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  background: #289EFB;
}

.dtable .tabl dd {
  border-bottom: 1px solid #EDEDED;
}

.dtable .tabl dd a {
  display: block;
  padding: 20px 15px 20px 40px;
  font-size: 18px;
  color: #333;
}

.dtable .tabl dd a h3 {
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: right 5px;
}

.dtable .tabl dd a:hover h3 {
  color: #289EFB;
}

.dtable .tabl dd.on a h3 {
  background-image: url("../images/icon_12.png");
  color: #289EFB;
}

.dtable .tabr {
  width: 1000px;
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.dtable .tabr .top_name {
  font-size: 18px;
  color: #289EFB;
  font-weight: bold;
  background: #F4F4F4;
  padding: 0 18px;
  line-height: 40px;
}

.dtable .tabr .top_info {
  padding: 35px 0 15px;
  color: #289EFB;
  border-bottom: 1px solid #DDDFE1;
  font-size: 28px;
  text-align: center;
}

.dtable .tabr .detail_title {
  padding: 35px 20px 15px;
  color: #289EFB;
  border-bottom: 1px solid #DDDFE1;
  font-size: 28px;
  text-align: center;
}

.dtable .tabr .detail_title h3 {
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.dtable .tabr .detail_title .controls {
  font-size: 14px;
  color: #505050;
  float: left;
}

.dtable .tabr .detail_view {
  padding: 40px 0;
}

.dtable .tabr .detail_view .more_list {
  height: 105px;
  background: #F5F5F5;
  margin-top: 35px;
  padding: 30px;
}

.dtable .tabr .detail_view .more_list div {
  padding-left: 60px;
  background: url("../images/detail_07.png") no-repeat left center;
  height: 43px;
  position: relative;
}

.dtable .tabr .detail_view .more_list div::after {
  content: '';
  display: block;
  left: 60px;
  height: 100%;
  background: #B8B8B8;
  width: 2px;
  position: absolute;
  top: 0;
}

.dtable .tabr .detail_view .more_list div a {
  display: block;
  padding-left: 15px;
  font-size: 16px;
  color: #666;
}

.dtable .tabr .detail_view .more_list div a:hover {
  color: #289EFB;
}

.dtable .tabr .detail_view .more_list div a + a {
  margin-top: 3px;
}

.dtable .tabr .newslist .item {
  padding: 25px 0;
  border-bottom: 1px dashed #ddd;
}

.dtable .tabr .newslist .item .img {
  width: 300px;
  float: left;
}

.dtable .tabr .newslist .item .info {
  width: 670px;
  padding-left: 50px;
  float: left;
  padding-top: 30px;
}

.dtable .tabr .newslist .item .info .title {
  font-weight: bold;
  font-size: 26px;
  color: #333;
  margin-bottom: 15px;
}

.dtable .tabr .newslist .item .info .text {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin-bottom: 15px;
}

.dtable .tabr .newslist .item .info span {
  color: #999;
  font-size: 14px;
}
/*产品中心*/
.dtable .tabr .productlist{margin-top:20px;}
.dtable .tabr .productlist .item{width:24%;margin-right:1.33%;margin-top:1.33%;padding:10px;box-shadow:0 0 10px #ddd;float:left;text-align:center;}
.dtable .tabr .productlist .item .img{height:220px;line-height:220px;overflow:hidden;}
.dtable .tabr .productlist .item .title{font-size:18px;color:#333;font-weight:bold;}
.dtable .tabr .productlist .item .text{font-size:14px;color:#666;line-height:22px;height:44px;}
/*  */
.dtable .tabr .problemlist .item{ padding:10px; background:#F5F5F5; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px;margin-top:20px;}
.dtable .tabr .problemlist .item .title{font-size:16px;margin-bottom:10px;color:#4b4b4b;font-weight:bold;text-indent:10px;}
.dtable .tabr .problemlist .item .text{line-height: 25px;color:#666;font-size:14px}
/*  */
.dtable .tabr .downloadlist .list{border:1px solid #f5f5f5;margin-top:30px;}
.dtable .tabr .downloadlist .item {line-height:55px;background:#fff;color:#666;}
.dtable .tabr .downloadlist .item:hover{color:#289EFB;}
.dtable .tabr .downloadlist .item:nth-child(2n){background:#f5f5f5;}
.dtable .tabr .downloadlist .item .title{float:left;width:75%;padding:0 10px;}
.dtable .tabr .downloadlist .item .title img{width:20px;display:none;}
.dtable .tabr .downloadlist .item .title:hover img{display:inline-block;}
.dtable .tabr .downloadlist .item .size{float:left;width:15%;text-align:center;border-left:1px solid #f5f5f5;border-right:1px solid #f5f5f5;}
.dtable .tabr .downloadlist .item .download_btn{float:left;width:10%;text-align:center;}
.dtable .tabr .downloadlist .item .download_btn a{color:inherit;}
.dtable .tabr .downloadlist .item:nth-child(2n) .size{border-color:#fff}
/*  */
.contact_title{font-size:20px;color:#555;line-height:60px;font-weight:bold;padding:0 20px;background:#F6F8FC;}
.contact1 {margin-top:30px;}
.contact1 .contact_title{margin-bottom:15px;}
.contact1 p{line-height:40px;padding-left:30px;font-size:14px;color:#666;background-position:left center;background-repeat:no-repeat;}
/*  */
.contact2{margin-top:30px;}
.contact2 .content{background:#fff;padding:0;margin-top:30px;}
.contact2 form h3{font-size:34px;color:#DFDFDF;margin:70px 0 20px;font-weight:bold;}
.contact2 .list .input{ width:49%; float:left; height:60px; background:#F8F8F8; overflow:hidden; padding:0 20px; margin-bottom:20px; }
.contact2 .list .input input,.contact2 .list .input select{width:100%;height:100%;background:transparent}
.contact2 .list .input:nth-child(2n){float:right}
.contact2 .list .textarea{ width:100%; height:200px; background:#fff; overflow:hidden; margin-bottom:20px; }
.contact2 .list .textarea textarea{height:100%;padding:20px;width:100%;background:#F8F8F8}
.contact2 .list .button{width:100%;height:60px;overflow:hidden;border-radius:5px;}
.contact2 .list .button button{width:190px;height:50px;color:#fff;display:block;border:none;background:#289EFB;font-size:18px;line-height:50px;margin:0 auto;}
/*  */
.dtable .tabr #baidumap{height:350px;margin-top:30px;}
.dtable .tabr #baidumap iframe{height:100%;width:100%;border:none;}
/*  */
.detail{margin-bottom:40px;}
/*  */
.video_wrap{position:fixed;top:0;right:0;left:0;bottom:0;background:rgba(0, 0, 0, 0.8);z-index:999;display:flex;align-items: center;justify-content: center;display:none;}
.video_wrap .video_info{width:880px;height:490px;background:#fff;position: relative;}
.video_wrap .video_info a{ position:absolute; right:-76px; width:48px; height:48px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%;top:-76px;background:#fff url(../images/guanbi.png) no-repeat center;}
@media (min-width:1025px){
  .dtable .tabr .productlist .item:nth-child(4n){margin-right:0;}
}
@media (max-width: 767px) {
  .dtable {
    display: block;
    padding: 0 15px;
  }
  .dtable .tabl {
    display: none;
  }
  .dtable .tabr {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .dtable .tabr .detail_view .more_list {
    padding: 15px;
    height: auto;
  }
  .dtable .tabr .detail_title {
    padding: 10px 0;
  }
  .dtable .tabr .detail_title h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  /*  */
  .dtable .tabr .productlist .item{width:100%;margin-right:0;margin-bottom:15px;}
  /*  */
  .contact2 .list .input{width:100%;height:45px;}
  /*  */
  .dtable .tabr .newslist .item .img{width:100%;}
  .dtable .tabr .newslist .item .info{width:100%;padding:10px 0 0}
  .dtable .tabr .newslist .item .info .title{font-size:16px;margin-bottom:5px;}
  .dtable .tabr .newslist .item .info .text{font-size:13px;line-height:20px;margin-bottom:5px;}
  /*  */
  .dtable .tabr .downloadlist .list{margin-top:15px;}
  .dtable .tabr .downloadlist .item{line-height:40px;font-size:12px;}
  .dtable .tabr .downloadlist .item .title{width:50%;}
  .dtable .tabr .downloadlist .item .size{width:30%}
  .dtable .tabr .downloadlist .item .download_btn{width:20%;}
  /*  */
  .video_wrap .video_info{width:95%;height:auto;margin:0 auto;background:none;}
  .video_wrap .video_info a{right:0;top:-48px;width:30px;height:30px;}
}
@media (max-width:991px) and (min-width:768px){
  .detail{padding:30px 15px;}
  .dtable .tabr .productlist .item{width:48%;margin-right:4%;margin-top:4%;}
  .dtable .tabr .productlist .item:nth-child(2n){margin-right:0;}
  /*  */
  .dtable .tabr .downloadlist .item{line-height:50px;}
  .dtable .tabr .downloadlist .item .title{width:65%;}
  .dtable .tabr .downloadlist .item .size{width:25%}
}
@media (max-width:1024px) and (min-width:992px){
  .detail{padding:30px 15px;}
  .dtable .tabr .productlist .item{width:49%;margin-right:2%;margin-top:2%;}
  .dtable .tabr .productlist .item:nth-child(2n){margin-right:0;}
  /*  */
  .dtable .tabr .newslist .item .img{width:200px;}
  .dtable .tabr .newslist .item .info{width:calc(100% - 200px);padding:0 0 0 15px;}
  .dtable .tabr .newslist .item .info .title{font-size:18px;margin-bottom:5px;}
  .dtable .tabr .newslist .item .info .text{font-size:14px;line-height:20px;}
  /*  */
  .dtable .tabr .problemlist .item .text{font-size:12px;}
}
@media (min-width:1025px) and (max-width:1279px){
	.dtable .tabr{width:700px}
  .dtable .tabr .newslist .item .img{width:250px;}
  .dtable .tabr .newslist .item .info{width:430px;padding:10px 0 0 20px;}
  .dtable .tabr .newslist .item .info .title{font-size:18px;margin-bottom:5px}
  .dtable .tabr .newslist .item .info .text{font-size:14px;}
  /*  */
}
@media(max-width:767px){
  .dtable .tabr .productlist .item .img{height: 330px;
    line-height: 330px;}
}