.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;
  width: 100%;
}
.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-left: 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; 
  width: 100%;
}
.box1-list ul li {
  width: 48%;
  display: flex;
  justify-content: start;
  margin-bottom: 20px; 
  margin-right: 4%;
  min-height: 5vh;
  padding: 3rem 0;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}
.box1-list ul li:nth-child(2n) {
  margin-right: 0;
}
.box1-list ul li:hover {
  box-shadow: 0 8px 15px rgba(0, 97, 174, 0.2); /* 添加阴影 */
}
.box1-list ul li .img_libiao {
  width: 20%;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  transition: all 0.3s;
}
.box1-list ul li .txt_libiao {
  max-width: 75%;
  overflow: hidden;
}
.box1-list ul li .txt_libiao h3 {
  font-size: 1.8rem;
  font-family: "siyuan, sans-serif";
  line-height: normal;
  margin-bottom: 0.75rem;
  margin-top: 0;
  text-transform: none;
}
@media screen and (max-width: 440px) and (min-width: 0px) {
  .box1-list ul li .txt_libiao h3 {
    font-size: 1.8rem !important;
  }
}
.box1-list ul li:hover .txt_libiao h3 {
  color: #0061ae;
}
.box1-list ul li .txt_libiao .en_libiao {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #999999;
  font-family: "siyuan, sans-serif";
  line-height: normal;
}
.box1-list ul li:hover .img_libiao {
  border: 2px solid #0061ae;
}
.box1-list ul li .img_libiao img {
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
}
.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: #666;
  align-items: center;
  font-family: "siyuan, sans-serif";
  padding-top: 0.75rem;
}
.box1-con .shijian_nei {
  background: url(../images/icon8.png) left 5px no-repeat;
  padding-left: 20px;
}
.box1-con .didian_nei {
  background: url(../images/icon9.png) left 5px no-repeat;
  padding-left: 20px;
}
.box1-con span:nth-child(1) {
  margin-right: 1.5rem;
}
.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%;
  }
}
/*博闻项目列表*/
.m2menu{ line-height: 78px; height: 79px; border-bottom: 1px solid #D1D1D1; text-align:center;}
.m2menu_a{ font-size: 18px; display: inline-block; position: relative; margin: 0px 1.2vw; }
.m2menu_a.on,.m2menu_a:hover{ color:#0061ae;}
.m2menu_a:after{content:""; height:3px; background:#0061ae; position:absolute; left:50%; transform:translateX(-50%); width:0%; bottom:-2px; transition:all 0.5s ease-in-out;}
.m2menu_a.on:after,.m2menu_a:hover:after{ width:100%;}
.m2menuSnav{ width:100%; max-width:1100px; margin-left:auto; margin-right:auto; position:relative; height:80px;}
.m2mnav_item{}
.m2menuSnav .slick-prev{ background: url(../images/m2mar.png) no-repeat center center; display: inline-block; height: 20px; width: 12px; position: absolute; left: -45px; top: 29px; text-indent: 1000px; white-space: nowrap; overflow: hidden; cursor: pointer }
.m2menuSnav .slick-next{background: url(../images/m2mar.png) no-repeat center center; display: inline-block; height: 20px; width: 12px; position: absolute; right: -45px; top: 29px; text-indent: 1000px; white-space: nowrap; overflow: hidden; cursor: pointer; transform:rotate(180deg);}
.m2menuSnav .slick-prev:hover,.m2menuSnav .slick-next:hover{background-image:url(../images/m2mar.png);}

.m2banner{ position:relative;}
.m2banner .bgImg{ height:374px;}
.m2banTxt{ position:absolute; left:0; top:50%; width:100%; transform:translateY(-50%); color:#fff;}
.m2banTxt strong{ font-size: 30px; font-weight: normal; line-height: 50px; display: block; }
.m2banTxt strong span{ font-size: 40px; letter-spacing: 1px; margin-right: 10px; display:inline-block; position:relative; top:-3px;}
.m2banTxt .en-us span{ display:none}
.m2menu{ line-height: 78px; height: 79px; border-bottom: 1px solid #D1D1D1; text-align:center;}
.m2menu_a{ font-size: 18px; display: inline-block; position: relative; margin: 0px 1.2vw; }
.m2menu_a.on,.m2menu_a:hover{ color:#0061ae;}
.m2menu_a:after{content:""; height:3px; background:#0061ae; position:absolute; left:50%; transform:translateX(-50%); width:0%; bottom:-2px; transition:all 0.5s ease-in-out;}
.m2menu_a.on:after,.m2menu_a:hover:after{ width:100%;}
.m2menuSnav{ width:100%; max-width:1100px; margin-left:auto; margin-right:auto; position:relative; height:80px;}
.m2mnav_item{}
.m2menuSnav .slick-prev{ background: url(../images/m2mar.png) no-repeat center center; display: inline-block; height: 20px; width: 12px; position: absolute; left: -45px; top: 29px; text-indent: 1000px; white-space: nowrap; overflow: hidden; cursor: pointer }
.m2menuSnav .slick-next{background: url(../images/m2mar.png) no-repeat center center; display: inline-block; height: 20px; width: 12px; position: absolute; right: -45px; top: 29px; text-indent: 1000px; white-space: nowrap; overflow: hidden; cursor: pointer; transform:rotate(180deg);}
.m2menuSnav .slick-prev:hover,.m2menuSnav .slick-next:hover{background-image:url(../images/m2mar.png);}
.m2dhPage{ padding-top:2.6vw; padding-bottom:5.2vw; }
.m2dh_t{ line-height: 50px; background: url(../images/m2tline.png) repeat-x center center; margin-bottom: 20px; text-align:center; }
.m2dh_t span{ background: #FFF; display: inline-block; font-size: 30px; color: #0061ae; padding: 0px 30px; letter-spacing:1px; }
.m2dhTxt{ font-size: 18px; line-height: 34px; color: #888888; }
.m2dhBom{ background: url(../images/m2dsMap.png) no-repeat center 10px; padding-top: 68px; }
.m2dhNmb{ margin-bottom:2.6vw; }
.m2dhNmb li{ width:25%; text-align:center; float:left;}
.m2dhNmb strong{ display: block; font-size: 48px; line-height: 56px; }
.m2dhNmb i{ font-size: 20px; font-style: normal; display: inline-block; margin-left: 5px; }
.m2dhNmb i.en-us{ display:none;}
.m2dhNmb em{ font-style:normal;}
.m2dhNmb em.en-us, .m2dhNmb em.zh-cn{ display:none;}
.m2dhNmb p{ font-size: 20px; color: #888888; line-height: 48px; }
.m2dh_ico{ display:inline-block; width:80px; height:80px;}
.m2dhNmb li:nth-child(4) strong i{font-size:36px;}
.m2hhCon2 .m2jbul li{padding-top:15px;}
.xiao_m2menu {
  display: flex;
  flex-wrap: wrap;
  /* padding: 3vh 0; */
  padding-top: 3vh;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width:1799px){
.m2dh_ico{width:60px; height:60px;}
.m2dhNmb strong{font-size:36px; line-height:42px;}
.m2dhNmb i{font-size:16px}
.m2dhNmb li:nth-child(4) strong i{font-size:26px;}
.m2dhNmb p{font-size:16px; line-height:30px;}
.m2banTxt strong{font-size:24px; line-height:40px;}
.m2banTxt strong span{font-size:30px; top:-2px;}
.m2banner .bgImg{height:300px;}
.m2menu_a{font-size:16px; margin:0 1.5vw;}
.m2menu{line-height:64px; height:65px;}
.m2menuSnav .slick-prev,.m2menuSnav .slick-next{top:23px;}
.m2dh_t span{font-size:26px;}
.m2dhTxt{font-size:15px; line-height:32px;}
.m2dhBom{background-size:100% auto;}
}
@media (max-width:1379px){
}
@media (max-width:1199px){
.m2banner .bgImg{height:260px;}
.m2banTxt strong span{font-size:28px;}
.m2menuSnav{width:auto; margin-left:50px; margin-right:50px;}
.m2menuSnav .slick-prev{left:-25px;}
.m2menuSnav .slick-next{right:-25px;}
}
@media (max-width:993px){
.m2dhNmb strong{font-size:30px;}
.m2dhPage{ padding-top:40px; padding-bottom:60px;}
.m2banner .bgImg{height:210px;}
}
@media (max-width:767px){
.m2banTxt strong{font-size:18px;}
.m2banTxt strong span{font-size:22px;}
.m2banner .bgImg{height:105px;}
.m2menu_a{font-size:15px;}
.m2dh_t{margin-bottom:10px;}
.m2dhNmb li{width:50%;}
.m2dhNmb strong{font-size:16px;}
.m2dhNmb p{font-size:15px; margin-bottom:15px;}
}

/*博闻项目列表 end*/
