.warp {
  width: 1200px;
  margin: 0 auto ;
}
body {
  background-color: #f3f8fc;
}
.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;
}
.con {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.con .con-left {
  width: 20%;
}
.con .con-left .b {
  margin-top: 80px;
}
.con .con-left h3 {
  font-size: 22px;
  color: #303030;
  font-weight: bold;
  position: relative;
}
.con .con-left h3::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  height: 4px;
  background-color: #122b88;
  width: 70px;
}
.min-nav {
  margin-top: 50px;
}
.min-nav li {
  margin-bottom: 3px;
}
.min-nav li a {
  line-height: 76px;
  font-size: 16px;
  color: #333333;
  position: relative;
  background-color: #fff;
  text-align: center;
  display: block;
}
.min-nav li a:hover,
.min-nav li.cur a {
  background-color: #0c4098;
  color: white;
}
.min-nav li a:hover::before,
.min-nav li.cur a::before {
  position: absolute;
  right: -15px;
  top: 0;
  content: '';
  background: url(../images/navbg1.png) no-repeat;
  width: 15px;
  height: 76px;
}
.con-right {
  background-color: white;
  padding: 50px;
  width: 75%;
  box-sizing: border-box;
}
.con-right strong {
  font-weight: bold;
}
.box1 {
  padding-top: 80px;
}
.tit1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
.tit1 h3 {
  position: relative;
  font-size: 30px;
  color: #303030;
  font-weight: bold;
}
.tit1 h3::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  height: 4px;
  background-color: #122b88;
  width: 70px;
}
.tit1 a {
  display: block;
  width: 87px;
  line-height: 28px;
  background-color: #122b88;
  border-radius: 14px;
  color: white;
  font-size: 16px;
  text-align: center;
}
.box1-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box1-list ul li {
  width: calc(33.333333% - 20px);
  margin-bottom: 20px;
}
.box1-list ul li a h3 {
  margin: 20px 0;
  font-size: 20px;
  color: #404040;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box1-list ul li a .nimg {
  width: 100%;
}
.box1-con {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
  align-items: center;
}
.m_list li {
  border-bottom: 1px solid #ddd;
  padding: 60px 0;
}
.m_list .item {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.m_list .picfocus {
  width: 30%;
}
.m_list .picfocus img {
  width: 100%;
}
.m_list .item .info_box {
  width: 65%;
}
.info_box .tit {
  font-size: 21px;
  color: #333333;
  margin-bottom: 30px;
  font-weight: bold;
}
.info_box .desc {
  font-size: 18px;
  color: #6b6b6b;
  line-height: 150%;
}
.info_box .date {
  text-align: right;
  font-size: 18px;
  color: #333333;
  padding-right: 30px;
  background: url(../images/icon10.png) right center no-repeat;
}
.m_list .item:hover .tit {
  color: #122b88;
}
.m_list .item:hover .date {
  margin-top: 20px;
  color: #122b88;
  background: url(../images/icon11.png) right center no-repeat;
}
.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 0px 30px 0;
  border-bottom: 1px solid #ddd;
}
.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;
}
.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;
}
.guests-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.guests-list ul li {
  width: calc(20% - 40px);
  margin: 20px;
}
.guests-list ul li a {
  background-color: white;
  display: block;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.guests-list ul li a img {
  border-radius: 50%;
  margin: 0 auto;
}
.guests-list ul li a h3 {
  font-size: 20px;
  display: block;
  margin: 20px 0;
  color: #122b88;
  text-align: center;
  font-weight: bold;
}
.guests-list ul li a p {
  text-align: center;
  display: block;
  font-size: 14px;
}
.guests-list ul li a:hover {
  background-color: #122b88;
}
.guests-list ul li a:hover h3,
.guests-list ul li a:hover p {
  color: white;
}
.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: #122b88;
  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;
}
.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: calc(20% - 20px);
  margin: 10px;
  box-sizing: border-box;
  border: 1px solid #666;
}
.piclist1 li img {
  width: 100%;
}
.downlist li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  line-height: 60px;
}
.downlist li a {
  font-size: 16px;
  padding-left: 15px;
  background: url(../images/y1.png) left center no-repeat;
}
.downlist li span {
  font-size: 14px;
}
.downlist li a:hover {
  color: #122b88;
  background: url(../images/y2.png) left center no-repeat;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .w {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .swiper1 .quicknav {
    display: none;
  }
  .tit1 h3 {
    font-size: 18px;
  }
  .box1 {
    padding-top: 30px;
  }
  .box1-list ul {
    flex-direction: column;
  }
  .box1-list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .con {
    flex-direction: column;
    padding: 30px 0;
  }
  .con .con-left {
    width: 100%;
    order: 2;
  }
  .min-nav {
    margin-top: 50px;
    display: none;
  }
  .con .con-left .t {
    display: none;
  }
  .con .con-left .b {
    margin-top: 0px;
  }
  .con-right {
    padding: 20px;
    width: 100%;
    order: 1;
  }
  .con-right img {
    max-width: 100%;
  }
  .piclist li {
    width: 50%;
  }
  .piclist1 li {
    width: 25%;
  }
  .piclist1 li img {
    width: 100%;
  }
  .guests-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0px;
  }
  .guests-list ul li {
    width: 100%;
    margin: 10px;
  }
  .guests-list ul li a img {
    width: 80%;
  }
  .guests-list ul li a p {
    font-size: 12px;
  }
  .downlist li h3 {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .downlist li span {
    width: 30%;
    font-size: 14px;
  }
  .m_list .item {
    flex-direction: column;
  }
  .m_list .picfocus {
    width: 100%;
  }
  .m_list .picfocus img {
    width: 100%;
  }
  .m_list .item .info_box {
    width: 100%;
  }
}
