.warp {
  width: 1200px;
  margin: 0 auto ;
}
body {
  background-color: #f3f5fb;
}
.picfocus {
  overflow: hidden;
}
.picfocus img {
  width: 100%;
  -webkit-transition: 0.36s ease;
  -moz-transition: 0.36s ease;
  -o-transition: 0.36s ease;
  -ms-transition: 0.36s ease;
}
.picfocus:hover img,
a:hover .picfocus img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.flex-bet {
  display: flex;
  justify-content: space-between;
}
.p-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conbanner {
  background: url(../images/conbanner.jpg) center center no-repeat;
}
.conbanner .warp {
  height: 476px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.conbanner h3 {
  font-size: 40px;
  color: white;
  font-weight: bold;
}
.conbanner span {
  font-size: 45px;
  color: white;
  text-transform: uppercase;
}
.min-nav {
  margin: -35px auto 0 auto;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 35px;
}
.min-nav ul {
  display: flex;
  padding: 10px 0;
  box-sizing: border-box;
}
.min-nav ul li {
  padding: 0 30px;
  border-right: 1px solid #1B61B3;
}
.min-nav a {
  font-size: 18px;
  line-height: 50px;
  padding: 0 20px;
  display: block;
  border-radius: 23px;
}
.min-nav a:hover,
.min-nav a.active {
  background-color: #1B61B3;
  color: white;
}
.main {
  font-size: 16px;
  line-height: 200%;
}
.contit {
  margin: 0 auto;
  text-align: center;
}
.contit h3 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #333333;
  display: inline-block;
}
.contit h3 span {
  display: block;
  background-color: #1B61B3;
  margin-top: 5px;
  height: 4px;
}
.aboutus {
  font-size: 16px;
  color: #474747;
  line-height: 30px;
}
.aboutus img {
  max-width: 855px;
}
.aboutus strong {
  font-weight: bold;
}
.m_list {
  display: flex;
  margin: 50px -10px;
  flex-wrap: wrap;
}
.m_list li {
  width: 33.33333%;
  padding: 10px;
  box-sizing: border-box;
}
.m_list .item {
  position: relative;
  overflow: hidden;
  display: block;
}
.m_list .item .info_box {
  display: flex;
  padding: 20px 0 0;
  height: 120px;
}
.m_list .item .info {
  flex: 1;
  overflow: hidden;
}
.m_list .item .tit {
  line-height: 24px;
  color: #1D1D1D;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.m_list .item .tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 8px 0 0;
  background: #D9D9D9;
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.m_list .item .desc {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 0;
  color: #828282;
  display: -webkit-box;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m_list .item .date {
  width: 80px;
  height: 100px;
  padding: 20px 0;
  color: #9E9E9E;
  margin: 0 0 0 60px;
  text-align: center;
  background: #F5F5F5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.m_list .item .day {
  line-height: 42px;
  font-size: 36px;
}
.m_list .item .year {
  line-height: 18px;
  font-size: 12px;
}
.m_list .item:hover .tit {
  color: #1B61B3;
}
.m_list .item:hover .tit::after {
  background-color: #1B61B3;
}
.m_list .item:hover .date {
  background: #1B61B3;
  color: #fff;
}
.news_info {
  padding: 80px 0 120px;
}
.article {
  overflow: hidden;
}
.article h1.title {
  font-size: 30px;
  color: #161616;
  line-height: 40px;
  font-weight: bold;
}
.article .detail {
  line-height: 20px;
  padding: 24px 0 0;
}
.article .detail span {
  color: #9E9E9E;
  display: inline-block;
  margin: 0 5px;
}
.article .text {
  font-size: 16px;
  color: #161616;
  line-height: 30px;
  margin: 40px 0 0;
}
.article .text img {
  margin: 10px 0;
  max-width: 100%;
}
.article .text iframe {
  width: 80%;
  margin: 0 10%;
  min-height: 500px;
}
.article_page {
  font-size: 16px;
  line-height: 30px;
  color: #9E9E9E;
  padding: 55px 0 0;
  border-top: 1px dashed #EBEBEB;
}
.article_page a {
  color: #9E9E9E;
  display: inline-block;
}
.article_page a:hover {
  color: #1F74E6;
}
.productlist {
  position: relative;
  margin-top: 60px;
  display: flex;
  align-items: center;
  background: url(../images/newsbg.png) left top no-repeat;
  height: 190px;
}
.productlist .prologo {
  width: 176px;
  text-align: center;
}
.productlist .procon {
  padding-left: 70px;
  width: 780px;
  height: 190px;
}
.productlist .procon span {
  display: block;
  width: 500px;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: bold;
  line-height: 52px;
}
.productlist .procon h3 {
  line-height: 50px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.productlist .procon p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.productlist a {
  position: absolute;
  right: 0;
  bottom: -20px;
  display: block;
  background-color: #1B61B3;
  width: 138px;
  height: 138px;
  border-radius: 50%;
}
.productlist a p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 10px solid #fff;
  margin: 10px;
  width: 118px;
  height: 118px;
  box-sizing: border-box;
  border-radius: 50%;
}
.productlist a p span {
  font-size: 16px;
  color: white;
  font-weight: bold;
  margin-bottom: 5px;
}
.productlist a:hover {
  opacity: 0.8;
}
.ul-list2 {
  overflow: hidden;
  padding: 0 3%;
  margin: 70px 0;
}
.ul-list2 li {
  float: left;
  width: 33.333%;
  margin-bottom: 20px;
}
.ul-list2 .con {
  display: block;
  margin: 0 13px;
  background: #fff;
  overflow: hidden;
}
.ul-list2 .pic {
  height: 0;
  padding-top: 71%;
  position: relative;
  overflow: hidden;
}
.ul-list2 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ul-list2 a:hover img {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.ul-list2 .pic em {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background: url(../images/ico-so.png) no-repeat center center;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-list2 .hide-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  padding: 15px 20px;
  background-color: rgba(39, 154, 237, 0.6);
  color: #fff;
  line-height: 2;
  font-size: 13px;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.ul-list2 .hide-txt p {
  max-height: 4em;
  overflow: hidden;
}
.ul-list2 h4 {
  font-size: 17px;
  color: #333;
  text-align: center;
  line-height: 55px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}
.ul-list2 a:hover em {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.ul-list2 a:hover .hide-txt {
  bottom: 0;
}
.photo {
  position: relative;
  width: 100%;
  margin-top: 70px;
}
.gallery-thumbs {
  margin-top: 10px;
  background-color: #eeeeee;
}
.gallery-thumbs .swiper-slide {
  display: inline-block;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.casecon {
  margin: 45px 0;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
}
.casecon h1 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: block;
}
.caseother {
  font-size: 18px;
  margin: 20px 0;
}
.caseother span {
  margin-right: 50px;
}
.casecontent {
  font-size: 16px;
  line-height: 200%;
}
.caseotherlist {
  margin-bottom: 70px;
}
.caseotherlist h3 {
  margin-bottom: 45px;
  display: block;
  line-height: 43px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 18px;
  background: url(../images/navbg.png) repeat-x;
}
.caseotherlist ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.caseotherlist ul li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.caseotherlist ul li a {
  display: block;
  background-color: white;
}
.caseotherlist ul li a img {
  width: 100%;
}
.caseotherlist ul li a span {
  text-align: center;
  display: block;
  line-height: 45px;
}
.main {
  margin: 70px 0;
}
.piclist {
  overflow: hidden;
  margin: 0 -10px;
}
.piclist ul {
  display: flex;
  flex-wrap: wrap;
}
.piclist li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.piclist li span {
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.piclist li img {
  width: 100%;
  border: 1px solid #ddd;
}
.piclist1 {
  overflow: hidden;
  margin: 0 -10px;
}
.piclist1 ul {
  display: flex;
  flex-wrap: wrap;
}
.piclist1 li {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .aboutus img {
    max-width: 100%;
  }
  .w {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .warp {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .conbanner {
    height: 189px;
    background-size: auto 100%;
  }
  .conbanner h3 {
    font-size: 30px;
  }
  .conbanner span {
    font-size: 35px;
  }
  .conbanner .warp {
    height: 189px;
  }
  .m_list li {
    width: 100%;
  }
  .min-nav {
    margin: 10px auto 0 auto;
    height: auto;
    background-color: #f3f5fb;
    border-bottom: 3px solid #1B61B3;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
  }
  .min-nav ul {
    flex-wrap: wrap;
  }
  .min-nav ul li {
    width: 50%;
    padding: 0px;
    box-sizing: border-box;
    border-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .min-nav a {
    text-align: center;
    font-size: 14px;
    line-height: 35px;
  }
  .main {
    margin: 30px 0;
  }
  .productlist {
    position: static ;
    flex-direction: column;
    margin-top: 20px;
    align-items: flex-end;
    background: none;
    height: 100%;
  }
  .productlist .prologo {
    width: 100%;
    text-align: left;
  }
  .productlist .procon {
    padding-left: 0px;
    width: 100%;
    height: 100%;
  }
  .productlist .procon span {
    width: 100%;
    background-color: #1B61B3;
  }
  .productlist a {
    position: static;
    right: 0;
    width: auto;
    padding: 5px 20px;
    height: 38px;
    border-radius: 0%;
  }
  .productlist a p {
    border: 0px solid #fff;
    margin: 0px;
    width: auto;
    height: auto;
    border-radius: 0%;
  }
  .productlist a p span {
    font-size: 16px;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .productlist a:hover {
    opacity: 0.8;
  }
  .ul-list2 {
    overflow: hidden;
    padding: 0;
    margin: 20px 0;
  }
  .ul-list2 li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .photo {
    margin-top: 20px;
  }
  .caseotherlist ul li {
    width: 100%;
  }
  .casecon {
    margin: 20px 0;
  }
  .caseotherlist {
    margin-bottom: 20px;
  }
  .caseotherlist h3 {
    margin-bottom: 20px;
  }
  .caseother {
    font-size: 16px;
    margin: 20px 0;
    line-height: 30px;
  }
  .caseother span {
    margin-right: 0px;
    display: block;
  }
  .piclist li {
    width: 50%;
  }
  .piclist1 li {
    width: 25%;
  }
  .piclist1 li img {
    width: 100%;
  }
  .article .text img {
    margin: 10px 0;
    max-width: 100%;
  }
}
